@charset "utf-8";


/* ==================================================
contents
================================================== */
#tmp_contents .txt_bold {
    font-weight: bold;
    padding: 0;
}
#tmp_contents .split_tips {
    padding-top: 50px;
}
#tmp_contents .col3 {
    list-style: none;
    margin: 0 -24px;
    width: auto;
}
#tmp_contents .col3 .col3L,
#tmp_contents .col3 .col3M,
#tmp_contents .col3 .col3R {
    padding: 0 24px;
    overflow: hidden;
    margin: 0 0 10px;
}
#tmp_contents .col3 a:hover,
#tmp_contents .col3 a:focus,
#tmp_contents .col3 a:active {
    color: #1baae7;
    border-color: #222633;
}
#tmp_contents .col3 a {
    padding-top: 0;
    padding-bottom: 0;
    display: table;
}
#tmp_contents .col2 {
    width: 100%;
}
#tmp_contents .col2 .col2 .col2L,
#tmp_contents .col2 .col2 .col2R {
    border-bottom: 10px solid #FFFFFF;
}
#tmp_contents .col2 p {
    padding: 0.9em 0;
}
#tmp_contents .col2 {
    list-style: none;
    margin-left: 0;
}
#tmp_contents .col2 .col2 a {
    display: block;
    line-height: 0;
    position: relative;
}
#tmp_contents .col2 .col2 a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222633;
    opacity: 0.05;
}
#tmp_contents .col2 .col2 img {
    max-width: 100%;
    height: auto;
}
#tmp_contents .col2 .col2 span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 144%;
    word-wrap: break-word;
    font-weight: bold;
    color: #ffffff;
    padding: 0 3px;
}
@media screen and (min-width : 741px) and (max-width : 1259px) {
	#tmp_contents .col3 .col3L,
	#tmp_contents .col3 .col3M,
	#tmp_contents .col3 .col3R {
	    padding: 0 2%;
	    overflow: hidden;
	    margin: 0 0 10px;
	}
}

/* ==================================================
Index Page
================================================== */

/* ==================================================
section_profile
================================================== */

/* ==================================================
section_locals_spot
================================================== */
#tmp_contents .section_locals_spot,
.section_locals_spot{
    padding: 50px 0;
}
#tmp_contents .section_locals_spot .locals_items,
.section_locals_spot .locals_items {
    list-style: none;
    margin: 0;
}
#tmp_contents .section_locals_spot .locals_items_list,
.section_locals_spot .locals_items_list {
    margin: 0;
    padding: 50px 0;
    display: block;
}
#tmp_contents .section_locals_spot .locals_items_cnt,
.section_locals_spot .locals_items_cnt {
    border-bottom: solid 10px #E2F5FF;
    border-left: solid 10px #E2F5FF;
    padding: 0 0 42px 21px;
}
#tmp_contents .section_locals_spot .locals_items_cnt a,
.section_locals_spot .locals_items_cnt a {
    text-decoration: none;
    color: #222633;
    background-color: transparent;
    line-height: 1.5;
    position: relative;
}
#tmp_contents .section_locals_spot .locals_items_cnt .locals_image,
.section_locals_spot .locals_items_cnt .locals_image{
	float:right;
	margin:0 0 10px 10px;
	width:100px;
}
#tmp_contents .section_locals_spot .locals_items_cnt .locals_image img,
.section_locals_spot .locals_items_cnt .locals_image img{
	max-width:100%;
	height:auto;
}
#tmp_contents .section_locals_spot .locals_items_cnt a:after,
.section_locals_spot .locals_items_cnt a:after{
    display: none;
}
#tmp_contents .section_locals_spot .locals_items_cnt span,
.section_locals_spot .locals_items_cnt span {
    display: block;
}
#tmp_contents .section_locals_spot .locals_items_cnt .locals_ttl {
    font-size: 114.3%;
    font-weight: normal;
}
#tmp_contents .section_locals_spot .locals_name,
.section_locals_spot .locals_name {
    font-size: 228.5%;
}
#tmp_contents .section_locals_spot .locals_des,
.section_locals_spot .locals_des {
    line-height: 1.3;
}
.lang_th #tmp_contents .section_locals_spot .locals_des,
.lang_th .section_locals_spot .locals_des {
    line-height: 1.4;
}
#tmp_contents .section_locals_spot .locals_items_cnt a:hover,
.section_locals_spot .locals_items_cnt a:hover,
#tmp_contents .section_locals_spot .locals_items_cnt a:focus,
.section_locals_spot .locals_items_cnt a:focus,
#tmp_contents .section_locals_spot .locals_items_cnt a:active,
.section_locals_spot .locals_items_cnt a:active {
    color: #1baae7;
}
/* ==================================================
section_slider_header
================================================== */


/* getting around
================================================== */

/*tip_link*/
#tmp_contents .tip_link,
#tmp_contents .col3 .tip_link {
    text-decoration: none;
    display: flex;
    padding: 24px 0;
    color: #222633;
    background-color: transparent;
    border-bottom: 10px solid #E2F5FF;
    overflow: hidden;
    transition: 0.3s ease color;
}
#tmp_contents a.tip_link:active,
#tmp_contents a.tip_link:focus,
#tmp_contents a.tip_link:hover{
    color: #1baae7;
    border-color: #222633; 
}
#tmp_contents .col2L .tip_link{
    margin-right: 11px;
}
#tmp_contents .col2R .tip_link{
    margin-left: 11px;
}
#tmp_contents .tip_link .tip_img {
    margin: 0;
    padding: 24px 0;
    line-height: 0;
}
#tmp_contents .col3 .tip_link .tip_img img{
    min-width: 96px;
	max-width:100px;
}
#tmp_contents .col2 .tip_link .tip_img img{
    max-width: 164px;
}
#tmp_contents .tip_link .tip_img + .tip_cnt{
    padding-left: 24px;
}
#tmp_contents .tip_link .tip_cnt {
    overflow: hidden;
    /*display: table-cell;*/
    vertical-align: top;
    width: 70%;
    padding: 24px 12px 24px 0;
}
#tmp_contents .tip_link .tip_cnt + .tip_img{
    padding: 24px 0;
    display: table-cell;
    vertical-align: top;
    width: 30%;
}
#tmp_contents .tip_link .tip_ttl {
    font-size: 128.5%;
    line-height: 1;
    margin: 0 0 6px;
    padding: 0;
    font-weight: normal;
}
.lang_th #tmp_contents .tip_link .tip_ttl {
    line-height: 1.4;
}
#tmp_contents .col2 .tip_link .tip_ttl{
    margin: 0 0 20px;
}
#tmp_contents .tip_link .tip_des {
    font-size: 114.3%;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}
.lang_th #tmp_contents .tip_link .tip_des {
    line-height: 1.4;
}
#tmp_contents .col2 .tip_link .tip_link_more {
    display: inline-block;
    color: #1baae7;
    background: transparent url(../png/rarrow_mo.png) no-repeat right center;
    background-size: 15px;
    padding-right: 15px;
    font-weight: bold;
}
#tmp_contents .col2 .tip_link .tip_link_more:hover,
#tmp_contents .col2 .tip_link .tip_link_more:focus,
#tmp_contents .col2 .tip_link .tip_link_more:active {
    text-decoration: underline;
}


/* rep
   /en/agent/index.html */



/* ==================================================
Section Anchor 
===================================================*/
.section_banner_bottom {
    background-color: #222633;
    color: #ffffff;
    position: relative;
    display:none;/*ファーストビュー削除*/
}
.fixed_menu {
    position: fixed;
    top: 91px;
    height: 60px;
    z-index: 999;
    width: 100%;
}
.format_local_active .fixed_menu{
    top: 141px;
}
.fsize_big .fixed_menu{
    top: 138px;
}
.fsize_big2 .fixed_menu{
    top: 247px;
}
.format_accessibility_active.fsize_big .fixed_menu{
    top: 206px;
}
.format_local_active.fsize_big .fixed_menu{
    top: 222px;
}
.format_local_active.fsize_big2 .fixed_menu{
    top: 353px;
}
.format_local_active.format_accessibility_active.fsize_big .fixed_menu{
    top: 290px;
}
.format_local_active.format_accessibility_active.fsize_big2 .fixed_menu{
    top: 486px;
}
.fixed_menu .anchor_item a {
    padding-top: 23px;
}
.anchor_block {
    list-style: none;
}
.anchor_item {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-align: left;
}
.anchor_item a {
    position: relative;
    display: block;
    line-height: 1;
    font-size: 142.8%;
    padding: 36px 0 34px;
    margin: 0 40px 0 0;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}
.anchor_item a:hover,
.anchor_item a:active,
.anchor_item a.anchor_active {
    color: #1BAAE7; 
}
.top_pankuzu {
    display: none;
    background-color: #E2F5FF;
    color: #222633;
}
.top_pankuzu .top_pankuzu_body {
	list-style: none;
	padding: 0 0 10px;
    margin: -6px 0 0;
}
.top_pankuzu .top_pankuzu_body:first-child {
	list-style: none;
	padding: 18px 0 10px;
    margin: 0;
}
.top_pankuzu .top_pankuzu_body .top_pankuzu_item {
    padding: 0;
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 85.7%;
}
.top_pankuzu .top_pankuzu_body:first-child .top_pankuzu_item {
    padding-top: 10px;
}
.top_pankuzu .top_pankuzu_body:last-child .top_pankuzu_item {
    padding-bottom: 10px;
}
.top_pankuzu .top_pankuzu_body .top_pankuzu_item a {
    text-decoration: none;
    color: #222633;
    background-color: transparent;
}
.top_pankuzu .top_pankuzu_body .top_pankuzu_item:hover,
.top_pankuzu .top_pankuzu_body .top_pankuzu_item:focus,
.top_pankuzu .top_pankuzu_body .top_pankuzu_item:active {
    text-decoration: underline;
}
.top_pankuzu .top_pankuzu_body .top_pankuzu_item:after {
    content: "/";
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-size: 0;
    letter-spacing: normal;
    color: #9c9c9c;
    font-size: 85.7%;
    padding: 5px 3px 0 5px;
}
.top_pankuzu .top_pankuzu_body .top_pankuzu_item.area_r_item:after,
.top_pankuzu .top_pankuzu_body .top_pankuzu_item.area_p_item:after {
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
}
.top_pankuzu .top_pankuzu_body .top_pankuzu_item:last-child:after {
    content: '';
}
#tmp_contents .header_lower {
    /* overflow: hidden; */
    padding-top: 60px;
}
#tmp_contents .header_text {
    width: 790px;
    padding-right: 50px;
    float: left;
}
#tmp_contents .header_buttons {
    float: none;
    width: auto;
}
#tmp_contents .header_lower h1 {
    font-size: inherit;
}
#tmp_contents .header_lower h1 .header_eng {
    font-size: 257.1%;
    padding-bottom: 5px;
    display: block;
}
#tmp_contents .header_lower h1 .header_jpn {
    font-size: 142.8%;
    display: block;
    font-weight: normal;
}
#tmp_contents .header_address {
    font-size: 114.3%;
    background: transparent url(../png/icon_spot_address-2.png) no-repeat;
    background-size: 17px;
    color: #222633;
    padding-left: 25px;
    background-position: left top;
}
#tmp_contents .header_data {
    font-size: 114.3%;
    background: transparent url(../png/icon_spot_calendar-2.png) no-repeat;
    background-size: 17px;
    color: #222633;
    padding-left: 25px;
    background-position: left center;
}
#tmp_contents .buttons_wrapper {
    width: 100%;
    max-width: 240px;
    margin: 0 0 0 auto;
    list-style: none;
}
#tmp_contents .buttons_wrapper li {
    width: 100%;
    margin-bottom: 20px;
}
#tmp_contents .buttons_wrapper li a {
    display: block;
    background-size: 24px;
    background-position: left 10px center;
    padding:8px 14px 8px 38px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 114.3%;
    font-weight: bold;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
#tmp_contents .buttons_wrapper li a.advisor_hotel {
    background: #58c0ae url(../png/icon_book-now.png) 10px center no-repeat;
    background-size: 24px;
}
#tmp_contents .buttons_wrapper li a.see_map {
    background: #222633 url(../png/icon_view-map.png) 10px center no-repeat;
    background-size: 24px;
}
#tmp_contents .buttons_wrapper li a.train_info {
    background: #222633 url(../png/icon_train.png) 10px center no-repeat;
    background-size: 24px;
}
#tmp_contents .buttons_wrapper li a.more_info {
    background: #222633 url(../png/icon_more-info.png) 10px center no-repeat;
    background-size: 24px;
}
#tmp_contents .buttons_wrapper li a:hover,
#tmp_contents .buttons_wrapper li a:focus,
#tmp_contents .buttons_wrapper li a:active {
    color: #ffffff;
    background-color: #1BAAE7;
}

#tmp_contents .split_right .show_more_detail {
	margin-top:6px;
}
#tmp_contents .split_right .list_faq {
	padding:30px 0;
}
#tmp_contents .split_right .list_faq:first-child {
	padding-top:0;
}
#tmp_contents .advisor_hotel_url iframe {
    width: 100%;
    height: 400px;
}
#tmp_contents .advisor_url iframe {
    width: 100%;
    height: 300px;
    border: 1px #3cb371 solid;
}
#tmp_contents .faq_body_inner {
    margin-left: 0;
	margin-bottom:0;
	list-style:none;
}
#tmp_contents .faq_body .faq_item {
    background: transparent url(../png/icon_spot_access-2.png) no-repeat;
    padding-left: 32px;
    font-weight: bold;
}
#tmp_contents .faq_body .info_detail_list_item_website {
    background: transparent url(../png/icon_spot_website-2.png) no-repeat left 0.2em;
    background-size: 16px;
    padding-left: 28px;
}
#tmp_contents .faq_body .info_detail_list_item_website a {
	color:#000000;
	text-decoration:none;
    font-weight: bold;
}
#tmp_contents .faq_body .info_detail_list_item_email {
    background: transparent url(../png/icon_spot_email-2.png) no-repeat left center;
    background-size: 16px;
    padding-left: 28px;
}
#tmp_contents .faq_body .info_detail_list_item_email a {
	color:#000000;
	text-decoration:none;
    font-weight: bold;
}
#tmp_contents .faq_body .info_detail_list_item_tel {
    background: transparent url(../png/icon_spot_tel-2.png) no-repeat left 0.2em;
    background-size: 11px;
    padding-left: 28px;
}

/*移動後*/
.banner_top_icons .header_text {
    min-width: 20%;
    padding: 1%;
    max-width: 60%;
    display: table;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
}
.banner_top_icons h1 {
    font-size: inherit;
    margin: 0 0 0.8em;
    clear: both;
    font-weight: normal;
}
.banner_top_icons h1 .header_eng {
    font-size: 257.1%;
    padding-bottom: 5px;
    display: block;
}
.banner_top_icons h1 .header_jpn {
    font-size: 142.8%;
    display: block;
    font-weight: normal;
}
.banner_top_icons .header_address {
    font-size: 114.3%;
    color: #FFFFFF;
    padding-left: 25px;
    background: transparent url(../png/icon_spot_address_white.png) no-repeat;
    background-size: 17px;
    background-position: left top;
}
.banner_top_icons .header_data {
    font-size: 114.3%;
    background: transparent url(../png/icon_spot_calendar_white.png) no-repeat;
    background-size: 17px;
    color: #FFFFFF;
    padding-left: 25px;
    background-position: left center;
}
/* split_notes
================================================== */
#tmp_contents .split_notes .notes_ttl {
    font-size: 114.3%;
    font-weight: bold;
    color: #222633;
    background-color: transparent;
}
#tmp_contents .notes_list {
    list-style: none;
    margin: 0;
}
#tmp_contents .notes_list .note_list_item {
    background: transparent url(../png/icon_dontmiss.png) 5px 7px no-repeat;
    padding: 0 0 0 16px;
    margin: 8px 0 0;
    font-weight: bold;
    font-size: 114.3%;
    color: #222633;
}
#tmp_contents .split_notes .notes_cmt {
    margin: 0;
    font-size: 114.3%;
}
/* ==================================================
EndPage
================================================== */
#tmp_contents .section_navigation .navigation_items_cnt .items_cnt {
    padding: 0 0 0 100px;
}
#tmp_contents img {
    max-width: 100%;
    height: auto;
}
.left_block,
#tmp_contents .left_block {
	width: 873px;
	padding: 50px 20px 0 0;
}
.left_block_no_padding .left_block,
#tmp_contents .left_block_no_padding .left_block{
    padding-top: 0;
}
#tmp_contents .left_block .lead_content h2 {
    padding: 3px 0 0 31px;
}
#tmp_contents .left_block .lead_content p {
    padding: 18px 0 30px;
}
#tmp_contents .left_block_single{
    width: 873px;
}
#tmp_contents .left_block a {
    position: relative;
    color: #222633;
}
#tmp_contents .left_block a[target="_blank"]:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    padding-right: 15px;
    background: transparent url(../png/icon_external_link.png) 100% 1px no-repeat;
    background-size: 12px 12px;
}
#tmp_contents .left_block a:hover,
#tmp_contents .left_block a:focus,
#tmp_contents .left_block a:active {
    text-decoration: none;
    color: #1BAAE7;
}
#tmp_contents .left_block a[target="_blank"]:hover:after,
#tmp_contents .left_block a[target="_blank"]:focus:after,
#tmp_contents .left_block a[target="_blank"]:active:after {
    background: transparent url(../png/icon_external_link_on.png) 100% 1px no-repeat;
    background-size: 12px 12px;
}
#tmp_contents .left_block .locals_items_list a[target="_blank"]:after,
#tmp_contents .left_block .here_btn a[target="_blank"]:after {
	content: none;
}
#tmp_contents table.datatable td a, 
#tmp_contents table.enquete_table td a {
    color: #222633;
}
#tmp_contents table.datatable td a:hover, 
#tmp_contents table.datatable td a:focus, 
#tmp_contents table.datatable td a:active, 
#tmp_contents table.enquete_table td a:hover, 
#tmp_contents table.enquete_table td a:focus, 
#tmp_contents table.enquete_table td a:active {
    color: #1BAAE7;
    text-decoration: none;
}
.dontmiss_block {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 30px 25px;
    color: #222633;
    background-color: #E2F5FF;
}
#tmp_contents .dontmiss_block h3 {
    font-size: 186%;
    margin: 0;
}
#tmp_contents .dontmiss_block .dontmiss_list {
    list-style: none;
    margin-left: 0;
    padding-top: 25px;
}
#tmp_contents .dontmiss_block .dontmiss_list .dontmiss_item {
    background: #E2F5FF url(../png/icon_dontmiss.png) 5px 7px no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
}

/* =================================================
column3_block
=================================================== */
#tmp_contents .column3_block ul,
.column3_block ul {
    list-style: none;
}
#tmp_contents .column3_block .locals_items,
.column3_block .locals_items {
    margin: 0 -24px;
    margin-bottom: 0;
    letter-spacing: -.4em;
}
#tmp_contents .column3_block ul .locals_items_list,
.column3_block ul .locals_items_list {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 36px 24px 0;
    margin: 0 0 48px;
    letter-spacing: normal;
}
#tmp_contents .column3_block .locals_items_cnt,
.column3_block .locals_items_cnt {
    border-left: none;
    padding: 0 0 24px 0;
	word-break: break-word;
	word-wrap: break-word;
}
#tmp_contents .column3_block .locals_name,
.column3_block .locals_name{
    font-size: 128.5%;
}
#tmp_contents .column3_block .icon_external .locals_name,
.column3_block .icon_external .locals_name,
#tmp_contents .column3_block .icon_pdf .locals_name,
.column3_block .icon_pdf .locals_name {
    position: relative;
    display: inline-block;
}
#tmp_contents .column3_block .icon_external .locals_name{
    display: flex;
}
#tmp_contents .column3_block .icon_external .locals_name:before,
.column3_block .icon_external .locals_name:before,
#tmp_contents .column3_block .icon_pdf .locals_name:before,
.column3_block .icon_pdf .locals_name:before {
    content: '';
    position: relative;
    width: 13px;
    height: 15px;
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 13px;
    -webkit-background-size: 13px;
    -moz-background-size: 13px;
    margin: 0 5px 0 0;
}
#tmp_contents .column3_block  .icon_external .locals_name:before,
.column3_block  .icon_external .locals_name:before{
    background-image: url(../png/icon_external_link.png);
}
#tmp_contents .column3_block .icon_pdf .locals_name:before,
.column3_block .icon_pdf .locals_name:before{
    background-image: url(../png/icon_pdf.png);
}
#tmp_contents .column3_block .locals_items_cnt .icon_external:hover .locals_name:before, 
.column3_block .locals_items_cnt .icon_external:hover .locals_name:before,
#tmp_contents .column3_block .locals_items_cnt .icon_external:focus .locals_name:before,  
.column3_block .locals_items_cnt .icon_external:focus .locals_name:before, 
#tmp_contents .column3_block .locals_items_cnt .icon_external:active .locals_name:before,
.column3_block .locals_items_cnt .icon_external:active .locals_name:before {
    background-image: url(../png/icon_external_link_on.png);
}
#tmp_contents .column3_block .locals_items_cnt .icon_pdf:hover .locals_name:before, 
.column3_block .locals_items_cnt .icon_pdf:hover .locals_name:before,
#tmp_contents .column3_block .locals_items_cnt .icon_pdf:focus .locals_name:before,  
.column3_block .locals_items_cnt .icon_pdf:focus .locals_name:before, 
#tmp_contents .column3_block .locals_items_cnt .icon_pdf:active .locals_name:before,
.column3_block .locals_items_cnt .icon_pdf:active .locals_name:before {
    background-image: url(../png/icon_pdf_on.png);
}
#tmp_contents .column3_block .locals_items_cnt:hover,
.column3_block .locals_items_cnt:hover,
#tmp_contents .column3_block .locals_items_cnt:focus,
.column3_block .locals_items_cnt:focus,
#tmp_contents .column3_block .locals_items_cnt:active,
.column3_block .locals_items_cnt:active {
    border-color: #222633;
}
.column3_block .locals_items_cnt:hover,
.column3_block .locals_items_cnt:hover a{
	color:#1baae7 !important;
	cursor:pointer;
}
#tmp_contents .column3_block .ref_link_area {
	margin: 0;
	padding: 0;
	font-size: 171.4%;
	line-height: 1.25;
    font-weight: normal;
}

/* =================================================
=================================================== */
#tmp_contents .section_locals_spot .locals_des,
.section_locals_spot .locals_des {
    font-size: 111.11%;
	font-weight:normal;
}
#tmp_contents .ins_ttl .section_ttl .section_ttl_h{
    margin: 0 0 12px;
    line-height: 1.5em;
}
.ins_ttl{
    margin: 0 0 23px;
}
.ins_ttl p{
    font-size: 114.3%;
    clear: both;
}
.ins_cnt .ins_lists{
    list-style: none;
    margin: 0 -6px;
}
.ins_hidden{
    display: none;
}
.ins_cnt li{
    float: left;
    width: 16.6%;
    padding: 0 6px 12px;
}
.ins_cnt .image{
    display: block;
    height: 179px;
    position: relative;
}
.ins_cnt .image:before{
    content: '';
    width: 24px;
    height: 24px;
    background: url(../png/icon_sns_instagram_white.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.section_result .btn_showmore_wrap,
.section_instagram .btn_showmore_wrap{
    text-align: center;
    padding-top: 16px;
}
.section_result .btn_showmore_wrap .btn_showmore,
.section_instagram .btn_showmore_wrap .btn_showmore{
    padding: 5px 0 4px;
    font-size: 142.8%;
    display: block;
    background-color: #222633;
    color: #ffffff;
    margin: 0 auto;
    max-width: 360px;
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}
.section_result .btn_showmore_wrap .btn_showmore:hover,
.section_result .btn_showmore_wrap .btn_showmore:active,
.section_result .btn_showmore_wrap .btn_showmore:focus,
.section_instagram .btn_showmore_wrap .btn_showmore:hover,
.section_instagram .btn_showmore_wrap .btn_showmore:active,
.section_instagram .btn_showmore_wrap .btn_showmore:focus{
    color: #ffffff;
    background-color: #1BAAE7;
}
.section_instagram .ins_modal{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    visibility: hidden;
    opacity: 0;
}
.section_instagram .ins_modal.active{
    opacity: 1;
    visibility: visible;
}
.section_instagram .ins_modal .ins_modal_close{
    position: absolute;
    text-indent: -9999px;
    z-index: 4;
    width: 20px;
    height: 20px;
    background: transparent url(../png/icon_modal_close.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: 200ms background-image;
    -o-transition: 200ms background-image;
    transition: 200ms background-image;
    top: 28px;
    left: 30px;
}
.section_instagram .ins_modal .ins_modal_close:hover,
.section_instagram .ins_modal .ins_modal_close:focus,
.section_instagram .ins_modal .ins_modal_close:active{
    background-image: url(../png/icon_modal_close_on.png);
}
.ins_modal_cnt{
    position: relative;
    margin: 0 auto;
    max-width: 500px;
    width: 39.8vw;
    background-color: #ffffff;
    color: #222633;
}
.ins_modal_cnt .avatar{
    width: 2.6vw;
    display: block;
    overflow: hidden;
}
.ins_modal_cnt .image{
    display: block;
}
.ins_modal_cnt .image img{
    width: 100%;
    height: 500px;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
.active .ins_modal_cnt .image img{
    opacity: 1;
}
.ins_modal_cnt .cnt{
    background-color: #ffffff;
    color: #222633;
}
.ins_modal_cnt .cnt .text_upper{
    padding: 1.6vw 2.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.ins_modal_cnt .name{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(70% - 15px);
    margin-left: 1.2vw;
    font-weight: bold;
    color: inherit;
}
.ins_modal_cnt .number{
    display: block;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: right;
    font-size: 87.5%;
}
.ins_modal_cnt .ins_slides a{
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    position: relative;
    display: block;
}
.ins_modal_cnt a:hover .name,
.ins_modal_cnt a:hover .number,
.ins_modal_cnt a:focus .name,
.ins_modal_cnt a:focus .number,
.ins_modal_cnt a:active .name,
.ins_modal_cnt a:active .number{
    color: #1BAAE7;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
.ins_modal_cnt .cnt .text_lower{
    padding: 0.8vw 2.8vw;
    background-color: #E2F5FF;
    color: inherit;
    font-size: 114.3%;
}
.ins_modal_cnt .slick-arrow{
    width: 4.7vw;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 5.33333vw;
    height: 100%;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    color: #222633;
    outline: 0;
}
.ins_modal_cnt .slick-prev{
    left: 15px;
    background-image: url(../png/icon_modal_arrow_right.png);
    background-position: 0 240px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    background-repeat: no-repeat;
}
.ins_modal_cnt .slick-next{
    right: 15px;
    background-image: url(../png/icon_modal_arrow_left.png);
    background-position: right 240px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    background-repeat: no-repeat;
}
.block_bottom .slick-track {
    margin-left: 0;
}
.section_slider_body.locals_slider {
    margin: 0 0 50px;
}
#tmp_contents .show_more_detail,
.show_more_detail {
    text-decoration: none;
    background: #222633 url(../png/icon_show-more-detail.png) no-repeat 10px center;
    background-size: 16px;
    color: #ffffff;
    font-size: 114.3%;
    padding: 3px 15px 3px 38px !important;
    border-radius: 15px;
    font-weight: bold;
    margin: 30px 0 0 0;
}
#tmp_contents .show_more_detail,
.show_more_detail {
	display:none;
}
.used_javascript #tmp_contents .show_more_detail,
.used_javascript .show_more_detail {
    display: inline-block;
}
#tmp_contents .show_more_detail:hover,
#tmp_contents .show_more_detail:focus,
#tmp_contents .show_more_detail:active {
    background-color: #1BAAE7;
}
#tmp_contents .show_more_detail_hidden {
    margin: 1.05263% 0 0 0;
}
.used_javascript #tmp_contents .show_more_detail_hidden {
    display: none;
}

/* ==================================================
Section_pdf_download 
================================================== */
/* ==================================================
Opening_hours
================================================== */
#tmp_contents .opening_hours p {
	padding:0 0 10px;
}
#tmp_contents .opening_hours_list,
#tmp_contents table.datatable .opening_hours_list {
    list-style: none;
    margin: 0;
}
#tmp_contents .opening_hours_list .opening_hours_item {
    background: transparent url(../png/icon_spot_hours.png) no-repeat left top 0.15em;
    color: #222633;
    background-size: 20px;
    padding: 0 0 0 32px;
    margin: 0 0 5px;
	min-height:22px;
}
#tmp_contents .opening_hours_list .opening_hours_item.noicon {
    background:none;
    font-size:100%;
}
#tmp_contents .opening_hours_list .opening_hours_item.noicon2 {
    background:none;
}
#tmp_contents .opening_hours_list .opening_hours_workshop {
    color: #222633;
    margin: 0 0 5px;
	min-height:20px;
}
#tmp_contents .opening_hours_list .opening_hours_workshop h3 {
	font-size:100%;
	padding:0;
}
/* ==================================================
Price_info
================================================== */
#tmp_contents .price_info h3 {
	padding-top:0;
	padding-bottom:5px;
	font-size:100%;
	font-weight:bold;
    margin:0;
}
#tmp_contents .price_info p {
    line-height:1.4;
	padding:0 0 10px;
}
#tmp_contents .price_info_list {
    list-style: none;
    margin: 0;
}
#tmp_contents .price_info .other_info_section_text_cash {
    background: transparent url(../png/icon_spot_cash.png) no-repeat left 0.2em;
    color: #222633;
    padding: 0 0 0 32px;
    margin: 0 0 5px;
	font-weight:bold;
    line-height:1.4;
	min-height:22px;
}
#tmp_contents .price_info .other_info_section_text_cash_workshop {
    color: #222633;
    margin: 0 0 5px;
}
#tmp_contents .price_info .price_section_text_credit_card {
    background: transparent url(../png/icon_spot_creditcard.png) no-repeat left 0.2em;
    color: #222633;
    padding: 0 0 0 32px;
    margin: 0 0 5px;
	min-height:22px;
}
#tmp_contents .price_info .price_section_text_credit_card.noicon {
    background:none;
}
#tmp_contents .price_info .price_section_text_credit_card .bis_card_note {
	display:block;
}
/* ==================================================
Facility_info
================================================== */
#tmp_contents .facility_info p {
	padding:0 0 10px;
}
#tmp_contents .facility_info_list,
#tmp_contents table.datatable .facility_info_list {
    list-style: none;
    margin: 0;
}
#tmp_contents .facility_info_list .facility_info_item {
    background: transparent url(../png/icon_spot_information.png) no-repeat left top 30%;
    color: #222633;
    padding: 0 0 0 32px;
    margin: 0 0 5px;
	min-height:20px;
}
#tmp_contents .facility_info_list .other_info_section_text_people {
    background: transparent url(../png/icon_spot_facility.png) no-repeat left top;
	min-height:20px;
}
#tmp_contents .facility_info_list .other_info_section_text_hotel {
    background: transparent url(../png/icon_spot_hotel.png) no-repeat left top;
	min-height:20px;
}
#tmp_contents .facility_info_list .facility_info_list_icon_cubes {
    background: transparent url(../png/icon_spot_information.png) no-repeat left top;
	min-height:20px;
}
#tmp_contents .facility_info_list .facility_info_list_icon_globe {
    background: transparent url(../png/icon_spot_language.png) no-repeat left top;
	min-height:20px;
}
#tmp_contents .facility_info_list .other_info_section_text_signage {
    background: transparent url(../png/icon_spot_signage.png) no-repeat left top;
	min-height:20px;
}
#tmp_contents .facility_info_list .other_info_section_text_signage_workshop {
    background: transparent url(../png/icon_glode.png) no-repeat left top;
	min-height:20px;
}
#tmp_contents .facility_info_list .other_info_section_text_accessibility {
    background: transparent url(../png/icon_spot_accessibility.png) no-repeat left top;
	min-height:20px;
    font-weight: bold;
}
/* ==================================================
countermeasure_info
================================================== */
#tmp_contents .countermeasure_info h2 {
	padding-bottom:30px;
}
#tmp_contents .countermeasure_info p {
	padding:0 0 10px;
}
#tmp_contents .countermeasure_info_list {
    margin: 0 0 1em 1.5em;
}
#tmp_contents .countermeasure_info_list li {
    color: #222633;
    margin: 0 0 5px;
    font-size: 111.11%;
	min-height:20px;
}

/* ==================================================
promoter_info
================================================== */
#tmp_contents .promoter_info h3 {
	padding-top:0;
	padding-bottom:5px;
	font-size:100%;
	font-weight:bold;
}
#tmp_contents .promoter_info p {
    margin: 0 0 5px;
}
#tmp_contents .promoter_info_list {
    list-style: none;
    margin: 0;
}
/* ==================================================
Other_info
================================================== */
#tmp_contents .other_info h2 {
	padding-bottom:30px;
}
#tmp_contents .other_info p {
	padding:0 0 10px;
}

/* ==================================================
See_Do
================================================== */

/* =================================================
Kanpai 
=================================================== */

/* =================================================
Results 
=================================================== */

/* ==================================================
Useful App
================================================== */

/* ==================================================
Sitemap_section
===================================================*/

/* ==================================================
section_slider_single
===================================================*/
#tmp_contents .section_slider_single {
    margin: 3.06349% 0;
}
/* ==================================================
Outline_general
===================================================*/
#tmp_contents .outline_general .outline ul {
    text-indent: 0;
    margin: 25px 0;
    padding: 0;
	list-style:none;
}
#tmp_contents .outline_general .outline h3 {
    padding: 18px 0;
    margin: 0;
}
#tmp_contents .outline_general .outline ul li {
    background: url(../png/icon_dontmiss.png) no-repeat 0 10px;
    background-size: 6px 4px;
    padding: 0 0 0 12px;
    margin: 0;
    line-height: 1.5;
}
#tmp_contents .outline_general .outline ul li:before {
    content: '';
    display: none;
}
#tmp_contents .outline_general table td,
#tmp_contents .outline_general table.outline td {
    padding: 15px 30px 15px;
}
/* ==================================================
Outline_info
===================================================*/

/* ==================================================
Search Result Page
===================================================*/
/* Format Customizing */

/* ==================================================
Contact
===================================================*/

/* ==================================================
guide services section
================================================== */
#tmp_contents .lead_content .heading_lead{
    font-size: 114.3%;
}
#tmp_contents .lead_content ul {
	margin-left: 0;
	list-style:none;
}
#tmp_contents .lead_content ul li {
    font-size: 114.3%;
    margin: 0 0 0.5em;
    font-weight: normal;
}
#tmp_contents .lead_content ul li:before {
    content: '\30FB';
}
#tmp_contents .lead_content .no_padding {
    padding: 0;
}
#tmp_contents .outline_general .outline {
    margin: 0;
}

/* ==================================================
Event Calendar
================================================== */

/* ==================================================
contents
================================================== */

/* pnavi
============================== */
.gallery_main .pnavi {
	clear:both;
	position:fixed;
	right:10px;
	bottom:10px;
	padding:0 17px 0 0;
}
/* ==================================================
navi
================================================== */
/* ynavi
============================== */

/* ==================================================
スポット改修
================================================== */
#tmp_contents .wrap_block span:after {
    content: " | ";
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    letter-spacing: normal;
    color: #222633;
    font-size: 85.7%;
    padding-left: 0;
    padding-top: 5px;
    white-space: pre-wrap;
}
.lang_jp #tmp_contents .wrap_block span:after,
.lang_cn #tmp_contents .wrap_block span:after,
.lang_tc #tmp_contents .wrap_block span:after,
.lang_kr #tmp_contents .wrap_block span:after {
    content: "｜";
}
#tmp_contents .wrap_block span:last-child:after {
    content: "";
    display: none;
}
#tmp_contents .price_info .other_info_section_text_cash,
#tmp_contents .facility_info_list .other_info_section_text_accessibility {
    font-weight: normal;
}
#tmp_contents .opening_hours_list .opening_hours_item p,
#tmp_contents .opening_hours_list .opening_hours_item p {
    font-size: 100%;
    line-height:1.4;
}

/* ==================================================
ボヤジン
================================================== */
#tmp_contents .voyagin_area {
	clear: both;
	margin: 0 0 30px;
}
#tmp_contents .voyagin_area .voyagin_cnt {
    width: 873px;
    vertical-align: top;
	padding: 0 0 24px;
}
/* ==================================================
SEO
================================================== */
.wrap_hide_content #tmp_contents .hide_content {
    display: inherit;
}
#tmp_contents .show_content {
    padding-top: 60px;
    display: none;
}

@media screen and (max-width: 1259px) and (min-width: 741px) {
#tmp_contents .voyagin_area .voyagin_cnt {
	width: 70.03984% !important;
}
}
#tmp_contents .voyagin_area .voyagin_cnt .voyagin_link {
	text-decoration: none;
    display: table;
    width: 100%;
	color: #222633;
	background-color: transparent;
	overflow: hidden;
	transition: 0.3s ease color;
}
#tmp_contents .voyagin_area .voyagin_cnt .voyagin_link:hover {
	color: #1baae7;
	border-color: #222633;
}
#tmp_contents .voyagin_area .voyagin_cnt .voyagin_link .img {
	width: 200px;
	height:auto;
    display: table-cell;
}
#tmp_contents .voyagin_area .voyagin_cnt .voyagin_link .img img {
    display: block;
	width: 200px;
}
#tmp_contents .voyagin_area .voyagin_cnt .voyagin_link .wrap_cnt {
	overflow: hidden;
	vertical-align: top;
	padding: 0 12px 24px;
    display: table-cell;
}
#tmp_contents .voyagin_area .voyagin_cnt .voyagin_link .ttl {
	font-size: 128.5%;
	line-height: 1;
	margin: 0 0 0.8em;
	padding: 0;
	font-weight: normal;
	display:inline-block
}
#tmp_contents .voyagin_area .voyagin_cnt .voyagin_link .price {
	font-size: 114.3%;
	line-height: 1.3;
	margin: 0 0 0.8em;
	padding: 0;
	display:block
}
#tmp_contents .voyagin_area .voyagin_cnt .voyagin_link .link {
	display: inline-block;
	color: #1baae7;
    background:transparent url(../png/icon_external_link.png) no-repeat right center;
    background-size: 13px auto;
	padding-right: 20px;
	font-weight: bold;
	display:inline-block
}
#tmp_contents .voyagin_area .voyagin_cnt .voyagin_link:hover .link {
    text-decoration: underline;
}


/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_contents #tmp_facilities_btn ul:after,
#tmp_event_cal_tab:after,
#tmp_event_cal_tab ul:after,
#tmp_event_cal_refine:after,
#tmp_event_cal_refine_ttl:after,
#tmp_event_cal_refine_cnt:after,
#tmp_event_cal_refine_cnt dl:after,
#tmp_event_cal_refine_cnt dd:after,
#tmp_event_cal_refine_cnt dd ul:after,
#tmp_event_main:after,
#tmp_contents .event_col3:after,
#tmp_lnavi_event_cal:after,
#tmp_lnavi_event_cal_ttl:after,
#tmp_lnavi_event_cal_cnt:after,
#tmp_lnavi_event_cal .cal_navi:after,
#tmp_contents .mod_btn_horizontal .horizontal_cnt ul:after,
#tmp_contents .mod_grid_accordion ul:after,
#tmp_event_cal_refine_cnt fieldset:after,
#tmp_event_cal_refine_cnt fieldset ul li:after {
    content: "";
    display: table;
    clear: both;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents #tmp_gallery_search_cnt:after,
#tmp_contents #tmp_search_result_list:after,
#tmp_contents #tmp_gallery_photo:after,
.gallery_container:after,
#tmp_photo_search_ttl:after,
#tmp_photo_search_cnt:after,
.box_result_list:after,
#tmp_contents .search_info:after,
#tmp_contents .section_locals_spot .locals_items_cnt:after,
.section_locals_spot .locals_items_cnt:after,
#tmp_contents #tmp_one_more_step .question_box1:after,
#tmp_contents #tmp_one_more_step .answear_box1:after,
#tmp_contents #tmp_one_more_step .question_box2:after,
#tmp_contents #tmp_one_more_step .answear_box2:after,
#tmp_contents #tmp_one_more_step .question_box3:after,
#tmp_contents #tmp_one_more_step .answear_box3:after,
#tmp_contents #tmp_one_more_step .question_box4:after,
#tmp_contents #tmp_one_more_step .answear_box4:after,
#tmp_contents ul.city_list:after,
#tmp_contents .company_list_col2:after,
#tmp_contents .company_list_col3:after,
#tmp_contents .hotel_ta_area:after,
#tmp_contents #tmp_exhibition .wrap_exhibition:after,
#tmp_contents #tmp_famous_rank .top_anc ul:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}

/* for IE7.0 */
*:first-child+html #tmp_contents #tmp_gallery_search_cnt,
*:first-child+html #tmp_contents #tmp_search_result_list,
*:first-child+html #tmp_contents #tmp_gallery_photo,
*:first-child+html #tmp_contents .section_locals_spot .locals_items_cnt,
*:first-child+html .section_locals_spot .locals_items_cnt,
*:first-child+html #tmp_contents ul.city_list,
*:first-child+html #tmp_contents .company_list_col2,
*:first-child+html #tmp_contents .company_list_col3,
*:first-child+html #tmp_contents .hotel_ta_area,
*:first-child+html #tmp_contents #tmp_exhibition .wrap_exhibition,
*:first-child+html #tmp_contents #tmp_famous_rank .top_anc ul {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_contents #tmp_gallery_search_cnt,
* html #tmp_contents #tmp_search_result_list,
* html #tmp_contents #tmp_gallery_photo,
* html #tmp_contents .section_locals_spot .locals_items_cnt,
* html .section_locals_spot .locals_items_cnt,
* html #tmp_contents ul.city_list,
* html #tmp_contents .company_list_col2,
* html #tmp_contents .company_list_col3,
* html #tmp_contents .hotel_ta_area,
* html #tmp_contents #tmp_exhibition .wrap_exhibition,
* html #tmp_contents #tmp_famous_rank .top_anc ul  {
	display:inline-block;
}



/* for Firefox */
/* ==================================================
print
================================================== */
@media print {
body {
    background:#FFFFFF !important;
}
#tmp_wrapper {
    width:100% !important;
}
#tmp_header {
    margin-bottom:10px !important;
    padding-bottom:10px !important;
    color:#222633 !important;
    background:#FFFFFF !important;
    border-bottom:1px solid #222633 !important;
}
#tmp_footer {
    margin-top:10px !important;
    padding-top:10px !important;
    color:#222633 !important;
    background:#FFFFFF !important;
    border-top:1px solid #222633 !important;
}
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu,
#tmp_means {
    display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
    float:none !important;
}
body,
#tmp_pankuzu {
    background:none !important;
}
.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;
}
.copyright {
    text-align:left !important;
}
#tmp_main:after,
.col_nm:after {
    content:".";
    height:1px;

}
#tmp_header {
	position:static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    z-index: auto !important;
}
#tmp_header > .container {
    padding: 10px 4.7619% 0 !important;
}
.section_banner_top {
	margin-top:0 !important;
}
#tmp_hlogo,
#tmp_hlogo * {
	background: #ffffff !important;
	color: #333333 !important;
}
#tmp_hlogo a,
#tmp_hlogo h1,
#tmp_hlogo p {
	width: auto !important;
	height: auto !important;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width: auto !important;
	height: auto !important;
	position: static !important;
	z-index: auto !important;
	overflow: visible !important;
	text-indent: initial !important;
}


}
