@charset "utf-8";
/* CSS Document */


/*====================================================================

    resets

====================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body,input{
    line-height: 1.2;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    vertical-align: bottom;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a:hover img{
    opacity: 0.6;
}
input:focus, select:focus{
    outline: 0;
}
input[type="submit"]:hover{
    background-color: #fc9163 !important;
}

/* for Internet Explorer*/
@media all and (-ms-high-contrast:none){
  body,input {
    font-family:"メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
 } /* IE10 */
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body,input {
    font-family:"メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
 } /* IE11 */
}
:root body,input {
    font-family:"メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif\0/;
} /* IE9 */

/*====================================================================

    page layouts

====================================================================*/


/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
#wrapper{
    position: relative;
    width: 100%;
    min-width: 980px;
    -webkit-background-size: 2000px;
    background-size: 2000px;
    overflow: hidden;
}
#wrapper.bgst{
    background: url(/img/tokyobookmark/pc/bg_default.jpg) center 100px no-repeat;
    -webkit-background-size: 2000px;
    background-size: 2000px;
}

/*-----------------------------------------------
    header
-----------------------------------------------*/
#header{
    position: fixed;
    height: 80px;
    background: #fff;
    z-index: 1000;
    width: 100%;
    min-width: 980px;
}
#header.no-lead{
    height: 65px;
}
#header.header-border{
    border-bottom: 3px solid #ff4e00;
    height: auto;
}
#header-inner{
    width: 980px;
    margin: 0 auto;
    padding: 10px 0 17px;
}
#header-inner h1{
    float: left;
    padding: 4px 0 0;
}
#header-inner form{
    float: left;
    width: 190px;
    height: 30px;
    padding: 0;
    margin: 0 0 0 35px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f2f2f2;
}
#header-inner form input{
    width: 144px;
    border: none;
    background: #f2f2f2;
    line-height: 16px;
    padding: 7px 7px 7px 10px;
    height: 16px;
    font-size: 90%;
}
#header-inner form input[type="submit"]{
    float: right;
    width: 29px;
    padding: 2px 10px 0 0;
    text-indent: 200%;
    overflow: hidden;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/header/header_search_bg_01.png) 5px no-repeat;
    height: 29px;
}
#header-inner form input[type="submit"]:hover{
    background-color: #f2f2f2 !important;
}
#header-inner ul.guest-user{
    float: left;
}
#header-inner>ul>li{
    position: relative;
    float: left;
    margin: 0 0 0 8px;
}
#header-inner>ul>li:first-child{
    margin: 0;
}
#header-inner>ul>li>a{
    position: relative;
    display: block;
    width: 90px;
    padding: 9px 0px 7px;
    border-radius: 4px;
    color: #000;
    font-size: 75%;
    text-align: center;
    text-decoration: none;

}
#header-inner>ul>li.header-history a{
    font-size: 80%;
}
#header-inner>ul>li.header-history>a{
    background: url(/img/tokyobookmark/pc/header/header_btn_bg_01.gif) right no-repeat;
}
#header-inner ul.guest-user li.header-signin a{
    border: 1px solid #f55a21;
    color: #f55a21;
    font-weight: bold;
    background: #fff;
}
#header-inner ul.guest-user li.header-login a{
    border: 1px solid #4d4d4d;
    color: #fff;
    font-weight: bold;
    background: #4d4d4d;
}
#header-inner ul.login-user>li.header-username>a{
    border-left: 1px solid #e6e6e6;
    border-radius: 0;
    width: 150px;
    background: url(/img/tokyobookmark/pc/header/header_btn_bg_01.gif) right no-repeat;
    padding: 9px 5px 7px 0px;
}

#header-inner p.lead{
    font-size: 75%;
}

#header-inner p.logo{
    width: 453px;
    position: relative;
    float: left;
    padding: 4px 0 0;
}


/*-----------------------------------------------
    induction-area
-----------------------------------------------*/
#induction-area{
    position: relative;
    width: 100%;
    /*margin-bottom: 3px;*/
    padding: 10px 0;
    color: #ffffff;
    font-size: 87.5%;
    background: #ff4e00;
}
#induction-area span{
    display: table;
    margin: 0 auto;
}
#induction-area a{
    position: absolute;
    top: 0;
    right: 5.5em;
    color: #ffffff;
    text-decoration: underline;
}

/*-----------------------------------------------
    page-tab
-----------------------------------------------*/
#page-tab{
    min-width: 980px;
    width: 100%;
    border-bottom: 3px solid #ff4e00;
    background: #ffffff;
    margin: 115px 0 0;
}
#page-tab.no-lead{
    margin: 100px 0 0;
}
#page-tab ul{
    margin: 0 auto;
    overflow: hidden;
    max-width: 2000px;
}
#page-tab ul li{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 113%;
    background: #e0e0e0;
}
#page-tab ul li:first-child{
    border-right: 1px solid #fff;
}
#page-tab ul li#tokyo-info{
    border-radius: 0 5px 0 0;
    overflow: hidden;
}
#page-tab ul li#tokyo-info a{
    float: right;
}
#page-tab ul li#plan-reservation{
    border-radius: 5px 0 0 0;
    overflow: hidden;
}
#page-tab ul li#plan-reservation a{
    float: left;
}
#page-tab ul li a{
    display: block;
    width: 490px;
    text-align: center;
    padding: 10px 0 6px;
    color: #888;
    text-decoration: none;
    background: #e0e0e0;
}
#page-tab ul li span{
    padding: 2px 0 0 23px;
    background: url(/img/tokyobookmark/pc/header/header_tab_bg_01.gif) left  4px no-repeat;
}
#page-tab ul li.active{
    background-color: #ff4e00;
}
#page-tab ul li.active a{
    color: #ffffff;
    background: #ff4e00;
}
#page-tab ul li.active span{
    background: url(/img/tokyobookmark/pc/header/header_tab_bg_02.png) left  4px no-repeat;
}
#page-tab.induction-closed{
    margin: 80px 0 0;
}

#page-tab.induction-closed.no-lead{
    margin: 65px 0 0;
}

/*-----------------------------------------------
    traveag-tab
-----------------------------------------------*/
#traveag-tab{
    min-width: 980px;
    width: 100%;
    border-bottom: 3px solid #482a0e;
    margin: 35px 0 0;
}
#traveag-tab ul{
    margin: 0 auto;
    overflow: hidden;
    max-width: 2000px;
}
#traveag-tab ul li{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 113%;
    background: #e0e0e0;
}
#traveag-tab ul li:first-child{
    border-right: 1px solid transparent;
}
#traveag-tab ul li#kansai-dep{
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
#traveag-tab ul li#kansai-dep a{
    float: right;
}
#traveag-tab ul li#tokai-dep{
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
#traveag-tab ul li#tokai-dep a{
    float: left;
}
#traveag-tab ul li a{
    display: block;
    width: 490px;
    text-align: center;
    padding: 10px 0 6px;
    color: #482a0e;
    text-decoration: none;
    background: #e0e0e0;
}
#traveag-tab ul li.active a{
    color: #ffffff;
    background: #482a0e;
}

/*-----------------------------------------------
    main-contents
-----------------------------------------------*/
#main-contents{
    position: relative;
    min-width: 980px;
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden;
}

/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer{
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}
.footer-inner{
    width: 980px;
    margin: 0 auto;
}

#footer-search{
    padding: 15px 0 13px;
    font-size: 82%;
    background: #ff4e00;
}
#footer-search ul{
    overflow: hidden;
}
#footer-search li{
    float: left;
    margin: 0 0 0 16px;
}
#footer-search li:first-child{
    margin: 0;
}
#footer-search li a{
    display: block;
    color: #fff;
    padding: 1em 0 1em 40px;
}
#footer-search .footer-search-01 a{
    background: url(/img/tokyobookmark/pc/footer/footer_search_bg_01.png) left no-repeat;
    padding: 0.5em 0 0.5em 50px;
}
#footer-search .footer-search-02 a{
    background: url(/img/tokyobookmark/pc/footer/footer_search_bg_02.png) 20px no-repeat;
    padding: 0.5em 0 0.5em 40px;
}
#footer-search .footer-search-03 a{
    background: url(/img/tokyobookmark/pc/footer/footer_search_bg_03.png) 10px 10px no-repeat;
}
#footer-search .footer-search-04 a{
    background: url(/img/tokyobookmark/pc/footer/footer_search_bg_04.png) 10px 10px no-repeat;
}
#footer-search .footer-search-05 a{
    background: url(/img/tokyobookmark/pc/footer/footer_search_bg_05.png) 10px 8px no-repeat;
}
#footer-search .footer-search-06 a{
    background: url(/img/tokyobookmark/pc/footer/footer_search_bg_06.png) 10px 8px no-repeat;
}
#footer-nav{
    padding: 22px 0 19px;
    overflow: hidden;
    font-size: 75%;
    background: #f7f7f7;
}
#footer-nav #footer-caution{
    float: left;
    overflow: hidden;
}
#footer-nav #footer-caution li{
    float: left;
    margin: 0 0 0 27px;
}
#footer-nav #footer-caution li:first-child{
    margin: 0;
}
#footer-nav #footer-caution li a{
    display: block;
    min-height: 15px;
    padding: 2px 0 0 20px;
    color: #808080;
}
#footer-nav .footer-caution-01 a{
    background: url(/img/tokyobookmark/pc/footer/footer_caution_bg_01.png) 0px 0px no-repeat;
}
#footer-nav .footer-caution-02 a{
    background: url(/img/tokyobookmark/pc/footer/footer_caution_bg_02.png) 0px 0px no-repeat;
}
#footer-nav .footer-caution-03 a{
    background: url(/img/tokyobookmark/pc/footer/footer_caution_bg_03.png) 0px 0px no-repeat;
}
#footer-nav .footer-caution-04 a{
    background: url(/img/tokyobookmark/pc/footer/footer_caution_bg_04.png) 0px 0px no-repeat;
}
#footer-nav #footer-nav-sns{
    float: right;
}
#footer-nav #footer-nav-sns li{
    float: left;
    margin: 0 0 0 18px;
}
#footer-nav-list{
    overflow: hidden;
    padding: 20px 0;
    font-size: 75%;
}
#footer-nav-list li{
    float: left;
    border-left: 1px solid #BBBBBB;
    padding: 0 0 0 20px;
    margin: 0 0 0 18px;
}
#footer-nav-list li:first-child{
    border: none;
    margin: 0;
    padding: 0;
}
#footer-nav-list li a{
    color: #808080;
}
#footer-management-list{
    margin: 33px 0 0;
}
#footer-management-list div{
    position: relative;
}
#footer-management-list p{
    position: absolute;
    top: 0;
    left: 0;
}

#footer-management-list.footer-text p{
    position: relative;
    display: inline-block;
    float: left;
    top: auto;
}

#footer-management-list.footer-text p.footer-text{
    position: static;
    display: block;
    font-size: 75%;
    color: #808080;
}

#footer-management-list.footer-text dl{
    display: inline-block;
    position: relative;
    padding: 0;
    float: left;
    width: 700px;
    margin-left: 40px;
}
#footer-management-list dl{
    padding: 0 0 0 280px;
    font-size: 75%;
    line-height: 1.6;
    color: #808080;
}
#footer-management-list dl dt{
    float: left;
    clear: left;
}
#footer-management-list dl dd{
    padding: 0 0 0 70px;
}
#footer-management-list dl dd a.footer_jr_banner{
	color: #808080;
}
#footer-bnr{
    margin: 27px 0 0;
    overflow: hidden;
}
#footer-bnr li{
    float: left;
    margin: 0 0 0 10px;
}
#footer-bnr li:first-child{
    margin: 0;
}

#footer-management-list.footer-text #footer-bnr{
    margin: 0;
    padding: 27px 0 0;
    clear: both;
}

/* copyright
--------------------------------------*/
#copyright{
    width: 100%;
    color: #808080;
    font-size: 75%;
    background: #333333;
}
#copyright-inner{
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}
#copyright-inner em{
    float: left;
}
#copyright-inner p{
    float: right;
}

/*====================================================================

    supports

====================================================================*/

/*-----------------------------------------------
    wrap
-----------------------------------------------*/
.wrap01{
    width: 860px;
    margin: 0 auto;
}
#main-contents.custom-search-wrap{
    overflow: visible;
}

/*-----------------------------------------------
    inner
-----------------------------------------------*/
.inner{
    margin: 0 auto;
    width: 980px;
    position: relative;
}
.inner02{
    width: 860px;
    margin: 0 auto;
    padding: 30px 0;
}
.inner03{
    width: 640px;
    margin: 0 auto;
    padding: 15px 0 80px;
}

/*-----------------------------------------------
    contents-inner
-----------------------------------------------*/
.contents-inner01{
    width: 294px;
}
.contents-inner02{
    width: 35%;
}
.contents-inner03{
    width: 45%;
}
.contents-inner04{
    width: 640px;
    margin-bottom: 50px;
}
.contents-inner05{
    width: 70%;
}
.contents-inner06{
    width: 100%;
}

/*-----------------------------------------------
    float
-----------------------------------------------*/
.float-left{
    float: left;
}
.float-right{
    float: right;
}

/*-----------------------------------------------
    clear
-----------------------------------------------*/
.clearfix {
    zoom:1;
}
.clearfix:after{
    content: ".";
    display: block;
    clear: both;
    height:0;
    visibility:hidden;
}

/*-----------------------------------------------
    font-color
-----------------------------------------------*/
.fcr{
    color: #e74c3c;
}

/*-----------------------------------------------
    text-align
-----------------------------------------------*/
.tar{
    text-align: right;
}
.tac{
    text-align: center;
}
.tal{
    text-align: left;
}

/*-----------------------------------------------
    overflow
-----------------------------------------------*/
.ovh{
    overflow: hidden;
}
.ovn{
    overflow: visible;
}

/*-----------------------------------------------
    background
-----------------------------------------------*/
.bgw{
    background-color: #ffffff !important;
}
.bgg{
    background-color: #ebebeb !important;
}

/*-----------------------------------------------
    circle
-----------------------------------------------*/
.circle10{
    border-radius: 10px;
}
.circle20{
    border-radius: 20px;
}
.circle30{
    border-radius: 30px;
}

/*-----------------------------------------------
    fontmanage
-----------------------------------------------*/
.serif{
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif
}


/*-----------------------------------------------
    margin-left
-----------------------------------------------*/
.ml0{
    margin-left: 0!important;
}
.ml5{
    margin-left: 5px!important;
}
.ml10{
    margin-left: 10px!important;
}
.ml15{
    margin-left: 15px!important;
}
.ml20{
    margin-left: 20px!important;
}
.ml25{
    margin-left: 25px!important;
}
.ml30{
    margin-left: 30px!important;
}
.ml35{
    margin-left: 35px!important;
}
.ml40{
    margin-left: 40px!important;
}
.ml45{
    margin-left: 45px!important;
}
.ml50{
    margin-left: 50px!important;
}
.ml55{
    margin-left: 55px!important;
}
.ml60{
    margin-left: 60px!important;
}
.ml65{
    margin-left: 65px!important;
}
.ml70{
    margin-left: 70px!important;
}
.ml75{
    margin-left: 75px!important;
}
.ml80{
    margin-left: 80px!important;
}

/*-----------------------------------------------
    margin-top
-----------------------------------------------*/
.mt0{
    margin-top: 0!important;
}
.mt5{
    margin-top: 5px!important;
}
.mt10{
    margin-top: 10px!important;
}
.mt15{
    margin-top: 15px!important;
}
.mt20{
    margin-top: 20px!important;
}
.mt25{
    margin-top: 25px!important;
}
.mt30{
    margin-top: 30px!important;
}
.mt35{
    margin-top: 35px!important;
}
.mt40{
    margin-top: 40px!important;
}
.mt45{
    margin-top: 45px!important;
}
.mt50{
    margin-top: 50px!important;
}
.mt55{
    margin-top: 55px!important;
}
.mt60{
    margin-top: 60px!important;
}
.mt65{
    margin-top: 65px!important;
}
.mt70{
    margin-top: 70px!important;
}
.mt75{
    margin-top: 75px!important;
}
.mt80{
    margin-top: 80px!important;
}

/*-----------------------------------------------
    margin-bottom
-----------------------------------------------*/
.mb0{
    margin-bottom: 0!important;
}
.mb5{
    margin-bottom: 5px!important;
}
.mb10{
    margin-bottom: 10px!important;
}
.mb15{
    margin-bottom: 15px!important;
}
.mb20{
    margin-bottom: 20px!important;
}
.mb25{
    margin-bottom: 25px!important;
}
.mb30{
    margin-bottom: 30px!important;
}
.mb35{
    margin-bottom: 35px!important;
}
.mb40{
    margin-bottom: 40px!important;
}
.mb45{
    margin-bottom: 45px!important;
}
.mb50{
    margin-bottom: 50px!important;
}
.mb55{
    margin-bottom: 55px!important;
}
.mb60{
    margin-bottom: 60px!important;
}
.mb65{
    margin-bottom: 65px!important;
}
.mb70{
    margin-bottom: 70px!important;
}
.mb75{
    margin-bottom: 75px!important;
}
.mb80{
    margin-bottom: 80px!important;
}

/*-----------------------------------------------
    margin-right
-----------------------------------------------*/
.mr0{
    margin-right: 0!important;
}
.mr5{
    margin-right: 5px!important;
}
.mr10{
    margin-right: 10px!important;
}
.mr15{
    margin-right: 15px!important;
}
.mr20{
    margin-right: 20px!important;
}
.mr25{
    margin-right: 25px!important;
}
.mr30{
    margin-right: 30px!important;
}
.mr35{
    margin-right: 35px!important;
}
.mr40{
    margin-right: 40px!important;
}
.mr45{
    margin-right: 45px!important;
}
.mr50{
    margin-right: 50px!important;
}
.mr55{
    margin-right: 55px!important;
}
.mr60{
    margin-right: 60px!important;
}
.mr65{
    margin-right: 65px!important;
}
.mr70{
    margin-right: 70px!important;
}
.mr75{
    margin-right: 75px!important;
}
.mr80{
    margin-right: 80px!important;
}

/*-----------------------------------------------
    padding-left
-----------------------------------------------*/
.pl0{
    padding-left: 0!important;
}
.pl5{
    padding-left: 5px!important;
}
.pl10{
    padding-left: 10px!important;
}
.pl15{
    padding-left: 15px!important;
}
.pl20{
    padding-left: 20px!important;
}
.pl25{
    padding-left: 25px!important;
}
.pl30{
    padding-left: 30px!important;
}
.pl35{
    padding-left: 35px!important;
}
.pl40{
    padding-left: 40px!important;
}
.pl45{
    padding-left: 45px!important;
}
.pl50{
    padding-left: 50px!important;
}
.pl55{
    padding-left: 55px!important;
}
.pl60{
    padding-left: 60px!important;
}
.pl65{
    padding-left: 65px!important;
}
.pl70{
    padding-left: 70px!important;
}
.pl75{
    padding-left: 75px!important;
}
.pl80{
    padding-left: 80px!important;
}
.pt0{
    padding-top: 0!important;
}

/*-----------------------------------------------
    padding-top
-----------------------------------------------*/
.pt5{
    padding-top: 5px!important;
}
.pt10{
    padding-top: 10px!important;
}
.pt15{
    padding-top: 15px!important;
}
.pt20{
    padding-top: 20px!important;
}
.pt25{
    padding-top: 25px!important;
}
.pt30{
    padding-top: 30px!important;
}
.pt35{
    padding-top: 35px!important;
}
.pt40{
    padding-top: 40px!important;
}
.pt45{
    padding-top: 45px!important;
}
.pt50{
    padding-top: 50px!important;
}
.pt55{
    padding-top: 55px!important;
}
.pt60{
    padding-top: 60px!important;
}
.pt65{
    padding-top: 65px!important;
}
.pt70{
    padding-top: 70px!important;
}
.pt75{
    padding-top: 75px!important;
}
.pt80{
    padding-top: 80px!important;
}

/*-----------------------------------------------
    padding-bottom
-----------------------------------------------*/
.pb0{
    padding-bottom: 0!important;
}
.pb5{
    padding-bottom: 5px!important;
}
.pb10{
    padding-bottom: 10px!important;
}
.pb15{
    padding-bottom: 15px!important;
}
.pb20{
    padding-bottom: 20px!important;
}
.pb25{
    padding-bottom: 25px!important;
}
.pb30{
    padding-bottom: 30px!important;
}
.pb35{
    padding-bottom: 35px!important;
}
.pb40{
    padding-bottom: 40px!important;
}
.pb45{
    padding-bottom: 45px!important;
}
.pb50{
    padding-bottom: 50px!important;
}
.pb55{
    padding-bottom: 55px!important;
}
.pb60{
    padding-bottom: 60px!important;
}
.pb65{
    padding-bottom: 65px!important;
}
.pb70{
    padding-bottom: 70px!important;
}
.pb75{
    padding-bottom: 75px!important;
}
.pb80{
    padding-bottom: 80px!important;
}

/*-----------------------------------------------
    padding-right
-----------------------------------------------*/
.pr0{
    padding-right: 0!important;
}
.pr5{
    padding-right: 5px!important;
}
.pr10{
    padding-right: 10px!important;
}
.pr15{
    padding-right: 15px!important;
}
.pr20{
    padding-right: 20px!important;
}
.pr25{
    padding-right: 25px!important;
}
.pr30{
    padding-right: 30px!important;
}
.pr35{
    padding-right: 35px!important;
}
.pr40{
    padding-right: 40px!important;
}
.pr45{
    padding-right: 45px!important;
}
.pr50{
    padding-right: 50px!important;
}
.pr55{
    padding-right: 55px!important;
}
.pr60{
    padding-right: 60px!important;
}
.pr65{
    padding-right: 65px!important;
}
.pr70{
    padding-right: 70px!important;
}
.pr75{
    padding-right: 75px!important;
}
.pr80{
    padding-right: 80px!important;
}


/*====================================================================

    modules

====================================================================*/

/*-----------------------------------------------
    contentsbody
-----------------------------------------------*/
.contents-body{
    width: 640px;
}

/*-----------------------------------------------
    sideber
-----------------------------------------------*/
.sidebar01{
    width: 300px;
    padding: 0 0 50px;
}
.sidebar02{
    width: 300px;
    padding: 0 0 50px;
}

/*-----------------------------------------------
    pagetop
-----------------------------------------------*/
#pagetop {
    position: absolute;
    height: 30px;
    right: 80px;
    bottom: 0;
    margin: 0 0 0 -63px;
    z-index: 998;
}
#pagetop.fixed{
    position:fixed !important;
    bottom:20px !important;
}
#pagetop a:hover img{
    opacity: 1;
}

/*-----------------------------------------------
    plan
-----------------------------------------------*/
.plan-name{
    display: inline-block;
    font-weight: bold;
    font-size: 75%;
    margin: 0 10px 0 0;
}
.plan-name-daytrip{
    display: inline-block;
    font-weight: bold;
    font-size: 82%;
    margin: 0 10px 0 0;
    padding: 20px 0px 0px 0px;
}
.price{
    display: inline-block;
    text-align: right;
}
.price span{
    color: #f55a21;
    font-size: 200%;
    letter-spacing: -0.05em;
}
.plan-caption{
    display: block;
    padding: 10px 0 0;
    font-size: 75%;
}

.plan-daytrip-caption {
    display: block;
    padding: 10px 0 0;
    font-size: 75%;
    text-align: right;
}


/* -------------------------------------
    calendar table
------------------------------------- */
.tbl-calendar-01 {
  width: 100%;
  font-size: 100%;
  line-height: 1;
}
.tbl-calendar-01 .sun {
  color: #e74c3c;
}
.tbl-calendar-01 .sat {
  color: #2980b9;
}
.tbl-calendar-01 caption {
  padding-bottom: 20px;
  text-align: center;
  font-size: 92%;
}
.tbl-calendar-01 caption em {
  font-size: 164%;
  font-weight: bold;
}
.tbl-calendar-01 th {
  padding-bottom: 10px;
  text-align: center;
}
.tbl-calendar-01 td {
  padding: 8px 0;
  border: 1px solid #fff;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 75%;
}
.tbl-calendar-01 td.sun {
  background-color: #fadbd8;
}
.tbl-calendar-01 td.sat {
  background-color: #d4e6f1;
}
.tbl-calendar-01 td.holiday {
  background-color: #fadbd8;
  color: #e74c3c;
}
.tbl-calendar-01 td.today {
  background-color: #dad4cf;
  color: #5c3913;
}
.tbl-calendar-01 td.past {
  background-color: #bdbdbd;
  color: #333;
}
.tbl-calendar-01 td.checked {
  background-color: #ff4e00;
  color: #fff;
}

/*-----------------------------------------------
    thumb-icon
-----------------------------------------------*/
.thumb-icon-01 li{
    width: 165px;
    margin: 0 0 35px;
    float: left;
    text-align: center;
}
.thumb-icon-01 a{
    display: block;
}
.thumb-icon-01 li span{
    display: block;
    font-size: 88%;
    padding: 10px 0 0;
}

/*-----------------------------------------------
    list-indent
-----------------------------------------------*/
.indent01{
    margin-bottom: 10px;
}
.indent01 li{
    padding-left: 1.2em;
    line-height: 1.3;
    margin-top: 10px;
}
.indent01 li:first-child{
    margin-top: 0;
}
.indent01 li span{
    float: left;
    width: 1.2em;
    margin-left: -1.2em;
}

.indent03{
    margin-bottom: 10px;
}
.indent03 li{
    padding-left: 2em;
    line-height: 1.3;
    margin-top: 10px;
}
.indent03 li:first-child{
    margin-top: 0;
}
.indent03 li span{
    float: left;
    width: 2.5em;
    margin-left: -2.5em;
}

/*-----------------------------------------------
    detail-btn
-----------------------------------------------*/
.detail-btn{
    height: 48px;
    padding: 20px 0 0;
    width: 100%;
}
.detail-btn-daytrip{
    height: 48px;
    padding: 50px 0 0;
    width: 100%;
}
.detail-btn li{
    float: left;
    margin: 0 0 0 10px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}
.detail-btn li:first-child{
    margin: 0;
}
.detail-btn li a{
    display: block;
    width: 100%;
    padding: 10px 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.detail-btn li:hover{
    opacity: 0.7;
    text-decoration: none;
}
.detail-btn li p span,
.detail-btn li a span{
    display: table;
    height: 19px;
    margin: 0 auto;
    padding: 0 0 0 17px;
    font-size: 78%;
}
.detail-btn .bookmark{
    border: 1px solid #5c3913;
    background: #f7f7f7;
}
.detail-btn .bookmark a{
    color: #5c3913;
    padding: 8px 0 7px;
}
.detail-btn .bookmark a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.detail-btn .bookmark a span{
    background: url(/img/tokyobookmark/pc/plan_sort_bg_06.png) 0px 0px no-repeat;
    padding: 6px 0 0 28px;
    font-size: 82%;
}
.detail-btn .bookmark.booking{
    border: 1px solid #5c3913;
    background: #5c3913;
}
.detail-btn .bookmark.booking a{
    color: #ffffff;
    padding: 11px 0 8px;
}
.detail-btn .bookmark.booking a span{
    background: url(/img/tokyobookmark/pc/plan_sort_bg_06_booking.png) 0px 2px no-repeat;
    padding: 2px 0 0 22px;
    font-size: 82%;
}
.detail-btn .detail{
    border: 1px solid #ff4e00;
    background: #ff4e00;
}
.detail-btn .detail a{
    color: #ffffff;
    font-size: 100%;
}
.detail-btn .detail a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.detail-btn .detail a span{
    padding: 3px 0 0 25px;
    font-size: 82%;
    background: url(/img/tokyobookmark/pc/plan_sort_bg_07.png) 0px no-repeat;
}
.detail-btn .map{
    border: 1px solid #ff4e00;
    background: #ffffff;
}
.detail-btn .map a{
    color: #ff4e00;
}
.detail-btn .map a span{
    padding: 3px 0 0 20px;
    background: url(/img/tokyobookmark/pc/plan_sort_bg_08.png) 0px no-repeat;
}
.detail-btn .location{
    border: 1px solid #ffffff;
    background: #ffffff;
}
.detail-btn .location a{
    color: #808080;
}
.detail-btn .location a span{
    padding: 3px 0 0;
}
.detail-btn .whispers{
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
}
.detail-btn .whispers p{
    color: #808080;
    padding: 11px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.detail-btn .whispers:hover{
    opacity: 1;
}
.detail-btn .whispers p span{
    padding: 0;
    font-size: 75%;
}

/*-----------------------------------------------
    detail-btn01
-----------------------------------------------*/
.detail-btn01 .location{
    width: 100px;
}
.detail-btn01 .map{
    width: 108px;
}
.detail-btn01 .map a{
    outline: none;
}
.detail-btn01 .bookmark{
    width: 177px;
}
.detail-btn01 .detail{
    width: 185px;
}

/*-----------------------------------------------
    detail-btn02
-----------------------------------------------*/
.detail-btn02 .bookmark{
    width: 158px;
}
.detail-btn02 .detail{
    width: 162px;
}

/*-----------------------------------------------
    detail-btn03
-----------------------------------------------*/
.detail-btn03 .bookmark{
    width: 190px;
}
.detail-btn03 .detail{
    width: 200px;
}

/*-----------------------------------------------
    detail-btn04
-----------------------------------------------*/
.detail-btn04 .bookmark{
    width: 134px;
}
.detail-btn04 .detail{
    width: 135px;
}

/*-----------------------------------------------
    detail-btn05
-----------------------------------------------*/
.detail-btn05 .bookmark{
    width: 300px;
    font-size: 120%;
    background: none;
}
.detail-btn05 .anchor{
    width: 300px;
    border: 1px solid #e74c3c;
    border-radius: 0;
    font-size: 120%;
}
.detail-btn05 .anchor a{
    color: #e74c3c;
}
.detail-btn05 .anchor span{
    padding: 3px 0 0 17px;
    background: url(/img/tokyobookmark/pc/arrow_19.png) left no-repeat;
}

/*-----------------------------------------------
    detail-btn06
-----------------------------------------------*/
.detail-btn06{
    font-size: 113%;
}
.detail-btn06 .bookmark{
    width: 300px;
    background-color: transparent;
}
.detail-btn06 li a span{
    padding-top: 0;
}
.detail-btn06 .detail{
    width: 310px;
    font-size: 113%;
    background: transparent;
    border-radius: 0;
}
.detail-btn06 .detail a{
    color: #ff4e00;
}
.detail-btn06 .detail a span{
    padding: 2px 0 1px 25px;
    background: url(/img/tokyobookmark/pc/arrow_19.png) left no-repeat;
}

/*-----------------------------------------------
    detail-btn07
-----------------------------------------------*/
.detail-btn07{
    font-size: 113%;
    width: 300px;
    height: auto;
    padding: 0;
}
.detail-btn07 .bookmark{
    background-color: transparent;
}
.detail-btn07 li{
    margin: 20px 0 0;
    float: none;
    width: 300px;
}
.detail-btn07 li a{
    padding: 13px 0;
}
.detail-btn07 li a span{
    padding-top: 0;
}
.detail-btn07 .detail{
    font-size: 113%;
    background: transparent;
    border: none;
    border-radius: 0;
}
.detail-btn07 .detail a{
    color: #e84b3c;
    background: #fdeeeb;
}
.detail-btn07 .detail a span{
    background: url(/img/tokyobookmark/pc/arrow_19.png) left no-repeat;
}

/*-----------------------------------------------
    clear-btn
-----------------------------------------------*/
.clear-btn01 a{
    text-decoration: underline;
    font-size: 92%;
}
.clear-btn01 a:hover{
    text-decoration: none;
}
/*-----------------------------------------------
    heading
-----------------------------------------------*/
.contents-lv2-heading01{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 0px 0 30px 75px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_01.png) 0px 6px no-repeat;
}

.contents-lv2-heading02{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: -50px auto 0;
    padding: 115px 0 25px 42px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_02.png) left 80px no-repeat;
}
.contents-lv2-heading03{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 16px 0 30px 70px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_03.png) left 4px no-repeat;
}
.contents-lv2-heading04{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 16px 0 30px 50px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_04.png) left 4px no-repeat;
}
.contents-lv2-heading05{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 16px 0px 30px 45px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_05.png) left 4px no-repeat;
}
.contents-lv2-heading06{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 3px 0 30px 45px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_09.png) left 7px no-repeat;
}
.contents-lv2-heading07{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 3px 0 30px 35px;
    text-align: center;
    font-size: 162%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/M/mypage_history_heading_bg.png) left 5px no-repeat;
}
.contents-lv2-heading08{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 3px 0 30px 39px;
    text-align: center;
    font-size: 162%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/M/mypage_heading_bg.png) left 6px no-repeat;
}
.contents-lv2-heading09{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 3px 0 30px 32px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_10.png) left 4px no-repeat;
}
.contents-lv2-heading10{
    display: block;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 0 0 30px 35px;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/F/contents_bg_07.png) left 6px no-repeat;
}
.contents-lv2-heading10 a{
    text-decoration: underline;
}
.contents-lv2-heading11{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 3px 0 30px 32px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_11.png) left 6px no-repeat;
}
.contents-lv2-heading01.contents-lv2-heading-w{
    color: #ffffff;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_01_w.png) left 6px no-repeat;
}
.contents-lv2-heading02.contents-lv2-heading-w{
    color: #ffffff;
    -moz-text-shadow: 0px 0px 8px #000000;
    -webkit-text-shadow: 0px 0px 8px #000000;
    text-shadow: 0px 0px 8px #000000;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_02_w.png) left 4px no-repeat;
}
.contents-lv2-heading03.contents-lv2-heading-w{
    color: #ffffff;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_03_w.png) left 4px no-repeat;
}
.contents-lv2-heading04.contents-lv2-heading-w{
    color: #ffffff;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_04_w.png) left 4px no-repeat;
}
.contents-lv2-heading05.contents-lv2-heading-w{
    color: #ffffff;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_05_w.png) left 4px no-repeat;
}
.contents-lv3-heading01{
    padding: 25px 0;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    background: #beb0a1;
}
.contents-lv3-heading02{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 3px 0 30px 30px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/hotel_heading_bg_01.png) left 4px no-repeat;
}
.contents-lv3-heading03{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 5px 0 30px 30px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/hotel_heading_bg_02.png) left 4px no-repeat;
}
.contents-lv3-heading04{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 5px 0 30px 28px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/hotel_heading_bg_04.png) left 4px no-repeat;
}
.contents-lv3-heading05{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 3px 0 30px 35px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/hotel_heading_bg_03.png) left 4px no-repeat;
}
.contents-lv3-heading06{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 5px 0 30px 32px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/hotel_heading_bg_05.png) left 4px no-repeat;
}
.contents-lv3-heading07{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 0 0 30px 33px;
    text-align: center;
    font-size: 163%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/M/mypage_heading_child_bg.png) left 4px no-repeat;
}
.contents-lv3-heading07 span{
    font-size: 55%;
}
.contents-lv3-heading08{
    margin: 50px 0 30px;
    color: #4d4d4d;
    font-size: 113%;
    font-weight: bold;
}
.contents-lv3-heading09{
    margin: 0 0 24px;
    font-size: 137%;
}
.contents-lv3-heading10{
    padding: 30px 0 0;
    font-size: 163%;
    color: #5c3913;
    text-align: center;
}
.contents-lv4-heading01{
    text-align: center;
    font-size: 125%;
    color: #5c3913;
}
.contents-lv3-heading10 span{
    padding: 0 0 0 35px;
    background: url(/img/tokyobookmark/pc/F/contents_bg_11.png) left 4px no-repeat;
}
.contents-lv4-heading02{
    margin-bottom: 20px;
    padding: 0 0 0 28px;
    font-size: 113%;
    font-weight: bold;
    background: url(/img/tokyobookmark/pc/G/review_balloon_bg.png) left no-repeat;
}
.contents-lv5-heading01{
    font-size: 113%;
    color: #333333;
}
.line-dec-l01{
    padding-left: 60px;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_06.png) left center no-repeat;
}
.line-dec-r01{
    padding-right: 60px;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_06.png) right center no-repeat;
}
.line-dec-l02{
    padding-left: 40px;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_07.png) left center no-repeat;
}
.line-dec-r02{
    padding-right: 40px;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_07.png) right center no-repeat;
}

/*-----------------------------------------------
    btn
-----------------------------------------------*/
.submit-btn00{
    width: 220px;
    height: 41px;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
    font-size: 88%;
    font-weight: bold;
    cursor: pointer;
    background: #ff4e00 url(/img/tokyobookmark/pc/contents_search_bg_02.png) 25px 14px no-repeat;
    -webkit-background-size: 1em;
    background-size: 1em;
}
.submit-btn01{
    width: 220px;
    height: 41px;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
    font-size: 88%;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
    background: #ff4e00 url(/img/tokyobookmark/pc/contents_search_bg_02.png) 60px no-repeat;
    -webkit-background-size: 1em;
    background-size: 1em;
}
.submit-btn02{
    width: 150px;
    height: 30px;
    padding: 0 0 0 20px;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
    font-size: 88%;
    font-weight: bold;
    cursor: pointer;
    background: #ff4e00 url(/img/tokyobookmark/pc/contents_search_bg_02.png) 18px no-repeat;
    -webkit-background-size: 1em;
    background-size: 1em;
    display: inline-block;
}
.submit-btn03{
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 40px;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
    font-size: 88%;
    font-weight: bold;
    cursor: pointer;
    background: #ff4e00;
    -webkit-background-size: 1em;
    background-size: 1em;
}
.submit-wrap01{
    text-align: center;
}
.more-btn01{
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #f55a21;
    border-radius: 3px;
    color: #f55a21;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;

}
.more-btn01 span{
    padding: 0 0 0 15px;
    background: url(/img/tokyobookmark/pc/arrow_06.png) 1px no-repeat;
}
.more-btn02{
    display: block;
    float: right;
    padding: 8px 10px 7px 30px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 85%;
    background: #ff4e00 url(/img/tokyobookmark/pc/arrow_06_02.png) 15px no-repeat;
}
.more-btn02:hover{
    text-decoration: none;
    opacity: 0.7;
}
.more-btn03{
    display: block;
    float: right;
    padding: 10px 10px 10px 15px;
    font-size: 85%;
    background: url(/img/tokyobookmark/pc/carousel05_bg_02.png) 1px no-repeat;
}
.more-btn04{
    display: block;
    padding: 10px 10px 10px 15px;
    font-size: 85%;
    background: url(/img/tokyobookmark/pc/arrow_33.png) 1px no-repeat;
}
.more-btn05{
    display: table;
    padding: 10px 0 8px;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ff4e00;
}
.toggle-btn01{
    position: relative;
    width: 220px;
    height: 41px;
    padding: 0 0 0 10px;
    line-height: 41px;
    border: none;
    border-radius: 0 0 4px 4px;
    color: #ff4e00;
    text-align: center;
    font-size: 88%;
    font-weight: bold;
    cursor: pointer;
    background: #fdded3;
}
.more-btn06{
    display: block;
    float: right;
    margin: 10px 0 0;
    padding: 8px 10px 7px 15px;
    border-radius: 4px;
    color: #4c4c4c;
    font-size: 85%;
    background: url(/img/tokyobookmark/pc/arrow_34.png) left no-repeat;
}
.more-btn06 span.ext{
    padding-right: 10px;
    background: url(/img/tokyobookmark/pc/extlink_bg_02.png) right no-repeat;
}
.toggle-btn01 span{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(/img/tokyobookmark/pc/bullet_03.png) 0 top no-repeat;
    left: 15px;
}
.toggle-btn01.open span{
    background: url(/img/tokyobookmark/pc/bullet_03.png) 0 bottom no-repeat;
}
.toggle-btn02{
    position: relative;
    width: 600px;
    height: 41px;
    padding: 0;
    margin: 20px 20px 0;
    line-height: 41px;
    border: 1px solid #ff4e00;
    border-radius:  4px;
    color: #ff4e00;
    text-align: center;
    font-size: 88%;
    font-weight: bold;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
    clear: both;
}
.toggle-btn02 span{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(/img/tokyobookmark/pc/bullet_03.png) 0 top no-repeat;
    right: 15px;
}
.toggle-btn02.open span{
    background: url(/img/tokyobookmark/pc/bullet_03.png) 0 bottom no-repeat;
}
.toggle-btn03{
    position: relative;
    width: 220px;
    height: 41px;
    margin-bottom:-1px;
    padding: 0 0 0 10px;
    line-height: 41px;
    border: none;
    border-radius:4px 4px 0 0;
    color: #ffffff;
    text-align: center;
    font-size: 88%;
    font-weight: bold;
    cursor: pointer;
    background: #ff4e00;
}
.toggle-btn03 span{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(/img/tokyobookmark/pc/bullet_05.png) 0 top no-repeat;
    left: 15px;
}.toggle-btn03.open span{
    background: url(/img/tokyobookmark/pc/bullet_05.png) 0 bottom no-repeat;
}
.toggle-btn04{
    position: relative;
    width: 100%;
    height: 41px;
    line-height: 41px;
    border-radius:  4px;
    color: #ff4e00;
    text-align: center;
    font-size: 105%;
    cursor: pointer;
    background: #f7f7f7;
}
.toggle-btn04 span{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(/img/tokyobookmark/pc/bullet_06.png) 0 top no-repeat;
    right: 15px;
    left: 50%;
    margin-left: -9em;
}
.toggle-btn04.open span{
    background: url(/img/tokyobookmark/pc/bullet_06.png) 0 bottom no-repeat;
}
.toggle-btn05{
    display: block;
    position: relative;
    width: 600px;
    height: 41px;
    padding: 0;
    margin: 20px 20px 0;
    line-height: 41px;
    border-radius:  4px;
    color: #ff4e00;
    text-align: center;
    font-size: 88%;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
}
.toggle-btn05:hover{
    text-decoration: none;
    opacity: 0.7;
}
.toggle-btn05 span{
    display: table;
    margin: 0 auto;
    background: url(/img/tokyobookmark/pc/arrow_24.png) left no-repeat;
    padding: 0 0 0 25px;
}
.toggle-btn06{
    position: relative;
    width: 980px;
    height: 41px;
    padding: 0;
    margin: 20px 0;
    line-height: 41px;
    border: 1px solid #ff4e00;
    border-radius:  4px;
    color: #ff4e00;
    text-align: center;
    font-size: 88%;
    font-weight: bold;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
    clear: both;
}
.toggle-btn06 span{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(/img/tokyobookmark/pc/bullet_03.png) 0 top no-repeat;
    right: 15px;
}
.toggle-btn06.open span{
    background: url(/img/tokyobookmark/pc/bullet_03.png) 0 bottom no-repeat;
}

.close01{
    position: absolute;
    top: 20px;
    padding: 5px 5px 3px 15px;
    font-size: 67%;
    cursor: pointer;
    left: 160px;
    background: url(/img/tokyobookmark/pc/header/header_btn_bg_02.gif) 1px 5px no-repeat;
}
.close02{
    position: absolute;
    top: 20px;
    padding: 5px 5px 3px 15px;
    font-size: 67%;
    cursor: pointer;
    border-radius: 3px;
    color: #ffffff;
    background: #4c4c4c url(/img/tokyobookmark/pc/header/header_btn_bg_03.gif) 2px no-repeat;
    right: 20px;
}
.close03{
    position: absolute;
    bottom: 20px;
    padding: 5px 5px 3px 15px;
    font-size: 67%;
    cursor: pointer;
    border-radius: 3px;
    color: #ffffff;
    background: #4c4c4c url(/img/tokyobookmark/pc/header/header_btn_bg_03.gif) 2px no-repeat;
    right: 20px;
}
.close04{
    position: absolute;
    top: 9px;
    right: 50%;
    margin-right: -490px;
    padding: 1px 5px 3px 18px;
    font-size: 75%;
    text-decoration: underline;
    color: #ffffff;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/header/header_btn_bg_04.png) 4px no-repeat;
}
.howto01{
    position: absolute;
    top: -30px;
    right: 0;
    display: table;
    padding: 0 0 0 15px;
    font-size: 75%;
    background: url(/img/tokyobookmark/pc/arrow_09.png) left 1px no-repeat;
    width: 6em;
}
.howto01 a{
    outline: none;
}
.totop01{
    position: absolute;
    width: 13em;
    padding: 5px 5px 5px 15px;
    top: -30px;
    left: 0;
    display: table;
    font-size: 75%;
    border-radius: 4px;
    background: #b3b3b3 url(/img/tokyobookmark/pc/arrow_15.png) 4px no-repeat;
}
.totop01 a{
    color: #ffffff;
    display: block;
}
.save-conditions01{
    display: table;
    margin: 10px auto 0;
    padding: 0 0 0 12px;
    color: #ffffff;
    font-size: 75%;
    background: url(/img/tokyobookmark/pc/arrow_01.png) left 1px no-repeat;
}
.save-conditions02{
    display: table;
    margin: 10px auto 0;
    padding: 0 0 0 12px;
    font-size: 75%;
    background: url(/img/tokyobookmark/pc/arrow_05.png) left 1px no-repeat;
}

/*-----------------------------------------------
    anchor
-----------------------------------------------*/
.inside-anchor{
    margin-top: -100px !important;
    padding-top: 100px !important;
}

/*-----------------------------------------------
    ext-link
-----------------------------------------------*/
.ext-link{
    display: inline-block;
    padding: 0 0 0 5px;
    vertical-align: middle;
    font-size: 0;
}
.ext-link img{
    vertical-align: top;
}

/*-----------------------------------------------
    evaluation-sum
-----------------------------------------------*/
.evaluation-sum{
    padding: 0 !important;
    font-size: 87%;
}
.evaluation-sum span{
    display: inline-block;
    vertical-align: middle;
}
.evaluation-sum span:first-child{
    width: 78px;
    height: 14px;
    background-image: url(/img/tokyobookmark/pc/F/hotel_search_ico_all.png);
}
.evaluation-sum .evaluation-num{
    width: 4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    height: 14px;
    overflow: hidden;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-align: right;
}
.evaluation-lv-0{
    background-position: 0px 0%;
}
.evaluation-lv-1{
    background-position: 0px -100% !important;
}
.evaluation-lv-2{
    background-position: 0px -80% !important;
}
.evaluation-lv-3{
    background-position: 0px -60% !important;
}
.evaluation-lv-4{
    background-position: 0px -40% !important;
}
.evaluation-lv-5{
    background-position: 0px -20% !important;
}

/*-----------------------------------------------
    breadcrumb
-----------------------------------------------*/
.breadcrumb{
    padding: 20px 0;
}
.breadcrumb ul li{
    float: left;
    margin: 0 5px 0 0;
    padding: 0 10px 0 0;
    font-size: 75%;
    background: url(/img/tokyobookmark/pc/arrow_13.png) right 3px no-repeat;
}
.breadcrumb ul li a{
    color: #2980b9;
    text-decoration: underline;
}
.breadcrumb ul li a:hover{
    text-decoration: none;
}
.breadcrumb ul li.bc-stay{
    margin: 0;
    padding: 0;
    background: none !important;
}

/*-----------------------------------------------
    customized-selectbox
-----------------------------------------------*/
.customized-selectbox{
    width: 100%;
}
.customized-selectbox label{
    display: block;
    padding: 0 0 10px;
    font-size: 75%;
}
.customized-selectbox li{
    margin: 0 10px 20px 0;
}
.customized-selectbox .esb-displayer{
    padding: 15px 10px;
    border: none;
    color: #888888;
    font-size: 150%;
    cursor: pointer;
}
.customized-selectbox .easy-select-box{
    width: auto;
    border-radius: 5px;
    background: #ffffff url(/img/tokyobookmark/pc/arrow_03.png) no-repeat right;
    outline: none;
}
.customized-selectbox .esb-item{
    padding: 15px 3px !important;
    font-size: 150%;
}
.customized-selectbox .customized-select-gray .easy-select-box{
    background-color: #ebebeb;
}

/*-----------------------------------------------
    customized-selectbox-icon
-----------------------------------------------*/
.customized-selectbox .customized-icon-arrival .esb-displayer{
    padding: 15px 0 15px 65px;
    background: url(/img/tokyobookmark/pc/contents_search_ico_01.png) 10px no-repeat;
}
.customized-selectbox .customized-icon-peoples .esb-displayer{
    padding: 15px 0 15px 30px;
    background: url(/img/tokyobookmark/pc/contents_search_ico_02.png) 10px no-repeat;
}
.customized-selectbox .customized-icon-departure .esb-displayer{
    padding: 15px 0 15px 30px;
    background: url(/img/tokyobookmark/pc/contents_search_ico_03.png) 10px no-repeat;
}
.customized-selectbox .customized-icon-stay .esb-displayer{
    padding: 15px 0 15px 30px;
    background: url(/img/tokyobookmark/pc/contents_search_ico_04.png) 10px no-repeat;
}
.customized-selectbox .customized-icon-stay-area .esb-displayer{
    padding: 15px 0 15px 30px;
    background: url(/img/tokyobookmark/pc/contents_search_ico_05.png) 10px no-repeat;
}
.customized-selectbox .customized-icon-travel-company .esb-displayer{
    padding: 15px 0 15px 30px;
    background: url(/img/tokyobookmark/pc/contents_search_ico_06.png) 10px no-repeat;
}

/*-----------------------------------------------
    customized-checkbox
-----------------------------------------------*/
.customized-checkbox {
    margin: 0 auto 15px;
}
.customized-checkbox li{
    margin: 10px 40px 0 0;
    padding: 0 0 10px;
    float: left;
}
.customized-checkbox input[type=checkbox],
.customized-checkbox input[type=radio]{
    margin: 0;
    margin-right: 6px;
    display: none;
}
.customized-checkbox input[type=checkbox] + label,
.customized-checkbox input[type=radio] + label{
    position: relative;
    display: block;
    padding: 3px 0 2px 25px;
    cursor: pointer;
}
.customized-checkbox input[type=checkbox] + label::before,
.customized-checkbox input[type=checkbox]:checked + label::before,
.customized-checkbox input[type=radio] + label::before,
.customized-checkbox input[type=radio]:checked + label::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.customized-checkbox input[type=checkbox] + label::before,
.customized-checkbox input[type=radio] + label::before{
    -webkit-background-size: 17px;
    background-size: 17px;
}
.customized-checkbox input[type=checkbox]:checked + label::before,
.customized-checkbox input[type=radio]:checked + label::before{
    -webkit-background-size: 17px;
    background-size: 17px;
}
.customized-checkbox.cb01 {
    min-height: 80px;
}
.customized-checkbox.cb01 input[type=checkbox] + label,
.customized-checkbox.cb01 input[type=radio] + label{
    font-size: 75%;
}
.customized-checkbox.cb01 input[type=checkbox] + label::before{
    background: url(/img/tokyobookmark/pc/optioncheck_bg_01.png) no-repeat left bottom;
}
.customized-checkbox.cb01 input[type=checkbox]:checked + label::before{
    background: url(/img/tokyobookmark/pc/optioncheck_bg_01.png) no-repeat left top;
}
.customized-checkbox.cb01 input[type=radio] + label::before{
    background: url(/img/tokyobookmark/pc/optionradio_bg_01.png) no-repeat left bottom;
}
.customized-checkbox.cb01 input[type=radio]:checked + label::before{
    background: url(/img/tokyobookmark/pc/optionradio_bg_01.png) no-repeat left top;
}
.customized-checkbox.cb02 input[type=checkbox] + label,
.customized-checkbox.cb02 input[type=radio] + label{
    font-size: 88%;
}
.customized-checkbox.cb02 input[type=checkbox] + label::before{
    background: url(/img/tokyobookmark/pc/optioncheck_bg_02.png) no-repeat left bottom;
}
.customized-checkbox.cb02 input[type=checkbox]:checked + label::before{
    background: url(/img/tokyobookmark/pc/optioncheck_bg_02.png) no-repeat left top;
}
.customized-checkbox.cb02 input[type=radio] + label::before{
    background: url(/img/tokyobookmark/pc/optionradio_bg_02.png) no-repeat left bottom;
}
.customized-checkbox.cb02 input[type=radio]:checked + label::before{
    background: url(/img/tokyobookmark/pc/optionradio_bg_02.png) no-repeat left top;
}

/*-----------------------------------------------
    original-checkbox
-----------------------------------------------*/
.original-checkbox input{
    line-height: 1;
    vertical-align: top;
}

/*-----------------------------------------------
    user-info-terms
-----------------------------------------------*/
.info-terms{
    margin: 0 0 50px;
}
.info-terms dt{
    margin: 0 0 24px;
    font-size: 137%;
}
.info-terms dd.indent02{
    padding-left: 1.2em;
    line-height: 1.3;
    margin: 20px 0 0;
}
.info-terms dd.indent02 span{
    float: left;
    width: 1.2em;
    margin-left: -1.2em;
}
.info-terms dd.indent04{
    padding-left: 2em;
    line-height: 1.3;
    margin: 20px 0 0;
}
.info-terms dd.indent04 span{
    float: left;
    width: 2.5em;
    margin-left: -2.5em;
}

/*-----------------------------------------------
    user-info-terms
-----------------------------------------------*/
.info-privacy{
    margin: 0 0 70px;
}
.info-privacy dt{
    margin: 0 0 20px;
    font-size: 137%;
    text-indent: -0.7em;
}

/*-----------------------------------------------
    user-info-terms
-----------------------------------------------*/
.info-inquiry{
    margin: 0 0 70px;
    border-bottom: 1px solid #e5e5e5;
}
.info-inquiry dt{
    position: relative;
    padding: 30px 5em;
    border-top: 1px solid #e5e5e5;
    font-size: 100%;
    cursor: pointer;
}
.info-inquiry dt .inquiry-bul{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(/img/tokyobookmark/pc/bullet_08.png) top right no-repeat;
}
.info-inquiry dt.open .inquiry-bul{
    background: url(/img/tokyobookmark/pc/bullet_08.png) bottom right no-repeat;
}
.info-inquiry dd{
    display: none;
    padding: 30px 5em;
    line-height: 1.6;
    color: #e74c3c;
    background: #fdedeb;
}
.info-inquiry dt .inquiry-num,
.info-inquiry dd .inquiry-ans{
    float: left;
    display: block;
    margin-left: -4em;
    width: 4em;
    text-indent: 0;
}

/*-----------------------------------------------
    customized-selectbox
-----------------------------------------------*/
.plan-search{
    position: absolute;
    width: 980px;
    z-index: 10;
}
.plan-search .caption,
.plan-search label {
    display: block;
    padding: 0 0 10px;
    font-size: 75%;
}
.plan-search .option-btn{
    position: absolute;
    left: 0;
    bottom: -41px;
    z-index: 0;
}
.plan-search .option-btn.open{
    box-shadow: 0 9px 12px -9px #222222;
}
.plan-search .option-btn.open+.option-box02::after{
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    display: block;
    width: 980px;
    height: 9px;
    background: url(/pc/assets/images/panel_bg_01.png) bottom left no-repeat;
}
.plan-search .dep-list{
    position: relative;
    border-radius: 4px 4px 0 0;
    background: #ff4e00;
}
.plan-search .dep-list ul{
    position: relative;
    height: 46px;
    padding: 20px 40px 20px 20px;
    background: url(/img/tokyobookmark/pc/arrow_02.png) right no-repeat;
}
.plan-search .dep-list ul li{
    display: table;
    float: left;
    width: 192px;
    margin: 0 0 0 12px;
    border-radius: 4px;
    color: #dbdbdb;
    font-size: 140%;
    text-align: center;
    background: #ffffff;
}
.plan-search .dep-list ul li:first-child{
    margin: 0;
}
.plan-search .dep-list ul li a,
.plan-search .dep-list ul li .empty{
    display: table-cell;
    width: 192px;
    height: 46px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 88%;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
    background: #ff7133;
}
.plan-search .dep-list ul li .empty{
    color: #ffa38d;
    background: #ff4e00;
}
.plan-search .dep-list ul li span{
    font-size: 75%;
}
.plan-search .dep-list ul li a.selected{
    color: #ff4e00;
    background: #ffffff;
}
.plan-search .option-box01{
    position: relative;
}
.plan-search .option-box01 h2{
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ff4e00;
    font-size: 125%;
    font-weight: bold;
}
.plan-search .option-box01 h2 .option-heading01{
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    border-right: 1px solid #ff4e00;
}
.plan-search .option-list01{
    float: left;
    width: 640px;
    padding: 20px 20px 0;
    background: #ffffff url(/img/tokyobookmark/pc/arrow_04.png) right no-repeat;
}
.plan-search .option-list01>li{
    float: left;
    position: relative;
    margin: 0 10px 20px 0;
}
.plan-search .option-child03{
    width: 280px;
    margin: 20px;
}
.plan-search .option-list04{
    float: left;
    width: 640px;
    padding: 70px 20px 0;
    background: #ffffff url(/img/tokyobookmark/pc/arrow_04.gif) right top no-repeat;
}
.plan-search .option-list04>li{
    float: left;
    position: relative;
    margin: 0 10px 20px 0;
}
.plan-search .option-calendar{
    position: relative;
}
.plan-search .easy-select-box .esb-displayer{
    cursor: pointer;
}
.plan-search #select-departure+.easy-select-box .esb-displayer{
    width: 215px;
    padding: 15px 0 15px 65px;
    border: none;
    font-size: 150%;
    color: #888888;
    background: url(/img/tokyobookmark/pc/contents_search_ico_01.png) 10px no-repeat;
}
.plan-search #select-arrival+.easy-select-box .esb-displayer{
    background: url(/img/tokyobookmark/pc/contents_search_ico_01.png) 10px no-repeat;
    width: 275px;
    padding: 15px 0 15px 65px;
    border: none;
    color: #888888;
    font-size: 150%;
}
.plan-search #select-peoples+.easy-select-box .esb-displayer{
    background: url(/img/tokyobookmark/pc/contents_search_ico_02.png) 10px no-repeat;
    width: 250px;
    padding: 15px 0 15px 30px;
    border: none;
    font-size: 150%;
    color: #888888;
}
.plan-search #select-stay+.easy-select-box .esb-displayer{
    background: url(/img/tokyobookmark/pc/contents_search_ico_04.png) 10px no-repeat;
    width: 250px;
    padding: 15px 0 15px 30px;
    border: none;
    color: #888888;
    font-size: 150%;
}
.plan-search #select-stay-area+.easy-select-box .esb-displayer{
    background: url(/img/tokyobookmark/pc/contents_search_ico_05.png) 10px no-repeat;
    width: 310px;
    padding: 15px 0 15px 30px;
    border: none;
    color: #888888;
    font-size: 150%;
}
.plan-search #select-travel-company+.easy-select-box .esb-displayer{
    background: url(/img/tokyobookmark/pc/contents_search_ico_06.png) 10px no-repeat;
    width: 300px;
    padding: 15px 0 15px 40px;
    border: none;
    color: #888888;
    font-size: 150%;
}
.plan-search .option-list04 #select-stay+.easy-select-box .esb-displayer{
    background: url(/img/tokyobookmark/pc/contents_search_ico_05.png) 10px no-repeat;
}
.plan-search .option-calendar .btn-displayer{
    width: 340px;
    border-radius: 5px;
    text-align: left;
    background: #ebebeb url(/img/tokyobookmark/pc/arrow_03.png) no-repeat right;
}
.plan-search .option-calendar .btn-displayer input{
    cursor: pointer;
}
.plan-search .option-calendar .date-select{
    width: 340px;
    padding: 15px 0 13px 30px;
    border: none;
    text-align: left;
    color: #888888;
    font-size: 105%;
    background: url(/img/tokyobookmark/pc/contents_search_ico_03.png) 10px no-repeat;
}
.plan-search .option-calendar .calendar{
    display: none;
    position: absolute;
    width: 730px;
    padding: 0 0 30px;
    top: 85px;
    left: 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    z-index: 2;
    background: #ffffff;
}
.plan-search .option-calendar .calendar::after{
    content: "";
    display: block;
    width: 13px;
    height: 10px;
    background: url(/img/tokyobookmark/pc/arrow_12.png) right no-repeat;
    position: absolute;
    top: -9px;
    left: 168px;
}
.plan-search .option-calendar .calendar .calendar-list{
    position: relative;
    width: 730px;
    padding: 70px 20px 20px;
}
.plan-search .option-calendar .calendar .calendar-list button{
    outline: none;
    cursor: pointer;
}
.plan-search .option-calendar .calendar .calendar-list .slick-list{
    overflow: hidden;
}
.plan-search .option-calendar .calendar .calendar-list .slick-prev{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 20px;
    top: 21px;
    border: none;
    font-size: 0;
    background: url(/img/tokyobookmark/pc/arrow_10_on.png) 0 0 no-repeat;
}
.plan-search .option-calendar .calendar .calendar-list .slick-next{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 21px;
    border: none;
    font-size: 0;
    background: url(/img/tokyobookmark/pc/arrow_11_on.png) 0 0 no-repeat;
}
.plan-search .option-calendar .calendar .calendar-list .slick-prev.slick-disabled{
    cursor: default;
    background: url(/img/tokyobookmark/pc/arrow_10_off.png) 0 0 no-repeat;
}
.plan-search .option-calendar .calendar .calendar-list .slick-next.slick-disabled{
    cursor: default;
    background: url(/img/tokyobookmark/pc/arrow_11_off.png) 0 0 no-repeat;
}
.plan-search .option-calendar .calendar .calendar-list .slick-prev:before,
.plan-search .option-calendar .calendar .calendar-list .slick-next:before{
    font-size: 0;
}
..plan-search .option-calendar .calendar .calendar-list .slick-track{
    width: 2500px !important;
}
.plan-search .option-calendar .calendar .calendar-list .slick-slide{
    width: 210px !important;
    padding: 0 10px;
}
.plan-search .option-calendar .calendar a{
    display: block;
    position: absolute;
    width: 124px;
    height: 42px;
    left: 30px;
    border: 2px solid #ffffff;
    font-size: 75%;
    cursor: text;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
}
.plan-search .option-calendar .calendar a:hover{
    text-decoration: none;
}
.plan-search .option-calendar .calendar a.date-specified{
    border: 2px solid #ff4e00;
    cursor: pointer;
}
.plan-search .option-calendar .calendar a.date-specified:hover{
    text-decoration: underline;
}
.plan-search .dep-list #departure-btn{
    position: absolute;
    top: 0;
    right: 0;
}
.plan-search .dep-list #departure-btn label{
    display: none;
}
.plan-search .option-gray .easy-select-box{
    border-radius: 5px;
    background: #ebebeb url(/img/tokyobookmark/pc/arrow_03.png) no-repeat right;
    outline: none;
}
.plan-search .option-white .easy-select-box{
    border-radius: 5px;
    background: #ffffff url(/img/tokyobookmark/pc/arrow_03.png) no-repeat right;
}
.plan-search .esb-item{
    padding: 15px 3px !important;
    font-size: 150%;
}
.plan-search .option-result{
    float: right;
    width: 260px;
    padding: 20px;
    color: #ffffff;
    text-align: center;
    border-radius: 0 0 4px 0;
    background: #482a0e;
}
.plan-search .option-result .hits{
    padding: 10px 0 25px;
}
.plan-search .option-result .hits em{
    padding: 0 7px;
    font-size: 250%;
}
.plan-search .option-list02{
    width: 360px;
}
.plan-search .option-list02 li{
    margin-bottom: 20px;
}
.plan-search .option-box02{
    position: relative;
    display: none;
    padding: 20px;
    background: #fdded3;
    z-index: 0;
}
.plan-search.modified01{
    position: relative;;
}
.plan-search.modified01 .option-list01{
    padding: 0;
    background: #ffffff none;
}
.plan-search.modified01 .option-list01 .esb-displayer{
    width: 150px !important;
}

/*-----------------------------------------------
    slider
-----------------------------------------------*/
#slider {
    position: relative;
    padding: 65px 60px 40px;
    background: #ffffff url(/img/tokyobookmark/pc/slider_bg.png) 60px 65px no-repeat;
}
#slider-pricelist{
    position: absolute;
    top: 45px;
    left:25px;
    font-size: 75%;
}
#slider-pricelist li{
    float: left;
    width: 76px;
    text-align: center;
}
.ui-slider {
    position: relative;
    width: 456px;
    height: 20px;
    cursor: pointer;
}
.ui-slider-range {
    position: absolute;
    top: 8px;
    height: 3px;
    background-color: #ff4e00;
}
.ui-slider-handle {
    position: absolute;
    top: 3px;
    margin-left: -6px;
    width: 14px;
    height: 14px;
    outline: none;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/slider_handle.png) no-repeat;
}

/*-----------------------------------------------
    search-map
-----------------------------------------------*/
.search-map{
    padding: 75px 0;
}

.map-mod-wrapper{
    width: 980px;
    height: 600px;
    background: url(/img/tokyobookmark/pc/map_bg_01.png) top left no-repeat;
    position: relative;
}
#map-mod-tooltip-wrap{
    position: absolute;
    top: 0;
    height: 600px;
    width: 700px;
}
#map-mod-tooltip-wrap>li{
    position: absolute;
    display: none;
    z-index: 10;
    padding: 22px 20px;
    border: 1px solid #f55a21;
    border-radius: 4px;
    background: #ffffff;
}
#map-mod-tooltip-wrap>li::after{
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 7px;
    bottom: -7px;
    left: 50%;
    margin-left: -6px;
    background: url(/img/tokyobookmark/pc/arrow_37.png) top left no-repeat;
}
#map-mod-tooltip-wrap>li dl{
    min-width: 115px;
}
#map-mod-tooltip-wrap>li dt{
    color: #f55a21;
    font-weight: bold;
}
#map-mod-tooltip-wrap>li dt.tooltip-center{
    text-align: center;
}
#map-mod-tooltip-wrap>li dd.tooltip-area{
    padding: 20px 0 7px;
    color: #4c4c4c;
    text-align: center;
    font-size: 87.5%;
    font-weight: bold;
}
#map-mod-tooltip-wrap>li dd ul{
    width: 115px;
    margin: 0 auto;
    overflow: hidden;
}
#map-mod-tooltip-wrap>li dd li{
    float: left;
    padding: 3px;
    margin: 3px 0 0 3px;
    font-size: 62.5%;
    font-weight: bold;
    background: #ded7d0;
}
#map-mod-tooltip-wrap>li.tooltip-db{
    display: block;
}
#map-mod-tooltip-wrap>li#tooltip-tokyo{
    left: 260px;
    bottom: 405px;
}
#map-mod-tooltip-wrap>li#tooltip-odaiba{
    left: 325px;
    bottom: 247px;
}
#map-mod-tooltip-wrap>li#tooltip-akasaka{
    left: 173px;
    bottom: 347px;
}
#map-mod-tooltip-wrap>li#tooltip-shibuya{
    left: 74px;
    bottom: 369px;
}
#map-mod-tooltip-wrap>li#tooltip-shinagawa{
    left: 191px;
    bottom: 203px;
}
#map-mod-tooltip-wrap>li#tooltip-shinjuku{
    left: 125px;
    bottom: 460px;
}
#map-mod-tooltip-wrap>li#tooltip-ikebukuro{
    left: 138px;
    bottom: 540px;
}
#map-mod-tooltip-wrap>li#tooltip-ochanomizu{
    left: 217px;
    bottom: 506px;
}
#map-mod-tooltip-wrap>li#tooltip-ueno{
    left: 353px;
    bottom: 535px;
}
#map-mod-tooltip-wrap>li#tooltip-yokohama{
    left: -5px;
    bottom: 147px;
}


.map-mod-left,
.map-mod-right{
    height: 600px;
}
.map-mod-left{
    width: 700px;
}
.map-mod-left p{
    position: absolute;
    z-index: 1;
}
.map-mod-left p area{
    outline: none;
}
.map-mod-left ul{
    position: relative;
    min-height: 600px;
    z-index: 0;
    background: none;
}
.map-mod-left ul li{
    position: absolute;
    display: none;
}
.map-mod-left ul li.tooltip-db{
    display: block;
}

.map-mod-right ul li a.linkage{
    text-decoration: underline;
    color: #ff4e00;
}
.map-mod-left ul li .map-mod-tooltip{
    position: absolute;
    top: 0;
    right: 50%;
}
.map-mod-right {
    position: relative;
    width: 280px;
    padding: 30px 20px 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ece9e6;
}
.map-mod-right h3{
    display: table;
    margin: 0 auto;
    padding: 0 0 30px 20px;
    color: #5c3913;
    font-size: 137%;
    font-weight: bold;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_08.png) left  3px no-repeat;
}
.map-mod-right ul{
    float: left;
    position: relative;
}
.map-mod-right ul li{
    font-size: 88%;
    padding: 0 0 10px 1em;
    background: url(/img/tokyobookmark/pc/arrow_06.png) left top no-repeat;
}
.map-mod-right ul li a{
    text-decoration: none;
    color: #5c3913;
}
.map-mod-right ul li a.linkage{
    text-decoration: underline;
    color: #ff4e00;
}
.map-mod-right ul.area-list-text01{
    width: 12em;
}
.map-mod-right ul.area-list-text02{
    width: 8em;
}
.search-map .area-google-map{
    padding: 0;
}

/*-----------------------------------------------
    search-map-mod
-----------------------------------------------*/

.map-mod-wrapper{
    width: 980px;
    height: 600px;
    background: url(/img/tokyobookmark/pc/map_bg_01.png) top left no-repeat;
    position: relative;
}
#map-mod-tooltip-wrap{
    position: absolute;
    top: 0;
    height: 600px;
    width: 700px;
}
#map-mod-tooltip-wrap>li{
    position: absolute;
    display: none;
    z-index: 10;
    padding: 22px 20px;
    border: 1px solid #f55a21;
    border-radius: 4px;
    background: #ffffff;
}
#map-mod-tooltip-wrap>li::after{
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 7px;
    bottom: -7px;
    left: 50%;
    margin-left: -6px;
    background: url(/img/tokyobookmark/pc/arrow_37.png) top left no-repeat;
}
#map-mod-tooltip-wrap>li dl{
    min-width: 115px;
}
#map-mod-tooltip-wrap>li dt{
    color: #f55a21;
    font-weight: bold;
}
#map-mod-tooltip-wrap>li dt.tooltip-center{
    text-align: center;
}
#map-mod-tooltip-wrap>li dd.tooltip-area{
    padding: 20px 0 7px;
    color: #4c4c4c;
    text-align: center;
    font-size: 87.5%;
    font-weight: bold;
}
#map-mod-tooltip-wrap>li dd ul{
    width: 115px;
    margin: 0 auto;
    overflow: hidden;
}
#map-mod-tooltip-wrap>li dd li{
    float: left;
    padding: 3px;
    margin: 3px 0 0 3px;
    font-size: 62.5%;
    font-weight: bold;
    background: #ded7d0;
}
#map-mod-tooltip-wrap>li.tooltip-db{
    display: block;
}
#map-mod-tooltip-wrap>li#tooltip-tokyo{
    left: 260px;
    bottom: 405px;
}
#map-mod-tooltip-wrap>li#tooltip-odaiba{
    left: 325px;
    bottom: 247px;
}
#map-mod-tooltip-wrap>li#tooltip-akasaka{
    left: 173px;
    bottom: 347px;
}
#map-mod-tooltip-wrap>li#tooltip-shibuya{
    left: 74px;
    bottom: 369px;
}
#map-mod-tooltip-wrap>li#tooltip-shinagawa{
    left: 191px;
    bottom: 203px;
}
#map-mod-tooltip-wrap>li#tooltip-shinjuku{
    left: 125px;
    bottom: 460px;
}
#map-mod-tooltip-wrap>li#tooltip-ikebukuro{
    left: 138px;
    bottom: 540px;
}
#map-mod-tooltip-wrap>li#tooltip-ochanomizu{
    left: 217px;
    bottom: 506px;
}
#map-mod-tooltip-wrap>li#tooltip-ueno{
    left: 353px;
    bottom: 535px;
}
#map-mod-tooltip-wrap>li#tooltip-yokohama{
    left: -5px;
    bottom: 147px;
}


.map-mod-left,
.map-mod-right{
    height: 600px;
}
.map-mod-left{
    width: 700px;
}
.map-mod-left p{
    position: absolute;
    z-index: 1;
}
.map-mod-left p area{
    outline: none;
}
.map-mod-left ul{
    position: relative;
    min-height: 600px;
    z-index: 0;
    background: none;
}
.map-mod-left ul li{
    position: absolute;
    display: none;
}
.map-mod-left ul li.tooltip-db{
    display: block;
}

.map-mod-right ul li a.linkage{
    text-decoration: underline;
    color: #ff4e00;
}
.map-mod-left ul li .map-mod-tooltip{
    position: absolute;
    top: 0;
    right: 50%;
}
.map-mod-right {
    position: relative;
    width: 280px;
    padding: 30px 20px 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ece9e6;
}
.map-mod-right h3{
    display: table;
    margin: 0 auto;
    padding: 0 0 30px 20px;
    color: #5c3913;
    font-size: 137%;
    font-weight: bold;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_08.png) left  3px no-repeat;
}
.map-mod-right ul{
    float: left;
    position: relative;
}
.map-mod-right ul li{
    font-size: 88%;
    padding: 0 0 10px 1em;
    background: url(/img/tokyobookmark/pc/arrow_06.png) left top no-repeat;
}
.map-mod-right ul li a{
    text-decoration: none;
    color: #5c3913;
}
.map-mod-right ul li a.linkage{
    text-decoration: underline;
    color: #ff4e00;
}
.map-mod-right ul.area-list-text01{
    width: 12em;
}
.map-mod-right ul.area-list-text02{
    width: 8em;
}
.search-map .area-google-map{
    padding: 0;
}


/*-----------------------------------------------
    googlemap
-----------------------------------------------*/
.gm-style-iw {
    overflow: hidden ! important;
}
.gm-style-iw div {
    overflow: hidden ! important;
}
/*-----------------------------------------------
    dropdown
-----------------------------------------------*/
.dropdown-box{
    display: none;
    position: absolute;
    padding: 22px 20px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    z-index: 2;
    background: #ffffff;
}
.dropdown-box::after{
    content: "";
    display: block;
    width: 13px;
    height: 10px;
    background: url(/img/tokyobookmark/pc/arrow_12.png) right no-repeat;
    position: absolute;
    top: -9px;
    left: 50%;
    margin: 0 0 0 -6px;
}
.dropdown01{
    top: 40px;
    right: -190px;
    width: 410px;
}
.dropdown01 h2{
    color: #f55a21;
    font-weight: bold;
}
.dropdown01 ul{
    margin: 20px 0;
    border-top: 1px solid #e5e5e5;
    height: 370px;
    overflow: auto;
}
.dropdown01 ul li{
    margin: 20px 0 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
.dropdown02{
    top: 40px;
    width: 160px;
    left: -20px;
}
.dropdown02 dl{
    padding: 0 0 20px;
    font-size: 75%;
    line-height: 1.5;
}
.dropdown02 dl dt{
    padding: 0 0 0 12px;
    background: url(/img/tokyobookmark/pc/arrow_08.gif) 2px no-repeat;
}
.dropdown02 dl dt a{
    color: #f55a21;
}
.dropdown02 dl dd{
    margin: 0 0 0 10px;
    padding: 0 0 0 12px;
    background: url(/img/tokyobookmark/pc/arrow_08.gif) 2px 3px no-repeat;
}

/*-----------------------------------------------
    slick
-----------------------------------------------*/
.slick-list{
    overflow: hidden;
}

/*-----------------------------------------------
    carousel01
-----------------------------------------------*/
.carousel01{
    position: relative;
    margin: 0 0 0 -8px;
}
.carousel01 button{
    cursor: pointer;
    outline: none;
}
.carousel01 .slick-list{
    overflow: hidden;
}
.carousel01 .slick-prev{
    position: absolute;
    top: 100px;
    left: -45px;
    width: 21px;
    height: 37px;
    border: none;
    font-size: 0;
    background: url(/img/tokyobookmark/pc/carousel_prev_02.png) center top no-repeat;
}
.carousel01 .slick-next{
    position: absolute;
    top: 100px;
    right: -45px;
    width: 21px;
    height: 37px;
    border: none;
    font-size: 0;
    background: url(/img/tokyobookmark/pc/carousel_next_02.png) center top no-repeat;
}
.carousel01 .slick-list li{
    float: left;
    margin: 0 4px 0 4px;
    width: 207px !important;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background: #fff;
}
.carousel01 .slick-list li a{
    display: block;
    text-decoration: none;
}
.carousel01 .slick-list li img{
    font-size: 0;
    vertical-align: bottom;
}
.carousel01 .slick-list li dl{
    padding: 10px 20px;
}
.carousel01 .slick-list li dl dt{
    font-size: 67%;
    margin: 0 0 6px;
    padding: 7px 0 6px;
    border-radius: 3px;
    color: #888888;
    text-align: center;
    background: #f7f7f7;
}
.carousel01 .slick-list li dl dd{
    font-size: 75%;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
}
.carousel01 .slick-list li a:hover dl dd{
    text-decoration: underline;
}
.carousel01 .slick-dots{
    display: table !important;
    margin: 0 auto;
    bottom: -25px;
    overflow: hidden;
}
.carousel01 .slick-dots li{
    margin: 0;
    float: left;
}
.carousel01 .slick-dots li button{
    font-size: 0;
    border: none;
    background: url(/img/tokyobookmark/pc/bullet_02.png) center top no-repeat;
    height: 8px;
    width: 8px;
    margin: 0 2px;
}
.carousel01 .slick-dots li.slick-active button{
    border: none;
    background: url(/img/tokyobookmark/pc/bullet_02.png) center bottom no-repeat;
}

/*-----------------------------------------------
    carousel02
-----------------------------------------------*/
.carousel02{
    margin: 0 0 0 -10px;
}
.carousel02 li{
    float: left;
    margin: 0 0 0 10px;
    width: 188px;
    background: #fff;
}
.carousel02 li a{
    display: block;
    text-decoration: none;
}
.carousel02 li a:hover dt{
    text-decoration: underline;
}
.carousel02 li img{
    font-size: 0;
    vertical-align: bottom;
}
.carousel02 li dl{
    padding: 15px 0 10px;
    position: relative;
}
.carousel02 li dl dt{
    font-size: 75%;
    font-weight: bold;
    padding: 0 0 25px;
    color: #888888;
}
.carousel02 li dl dd{
    padding: 5px 0;
    font-size: 65%;
    border-radius: 3px;
    color: #333333;
    text-align: center;
    background: #ded7d0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*-----------------------------------------------
    carousel03
-----------------------------------------------*/
.carousel03{
    width: 480px;
    overflow: hidden;
}
.carousel03 p{
    width: 480px;
}
.carousel03 button{
    cursor: pointer;
    outline: none;
}
.carousel03 .slick-slide{
    position: relative;
}
.carousel03 .slick-slide p{
    position: absolute;
    width: 100%;
    padding: 10px 20px 30px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 75%;
    background: url(/img/tokyobookmark/pc/hotel_slick_bg_01.png) center top repeat;
}
.carousel03 .slick-prev{
    position: absolute;
    top: 170px;
    left: 5px;
    width: 21px;
    height: 37px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/arrow_17.png) center top no-repeat;
}
.carousel03 .slick-next{
    position: absolute;
    top: 170px;
    right: 5px;
    width: 21px;
    height: 37px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/arrow_18.png) center top no-repeat;
}
.carousel03 .slick-dots{
    font-size: 0;
    bottom: 15px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: table;
}
.carousel03 .slick-dots li{
    float: left;
    margin: 0;
    cursor: pointer;
}
.carousel03 .slick-dots li button{
    font-size: 0;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    border: none;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/bullet_02.png) center top no-repeat;
}
.carousel03 .slick-dots li.slick-active button{
    border: none;
    background: url(/img/tokyobookmark/pc/bullet_02.png) center bottom no-repeat;
}

/*-----------------------------------------------
    carousel04
-----------------------------------------------*/
.carousel04{
    margin: 30px 0 0 -12px;
}
.carousel04 button{
    cursor: pointer;
    outline: none;
}
.carousel04 li{
    position: relative;
    float: left;
    margin: 0 0 0 12px;
    width: 234px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
}
.carousel04 li a{
    position: relative;
    display: block;
    padding: 0 0 54px;
    text-decoration: none;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel04 li a:hover dd{
    text-decoration: underline;
}
.carousel04 li img{
    font-size: 0;
    vertical-align: bottom;
}
.carousel04 .near-plan01{
    padding: 7px 15px 0;
}
.carousel04 .near-plan01 dt{
    font-size: 75%;
    padding: 0 0 15px;
    color: #888888;
}
.carousel04 .near-plan01 dd{
    padding: 5px 0;
    font-size: 75%;
    border-radius: 3px;
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
}
.carousel04 .near-plan02{
    position: absolute;
    bottom: 0;
    padding: 7px 15px 10px;
}
.carousel04 .near-plan02 dt{
    font-size: 65%;
    padding: 0;
    color: #888888;
}
.carousel04 .near-plan02 dd{
    padding: 0;
    font-size: 75%;
    border-radius: 3px;
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
}
.carousel04 .near-plan02 dd .price span{
    font-size: 140%;
    font-weight: normal;
}
.carousel04 .recommend-vi{
    padding: 10px 15px;
}
.carousel04 .recommend-location01{
    padding: 10px 15px 15px;
}
.carousel04 .recommend-location01 dt{
    padding: 0 0 10px;
    color: #5c3913;
    font-weight: bold;
}
.carousel04 .recommend-location01 dd{
    color: #4d4d4d;
    font-size: 75%;
    line-height: 1.2;
}

.carousel04 .carousel-ttl-tag{
    position: absolute;
    top: -2.10em;
    width: 100%;
    border-radius: 4px;
    font-size: 75%;
    text-align: center;
    color: #ffffff;
    padding: 5px 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel04 .carousel-tag01{
    background: #ff4e00;
}
.carousel04 .carousel-tag02{
    background: #dbb65e;
}
.carousel04 .carousel-tag03{
    background: #f26c63;
}
.carousel04 .carousel-tag04{
    background: #9d77aa;
}

/*-----------------------------------------------
    carousel05
-----------------------------------------------*/
.carousel05{
    margin: 10px 0 0 -12px;
}
.carousel05 button{
    cursor: pointer;
    outline: none;
}
.carousel05>li{
    position: relative;
    float: left;
    margin: 0 0 0 16px;
    width: 312px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff url(/img/tokyobookmark/pc/carousel05_bg_01.png) right bottom no-repeat;
}
.carousel05>li>a{
    display: block;
    height: 100%;
    padding: 0 0 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel05 .near-plan01{
    padding: 12px 15px 15px;
    font-size: 100%;
    font-weight: bold;
    border-radius: 3px;
    color: #333333;
    line-height: 1.5;
}

.carousel05 .near-plan02{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 35px 55px 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel05 .near-plan02 dt{
    font-size: 82%;
    padding: 0;
    color: #333333;
}
.carousel05 .near-plan02 dd{
    padding: 0;
    font-size: 100%;
    border-radius: 3px;
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
}
.carousel05 .near-plan02 dd .price span{
    font-size: 140%;
    font-weight: normal;
}
.carousel05 .carousel-ttl-tag{
    position: absolute;
    top: -2.10em;
    width: 100%;
    border-radius: 4px;
    font-size: 75%;
    text-align: center;
    color: #ffffff;
    padding: 5px 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel05 .plan-summary{
    width: 274px;
}
.carousel05 .plan-summary li.plan-dep{
    width: 107px;
}
.carousel05 .plan-summary li.plan-arr{
    width: 92px;
}
.carousel05 .plan-summary li.plan-peoples{
    width: 75px;
}

/*-----------------------------------------------
    carousel06
-----------------------------------------------*/
.carousel06{
    position: relative;
    overflow: hidden;
    background: #ffffff !important;
}
.carousel06 button{
    cursor: pointer;
    outline: none;
}
.carousel06 .slick-prev{
    position: absolute;
    top: -7px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: 0 0 0 -150px;
    border: none;
    font-size: 0;
    background: url(/img/tokyobookmark/pc/arrow_20.png) 15px 15px no-repeat;
}
.carousel06 .slick-next{
    position: absolute;
    top: -7px;
    right: 50%;
    width: 40px;
    height: 40px;
    margin: 0 -150px 0 0;
    border: none;
    font-size: 0;
    background: url(/img/tokyobookmark/pc/arrow_21.png) 15px 15px no-repeat;
}

/*-----------------------------------------------
    carousel07
-----------------------------------------------*/
.carousel07{
    position: relative;
    background: url(/img/tokyobookmark/pc/F/contents_bg_04.gif) repeat;
    padding: 0;
}
.carousel07 .inner{
    width: 100%;
}
.carousel07 .carousel-logo{
    position: absolute;
    width: 980px;
    min-height: 102px;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 10;
    background-image: url(/img/tokyobookmark/pc/F/hotel_intro_bg_01.png), url(/img/tokyobookmark/pc/F/hotel_intro_bg_02.png);
    background-repeat: repeat-y, no-repeat;
    background-position: top center,bottom center;
    padding: 0 110px 2px;
}
.carousel07 .slick-track{
    width: 100%;
}
.carousel07 .inner img{
    position: absolute;
    width: 2000px;
    height: 580px;
    left: 50%;
    top: 50%;
    margin-left: -1000px;
    margin-top: -290px;
    vertical-align: bottom;
    -webkit-background-size: cover;
    background-size: cover;
}
.carousel07 button{
    cursor: pointer;
    outline: none;
}
.carousel07 .slick-slide{
    position: relative;
    /*width: 25% !important;*/
    height: 580px;
    overflow: hidden;
}
.carousel07 .slick-slide p{
    position: absolute;
    width: 100%;
    padding: 10px 20px 30px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 75%;
    background: url(/img/tokyobookmark/pc/hotel_slick_bg_01.png) center top repeat;
}
.carousel07 .slick-prev{
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 80px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/arrow_28.png) center top no-repeat;
    margin-top: -40px;
    padding: 0;
}
.carousel07 .slick-next{
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 80px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/arrow_29.png) center top no-repeat;
    margin-top: -40px;
    padding: 0;
}
.carousel07 .slick-dots{
    font-size: 0;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: table;
    bottom: 25px;
}
.carousel07 .slick-dots li{
    float: left;
    margin: 0;
    cursor: pointer;
}
.carousel07 .slick-dots li button{
    font-size: 0;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    border: none;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/bullet_07.png) center top no-repeat;
}
.carousel07 .slick-dots li.slick-active button{
    border: none;
    background: url(/img/tokyobookmark/pc/bullet_07.png) center bottom no-repeat;
}

/*-----------------------------------------------
    carousel08
-----------------------------------------------*/
.carousel08{
    width: 320px;
    overflow: hidden;
}
.carousel08 p{
    width: 320px;
}
.carousel08 button{
    cursor: pointer;
    outline: none;
}
.carousel08 .slick-slide{
    position: relative;
}
.carousel08 .slick-slide p{
    position: absolute;
    width: 100%;
    padding: 10px 20px 30px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 75%;
    background: url(/img/tokyobookmark/pc/hotel_slick_bg_01.png) center top repeat;
}
.carousel08 .slick-prev{
    position: absolute;
    top: 110px;
    left: 5px;
    width: 21px;
    height: 37px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/arrow_17.png) center top no-repeat;
}
.carousel08 .slick-next{
    position: absolute;
    top: 110px;
    right: 5px;
    width: 21px;
    height: 37px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/arrow_18.png) center top no-repeat;
}
.carousel08 .slick-dots{
    font-size: 0;
    bottom: 15px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: table;
}
.carousel08 .slick-dots li{
    float: left;
    margin: 0;
    cursor: pointer;
}
.carousel08 .slick-dots li button{
    font-size: 0;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    border: none;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/bullet_02.png) center top no-repeat;
}
.carousel08 .slick-dots li.slick-active button{
    border: none;
    background: url(/img/tokyobookmark/pc/bullet_02.png) center bottom no-repeat;
}

/*-----------------------------------------------
    carousel09
-----------------------------------------------*/
.carousel09{
    width: 640px;
    overflow: hidden;
    position: relative;
    background: url(/img/tokyobookmark/pc/F/contents_bg_04.gif) repeat;
    padding: 0;
}
.carousel09 .inner{
    width: 100%;
}
.carousel09 .carousel-logo{
    position: absolute;
    top: 0;
    z-index: 10;
    margin-left: -450px;
    left: 50%;
}
.carousel09 .slick-list{
    overflow: hidden;
}
.carousel09 .slick-track{
    width: 100%;
}
.carousel09 .inner img{
    width: 640px;
    height: auto;
    vertical-align: bottom;
}
.carousel09 button{
    cursor: pointer;
    outline: none;
}
.carousel09 .slick-slide{
    position: relative;
}
.carousel09 .slick-slide p{
    position: absolute;
    width: 100%;
    padding: 10px 20px 30px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 75%;
    background: url(/img/tokyobookmark/pc/hotel_slick_bg_01.png) center top repeat;
}
.carousel09 .slick-slide img{
    width: 640px;
}
.carousel09 .slick-prev{
    position: absolute;
    top: 50%;
    left: 5px;
    width: 21px;
    height: 37px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/arrow_17.png) center top no-repeat;
    margin-top: -18px;
    padding: 0;
}
.carousel09 .slick-next{
    position: absolute;
    top: 50%;
    right: 5px;
    width: 21px;
    height: 37px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/arrow_18.png) center top no-repeat;
    margin-top: -18px;
    padding: 0;
}
.carousel09 .slick-dots{
    font-size: 0;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: table;
    bottom: 25px;
}
.carousel09 .slick-dots li{
    float: left;
    margin: 0;
    cursor: pointer;
}
.carousel09 .slick-dots li button{
    font-size: 0;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    border: none;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/bullet_07.png) center top no-repeat;
}
.carousel09 .slick-dots li.slick-active button{
    border: none;
    background: url(/img/tokyobookmark/pc/bullet_07.png) center bottom no-repeat;
}

/*-----------------------------------------------
    carousel10
-----------------------------------------------*/
.carousel10{
    width: 980px;
    overflow: hidden;
    position: relative;
    background: url(/img/tokyobookmark/pc/F/contents_bg_04.gif) repeat;
    padding: 30px 0;
    margin: 0 auto;
}
.carousel10 .inner{
    width: 100%;
}
.carousel10 .carousel-logo{
    position: absolute;
    top: 0;
    z-index: 10;
    margin-left: -450px;
    left: 50%;
}
.carousel10 .slick-list{
    overflow: hidden;
}
.carousel10 .slick-track{
    width: 100%;
}
.carousel10 .inner img{
    width: 640px;
    height: auto;
    vertical-align: bottom;
}
.carousel10 button{
    cursor: pointer;
    outline: none;
}
.carousel10 .slick-slide{
    position: relative;
}
.carousel10 .slick-slide p{
    position: absolute;
    width: 100%;
    padding: 10px 20px 30px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 75%;
    background: url(/img/tokyobookmark/pc/hotel_slick_bg_01.png) center top repeat;
}
.carousel10 .slick-slide img{
    width: 980px;
}
.carousel10 .slick-prev{
    position: absolute;
    top: 50%;
    left: 5px;
    width: 21px;
    height: 37px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/arrow_17.png) center top no-repeat;
    margin-top: -18px;
    padding: 0;
}
.carousel10 .slick-next{
    position: absolute;
    top: 50%;
    right: 5px;
    width: 21px;
    height: 37px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/arrow_18.png) center top no-repeat;
    margin-top: -18px;
    padding: 0;
}
.carousel10 .slick-dots{
    font-size: 0;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: table;
    bottom: 25px;
}
.carousel10 .slick-dots li{
    float: left;
    margin: 0;
    cursor: pointer;
}
.carousel10 .slick-dots li button{
    font-size: 0;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    border: none;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/bullet_07.png) center top no-repeat;
}
.carousel10 .slick-dots li.slick-active button{
    border: none;
    background: url(/img/tokyobookmark/pc/bullet_07.png) center bottom no-repeat;
}

/*-----------------------------------------------
    carousel11
-----------------------------------------------*/
.carousel11{
    position: relative;
    width: 860px;
    margin: 0 auto;
}
.carousel11 button{
    cursor: pointer;
    outline: none;
}
.carousel11 .slick-list{
    overflow: hidden;
}
.carousel11 .slick-prev{
    position: absolute;
    top: 100px;
    left: -45px;
    width: 21px;
    height: 37px;
    border: none;
    font-size: 0;
    background: url(/img/tokyobookmark/pc/carousel_prev_02.png) center top no-repeat;
}
.carousel11 .slick-next{
    position: absolute;
    top: 100px;
    right: -45px;
    width: 21px;
    height: 37px;
    border: none;
    font-size: 0;
    background: url(/img/tokyobookmark/pc/carousel_next_02.png) center top no-repeat;
}
.carousel11 .slick-list li{
    /*width: 274px !important;*/
    background: #fff;
}
.carousel11 .slick-list li a{
    text-decoration: none;
    display: block;
}
.carousel11 .slick-list li a img{
    margin: 0 7px;
}
.carousel11 .slick-dots{
    display: table !important;
    margin: 0 auto;
    bottom: -25px;
    overflow: hidden;
}
.carousel11 .slick-dots li{
    margin: 0;
    float: left;
}
.carousel11 .slick-dots li button{
    font-size: 0;
    border: none;
    background: url(/img/tokyobookmark/pc/bullet_02.png) center top no-repeat;
    height: 8px;
    width: 8px;
    margin: 0 2px;
}
.carousel11 .slick-dots li.slick-active button{
    border: none;
    background: url(/img/tokyobookmark/pc/bullet_02.png) center bottom no-repeat;
}
.carousel11+p.clearfix{
    width: 850px;
    margin: 0 auto;}

/*-----------------------------------------------
    hotel-search
-----------------------------------------------*/
.hotel-search{
}
.hotel-search .bgw .inner{
    background: url(/img/tokyobookmark/pc/section05_bg_01.gif) right top repeat;
}
.hotel-search .contents-lv4-heading01{
    padding: 35px 0;

}
.hotel-search .contents-lv5-heading01{
    padding: 0 0 30px;
    line-height: 1.5;
    font-weight: bold;
}
.hotel-search .plan-simple-mod-wrap .contents-lv5-heading01{
    padding-left: 30px
}
.hotel-search .recommend-list01 li{
    padding: 30px 20px;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
}
.hotel-search .recommend-list01 li:first-child{
    border-top: none;
}
.hotel-search .recommend-list01 li .one-price-tag{
    padding: 5px;
}
.hotel-search .recommend-list01 li a{
    display: block;
}
.hotel-search .recommend-list01 li a::after{
    content: ".";
    display: block;
    clear: both;
    height:0;
    visibility:hidden;

}
.hotel-search .recommend-list01 p,
.hotel-search .recommend-list01 dl{
    vertical-align: top;
    display: inline-block;
    float: left;
}
.hotel-search .recommend-list01 dl {
    width: 400px;}
.hotel-search .recommend-list01 dl dt{
    width: 100%;
    display: table;
    line-height: 1.5;
    color: #333333;
}
.hotel-search .recommend-list01 p img{
    padding: 0 20px 0 0;
    width: 180px;
}
.hotel-search .recommend-list01 dl dd{
    padding: 25px 0 0;
    color: #4d4d4d;
    font-size: 75%;
    line-height: 1.5;
}
.hotel-search .recommend-list01 a:hover dl{
    text-decoration: none;
}
.hotel-search .float-right{
    background: #f7f7f7;
}
.hotel-search .recommend-list02{
    padding: 0px 17px;
}
.hotel-search .recommend-list02 li{
    margin: 0 0 45px;
}
.hotel-search .recommend-list02 h6{
    margin: 15px 0 0;
    line-height: 1.5;
}

/*-----------------------------------------------
    inline-price-area
-----------------------------------------------*/
.list-one-price01{
    background-color: #ffecf4 !important;
}
.list-one-price01 h3{
    padding-left: 35px;
}
.list-one-price01 h3 span{
    position: absolute;
    top: -30px;
    left: -20px;
}
.list-one-price01 .one-price-tag{
    display: inline-block;
    vertical-align: top;
    margin: 5px 20px 0 0;
    padding: 6px 10px 5px;
    font-size: 87%;
    color: #ffffff;
    background: #ff458f;
}
.price .daytrip-tag{
    display: inline-block;
    vertical-align: top;
    padding: 3px 30px 3px;
    font-size: 87%;
    color: #ffffff;
    background: #01479d;
}
.plan-daytrip-wrap.plan-detail-wrap h1{
    padding: 15px 160px 15px 60px;
    color: #333333;
    background: #dae4f0;
}
.plan-daytrip-wrap.plan-detail-wrap h2{
    padding: 15px 160px 15px 60px;
    color: #333333;
    background: #dae4f0;
}
.plan-daytrip-wrap.plan-detail-wrap h1 .company-logo01{
    right: 10px;
}
.plan-daytrip-wrap.plan-detail-wrap h2 .company-logo01{
    right: 10px;
}
.plan-daytrip-wrap h1 .plan-daytrip-badge{
    position: absolute;
    top: 0;
    left: 0;
}
.plan-daytrip-wrap h2 .plan-daytrip-badge{
    position: absolute;
    top: 0;
    left: 0;
}
.plan-daytrip-wrap .plan-daytrip-tag{
    display: inline-block;
    margin: 15px 0 0;
    padding: 12px 40px;
    background: #01479d;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
}
.plan-daytrip-wrap.plan-detail-wrap .contents-lv3-heading03{
    padding: 0 0 30px 65px;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_01.png) left 4px no-repeat;
}

/*-----------------------------------------------
    inline-price-area
-----------------------------------------------*/
.plan-simple-wrap.plan-detail-wrap h1{
    padding: 15px 160px 15px 60px;
    color: #333333;
    background: #ffdae9;
}
.plan-simple-wrap.plan-detail-wrap h2{
    padding: 15px 160px 15px 60px;
    color: #333333;
    background: #ffdae9;
}
.plan-simple-wrap h1 .simple-badge{
    position: absolute;
    top: 0;
    left: 0;
}
.plan-simple-wrap h2 .simple-badge{
    position: absolute;
    top: 0;
    left: 0;
}
.plan-simple-wrap .simple-price-tag{
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 5px 8px;
    background: #ff458f;
    color: #fff;
    font-size: 13px;
}

/*-----------------------------------------------
    plan-simple-mod-wrap
-----------------------------------------------*/
.plan-simple-mod-wrap{
    position: relative;
    background-color: #ffecf4 !important;
}
.plan-simple-mod-wrap .simple-badge{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.plan-simple-mod-wrap p.near-plan01{
    padding-left: 60px;
}
.plan-simple-mod-wrap .one-price-tag{
    display: inline-block;
    vertical-align: top;
    margin: 5px 20px 0 0;
    padding: 2px 10px 2px;
    font-size: 87%;
    color: #ffffff;
    background: #ff458f;
}
/*-----------------------------------------------
    inline-price-area
-----------------------------------------------*/
.inline-price-area{
    font-size: 100%;
}
.inline-price-area .plan-name{
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 107%;
    color: #808080;
    background: url(/img/tokyobookmark/pc/hotel_sumally_bg_01.png) left no-repeat;
}
.inline-price-area .price{
    display: inline-block;
}
.inline-price-area .price span{
    font-size: 237%;
}
/*-----------------------------------------------
    plan-daytrip
-----------------------------------------------*/
.plan-daytrip{
    position: relative;
    background: #dae4f0 !important;
    box-sizing: border-box;
    overflow: hidden;
}
.carousel04 .plan-daytrip{
    background: #dae4f0 !important;
}
.plan-sort01 .plan-daytrip:first-child{
    margin-top: 25px;
}
.plan-daytrip h3{
    padding-left: 40px;
}
.plan-daytrip .plan-daytrip-badge{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.plan-daytrip a:hover .plan-daytrip-badge img{
    opacity: 1;
}
.plan-daytrip .plan-daytrip-tag{
	display: inline-block;
    background: #004698;
    color: #fff;
    font-size: 12px;
    padding: 6px 45px;
    margin: 5px 20px 0 0;
}
.carousel04 .plan-daytrip .near-plan02 dt{
    margin-bottom: 5px;
}
.mypage-recomend-wrap .plan-daytrip .plan-daytrip-badge {
    top: 10px;
    left: 10px;
}
.mypage-recomend-wrap .plan-daytrip .plan-daytrip-tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 8px;
}

/*-----------------------------------------------
    outline-table
-----------------------------------------------*/
.outline-table{
    width: 940px;
    margin: 0 auto;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 87%;
    text-align: left;
    line-height: 1.5;
    background: #f7f7f7;
}
.outline-table tr{
    border-bottom: 1px solid #e5e5e5;
}
.outline-table tr:last-child{
    border-bottom: none;
}
.outline-table th,
.outline-table td{
    padding: 10px 0 10px 10px;
}
.outline-table th{
    color: #333333;
    width: 160px;
    font-weight: bold;
}
.outline-table th.v-border{
    border-left: 1px solid #e5e5e5;
}
.outline-table td{
    width: 740px;
    color: #333333;
}
.outline-table td em{
    font-weight: bold;
}
.outline-table td.tdw01{
    width: 300px;
}
.outline-table td span{
    display: inline-block;
}
.outline-table .table-link01{
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 3px 15px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 82%;
    background: #ff4e00;
}
.outline-table .table-link02{
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 3px 15px;
    border: 1px solid #ff4e00;
    border-radius: 4px;
    color: #ff4e00;
    font-size: 82%;
    background: #ffffff;
}
.outline-table a:hover{
    opacity: 0.7;
    text-decoration: none;
}

/*-----------------------------------------------
    calendar-table
-----------------------------------------------*/
.calendar-table h4{
    display: table;
    margin: 0 auto;
    padding: 0 0 30px;
    font-size: 150%;
}

.calendar-table th,
.calendar-table td{
    position: relative;
    width: 140px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #999999;
}
.calendar-table th{
    padding: 10px 0;
    color: #808080;
    background: #f7f7f7;
    font-size: 93%;
}
.calendar-table th.sunday{
    background: #f8c9c4;
}
.calendar-table td{
    padding: 5px;
    font-size: 82%;
    vertical-align: top;
}
.calendar-table td:before {
    content:".";
    display:block;
    float:left; width:0px;
    height:90px;
    opacity:0;
}

.calendar-table td span{
    position: absolute;
    top: 5px;
    left: 5px;
}
.calendar-table td.sunday{
    color: #e74c3c;
}
.calendar-table th.saturday{
    background: #bed9ea;
}
.calendar-table td.saturday{
    color: #2980b9;
}
.calendar-table .table-bill{
    display: table;
    margin: 20px auto 0;
    text-align: center;
    color: #000000;
}
.calendar-table .table-bill .table-price{
    padding: 0 0 10px;
    font-size: 110%;
}
.calendar-table .table-bill .table-btn01{
    margin: 0 auto;
    border-radius: 5px;
    font-size: 92%;
    background: #ff4e00;
    width: 80%;
}
.calendar-table .table-bill .table-btn01 a{
    display: block;
    padding: 2px;
    color: #ffffff;
}
.calendar-table-cap{
    margin: 15px 0 0;
    font-size: 78%;
    color: #4d4d4d;
}

/*-----------------------------------------------
    company-logo01
-----------------------------------------------*/
.company-logo01{
    display: block;
    position: absolute;
    width: 142px;
    top: 50%;
    right: 5px;
    margin: -24px 0 0;
    z-index: 8;
    height: 48px;
    background-color: #ffffff;
}

/*====================================================================

    top

====================================================================*/

/*-----------------------------------------------
    keyvisual
-----------------------------------------------*/
#top .kv-area {
    overflow: hidden;
    margin: 10px 0 30px;
}
#top .kv-area .kv-inner {
    position: relative;
    margin: 0 auto;
    width: 830px;
    height: 300px;
}
#top .kv-area .kv-child {
    margin: 0 5px;
    background-color: #fff;
}
#top .kv-area .kv-child img {
    opacity: 0.3;
}
#top .kv-area .kv-child.slick-center img {
    opacity: 1;
}
#top .kv-area button {
    border: none;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0;
    cursor: pointer;
}
#top .kv-area .slick-list {
    overflow: visible;
}
#top .kv-area .slick-prev,
#top .kv-area .slick-next {
    position: absolute;
    top: 115px;
    width: 35px;
    height: 70px;
}
#top .kv-area .slick-prev:hover,
#top .kv-area .slick-next:hover {
    opacity: 0.6;
}
#top .kv-area .slick-prev {
    left: 0;
    background-image: url(/img/tokyobookmark/pc/carousel_prev_01.png);
}
#top .kv-area .slick-next {
    right: 0;
    background-image: url(/img/tokyobookmark/pc/carousel_next_01.png);
}

#top .kv-area .slick-dots {
    position: absolute;
    top: 282px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}
#top .kv-area .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}
#top .kv-area .slick-dots li button {
    width: 8px;
    height: 8px;
    background-image: url(/img/tokyobookmark/pc/bullet_01.png);
}
#top .kv-area .slick-dots li.slick-active button {
    background-position: left bottom;
}

/*-----------------------------------------------
    top parallax
-----------------------------------------------*/
#top #parallax01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1040px;
    background: #bbe1ec url(/img/tokyobookmark/pc/index_bg_01.jpg) no-repeat center 0;
    background-size: 2000px;
    background-attachment: fixed;
    z-index: 0;
}
#top #parallax01 .fore {
    width: 100%;
    background: url(/img/tokyobookmark/pc/contents_bg_02.png) no-repeat center bottom;
    height: 1040px;
}
#top #parallax02 {
    background-size: 2000px;
    background-attachment: fixed;
}
#top #parallax02.morning{
    background: #172f3a url(/img/tokyobookmark/pc/index_bg_morning.jpg) no-repeat center 0;
    background-size: 2000px;
    background-attachment: fixed;
}
#top #parallax02.noon{
    background: #172f3a url(/img/tokyobookmark/pc/index_bg_noon.jpg) no-repeat center 0;
    background-size: 2000px;
    background-attachment: fixed;
}
#top #parallax02.evening{
    background: #172f3a url(/img/tokyobookmark/pc/index_bg_evening.jpg) no-repeat center 0;
    background-size: 2000px;
    background-attachment: fixed;
}
#top #parallax02.night{
    background: #172f3a url(/img/tokyobookmark/pc/index_bg_night.jpg) no-repeat center 0;
    background-size: 2000px;
    background-attachment: fixed;
}

/*-----------------------------------------------
    keyword-list
-----------------------------------------------*/
#top .keyword-list li{
    float: left;
    padding: 0 0 0;
}
#top .keyword-list li:first-child{
    padding: 0 90px 0 0;
    background: url(/img/tokyobookmark/pc/contents_search_bg_01.png) 332px 31px no-repeat;
}
#top .keyword-list form{
    display: block;
    padding: 0 20px;
}
#top .keyword-list input{
    padding: 7px 0 7px 10px;
    width: 300px;
    height: 41px;
    border: none;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 119%;
    background: #f2f2f2;
}
#top .keyword-list li ul{
    padding: 15px 0 0;
    font-size: 75%;
}
#top .keyword-list li ul li{
    padding: 0 0 0 10px;
    cursor: pointer;
}
#top .keyword-list li ul li:first-child{
    padding: 0;
}
#top .keyword-list li.section03-form-cvn{
    min-height: 31px;
    margin: 1em 0 0;
    padding: 10px 0 0 30px;
}
#top .keyword-list li.section03-form-cvn input{
    width: 220px;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
    font-size: 88%;
    font-weight: bold;
    cursor: pointer;
    background: #ff4e00 url(/img/tokyobookmark/pc/contents_search_bg_02.png) 60px 13px no-repeat;
    -webkit-background-size: 1em;
    background-size: 1em;
}
#top .keyword-list .keyword-list-choices li:hover{
    text-decoration: underline;
}

/*-----------------------------------------------
    top section01
-----------------------------------------------*/
#top .section01{
    position: relative;
    z-index: 3;
}
#top .section01 .contents-lv2-heading02{
    text-shadow: 0 0 10px #000;
}

/*-----------------------------------------------
    top section02
-----------------------------------------------*/
#top .section02{
    position: relative;
    padding: 395px 0 20px;
    background-color: rgba(0,0,0,0);
    z-index: 1;
}
#top .section02 .contents-lv2-heading02 em{
    display: block;
    font-size: 87%;
}
#top .section02 p{
    padding: 0 0 30px;
    text-align: center;
}
#top .section02 .thumb-icon-wrap{
    margin: 0 auto;
    width: 830px;
}
#top .section02 .thumb-icon-wrap h3{
    padding: 0 0 45px;
    font-weight: bold;
    color: #5c3913;
    text-align: center;
}

/* 20161226 */
#top .section02 .inner02{
	width: 860px;
	padding: 27px 0 0;
	text-align: center;
}

#top .section02 .inner02 h3{
    padding: 48px 0 48px;
    font-weight: bold;
    color: #5c3913;
    text-align: center;
}

#top .section02 .inner02 .submit-btn02 {
    width: 860px;
    height: 55px;
    padding: 0 0 0 0;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
    font-size: 150%;
    font-weight: bold;
    cursor: pointer;
    background: #ff4e00 url(/img/tokyobookmark/pc/contents_search_bg_03.png) 300px center no-repeat;
    -webkit-background-size: 1.25em;
    background-size: 1.25em;
    display: inline-block;
}

#top .section02 .carousel01 {
    position: relative;
    margin: 0 0 0 -5px;
}

#top .section02 .contents-lv2-heading02{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto 0;
    padding: 75px 0 25px 42px;
    text-align: center;
    font-size: 174%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/contents_heading_bg_02.png) left 40px no-repeat;
}
/* 20161226 */


/*-----------------------------------------------
    top section03
-----------------------------------------------*/
#top .section03{
    padding: 135px 0;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
#top .section03 > div{
    padding: 25px 0;
    background: url(/img/tokyobookmark/pc/contents_bg_04.png) top left repeat;
}
#top .section03 h3{
    padding: 0 0 10px;
    font-size: 85%;
}

/*-----------------------------------------------
    top section04
-----------------------------------------------*/
#top .section04{
  background: url(/img/tokyobookmark/pc/contents_bg_05.gif) center top no-repeat;
}

/*-----------------------------------------------
    feature-bnr-area01
-----------------------------------------------*/
#top .feature-bnr-area01{
    margin: 0 -40px;
}
#top .feature-bnr-area01 li{
    float: left;
    margin: 0 0 20px 40px;
}


/*====================================================================

    B

====================================================================*/

/*-----------------------------------------------
    listtab
-----------------------------------------------*/
.list-tab01-wrapper{
    position: relative;
}
.list-tab01{
    width: 100%;
    border-bottom: 3px solid #ff4e00;
}
.list-tab01 li {
    float: left;
    font-size: 113%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-tab01 li a{
    display: block;
    width: 270px;
    text-align: center;
    padding: 10px 0 6px;
    border-radius: 4px 4px 0 0;
    color: #888;
    text-decoration: none;
    background: #e0e0e0;
}
.list-tab01 li a:hover{
    opacity: 0.7;
}
.list-tab01 li.active a{
    color: #ffffff;
    background: #ff4e00;
}
.list-tab01 #show-plan{
    border-right: 1px solid #fff;
}
.list-tab01 #show-plan span{
    display: table;
    margin: 0 auto;
    padding: 0 0 0 25px;
    background: url(/img/tokyobookmark/pc/list_tab_bg_03.png) left no-repeat;
}
.list-tab01 #show-plan.active span{
    display: table;
    margin: 0 auto;
    padding: 0 0 0 25px;
    background: url(/img/tokyobookmark/pc/list_tab_bg_01.png) left no-repeat;
}
.list-tab01 #show-hotel span{
    display: table;
    margin: 0 auto;
    padding: 0 0 0 25px;
    background: url(/img/tokyobookmark/pc/list_tab_bg_02.png) left no-repeat;
}
.list-tab01 #show-hotel.active span{
    display: table;
    margin: 0 auto;
    padding: 0 0 0 25px;
    background: url(/img/tokyobookmark/pc/list_tab_bg_04.png) left no-repeat;
}

/*-----------------------------------------------
    listsort
-----------------------------------------------*/
.list-sort01{
    padding: 10px 0 0;
    background-color: #ffffff;
}
.list-sort01 li{
    float: left;
    padding: 0 10px 0 0;
}
.list-sort01 li a{
    display: block;
    width: 110px;
    padding: 9px 13px 7px 30px;
    border-radius: 4px;
    font-size: 75%;
    text-decoration: none;
    background-color: #e0e0e0;
}
.list-sort01 li a:hover{
    opacity: 0.7;
}
.list-sort01 li#sort-recommend a{
    background: #e0e0e0 url(/img/tokyobookmark/pc/list_tab_03.png) 5px no-repeat;
}
.list-sort01 li#sort-up a{
    background: #e0e0e0 url(/img/tokyobookmark/pc/list_tab_01.png) 5px no-repeat;
}
.list-sort01 li#sort-down a{
    background: #e0e0e0 url(/img/tokyobookmark/pc/list_tab_02.png) 5px no-repeat;
}
.list-sort01 li#sort-recommend.sort-on a{
    color: #ffffff;
    background: #482a0e url(/img/tokyobookmark/pc/list_tab_03_o.png) 5px no-repeat;
}
.list-sort01 li#sort-up.sort-on a{
    color: #ffffff;
    background: #482a0e url(/img/tokyobookmark/pc/list_tab_01_o.png) 5px no-repeat;
}
.list-sort01 li#sort-down.sort-on a{
    color: #ffffff;
    background: #482a0e url(/img/tokyobookmark/pc/list_tab_02_o.png) 5px no-repeat;
}

/**/
/*20170713*/
/**/
.list-sort01 li#sort-score a{
    background: #e0e0e0 url(/img/tokyobookmark/pc/list_tab_04.png) 5px no-repeat;
}
.list-sort01 li#sort-score.sort-on a{
    color: #ffffff;
    background: #482a0e url(/img/tokyobookmark/pc/list_tab_04_o.png) 5px no-repeat;
}

.list-sort02{
    margin: 30px 0;
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #e5e5e5;
    background: url(/img/tokyobookmark/pc/G/list_sort_01.png) left 4px no-repeat;
}
.list-sort02 dt{
    float: left;
    clear: left;
    width: 5em;
    padding: 4px 0 3px;
    font-size: 87.5%;
}
.list-sort02 dd{
    padding: 0 0 0 5em;
}
.list-sort02 li{
    float: left;
    padding: 0 10px 0 0;
}
.list-sort02 li a{
    display: block;
    width: 110px;
    padding: 4px 0 3px;
    border: 1px solid #482a0e;
    border-radius: 4px;
    font-size: 75%;
    text-align: center;
    text-decoration: none;
    color: #482a0e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
}
.list-sort02 li.sort-on a{
    color: #ffffff;
    background: #482a0e;
}
.list-sort02 li a:hover{
    opacity: 0.7;
}

/*-----------------------------------------------
    listcolumnlayout
-----------------------------------------------*/
.list-column-layout01{
    padding: 40px 0 0;
    background: #ffffff;
}

/*-----------------------------------------------
    listcolumnlayout
-----------------------------------------------*/
.list-column-layout02{
    padding: 0;
}

/*-----------------------------------------------
    accordion-panel
-----------------------------------------------*/
.accordion-panel01{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 20px;
}
.accordion-panel01>li{
    border: 1px solid #482a0e;
    border-width: 0 1px;
    margin: 0 0 1px;
    background: #482a0e;
}
.accordion-panel01>li a{
    display: block;
    width: 260px;
    padding: 20px;
    color: #ffffff;
}
.accordion-panel01>li a.accordion{
    background: url(/img/tokyobookmark/pc/sidebar01_accordion_bg_02.png) right no-repeat;
}
.accordion-panel01>li a.accordion.open{
    background: url(/img/tokyobookmark/pc/sidebar01_accordion_bg_03.png) right no-repeat;
}
.accordion-panel01>li a span{
    padding: 0 0 0 20px;
    display: table;
    background: url(/img/tokyobookmark/pc/sidebar01_accordion_bg_01.png) left no-repeat;
}
.accordion-panel01>li a:hover{
    text-decoration: none;
}
.accordion-panel01>li .accordion-box{
    background: #ffffff;
}
.accordion-panel01>li .accordion-box a{
    width: 100%;
    color: #000000;
    padding: 10px 20px 10px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.accordion-panel01>li .accordion-box a:hover{
    text-decoration: underline;
}
.accordion + .accordion-box{
    display: none;
}

/*-----------------------------------------------
    search-mod
-----------------------------------------------*/
.search-mod01{
    padding: 20px;
}
.search-mod01 li{
    float: left;
    width: 50%;
}
.search-mod01-child01{
    background: url(/img/tokyobookmark/pc/sidebar_search_ico_01.png) left no-repeat;
}
.search-mod01-child02{
    background: url(/img/tokyobookmark/pc/sidebar_search_ico_02.png) left no-repeat;
}
.search-mod01-child03{
    background: url(/img/tokyobookmark/pc/sidebar_search_ico_03.png) left no-repeat;
}
.search-mod01-child04{
    background: url(/img/tokyobookmark/pc/sidebar_search_ico_04.png) left no-repeat;
}
.search-mod01-child05{
    background: url(/img/tokyobookmark/pc/sidebar_search_ico_05.png) left no-repeat;
}
.search-mod01-child06{
    background: url(/img/tokyobookmark/pc/sidebar_search_ico_06.png) left no-repeat;
}
.search-mod01-child07{
    background: url(/img/tokyobookmark/pc/sidebar_search_ico_07.png) left no-repeat;
}
.search-mod01-child08{
    background: url(/img/tokyobookmark/pc/sidebar_search_ico_08.png) left no-repeat;
}
.search-mod01-child09{
    background: url(/img/tokyobookmark/pc/sidebar_search_ico_09.png) left no-repeat;
}
.search-mod01-child10{
    background: url(/img/tokyobookmark/pc/sidebar_search_ico_10.png) left no-repeat;
}
.search-mod02{
    padding: 20px;
}
.search-mod03 .hotel-sort-signboard{
    width: 100%;
    background-color: #ffede6;
}
.search-mod03 .hotel-sort-signboard>p{
    float: left;
    width: 214px;
}
.search-mod03 .hotel-signboard-summary{
    float: right;
    width: 345px;
    padding: 20px;
}
.search-mod03 .hotel-signboard-summary h3{
    font-size: 128%;
    font-weight: bold;
    line-height: 1.2;
}
.search-mod03 .hotel-signboard-summary p{
    font-size: 80%;
    padding: 10px 0 0;
}
.search-mod03 .hotel-detail-btn{
    display: block;
    padding: 10px 0;
    border: 1px solid #ff4e00;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    font-size: 100%;
    background: #ff4e00;
}
.search-mod03 .hotel-detail-btn:hover{
    text-decoration: none;
    opacity: 0.7;
}
.search-mod03 .hotel-detail-btn span{
    padding: 2px 0 0 25px;
    font-size: 82%;
    background: url(/img/tokyobookmark/pc/plan_sort_bg_07.png) 0px no-repeat;
}
.search-mod03 .hotel-detail-btn01{
    width: 205px;
    margin: 10px 0 0;
}
.search-mod03 .hotel-detail-btn01:hover{
    text-decoration: none;
    opacity: 0.7;
}
.search-mod03 .map-hotel-list{
    width: 600px;
    background: #ffffff;
}
.search-mod03 .map-hotel-list-none{
    width: 100%;
    display: table;
    background: #ece9e6;
    vertical-align: middle;
    min-height: 545px;
    font-size: 113%;
    font-weight: bold;
    text-align: center;
}
.search-mod03 .map-hotel-list-none p{
    display: table-cell;
    vertical-align: middle;
}
.search-mod03 .hotel-sort-child02{
    padding: 15px 20px;
}
.search-mod03 .hotel-sort-child02 h3{
    font-size: 87%;
}
.search-mod03 .hotel-sort-child02 .stack01{
    padding: 10px 0 0;
}
.search-mod03 .hotel-sort-child02.list-one-price01 h3 span{
    top: -15px;
}
.search-mod03 .plan-summary li{
    width: 105px;
    height: 30px;
}
.search-mod03 .plan-summary li em,
.search-mod03 .plan-summary li span{
    padding: 0 0 0 20px;
}
.search-mod03 .hotel-price .stack01{
    display: table;
    width: 100%;
}
.search-mod03 .hotel-price .stack01 .plan-name{
    padding: 5px 0 0;
    font-size: 87%;
    font-weight: normal;
    vertical-align: middle;
}
.search-mod03 .hotel-price .stack01 .price{
    vertical-align: middle;
}
.search-mod03 .more-btn01{
    position: relative;
    margin: 20px 0 0;
    background: url(/img/tokyobookmark/pc/arrow_06.png) 140px no-repeat;
}
.search-mod03 .more-btn01:hover{
    text-decoration: none;
    opacity: 0.5;
}
/*-----------------------------------------------
    list-sns
-----------------------------------------------*/
.list-sns-01{
    margin: 0 0 0 -18px;
}
.list-sns-01 li{
    float: left;
    margin: 0 0 0 18px;
    border-radius: 3px;
    background: #ffffff;
}

/*-----------------------------------------------
    sideareabnr
-----------------------------------------------*/
.side-area-heading{
    margin: 0 0 15px;
    padding: 10px 0;
    line-height: 1.2;
    text-align: center;
    font-size: 134%;
    font-weight: 500;
    color: #5c3913;
}
.side-area-heading span{
    display: block;
    font-size: 67%;
}
.side-area-heading02{
    display: table;
    vertical-align: middle;
    min-height: 28px;
    margin: 0 auto;
    padding: 3px 0 30px 25px;
    text-align: left;
    font-size: 162%;
    color: #5c3913;
    background: url(/img/tokyobookmark/pc/G/review_heading_bg.png) left 6px no-repeat;
}

/*-----------------------------------------------
    sideareabnr
-----------------------------------------------*/
.side-area-bnr01{
    padding: 0 0 15px;
}

/*-----------------------------------------------
    pagenation
-----------------------------------------------*/
.pagenation{
    display: table;
    margin: 0 auto;
    padding: 20px 0 80px;
    clear: both;
    overflow: hidden;
}
.pagenation li{
    float: left;
    position: relative;
    margin: 0 0 0 -1px;
    border: 1px #e1e1e1 solid;
    border-width: 0px 1px 0px 1px;
    font-size: 12px;
    background: #f5f5f5;
}
.pagenation li.prev{
    border-radius: 4px 0 0 4px;
}
.pagenation li.next{
    border-radius: 0 4px 4px 0;
}
.pagenation li.prev,
.pagenation li.next{
    width: 38px;
    background: #ff4e00;
    border: none;
    overflow: hidden;
}
.pagenation li.prev a,
.pagenation li.next a{
    color: #ffffff;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}
.pagenation li.prev a{
    background: url(/img/tokyobookmark/pc/arrow_15.png) 15px no-repeat;
}
.pagenation li.next a{
    background: url(/img/tokyobookmark/pc/arrow_16.png) 15px no-repeat;
}
.pagenation li a{
    padding: 10px 5px 8px;
    display: block;
    min-width: 22px;
    text-align: center;
    color: #727272;
}
.pagenation li a:hover{
    opacity: 1;
    background-color: #fafafa;
    text-decoration: none;
}
.pagenation li:first-child a:hover,
.pagenation li:last-child a:hover{
    background-color: #fc9163;
}
.pagenation li.current{
    border: none;
}
.pagenation li.current a{
    color: #ffffff !important;
    background: #4d4d4d;
}
.pagenation li.current a::after{
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 13px;
    height: 10px;
    margin: 0 0 0 -6px;
    background: url(/img/tokyobookmark/pc/arrow_14.png) 0px 0px no-repeat;
}
.pagenation li.threedots{
    padding: 6px 3px 12px;
    min-width: 22px;
    text-align: center;
}

/*-----------------------------------------------
    page-bottom-menu01
-----------------------------------------------*/
.page-bottom-menu01{
    width: 1020px;
    margin: 0 0 0 -40px;
}
.page-bottom-child01 {
    float: left;
    width: 300px;
    margin: 0 0 0 40px;
    position: relative;
}
.page-bottom-child01 p{
    margin: 1px 0 0;
    border-radius: 4px;
    background: #482a0e;
}
.page-bottom-child01 p.toggle-switch{
    background: #482a0e url(/img/tokyobookmark/pc/sidebar01_accordion_bg_02.png) right no-repeat;
}
.page-bottom-child01 p.toggle-switch.open{
    background: #482a0e url(/img/tokyobookmark/pc/sidebar01_accordion_bg_03.png) right no-repeat;
}
.page-bottom-child01 p a{
    display: block;
    width: 260px;
    padding: 20px;
    color: #ffffff;
}
.page-bottom-child01 p a:hover{
    text-decoration: none;
}
.page-bottom-child01 p a span{
    padding: 0 0 0 20px;
    display: table;
    background: url(/img/tokyobookmark/pc/sidebar01_accordion_bg_01.png) left no-repeat;
}
.page-bottom-child01>div{
    position: absolute;
    width: 890px;
    margin: 0;
    border: 1px solid #482a0e;
    border-radius: 0 0 4px 4px;
    z-index: 1000;
    display: none;
}
.page-bottom-child01 .search-mod01 a,
.page-bottom-child01 .search-mod02 a{
    display: block;
    width: 100%;
    color: #000000;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-bottom-child01 .thumb-icon-01{
    padding: 50px 30px 20px;
    background: #ffffff;
}
/*-----------------------------------------------
    sort-list
-----------------------------------------------*/
.sort-list .hits{
    padding: 10px 0 25px;
    color: #ff4e00;
}
.sort-list .hits em{
    padding: 0 7px;
    font-size: 250%;
}
.sort-list .hits span{
    color: #808080;
}

/*-----------------------------------------------
    result-hits
-----------------------------------------------*/
.result-hits{
    padding: 10px 0 25px;
    color: #ff4e00;
}
.result-hits em{
    padding: 0 7px;
    font-size: 250%;
}
.result-hits span{
    color: #808080;
}

/*-----------------------------------------------
    lower plan-search
-----------------------------------------------*/
.plan-search.lowermod{
    position: absolute;
    top: 100px;
    left: 0;
}
.plan-search.lowermod .dep-list{
    display: none;
    border-radius: 0 4px 0 0;
}
.plan-search.lowermod .option-result{
    border-radius: 0 4px 4px 0;
}
.plan-search.lowermod .toggle-btn03.open~.option-box01 .option-result{
    border-radius: 0 0 4px 0;
}

/*-----------------------------------------------
    anchor mod
-----------------------------------------------*/
.anchor-mod{
    position: absolute;
    width: 980px;
    overflow: hidden;
    top: 140px;
    z-index: 1;
}
.anchor-mod ul{
    padding: 25px 0;
    background: #ffffff;
}
.anchor-mod ul li{
    float: left;
    width: 163px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    border-left: solid 1px #e5e5e5;
}
.anchor-mod ul li a{
    display: block;
    width: 100%;
    padding: 22px 0 33px;
    background: url(/img/tokyobookmark/pc/arrow_23.png) bottom no-repeat;
}
.anchor-mod ul li a img{
    padding: 0 0 15px;
}
.anchor-mod ul li a span{
    display: block;
    font-size: 87%;
    text-align: center;
}
.anchor-mod-02{
    width: 980px;
}
.anchor-mod-02 ul{
    padding: 25px 0;
    overflow: hidden;
    background: #ffffff;
}
.anchor-mod-02 ul li{
    float: left;
    width: 326px;
    margin: 0;
    font-size: 113%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    border-left: solid 1px #e5e5e5;
}
.anchor-mod-02 ul li:first-child{
    border: none;
}
.anchor-mod-02 ul li a{
    display: block;
    width: 100%;
    padding: 22px 0 33px;
    background: url(/img/tokyobookmark/pc/arrow_23.png) bottom no-repeat;
}
.anchor-mod-02 ul li a img{
    padding: 0 0 15px;
}
.anchor-mod-02 ul li a span{
    display: block;
    font-size: 87%;
    text-align: center;
}

/*-----------------------------------------------
    modalwindow
-----------------------------------------------*/
#popup-tutorial01{
    position: relative;
    max-width: 920px;
    max-height: 884px;
    background: #ffffff;
    margin: 30px auto;
    padding: 30px;
}
#popup-tutorial01 h3{
    font-size: 125%;
    padding: 0 0 15px;
}
#popup-tutorial01 .float-left{
    padding: 0 20px 0 0;
}
#popup-tutorial01 .float-right{
    float: left;
}
#popup-tutorial01 .popup-map{
    padding: 40px 0;
}
#popup-tutorial01 .popup-map h3{
    padding: 0 0 10px;
}
#popup-tutorial01 .popup-map .float-left{
    padding: 0 20px 0 0;
}
#popup-tutorial01 .popup-map .float-right{
    max-width: 480px;
    float: left;
}
#popup-tutorial01 .popup-map .float-right p{
    padding: 0 0 20px;
    line-height: 1.85;
}
.popup-map-mod{
    position: relative;
    max-width: 940px;
    max-height: 884px;
    background: #ffffff;
    margin: 0 auto;
    padding: 10px 10px 30px;
}
.mfp-close-btn{
    display: block;
    width: 210px;
    margin: 30px auto 0;
    padding: 10px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background: #4c4c4c;
}
.mfp-close-btn:hover{
    text-decoration: none;
    opacity: 0.7;
}
.mfp-close-btn span{
    background: url(/img/tokyobookmark/pc/close_01.png) left 3px no-repeat;
    padding: 0 0 0 20px;
    font-size: 93%;
}
.mfp-close-btn-in .mfp-close{
    position: absolute;
    top: 0;
    right: -44px;
    background: #000000;
    color: #ffffff;
    opacity: 1;
    font-weight: 100;
    font-size: 30px;
    font-family: serif;
}
.circle-close-btn{
    position: absolute;
    top: -10px;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/img/tokyobookmark/pc/B/bookmark-caution_btn_01.png) left no-repeat;
    right: -10px;
}

/*-----------------------------------------------
    special banner
-----------------------------------------------*/
.plan-sp-bnr {
    position: relative;
    margin: 0 0 40px;
}

.plan-sp-bnr img {
    margin: 0;
    vertical-align: bottom;
}
.plan-sp-bnr .plan-sp-bnr-caption{
    padding: 10px 0 0;
    color: #3ba4ba;
    font-weight: bold;
    font-size: 113%;
}
.plan-sp-bnr .plan-sp-bnr-caption-01{
    color: #1f528e;
}
.plan-sp-bnr .plan-sp-bnr-caption-02{
    color: #f9505d;
}
.plan-sp-bnr .plan-sp-bnr-caption-03{
    color: #47ad2f;
}
.plan-sp-bnr .plan-sp-bnr-caption-04{
    color: #ff3333;
}
.plan-sp-bnr .plan-sp-bnr-caption-05{
    color: #07a7d8;
}
.plan-sp-bnr .plan-sp-bnr-caption-06{
    color: #bc8200;
}
.plan-sp-bnr .plan-sp-bnr-caption-07{
    color: #14afaf;
}
.plan-sp-bnr .plan-sp-bnr-caption-08{
    color: #4f3c9e;
}
.plan-sp-bnr .plan-sp-bnr-caption-09{
    color: #ffba1f;
}
.plan-sp-bnr .plan-sp-bnr-caption-10{
    color: #ffba1f;
}

/*-----------------------------------------------
    recomend
-----------------------------------------------*/
.plan-recomend{
    padding: 20px 15px;
    background: #f2ecdd;
}
.plan-recomend h3 span{
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 3px 10px;
    color: #ffffff;
    font-size: 72%;
    background: #bda157;
}
.plan-recomend h3{
    padding: 0 0 15px;
    line-height: 1.3;
    font-size: 113%;
    font-weight: bold;
}
.plan-recomend .plan-recomend-detail{
    position: relative;
}
.plan-recomend .plan-recomend-detail p,
.plan-recomend .plan-recomend-detail dl{
    display: table-cell;
    vertical-align: top;
}
.plan-recomend .plan-recomend-detail p img{
    padding: 0 20px 0 0;
}
.plan-recomend .plan-recomend-detail dl{
    padding: 5px 0 0;
    width: 470px;
}
.plan-recomend .plan-recomend-detail dl dt{
    font-weight: bold;
}
.plan-recomend .plan-recomend-detail dl dt span{
    width: 100%;
    display: block;
    font-size: 87%;
}
.plan-recomend .plan-recomend-detail dl dd{
    position: relative;
    padding: 5px 0 0;
}
.plan-recomend .detail-btn{
    padding: 15px 0 0;
}
.plan-recomend .detail-btn .bookmark{
    width: 220px;
}
.plan-recomend .detail-btn .detail{
    width: 230px;
}

/*-----------------------------------------------
    plan-sort
-----------------------------------------------*/
.plan-sort01{
    position: relative;
    padding: 20px 0;
}
.plan-sort02{
    position: relative;
    padding: 0 0 60px;
}
.plan-sort-empty{
    padding: 40px 0 20px;
    font-size: 113%;
    font-weight: bold;
    text-align: center;
}
.plan-sort-child{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 20px 20px;
    background: #ffffff;
}
.plan-sort-child .add-date{
    text-align: right;
    padding: 0 0 10px;
    font-size: 87%;
}
.plan-sort-child .add-date span{
    padding: 0 0 0 20px;
    background: url(/img/tokyobookmark/pc/M/mypage_history_sort_bg.png) left 2px no-repeat;
}
.plan-sort-child h3{
    position: relative;
    padding-bottom: 20px;
    line-height: 1.5;
    font-size: 113%;
    font-weight: bold;
}
.plan-sort-child .plan-detail{
    display: table;
}
.plan-sort-child .plan-detail p,
.plan-sort-child .plan-detail dl{
    display: table-cell;
    vertical-align: top;
}
.plan-sort-child .plan-detail p img{
    padding: 0 20px 0 0;
    width: 180px;
}
.plan-detail{
    padding: 25px 0 0;
}
.plan-detail dl dt{
    width: 100%;
    display: table;
    line-height: 1.5;
}
.plan-detail dl dt .plan-name{
    font-size: 82%;
}
.plan-detail dl .plan-text{
    padding: 15px 0 0;
    color: #808080;
    font-size: 75%;
    line-height: 1.5;
}

/*-----------------------------------------------
    plan-detail-extension
-----------------------------------------------*/
.bookmark-caution{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.bookmark-caution .bookmark-caution-inner{
    border-radius: 10px;
    text-align: center;
    background: #ff4e00;
    box-shadow: 0 0px 15px -4px #222222;
    padding: 5px;
    margin: 0 auto;
    min-height: 240px;
    width: 640px;
    vertical-align: middle;
}
.bookmark-caution .bookmark-caution-inner.saved-caution{
    min-height: 160px;
}
.bookmark-caution .bookmark-caution-mid{
    vertical-align: middle;
    display: table-cell;
}
.bookmark-induction{
    display: table;
    background: rgba(51,51,51,0.6);
}
.bookmark-induction .bookmark-caution-inner{
    width: 853px;
    position: relative;
}
.bookmark-induction p,
.bookmark-induction ul{
    float: left;
    display: block;
}
.bookmark-induction p{
    width: 53%;
    text-align: right;
}
.bookmark-induction ul{
    width: 47%;
}
.bookmark-induction dl dd ul li{
    margin: 80px auto 0;
}
.bookmark-induction dl dd ul li a{
    font-size: 87%;
}
.bookmark-induction .bookmark-caution-paragraph,
.bookmark-induction .bookmark-caution-horizontal{
    padding-bottom: 0;
}
.bookmark-induction .bookmark-caution-paragraph{
    line-height: 1.6;
}
.bookmark-induction div dl{
    padding-bottom: 20px;
}
.bookmark-induction div dl dt{
    padding: 0 0 30px;
    text-decoration: underline;
}
.saved-caution>div{
    padding: 40px 0;
    border-radius: 5px;
    font-size: 100%;
    color: #ff4e00;
    min-width: 240px;
    min-height: 100px;
    background: #ffffff;
}
.bookmark-caution p{
    font-size: 138%;
    font-weight: bold;
}
.bookmark-caution dl{
    padding: 35px 0;
    border-radius: 5px;
    font-size: 100%;
    background: #ffffff;
}
.bookmark-caution dt{
    padding: 0 0 40px;
    font-size: 138%;
    font-weight: bold;
    color: #ff4e00;
}
.bookmark-caution dd{
    padding: 0 0 10px;
    font-size: 100%;
}
.bookmark-caution dl ul{
    display: table;
    margin: 10px auto 0;
}
.bookmark-caution dl ul li{
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 0;
}
.bookmark-caution dl ul li a{
    display: block;
    padding: 15px 0 13px;
    text-decoration: none;
}
.bookmark-caution dl ul li a span{
    padding: 0 0 0 20px;
}
.bookmark-caution dl ul li a:hover{
    opacity: 0.7;
}
.bookmark-caution-tag{
    font-size: 88%;
    margin: 0 10px 0 0;
    padding: 6px 9px 5px;
    border-radius: 4px;
    color: #ffffff;
    background: #ff4e00;
}
.user-info-signup-btn{
    border-radius: 4px;
    font-weight: normal;
    background: #ff4e00;
}
.user-info-signup-btn a{
    color: #ffffff;
}
.user-info-signup-btn a span{
    background: url(/img/tokyobookmark/pc/arrow_35.png) left no-repeat;
}
.user-info-login-btn{
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #ff4e00;
    width: 240px;
}
.user-info-login-btn a{
    color: #ff4e00;
}
.user-info-login-btn a span{
    background: url(/img/tokyobookmark/pc/arrow_36.png) left no-repeat;
}

/*-----------------------------------------------
    plan-sort-company
-----------------------------------------------*/
.sort-list div.plan-sort-company-wrap:first-child{
    margin-top: -70px;
}
.plan-sort-company-wrap{
    padding: 70px 0 0;
    margin: 0 0 -70px;
}
.plan-sort-company{
    border-radius: 4px;
    overflow: hidden;
    background: #ece9e6;
}
.plan-sort-company-summary{
    display: table;
    width: 430px;
    padding: 28px 10px 28px 20px;
    background: url(/img/tokyobookmark/pc/arrow_04.png) right no-repeat;
}
.plan-sort-company-summary p,
.plan-sort-company-summary dl{
    display: table-cell;
    vertical-align: middle;
}
.plan-sort-company-summary dl{
    width: 275px;
    padding: 0 0 0 15px;
}
.plan-sort-company-summary dl dt{
    padding: 0 0 15px;
    font-size: 100%;
    font-weight: bold;
}
.plan-sort-company-summary dl dd{
    padding: 0 0 5px;
    font-size: 75%;
}
.plan-sort-company-result{
    display: table;
    width: 150px;
    padding: 20px 15px;
    color: #ffffff;
    text-align: center;
    background: #482a0e;
}
.plan-sort-company-result .hits{
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
}
.plan-sort-company-result .hits span{
    color: #ffffff;
}

/*-----------------------------------------------
    plan-search-wrap
-----------------------------------------------*/
.plan-search-wrap{
    margin: 410px auto 0;
}

/*-----------------------------------------------
    plan-search-wrap
-----------------------------------------------*/
.plan-anchor-wrap{
    margin: 255px auto 0;
}

/*-----------------------------------------------
    plan-summary
-----------------------------------------------*/
.plan-summary{
    width: 100%;
    margin: 0 auto;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
    display: table;
}
.plan-summary li{
    display: table-cell;
    height: 43px;
    font-size: 75%;
    background: url(/img/tokyobookmark/pc/plan_sort_bg_01.gif) right no-repeat;
    vertical-align: middle;
    text-align: center;
    width: 115px;
}

.plan-summary li.plan-company{
    background-color: #ffffff;
    width: 140px;
}
.plan-summary li:last-child{
    background-image: none;
}
.plan-summary li.plan-dep span{
    padding-left: 37px;
    background: url(/img/tokyobookmark/pc/plan_sort_bg_02.png) left no-repeat;
}
.plan-summary li.plan-arr span{
    background: url(/img/tokyobookmark/pc/plan_sort_bg_03.png) left no-repeat;
}
.plan-summary li.plan-stay span{
    padding-left: 25px;
    background: url(/img/tokyobookmark/pc/plan_sort_bg_04.png) left no-repeat;
}
.plan-summary li.plan-peoples span{
    background: url(/img/tokyobookmark/pc/plan_sort_bg_05.png) left no-repeat;
}
.plan-summary li.plan-company span{
    background-color: #ffffff;
    padding: 0;
    width: 140px;
    height: 44px;
}
.plan-summary li.plan-stay-area span{
    background: url(/img/tokyobookmark/pc/plan_sort_bg_09.png) left no-repeat;
}
.plan-summary li.plan-company em{
    width: 120px;
    background: url(/img/tokyobookmark/pc/plan_sort_bg_07.png) left no-repeat;
}
.plan-summary li span{
    vertical-align: middle;
    padding: 1px 0 1px 20px;
    display: inline-block;
}

/*-----------------------------------------------
    hotel-sort
-----------------------------------------------*/
.hotel-sort01{
    position: relative;
    margin: 40px 0 0;
    padding: 0 0 20px;
    background: #f7f7f7;
}
.hotel-sort01 .plan-summary{
    display: table;
    background: #ffffff;
}
.hotel-sort-child01,
.hotel-sort-child02{
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 20px 20px;
}
.hotel-sort-child01 .hotel-summary{
    position: relative;
    display: table;
}
.hotel-sort-child01 .hotel-pct,
.hotel-sort-child01 .hotel-text{
    display: table-cell;
    vertical-align: top;
}
.hotel-sort-child01 .hotel-pct img{
    padding: 0 20px 0 0;
}
.hotel-sort-child01 h3{
    padding: 0 0 15px;
    font-size: 150%;
    font-weight: bold;
}
.hotel-sort-child01 h4{
    padding: 0 0 15px;
    color: #5c3913;
}
.hotel-sort-child01 .hotel-caption{
    padding: 15px 0 0;
    color: #808080;
    font-size: 75%;
    line-height: 1.5;
}
.hotel-sort01 > div:nth-child(n+6){
    display: none;
}
.hotel-sort-child02 h3{
    position: relative;
    padding-bottom: 20px;
    line-height: 1.5;
    font-size: 113%;
    font-weight: bold;

}
.hotel-price .stack01{
    float: left;
    width: 270px;
    padding: 20px 0 0;
}
.hotel-price .stack01 .plan-name,
.hotel-price .stack01 .price{
    display: inline-block;
    text-align: left;
}
.hotel-price .stack01 .plan-name{
    padding: 0 0 2px;
}
.hotel-price .stack01 .price span{
    font-size: 187%;
}
.hotel-price .detail-btn{
    float: right;
    width: 330px;
}
.hotel-price .stack01.ag-stack .price span{
    display: inline-block;
    margin-top: 10px;
}
.hotel-price .stack01.ag-stack .one-price-tag{
    font-size: 67%;
    padding: 3px 5px 2px;
}
.hotel-price .stack01.ag-stack .plan-name{
    display: block;
    margin-top: -18px;
}


/*-----------------------------------------------
    hotel-sort
-----------------------------------------------*/
.plan-detail-wrap{
    padding: 0 0 80px;
}
.plan-detail-wrap .company-logo01{
    border: 1px solid #f7f7f7;
}
.plan-detail-wrap h1{
    position: relative;
    width: 760px;
    height: auto;
    padding: 1px 220px 1px 0;
    font-size: 180%;
    line-height: 1.28;
}
.plan-detail-wrap h2{
    position: relative;
    width: 760px;
    height: auto;
    padding: 1px 220px 1px 0;
    font-size: 180%;
    line-height: 1.28;
}
.hotel-detail-summary{
    padding: 25px 0 0;
}
.hotel-detail-text{
    width: 480px;
}
.hotel-detail-text .inline-sns-area{
    padding: 0 0 20px;
}
.hotel-detail-text h4{
    font-size: 137%;
    color: #5c3913;
    font-weight: bold;
}
.hotel-detail-text .inline-price-area{
    position: relative;
    padding: 20px 0 0;
}
.hotel-detail-text .detail-btn{
    padding: 25px 0 0;
    height: auto;
}
.hotel-detail-text .detail-btn li p,
.hotel-detail-text .detail-btn li a{
    min-height: 50px;
}
.hotel-detail-text .whispers{
    width: 220px;
}
.hotel-detail-text .whispers a{
    padding: 11px 0 10px;
}
.hotel-detail-text .bookmark{
    width: 240px;
    margin: 0 0 0 20px;
}
.hotel-detail-text .bookmark a span{
    background: url(/img/tokyobookmark/pc/plan_sort_bg_06.png) 0px no-repeat;
    padding: 7px 0 0 30px;
    font-size: 107%;
}
.hotel-detail-text .detail{
    width: 100%;
    margin: 10px 0 0;
}
.hotel-detail-text .detail a{
    padding: 15px 0;
}
.hotel-detail-text .detail a span{
    font-size: 137%;
    background: url(/img/tokyobookmark/pc/hotel_production_btn_bg_01.png) 0px no-repeat;
}
.hotel-detail-text em{
    display: block;
    padding: 10px 0 0;
    font-size: 75%;
    text-align: center;
}
.hotel-detail-text .anchor{
    display: block;
    margin: 20px 0 0;
    padding: 10px;
    color: #e74c3c;
    font-size: 100%;
    background: #fdedeb;
}
.hotel-detail-text .anchor:hover{
    opacity: 0.7;
}
.hotel-detail-text .anchor span{
    display: table;
    margin: 0 auto;
    padding: 0 0 0 17px;
    background: url(/img/tokyobookmark/pc/arrow_19.png) left no-repeat;
}
.hotel-detail-info{
    position: relative;
    padding: 75px 0 40px;
}
.hotel-detail-info>ul{
    padding: 0 0 40px;
    font-size: 87%;
    line-height: 1.7;
}
.hotel-detail-info>ul:nth-last-of-type(2n+1){
    display: none;
}
.hotel-detail-info .toggle-btn04{
    position: absolute;
    bottom: 0;
}
.hotel-detail-info .calendar-table table{
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    background: #ffffff;
}
.hotel-flow li{
    float: left;
}
.hotel-flow-cap{
    float: right;
    display: table;
    margin: 15px 0 0;
    padding: 8px 180px;
    color: #ffffff;
    font-size: 78%;
    background: #e95e4f;
}
.hotel-detail-attention{
    font-size: 92%;
    color: #4d4d4d;
    line-height: 1.5;
}

/*-----------------------------------------------
    hotel-production
.hotel-detail-attention li{
    margin-left: 1em;
}
.hotel-detail-attention li span{
    display: block;
    float: left;
    margin-left: -1em;
    width: 1em;
}
-----------------------------------------------*/
.campaign-info{
    padding: 30px 0;
    background: url(/img/tokyobookmark/pc/B/campaign_bg_01.png) left repeat;
}
.campaign-info h3{
    padding: 0 0 30px;
}
.campaign-info .campaign-img{
    width: 500px;
    float: left;
}
.campaign-info .campaign-txt{
    position: relative;
    width: 480px;
    padding-bottom: 30px;
    float: right;
    font-size: 100%;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.campaign-info .campaign-txt span{
    display: block;
    font-size: 88%;
}
.campaign-info .campaign-txt p{
    position: absolute;
    bottom: 0;
    font-size: 88%;
}
.campaign-info .campaign-txt a.open-popup-link{
    display: block;
    margin: 30px 0 0;
    padding: 0 0 0 12px;
    outline: none;
    background: url(/img/tokyobookmark/pc/B/campaign_arrow_01.png) left no-repeat;
}

/*-----------------------------------------------
    popup-campaign-info
-----------------------------------------------*/
#popup-campaign-info{
    position: relative;
    width: 965px;
    margin: 50px auto;
}
.popup-campaign-sec01 ul,
.popup-campaign-sec02 ul,
.popup-campaign-sec03 ul{
    background: #ffffff;
}
.popup-campaign-sec01 ul li,
.popup-campaign-sec02 ul li,
.popup-campaign-sec03 ul li,
.popup-campaign-sec04 ul li{
    float: left;
}
.popup-campaign-sec01{
}
.popup-campaign-sec01 .popup-campaign-sec01-caution{
    position: absolute;
    bottom: 25px;
    left: 22px
}
.popup-campaign-sec04 ul li{
    width: 50%;
}
.popup-campaign-sec02 table{
    font-size: 87%;
    line-height: 1.6;
    margin: 0 0 0 50px;
}
.popup-campaign-sec02 table{
    margin-bottom: 30px;
}
.popup-campaign-sec04 {
    padding: 0 35px 60px;
    font-size: 75%;
    line-height: 1.6;
    background: url(/img/tokyobookmark/pc/B/campaign_bg_02.png) left repeat;
}
.popup-campaign-sec04 h4{
    font-weight: bold;
}
.popup-campaign-sec05{
    padding: 20px 0 60px;
    overflow: hidden;
    background: #ffffff;
}

/*-----------------------------------------------
    hotel-production
-----------------------------------------------*/
.hotel-production-wrap{
    margin: 30px 0 0;
}
.hotel-production-wrap>div{
    width: 480px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hotel-production{
    float: left;
    padding: 20px 18px;
    background: #f7f7f7;
}
.hotel-production h4{
    padding: 0 0 20px;
    color: #5c3913;
    font-weight: bold;
}
.hotel-production h4::after{
    content:"";
    display:table;
    opacity:0;
}
.hotel-production p{
    display: table-cell;
    vertical-align: middle;
}
.hotel-production p.hotel-production-icon{
    width: 140px;
    height: 85px;
    background-color: #ffffff;
}
.hotel-production p.hotel-production-text{
    padding-left: 20px;
}
.hotel-production-text{
    color: #4d4d4d;
    font-size: 77%;
    line-height: 1.5;
}
.hotel-production-btn{
    float: right;
    padding-top: 50px;
}
.hotel-production-btn p{
    border: 1px solid #ff4e00;
    border-radius: 4px;
    background: #ff4e00;
}
.hotel-production-btn p:hover{
    border: 1px solid #ff834d;
    background: #ff834d;
}
.hotel-production-btn p a{
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 138%;
    text-decoration: none;
    padding: 15px 0;
}
.hotel-production-btn p a span{
    display: table;
    margin: 0 auto;
    padding: 3px 0 0 25px;
    background: url(/img/tokyobookmark/pc/hotel_production_btn_bg_01.png) 0px no-repeat;
}
.hotel-production-btn em{
    display: block;
    padding: 10px 0 0;
    color: #4d4d4d;
    text-align: center;
    font-size: 75%;
}

/*-----------------------------------------------
    review
-----------------------------------------------*/
.review-average-list{}
.review-average-list dl{
    padding: 30px;
    background: #ffede5;
}
.review-average-list dl dt{
    font-size: 137.5%;
    font-weight: bold;
    color: #5c3913;
    line-height: 1;
    text-align: center;
}
.review-average-list .evaluation-sum{
    display: table;
    margin: 18px auto 0;
}
.review-average-list .evaluation-sum span:first-child{
    width: 190px;
    height: 30px;
    background-image: url(/img/tokyobookmark/pc/G/hotel_search_ico_all_03.png);
}
.review-average-list .evaluation-sum .evaluation-num{
    width: 2.8em;
    height: 1em;
    color: #e74c3c;
    font-size: 225%;
}
.review-average-list .review-numbers-wrap{
    display: table;
    margin: 36px 0 0;
    width: 100%;
}
.review-average-list .review-numbers-wrap div{
    display: table-cell;;
}
.review-average-list .review-numbers{
    width: 36%;
    font-size: 137.5%;
    text-align: center;
    vertical-align: middle;
}
.review-average-list .review-numbers p span{
    font-size: 175%;
}
.review-average-list .review-numbers-list{
    width: 64%;
    padding-left: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.review-average-list .review-numbers-list ul{
    line-height: 1;
}
.review-average-list .review-numbers-list ul li{
    overflow: hidden;
    margin: 8px 0 0;
}
.review-average-list .review-numbers-list ul li:first-child{
    margin: 0;
}
.review-average-list .review-numbers-list ul li div{
    float: left;
    font-size: 75%;
}
.review-average-list .review-numbers-list ul li .review-comments{
    width: 5em;
    text-align: right;
}
.review-average-list .review-numbers-list ul li .review-graph{
    width: 180px;
    height: 10px;
    margin: 0 10px;
    font-size: 0;
    background: #cccccc;
}
.review-average-list .review-numbers-list ul li .review-subtotal{
}
.review-sort-child{
    margin: 0 0 30px;
}
.review-sort-child h3{

    padding: 0 0 0 28px;
    font-size: 113%;
    font-weight: bold;
    background: url("/img/tokyobookmark/pc/G/review_balloon_bg.png") left no-repeat;
}
.review-sort-child h3 a{
    text-decoration: underline;
}
.review-sort-child h3 a:hover{
    text-decoration: none;
}
.review-sort-article{
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.review-sort-article a{
    display: inline-block;
    padding: 10px 0 0 1em;
    font-size: 87.5%;
    background: url(/img/tokyobookmark/pc/arrow_34.png) left 10px no-repeat;
}
.review-detail-article{
    padding: 0;
    border: none;
}
.review-article-heading{
    padding: 20px;
    background: #f7f7f7;
}
.review-article-heading .intro-rating-star > p{
    margin-bottom: 10px;
    color: #4c4c4c;
    font-size: 100%;
}
.review-article-heading .evaluation-num{
    font-size: 113%;
    color: #e74c3c;
}
.review-article-heading .intro-rating-star  .traveled-season{
    padding: 0 0 0 20px;
    font-size: 75%;
    font-weight: normal;
    line-height: 21px;
}
.review-article-heading .intro-rating-star h4{
    font-size: 113%;
    font-weight: bold;
}
.review-article-heading .intro-rating-star h4 span{
    padding-right: 5px;
}
.review-text-body{
    padding: 12px 0 0;
    font-size: 87.5%;
    line-height: 1.7;
}
.review-text-body .review-post-date{
    padding: 10px 0 0;
    display: block;
    color: #b2b2b2;
    font-size: 75%;
}
.review-thumbnail-list{
    padding: 30px 0 0;
}
.review-thumbnail-list ul{
    margin-left: -20px;
}
.review-thumbnail-list li{
    float: left;
    margin: 0 0 20px 20px;
}
.review-thumbnail-list li img{
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.review-thumbnail-list li span{
    padding: 8px 0 0;
    display: block;
    color: #4c4c4c;
    font-size: 75%;
}
.review-purpose-list{
    margin: 10px 0 0;
    padding: 20px 20px 5px;
    background: #ece9e6;
    font-size: 87.5%;
    color: #482a0e;
}
.review-purpose-list li{
    float: left;
    width: 50%;
    padding: 0 0 15px;
}
.review-stars {
    margin: 55px 0 0;
    background: #f7f7f7;
}
.review-stars .review-numbers-list{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
.review-stars .review-numbers-list ul{
    line-height: 1;
}
.review-stars .review-numbers-list ul li{
    width: 100%;
    height: 40px;
    display: table;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}
.review-stars .review-numbers-list ul li:first-child{
    margin: 0;
    border: none;
}
.review-stars .review-numbers-list ul li div{
    float: none;
    display: table-cell;
    font-size: 87.5%;
    vertical-align: middle;
}
.review-stars .review-numbers-list ul li .review-comments{
    width: 185px;;
}
.review-stars .review-numbers-list ul li .review-graph{
    width: 180px;
    height: 10px;
    margin: 0 10px;
    font-size: 0;
    background: #cccccc;
}
.review-stars .review-numbers-list ul li .review-subtotal{
    margin: 0 0 0 10px;
}
.review-stars .review-numbers-list ul li .intro-rating-star02{
    margin-top: 0;
    width: 90px;
    font-size: 0;
}
.review-stars .review-numbers-list ul li .intro-rating-star02 p{
    font-size: 0;
    height: 14px;
}

/**/
/* 20170713 */
/**/


.output-rating .intro-rating-star > p {
    margin-bottom: 0;
}

.output-rating .intro-number-of-rating {
    font-size: 100%;
    padding-top: 0.4em;
}

.output-rating .intro-number-of-rating a {
    color: #005db9;
}

/*-----------------------------------------------
    extjump
-----------------------------------------------*/
.hotel-search-list-child{
    float: left;
    width: 279px;
    border: 1px solid #e6e6e6;
    padding-bottom: 40px;
}
.hotel-search-list-child:nth-child(odd){
    border-width: 0 1px 1px 0;
    padding-right: 40px;
}
.hotel-search-list-child:nth-child(even){
    padding-left: 40px;
    border-width: 0 0 1px;
}
.hotel-search-list-child:nth-child(n+3){
    padding-top: 40px;
}
.hotel-search-list-child h3{
    padding: 20px 0;
    font-weight: bold;
}
.hotel-search-list-child .hotel-evaluation-wrap{
    width: 280px;
    display: table;
}
.hotel-search-list-child .hotel-evaluation-wrap p{
    display: table-cell;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px 0 0;
}
.hotel-search-list-child .hotel-location{
    font-size: 75%;
}
.hotel-search-list-child .hotel-location a{
    display: block;
    width: 140px;
    padding: 10px 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
}
.hotel-search-list-child .hotel-location a span{
    display: table;
    margin: 0 auto;
    padding: 3px 0 0;
    height: 19px;
}
.hotel-search-list-child .hotel-comment{
    padding: 20px 0 0;
    font-size: 87%;
}

/*-----------------------------------------------
    extjump
-----------------------------------------------*/
.extjump-contents {
    padding: 70px 0 0;
}
.extjump-contents .contents-lv2-heading01 {
    padding: 0 0 30px 25px;
    background-image: url("/img/tokyobookmark/pc/contents_heading_bg_b3_01.png");
}
.extjump-contents .contents-lv2-heading01.bgn {
    padding: 0 0 30px 25px;
    background: none;
}
.extjump-contents .jump-section01 {
    padding: 30px 0;
    background: #f7f7f7;
}
.extjump-contents .jump-section01{
    font-size: 87%;
}
.extjump-contents .jump-section01 .contents-lv3-heading02 {
    padding: 0;
    margin: 0 auto 35px;
    background: none;
}
.extjump-contents .jump-section01 p {
    text-align: center;
    color: #333333;
    font-size: 20px;
    line-height: 1.5;
}
.extjump-contents .jump-section01 p.fzs {
    font-size: 16px;
}
.extjump-contents .jump-section02 {
    text-align: center;
    padding: 80px 0 100px;
}
.extjump-contents .jump-section02 form{
    width: 350px;
    height: 30px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f2f2f2;
}
.extjump-contents .jump-section02 form input{
    width: 304px;
    border: none;
    background: #f2f2f2;
    line-height: 16px;
    padding: 7px 7px 7px 10px;
    height: 16px;
    font-size: 90%;
}
.extjump-contents .jump-section02 form input[type="submit"]{
    float: right;
    width: 29px;
    padding: 2px 10px 0 0;
    text-indent: 200%;
    overflow: hidden;
    cursor: pointer;
    background: url(/img/tokyobookmark/pc/header/header_search_bg_01.png) 5px no-repeat;
    height: 29px;
}
.extjump-contents .jump-section02 form input[type="submit"]:hover{
    background-color: #f2f2f2 !important;
}
.extjump-contents .submit-bt-large01 {
    display: inline-block;
}
.extjump-contents .submit-btn-large01 a{
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    background: #ff4e00 url("/img/tokyobookmark/pc/link_btn_bg_01.png") no-repeat 260px center;
}
.extjump-contents .submit-btn-large01 a:hover {
    text-decoration: none;
}
.extjump-contents .link-btn01 a {
    position: relative;
}
.extjump-contents .link-btn01 a span {
    padding: 0 0 0 25px;
    background: url("/img/tokyobookmark/pc/arrow_22.png") 3px no-repeat;
}

/*-----------------------------------------------
    hotel-confirm
-----------------------------------------------*/
#hotel-confirm-price>div{
    background: #f6f6f6;
}
#hotel-confirm-price .hotel-production-wrap{
    background: #ffffff;
}
#hotel-confirm-price .plan-search label {
    display: block;
    padding: 0 0 10px;
    font-size: 75%;
}
#hotel-confirm-price #select-arrival+.easy-select-box .esb-displayer{
    width: 225px;
    padding: 15px 0 15px 55px;
    border: none;
    font-size: 150%;
    color: #888888;
    background: url(/img/tokyobookmark/pc/contents_search_ico_01.png) 10px no-repeat;
}
#hotel-confirm-price .customized-selectbox{
    position: absolute;
    bottom: -57px;
    width: 330px;
    background: #ffffff;
}
#hotel-confirm-price .customized-select-gray{
    float: left;
}
#hotel-confirm-price .customized-selectbox .easy-select-box{
    width: 150px !important;
}

/*====================================================================

    F

====================================================================*/

/*-----------------------------------------------
    intro-wrap
-----------------------------------------------*/
.intro-wrap{
    border-top: 1px solid #bda157;
    background: url(/img/tokyobookmark/pc/F/contents_bg_03.gif) repeat;
}
.intro-wrap .intro-hotel-name h2, .intro-wrap .intro-hotel-name h1{
    display: table;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 175%;
    font-weight: bold;
    color: #ffffff;
}
.intro-wrap .intro-hotel-name h2 span, .intro-wrap .intro-hotel-name h1 span{
    display: table-cell;
    padding: 0 0 0 20px;
    vertical-align: middle;
}
.intro-wrap .intro-wrap-child01{
    width: 980px;
    margin: 0 auto;
    background: url(/img/tokyobookmark/pc/F/contents_bg_04.png) center 70px no-repeat;
}
.intro-lv2-heading01{
    padding: 135px 0 30px;
    color: #806b2b;
    font-size: 175%;
    letter-spacing: -0.05em;
    text-align: center;
}
.intro-lv2-heading02{
    padding: 135px 0 30px;
    color: #806b2b;
    font-size: 175%;
    letter-spacing: -0.05em;
    text-align: center;
    line-height: 2;
    background: url(/img/tokyobookmark/pc/F/contents_bg_05.png) center 183px no-repeat;
}
.intro-lv2-heading02 span{
    font-size: 76%;
}

/*====================================================================

    D

====================================================================*/

/*-----------------------------------------------
    intro-wrap
-----------------------------------------------*/
.search-map .lowermod{
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
}

.search-map .plan-search #select-stay-area+.easy-select-box .esb-displayer{
    width: 250px;
}
.search-map .plan-search .option-result{
    display: table;
}
.search-map .plan-search .option-result p{
    display: table-cell;
    vertical-align: middle;
}
.search-map .plan-search .option-result .submit-btn00{
    background: #ff4e00 url(/img/tokyobookmark/pc/contents_search_bg_02.png) 65px 14px no-repeat;
}
.search-map .lowermod .howto01{
    top: 15px;
}

/*====================================================================

    M

====================================================================*/

.mypage-tab{
    position: relative;
    padding: 20px 0 0;
    z-index: 10;
    background: #ffffff;
}
.mypage-tab ul li{
    position: relative;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 113%;
    background: #e0e0e0;
}
.mypage-tab ul li:first-child{
    border-right: 1px solid #fff;
}
.mypage-tab ul li#tokyo-info{
    border-radius: 0 5px 0 0;
    overflow: hidden;
}
.mypage-tab ul li#tokyo-info a{
    float: right;
}
.mypage-tab ul li#plan-reservation{
    border-radius: 5px 0 0 0;
    overflow: hidden;
}
.mypage-tab ul li#plan-reservation a{
    float: left;
}
.mypage-tab ul li a{
    display: block;
    width: 490px;
    text-align: center;
    padding: 12px 0 10px;
    color: #5c3913;
    text-decoration: none;
    background: #e0e0e0;
}
.mypage-tab ul li span{
    padding: 2px 0 0 23px;
    background: url(/img/tokyobookmark/pc/arrow_25.png) left  4px no-repeat;
}
.mypage-tab ul li.active::after{
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 10px;
    left: 235px;
    bottom: -6px;
    background: url(/img/tokyobookmark/pc/arrow_27.png) left  4px no-repeat;
}
.mypage-tab ul li.active a{
    color: #ffffff;
    background: #482a0e;
}
.mypage-tab ul li.active span{
    background: url(/img/tokyobookmark/pc/arrow_26.png) left  4px no-repeat;
}

.mypage-saved-list ul{
    background: #eeebe7;
    border: 1px solid #482a0e;
    border-radius: 0 0 4px 4px;
}
.mypage-saved-list ul li{
    float: left;
}
.mypage-saved-list ul li a{
    display: block;
    width: 326px;
    padding: 14px 0;
    text-align: center;
    background: url(/img/tokyobookmark/pc/M/mypage_localnav_line.png) left no-repeat;
}
.mypage-saved-list ul li a span{
    display: table;
    margin: 0 auto;
    padding: 2px 0 0 20px;
    background: url(/img/tokyobookmark/pc/arrow_30.png) left no-repeat;
}
.mypage-saved-list ul li:first-child a{
    background-image: none;
}
.mypage-user-data{
    padding: 70px 0 40px;
}
.mypage-wrap .user-icon-wrapper{
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.my-data-wrap{
    margin: 0 0 35px;
    padding: 30px 0;
    background: #f7f7f7;
}
.my-data-wrap h3{
    font-size: 113%;
    line-height: 1.4;
    color: #ff4e00;
    font-weight: bold;
}
.my-data-wrap .my-profile{
    float: left;
    position: relative;
    width: 360px;
    padding: 20px;
    background: #ffffff;
}
.my-data-wrap .my-profile .change-user-info{
    position: absolute;
    padding: 3px 10px 3px 30px;
    top: 20px;
    right: 20px;
    border-radius: 4px;
    font-size: 68%;
    color: #ffffff;
    background: #5c3913 url(/img/tokyobookmark/pc/arrow_32.png) 10px no-repeat;
}
.my-data-wrap .my-profile .change-user-info:hover{
    text-decoration: none;
    opacity: 0.7;
}
.my-data-wrap .my-profile dl{
    padding: 12px 0 0;
    font-size: 93%;
    color: #5c3913;
}
.my-data-wrap .my-profile dl dt{
    padding: 0 0 5px;
}
.my-data-wrap .my-profile dd ul{
    padding-left: 1.2em;
    list-style-type: disc;
}
.my-data-wrap .my-news{
    float: right;
    width: 520px;
    padding: 20px;
    background: #ffffff;
}
.my-data-wrap .my-news dl{
    font-size: 93%;
    line-height: 2;
}
.my-data-wrap .my-news dl dt{
    float: left;
    width: 7em;
    clear: left;
}
.my-data-wrap .my-news dl dd{
    padding: 0 0 0 8em;
}
.my-favorite-plan-list{
    width: 1005px;
    margin: 0 0 70px -25px;
}
.my-favorite-plan-list .my-favorite-plan-child{
    position: relative;
    float: left;
    width: 310px;
    min-height: 325px;
    margin: 0 0 25px 25px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.my-favorite-plan-list .my-favorite-plan-child a{
    display: block;
    height: 100%;
    padding: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.my-favorite-plan-list .my-favorite-plan-child:nth-child(n+7){
    display: none;
}
.my-favorite-plan-list .my-favorite-plan-child p img{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.my-favorite-plan-list .my-favorite-plan-child.plan-simple-mod-wrap .one-price-tag{
    padding: 7px 5px 6px;
    margin-top: 3px;
}
.my-favorite-plan-list .my-favorite-plan-txt {
    font-size: 87%;
    padding: 20px 20px 40px;
    position: absolute;
    bottom: 20px;
}
.my-favorite-plan-list .my-favorite-plan-txt p:first-child{
    padding: 0 0 20px;
}
.my-favorite-plan-list .my-favorite-plan-txt p:last-child{
    position: absolute;
    bottom: 0;
}
.my-favorite-hotel-list{
    width: 1005px;
    margin: 0 0 70px -25px;
    position: relative;
}
.my-favorite-hotel-list .my-favorite-hotel-child{
    position: relative;
    float: left;
    width: 310px;
    margin: 0 0 25px 25px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.my-favorite-hotel-list .my-favorite-hotel-child a{
    display: block;
    height: 100%;
    padding: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.my-favorite-hotel-list .my-favorite-hotel-child:nth-child(n+7){
    display: none;
}
.my-favorite-hotel-list .my-favorite-hotel-child img{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.my-favorite-hotel-list .my-favorite-hotel-child dl{
    padding: 20px 20px 0;
    position: relative;
}
.my-favorite-hotel-list .my-favorite-hotel-child dl dt{
    font-size: 87%;
    line-height: 1.2;
    padding: 0 0 40px;
}
.my-favorite-hotel-list .my-favorite-hotel-child dl dd{
    padding: 5px 0;
    font-size: 78%;
    border-radius: 3px;
    color: #333333;
    text-align: center;
    background: #ded7d0;
    position: absolute;
    width: 270px;
    bottom: 0;
}
.my-favorite-delete{
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
    background: #000;
}
.my-favorite-recomend{
    position: relative;
    border: 1px solid #bda157 !important;
    background: #f2ecdd;
}
.my-favorite-recomend .mypage-badge01{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.my-favorite-recomend p img{
    padding: 20px 20px 0;
}
.my-favorite-oneclick-list{
    width: 1000px;
    margin: 0px 0 100px -20px;
}
.my-favorite-oneclick-list .toggle-btn02.read-more{
    margin-left:20px;
}
.my-favorite-oneclick-child{
    float: left;
    width: 480px;
    margin: 0 0 20px 20px;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.my-favorite-oneclick-child:nth-child(n+5){
    display: none;
}
.my-favorite-oneclick-child form{
    padding: 20px 50px 20px 20px;
}
.my-favorite-oneclick-child .stack01 span{
    vertical-align: middle;
}
.my-favorite-oneclick-child .stack01 .plan-name{
    font-size: 80%;
}
.my-favorite-oneclick-child .stack01 .price{
    font-size: 80%;
    text-align: right;
}
.my-favorite-oneclick-child .conditions{
    padding: 5px 0 15px;
}
.my-favorite-oneclick-child .conditions .conditions-check{
    font-weight: bold;
    font-size: 87%;
    color: #5c3913;
}
.my-favorite-oneclick-child .conditions .conditions-list{
    font-size: 80%;
    display: inline-block;
    padding: 0 0 0 15px;
    background: url(/img/tokyobookmark/pc/M/mypage_slash.png) 5px 0 no-repeat;
}
.my-favorite-oneclick-child .conditions *:nth-child(2){
    padding: 0;
    background: none;
}
.my-favorite-oneclick-child .my-favorite-bookmark-sum{
    display: table;
    margin: 20px 0 0;
}
.my-favorite-oneclick-child .my-favorite-bookmark-sum .result-hits,
.my-favorite-oneclick-child .my-favorite-bookmark-sum input{
    display: table-cell;
    vertical-align: bottom;
    padding: 0;
}
.my-favorite-oneclick-child .my-favorite-bookmark-sum .result-hits em{
    font-size: 200%;
}
.my-favorite-oneclick-child .my-favorite-bookmark-sum input{
    width: 190px;
    height: 48px;
    background: #ff4e00 url(/img/tokyobookmark/pc/contents_search_bg_02.png) 40px 14px no-repeat;
    margin: 0 0 0 30px;
}
.my-favorite-oneclick-child .plan-stay,
.my-favorite-oneclick-child .plan-peoples{
    width: 85px;
}
.my-favorite-oneclick-child .plan-stay-area{
    width: 135px;
}
.my-favorite-oneclick-child.my-favorite-recomend{
    padding: 0;
}
.my-favorite-oneclick-child.my-favorite-recomend .thumb-icon-01 li{
    width: 140px;
}
.my-favorite-oneclick-child.my-favorite-recomend dl {
    height: 100%;
}
.my-favorite-oneclick-child.my-favorite-recomend dl dt{
    height: 18%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 112%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #bda157;
}
.my-favorite-oneclick-child.my-favorite-recomend dl dd{
    display: table;
    height: 82%;
    margin: 0 auto;
}
.my-favorite-oneclick-child.my-favorite-recomend dl dd ul{
    display: table-cell;
    vertical-align: middle;
}
.my-favorite-oneclick-child.my-favorite-recomend dl dd ul li{
    margin: 0;
}
.mypage-wrap .sort-list{
    padding: 0 0 20px;
}
.mypage-wrap .plan-sort-child:first-child{
    padding-top: 0;
}
.mypage-wrap .toggle-btn02{
    width: 980px;
    margin-left: 25px;
    border: none;
}
.mypage-recomend-wrap{
    background: #f7f7f7;
}
.mypage-recomend-child{
}
.mypage-recomend-child a{
    display: block;
    padding: 30px 20px;
    position: relative;
}
.mypage-recomend-child a::after{
    content: "";
    display: block;
    border-bottom: 1px solid #e0e0e0;
    position: absolute;
    bottom: 0;
    width: 260px;
}
.mypage-recomend-child:last-child a::after{
    display: none;
}
.mypage-recomend-thumb{
    float: left;
    padding: 0 20px 15px 0;
}
.mypage-recomend-txt{
    float: right;
    width: 160px;
}
.mypage-recomend-txt .plan-name{
    font-size: 90%;
    padding: 0 0 5px;
}
.mypage-recomend-txt .plan-name .one-price-tag{
    margin: 0 0 15px;
}
.mypage-recomend-txt .price{
    font-size: 78%;
    text-align: left;
}
.mypage-recomend-ttl{
    font-size: 87%;
    line-height: 1.5;
}

/*-----------------------------------------------
    overwrites
-----------------------------------------------*/

.expiration{
    opacity: 1;
}
.deleted::before,
.expiration::before{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    opacity: 0.8;
    background: #ffffff;
}
.deleted::after,
.expiration::after{
    content:"";
    position: absolute;
    display: block;
    margin: auto;
    padding: 20px;
    width: 8em;
    height: 1em;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    z-index: 12;
    opacity: 1;
    background: #ffffff;
    font-weight: bold;
}
.deleted::after{
    width: 14em;
    content:"検討ボックスから削除しました";
}
.expiration::after{
    content:"掲載終了しました";
}
.expiration span{
    z-index: 100;
}


/*====================================================================

    O

====================================================================*/

/*-----------------------------------------------
    recommend-choices-wrap
-----------------------------------------------*/

.recommend-plan, .unique-plan ,.recent-plan{
    padding-top: 70px;
    margin-top: -70px;
}
.recommend-heading-top{
    width: 100%;
    max-width: 2000px;
    height: 150px;
    background: url(/img/tokyobookmark/pc/bg_feature.jpg) center top no-repeat;
    text-align: center;
}
.recommend-heading-top h2{
    padding: 27px 0 50px;
    font-size: 200%;
    color: #ffffff;
}
.recommend-heading-top h2 span{
    font-size: 50%;
}
.recommend-choices-wrap h3{
    margin: 50px 0 30px;
    font-size: 175%;
    line-height: 1.3;
    color: #ff4e00;
    text-align: center;
}
.recommend-choices-wrap h3 + p{
    font-size: 93%;
    line-height: 1.6;
    margin: 0 0 30px;
    text-align: center;
}
.feature-list01{
    margin: 0 0 10px -40px;
    overflow: hidden;
}
.feature-list01 li{
    width: 300px;
    float: left;
    margin: 50px 0 0 40px;
}
.feature-list01 li:nth-child(-n+3){
    margin-top: 0;
}
.feature-list01 li a{
    display: block;
}
.feature-list01 li em{
    display: block;
    width: 100%;
    padding: 12px 20px;
    color: #ffffff;
    font-size: 93%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #ff4e00;
}
.feature-list01 li em span:first-child{
    float: left;
}
.feature-list01 li em span{
    float: right;
}
.feature-list01 li a:hover em{
    text-decoration: none !important;
}
.feature-list01 li dl{
    margin: 13px 0 0;
}
.feature-list01 li dl dd{
    margin-top: 15px;
    font-size: 100%;
    line-height: 1.6;
}
.recent-plan{
    margin: 0 0 80px;
}

/*====================================================================

    S

====================================================================*/
.inquiry-plan-sort-company-list{
    background: #eeebe7;
    padding: 20px;
}
.inquiry-plan-sort-company-list .plan-sort-company-summary{
    float: left;
    padding: 20px 10px 20px 20px;
    background: none;
}
.inquiry-others{
    padding: 100px 0 0;
}
.inquiry-others h3{
    font-size: 137%;
}
.inquiry-others .return-btn{
    display: block;
    text-align: center;
    margin: 30px auto 0;
}
.inquiry-others .return-btn a span{
    padding-left: 20px;
}
.inquiry-form-body.user-info-form-inner table th{
    width: 30%;
}
.inquiry-form-body.user-info-form-inner table td{
    width: 70%;
}
.inquiry-form-body #required-inquiry-body{
    width: 660px;
    height: 340px;
    border: 1px solid #e8e8e8;
}
.inquiry-form-body #required-inquiry-body+span{
    margin: 20px 0 0;
}
.inquiry-form-body #required-inquiry-body+span::before{
    background: none;
}
.inquiry-form-body+.indent01{
    font-size: 87%;
}
.user-info-form-error .inquiry-form-body .member-register-row-error td span{
    width: 220px;
}
.inquiry-form-body .customized-selectbox{
    display: inline-block;
    width: 320px;
}

/*====================================================================

    Form

====================================================================*/

/* utility */

.v-align-top {
  vertical-align: top !important;
}
.sns-agreement-form .customized-checkbox input[type=checkbox] + label,
.user-info-form-agreement .customized-checkbox input[type="checkbox"] + label,
.login-form-checkbox.customized-checkbox input[type="checkbox"] + label {
  display: inline-block;
}
.customized-selectbox.customized-selectbox-mid .easy-select-box {
  width: 320px !important;
}
.customized-selectbox.customized-selectbox-short .easy-select-box{
  width: 320px !important;
  float: left;
  margin: 0 40px 0 0;
}
.customized-selectbox.customized-selectbox-veryshort .easy-select-box{
  width: 120px !important;
  float: left;
  margin: 0 40px 0 0;
}
.radio-wrapper01.customized-checkbox {
  margin: 0 auto;
}


/*----------------------------
 user-info
----------------------------*/
.user-info-txt {
  line-height: 1.5;
  font-size: 125%;
  color: #333333;
}
.user-info-complete-msg {
  margin: 30px 0;
  text-align: center;
}

/*----------------------------
 heading
----------------------------*/
.user-info-lv2-heading {
  display: table;
  vertical-align: middle;
  min-height: 28px;
  margin: 0 auto;
  text-align: center;
  font-size: 174%;
  color: #5c3913;
}
.quit-lv2-heading {
  padding: 0 0 0 44px;
  background: url("/img/tokyobookmark/pc/J/pw_quiet_heading_bg.png") left 2px no-repeat;
}
.login-page-lv2-heading {
  background: url("/img/tokyobookmark/pc/K/login_heading_bg.png") no-repeat 0 1px ;
  padding: 0 0 0 28px;
}
.pw-reminder-lv2-heading {
  background: url("/img/tokyobookmark/pc/L/pw_reminder_heading_bg.png") left 2px no-repeat;
  padding: 0 0 0 27px;
}
.profile-register-lv2-heading {
  padding: 0 0 0 34px;
  background: url("/img/tokyobookmark/pc/I/user_info_heading_bg.png") left 3px no-repeat;
}
.privacy-policy-lv2-heading{
  padding: 0 0 0 34px;
  background: url("/img/tokyobookmark/pc/R/privacy_policy_heading_bg.png") left 3px no-repeat;
}
.inquiry-lv2-heading{
  padding: 0 0 0 34px;
  background: url("/img/tokyobookmark/pc/S/inquiry_heading_bg.png") left 3px no-repeat;
}

/*------------------------------
 user-info-contents
----------------------------- */
.user-info-contents {
  padding: 70px 0 0;
}
.user-info-contents02 {
  padding: 20px 0 100px;
}
.login-page-contents {
  padding: 70px 0 500px;
}
.pw-reminder-contents {
  padding: 70px 0 300px;
}
.pw-reminder-contents02 {
  padding: 70px 0 100px;
}
.quit-contents {
  padding: 20px 0 130px;
}
.quit-complete-contents {
  padding: 20px 0 340px;
}

/*----------------------------
 user-info-intro
----------------------------*/
.user-info-intro {
  margin: 30px 0;
}
.pw-reminder-intro {
  margin: 70px 0 30px;
  text-align: center;
}
.pw-reminder-intro02 {
  margin: 30px 0 0;
  text-align: center;
}

/*----------------------------
 user-info-mod-container
----------------------------*/
.user-info-mod-container {
  text-align: center;
}
.user-info-mod-container02 {
  text-align: center;
  margin: 100px 0 0;
}
.pw-reminder-mod-container {
  margin: 100px 0 0;
}

/*----------------------------
 user-info-form
----------------------------*/
.user-info-form {
  margin: 30px 0 0;
}
.user-info-form-inner {
  background: #f2f2f2;
}
.user-info-form-comment01 {
  line-height: 1.625;
  margin: 0 0 30px;
}
.user-info-form table {
  width: 100%;
}
.user-info-form table th{
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
  font-size: 100%;
  font-weight: bold;
  color: #333333;
  background: url("/img/tokyobookmark/pc/H/register_table_line.gif") no-repeat 40px 0;
  padding: 40px 0 40px 40px;
  width: 26%;
}
.user-info-form table tr:first-child th,
.user-info-form table tr:first-child td {
  background-image: none;
}
.user-info-form table td{
  vertical-align: middle;
  background: url("/img/tokyobookmark/pc/H/register_table_line.gif") no-repeat left 0;
  color: #4d4d4d;
  -webkit-background-size: 667px 1px;
  background-size: 685px 1px;
  padding: 40px 20px;
  width: 74%;
}
.user-info-form .register-pw-input-row01 th {
  padding: 50px 0 32px 40px;
}
.user-info-form .register-pw-input-row01 td {
  padding: 50px 20px 8px;
}
.user-info-form .register-pw-input-row02 th {
  background: none;
  padding: 32px 0 50px 40px;
}
.user-info-form .register-pw-input-row02 td {
  background: none;
  padding: 32px 20px 50px;
}
.user-info-text-container {
  height: 110px;
  padding: 20px;
  overflow: auto;
  font-size: 88%;
  color: #4d4d4d;
  background: #fff;
  border: 1px solid #e8e8e8;
  line-height: 1.7;
}
.user-info-form table td input[type="text"],
.user-info-form table td input[type="password"] {
  padding: 0 0 0  20px;
  width: 400px;
  height: 45px;
  border: none;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}
.user-info-form .agreement-table-row td {
  padding-right: 40px;
}
.user-info-pw-char-rule {
  font-size: 75%;
  display: block;
  margin: 1em 0 0;
}
.user-info-form-agreement {
  text-align: center;
  margin: 30px 0 100px;
  font-size: 88%;
  color: #4d4d4d;
}


/*----------------------------
 required-input
----------------------------*/
.required-input::after {
  position: relative;
  content: "必須";
  display: inline-block;
  padding: 6px 10px;
  margin: 0 0 0 10px;
  text-align: center;
  font-size: 75%;
  font-weight: normal;
  color: #ff4e00;
  border-radius: 4px;
  border: 1px solid #ff4e00;
}
.required-name-input::after {
  top: -12px;
}

/*----------------------------
 ボタンのスタイル（アンカー）
----------------------------*/

/* 基本のボタンスタイル 背景色オレンジ*/
.user-info-anc-btn {
  display: inline-block;
  width: 300px;
  height: 60px;
  border-radius: 4px;
  font-size: 138%;
  font-weight: normal;
  background: #ff4e00
}
.user-info-anc-btn:hover{
    opacity: 0.7;
}
.user-info-anc-btn:hover a{
    text-decoration: none;
}
.user-info-anc-btn a {
  color: #ffffff;
  display: block;
  line-height: 60px;
}
.user-info-anc-btn a span {
  padding-left: 32px;
  background: url("/img/tokyobookmark/pc/H/register_arrow_01.png") no-repeat 0 center ;
}


/* 基本ボタンスタイルその２ 背景色白 */

.user-info-anc-btn02 {
  display: inline-block;
  border-radius:4px;
  background: #ffffff;
  border: 1px solid #ff4e00;
  width: 240px;
  font-size: 88%;
}
.user-info-anc-btn02 a {
  text-align: center;
  display: block;
  color: #ff4e00;
  padding: 15px 0;
  background:url("/img/tokyobookmark/pc/H/register_arrow_05.png") no-repeat 15% center;
}
.user-info-anc-btn02 a:hover{
    text-decoration: none;
    opacity: 0.5;
}
/* skip-btn */
.skip-anc-btn a {
  text-align: left;
  padding: 5px 0;
}
.skip-anc-btn a span {
  display: block;
  line-height: 1.3;
  padding-left: 23%;
}

/* other */

.register-confirm-back-btn,
.return-btn {
  display: inline-block;
  width: 300px;
  height: 60px;
  margin: 0 20px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 138%;
  font-weight: normal;
  cursor: pointer;
}
.return-top.return-btn {
  font-size: 112%;
}
.register-confirm-back-btn {
  background: #cccccc;
}
.register-confirm-back-btn a:hover,
.return-btn a:hover,
.register-confirm-back-btn:hover,
.return-btn:hover {
    text-decoration: none;
    opacity: 0.7;
}
.return-btn {
  background:  #ff4e00;
}
.register-confirm-back-btn a,
.return-btn a {
  color: #ffffff;
  display: block;
  line-height: 60px;
}
.register-confirm-back-btn a:hover,
.return-btn a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.register-confirm-back-btn a span {
  padding-left: 32px;
  background:url("/img/tokyobookmark/pc/H/register_arrow_04.png") no-repeat 0 center;
}
.return-btn a span {
  padding-left: 32px;
  background: url("/img/tokyobookmark/pc/H/register_arrow_01.png") no-repeat 0 center ;
}



/*----------------------------
 submit-btn
----------------------------*/
.user-info-submit-btn {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  color: #ffffff;
  font-size: 138%;
  font-weight: normal;
  cursor: pointer;
  background: #ff4e00 url("/img/tokyobookmark/pc/H/register_arrow_01.png") no-repeat 75px center ;
}
.user-info-submit-btn {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  color: #ffffff;
  font-size: 138%;
  font-weight: normal;
  cursor: pointer;
  background: #ff4e00 url("/img/tokyobookmark/pc/H/register_arrow_01.png") no-repeat 75px center ;
}
.profile-register-submit-btn {
  background-position: 43px center;
}
.pw-enquete-submit-btn,
.profile-register-btn-wrapper .profile-register-submit-btn {
  background-image: none;
}
.pw-reminder-send-btn{
  width: 140px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 100%;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  background-image: none;
}


/*----------------------------
 login-form
----------------------------*/
.login-form-input-text input[type="text"],
.login-form-input-text input[type="password"],
.pw-reminder-input-mail {
  padding: 7px 0 7px 10px;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  vertical-align: middle;
}
.pw-reminder-input-mail {
  margin: 0 20px 0 0;
  width: 320px;
  height: 48px;
}
.login-form-input-text input[type="text"],
.login-form-input-text input[type="password"] {
  width: 320px;
  height: 45px;
}

/*----------------------------
login
----------------------------*/
.login-contents-row {
  margin: 30px 0 0;
  padding: 40px 0;
  background-color: #f7f7f7;
}
.login-contents-row input{
    border: 1px solid #e0e0e0 !important;
}
.login-contents-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-left: 1px solid #e0e0e0;
}
.login-contents-col:first-child {
  border-left: none;
  margin: 0 auto;
  float: none;
}
.login-contents-col-heading {
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  color: #333333;
  margin: 0 0 30px;
}
.login-form{
    width: 320px;
    margin: 0 auto;
}
.login-form p {
  text-align: center;
}
.login-form-input-text {
  margin: 0 0 30px;
  font-size: 113%;
}
.login-form-checkbox {
  margin: 0 0 30px;
  font-size: 88%;
  color: #808080;
}
.login-submit-btn {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 320px;
  height: 48px;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer;
  background: #ff4e00 url("/img/tokyobookmark/pc/K/login_btn_bg.png") no-repeat 103px center ;
  -webkit-background-size: 1em;
  background-size: 1em;
}
.login-anc-text {
  display: table;
  margin: 10px auto 0;
  padding: 0 0 0 12px;
  font-size: 75%;
  background: url(/img/tokyobookmark/pc/arrow_05.png) left 1px no-repeat;
}
.login-anc-text a{
  color: #808080;
}


/*----------------------------
 register style
----------------------------*/
.register-lv2-heading {
  background: url("/img/tokyobookmark/pc/H/register_heading_bg_01.png") left 2px no-repeat;
  padding: 0 0 0 44px;
}
.register-lv2-heading02 {
  padding: 0 0 0 38px;
  background: url("/img/tokyobookmark/pc/H/register_heading_bg_02.png") left 4px no-repeat;
}
.register-lv2-heading03 {
  padding: 0 0 0 34px;
  background: url("/img/tokyobookmark/pc/H/register_heading_bg_03.png") left 6px no-repeat;
}
.register-section {
  padding: 0 0 40px;
}
.register-section02 {
  padding: 0;
}
.register-section03 {
  padding: 20px 0 40px;
  margin: 0 0 70px;
  background-color: #f7f7f7;
}
.register-section04 {
  padding: 0 0 100px;
  margin: 0 0 100px;
  border-bottom: 1px solid #e0e0e0;
}
.register-section05 {
  padding: 0;
}
.register-merit-row {
  margin: 30px 0 0;
  width: 100%;
}
.register-merit-col {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.register-merit-col .register-merit-text{
    width: 410px;
}
.register-merit-col-medium {
  border-left: 1px solid #e0e0e0;
}
.register-merit-text {
  font-size: 100%;
  line-height: 1.6667;
}
.register-merit-col-medium .register-merit-text {
  padding: 0 0 0 50px;
}
.register-merit-image-large {
  margin: 50px 0 0;
}
.register-merit-image-circle {
  width: 170px;
  height: 170px;
  margin: 40px auto 0;
  border-radius: 50%;
  overflow: hidden;
}
.register-flow {
  width: 820px;
  margin: 40px auto 0;
}
.register-flow li {
  float: left;
}

/*----------------------------
 register-confirm-text
----------------------------*/
.register-confirm-text {
  margin: 75px 0 0;
  text-align: center;
  line-height: 1.5;
  font-size: 125%;
  color: #333333;
}
.register-confirm-btn-wrapper .member-register-submit-btn {
  display: inline-block;
  vertical-align: top;
}

/*----------------------------
 register-complete-msgbox
----------------------------*/
.register-complete-msgbox {
  min-width: 620px;
  margin: 75px auto 0;
  text-align: center;
  line-height: 1.5;
  color: #333333;
}
.register-complete-msg01 {
  margin: 0 0 40px;
  font-size: 125%;
}
.register-complete-msg02 {
  margin: 0 0 30px;
  font-size: 125%;
}
.register-complete-msg03 {
  font-size: 100%;
  text-align: left;
  padding: 0 0 0 125px;
}


/*----------------------------
 sns-agreement
----------------------------*/
.sns-agreement-form {
  margin: 30px 0;
  text-align: center;
}
.sns-agreement-form p {
  color: #4d4d4d;
  font-size: 88%;
}
.sns-agreement-form p a {
  text-decoration: underline;
  color: #4d4d4d;
}
.sns-list {
  margin: 0 auto;
  display: table;
  border-collapse: separate;;
}
.sns-list li {
  display: table-cell;
  vertical-align: middle;
  border-radius: 50%;
  padding: 0 0 0 27px;
}
.sns-list li:first-child{
    padding: 0;
}
.sns-list li a {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  width: 306px;
  height: 60px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sns-list li a:hover {
    opacity: 0.7;
}
.sns-list li.sns-list-fb a {
  padding-left: 60px;
  background: url("/img/tokyobookmark/pc/sns_btn_fb.png") right no-repeat;
}
.sns-list li.sns-list-tw a {
  padding-left: 80px;
  background: url("/img/tokyobookmark/pc/sns_btn_tw.png") right no-repeat;
}
.sns-list li.sns-list-gg a {
  padding-left: 70px;
  background: url("/img/tokyobookmark/pc/sns_btn_gg.png") right no-repeat;
}


/*----------------------------
 all-error
----------------------------*/
.all-error-list {
  background: #fadbd8;
  color: #e74c3c;
  margin: 30px 0 0;
  padding: 20px 0;
}
.all-error-list ul{
  line-height: 1.625;
  padding: 0 40px;
}
.all-error-list ul li::before{
    content: "・";
    display: inline-block;
}
.user-info-form-error .member-register-row-error th{
  background-color: #fdedeb;
  color: #e74c3c;
}
.user-info-form-error .member-register-row-error td span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  padding: 10px;
  background: #fdedeb;
  color: #e74c3c;
  border: 1px solid #e74c3c;
  border-radius: 5px;
  font-size: 75%;
  width: 240px;
}
.user-info-form-error .member-register-row-error td span::before {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background: url("/img/tokyobookmark/pc/H/register_arrow_02.png") right no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -13px;
}
.user-info-form-error .agreement-error-text {
  margin: 0;
}
.login-form .agreement-error-text,
.forget-pass-form .agreement-error-text,
.sns-agreement-form .agreement-error-text,
.user-info-form-error .agreement-error-text {
  position: relative;
  padding: 10px;
  background: #fdedeb;
  color: #e74c3c;
  border: 1px solid #e74c3c;
  border-radius: 5px;
  top: -3px;
  text-align: center;
  display: table;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login-form .agreement-error-text::after,
.forget-pass-form .agreement-error-text::after,
.sns-agreement-form .agreement-error-text::after,
.user-info-form-error .agreement-error-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  background: url("/img/tokyobookmark/pc/H/register_arrow_03.png") right no-repeat;
  bottom: -4px;
  right: 50%;
  position: absolute;
  margin-right: -4px;
}

/*----------------------------
 profile-register
----------------------------*/
.forget-pass-form{
    width: 490px;
    margin: 0 auto;
}
.forget-pass-form p{
    display: block !important;
}

/*----------------------------
 profile-register
----------------------------*/
.profile-register-btn-wrapper {
  margin: 100px 0 0;
}
.interests-cb-list {
  width: 100%;
}
.interests-cb-list li{
  width: 40%;
  margin: 0 5% 0 0;
  line-height: 1.3;
}
.interests-result-list {
  list-style-type: disc;
  padding-left: 18px;
}
.interests-result-list li {
  margin-bottom: 10px;
}
.interests-result-list li:last-child {
  margin-bottom: 0;
}
.user-icon-wrapper {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.img-input-wrapper {
  display: inline-block;
  margin: 0 0 0 40px;
  line-height: 100px;
  height: 100px;
  vertical-align: top;
}
.img-input-wrapper input[type="file"] {
  display: none;
}
.img-input-submit-btn{
  width: 124px;
  height: 25px;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  color: #ffffff;
  font-size: 75%;
  cursor: pointer;
  background: #ff4e00;
}
.pw-change-area {
  position: relative;
  display: inline-block;
}
.pw-change-area p {
  display: inline-block;
  vertical-align: middle;
}
.pw-change-btn {
  display: inline-block;
  margin: auto 0 auto 40px;
  width: 124px;
  height: 25px;
  line-height: 25px;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  font-size: 75%;
  vertical-align: middle;
  background: #ff4e00;
}

/*----------------------------
thanks-msgbox
----------------------------*/
.thanks-msgbox{
  margin: 30px 0 0;
  text-align: center;
}
.thanks-msgbox p:first-child {
  margin: 0 0 40px;
}
.pw-btn-wrapper01 {
  margin: 100px 0 0;
  text-align: center;
}
.pw-enquete-form {
  margin: 30px 0 100px;
}
.enquete-form-textarea {
  width: 660px;
  height: 340px;
  border: 1px solid #e8e8e8;
  font-size: 100%;
  color: #4d4d4d;
}

/*====================================================================

    Hotel

====================================================================*/
.intro-summary {
    width: 620px;
    padding: 0 20px;
    color: #4c4c4c;
}
.intro-summary p {
    margin-bottom: 10px;
    color: #4c4c4c;
    font-size: 87.5%;
    line-height: 1.5;
}
.intro-summary ul {
    font-size: 87.5%;
}
.intro-summary ul.detail-btn{
    font-size: 100%;
}
.intro-summary02 {
    width: 300px;
    padding: 0 20px;
    color: #4c4c4c;
}

.intro-summary02 > p {
    margin-bottom: 10px;
    font-size: 87.5%;
}
.intro-annotation {
    font-size: 85.7%;
}
.intro-wrap02 {
    background: #ffffff;
}
.intro-wrap02 .inner h1 {
  display: table;
  margin: 0 auto;
  padding: 30px;
  font-size: 175%;
}
.intro-wrap02 .inner h2 {
  display: table;
  margin: 0 auto;
  padding: 30px;
  font-size: 175%;
}
.intro-box {
    width: 980px;
    margin: 0 auto;
}
.intro-mv01 {
    padding-bottom: 30px;
    background: #f7f7f7;
    text-align: center;
}
.intro-mv02 {
    background: #f7f7f7;
    margin-bottom: 100px;
}
.intro-mv03 {
    margin-bottom: 30px;
    background: #f7f7f7;
    text-align: center;
}
.intro-mv01 h2 {
    color: #333333;
}
.intro-mv01 p, .intro-mv03 p {
    font-size: 162.5%;
    color: #5c3913;
}
.carousel07-bg01 {
    background: #f7f7f7;
}
.intro-wrap-child02 {
    width: 980px;
    margin: 0 auto;
}
.intro-wrap-child02 .detail-btn .bookmark a span{
    padding: 5px 0 3px 27px;
    background: url(/img/tokyobookmark/pc/plan_sort_bg_06.png) 0px 1px no-repeat;
}
.intro-wrap-child02 .detail-btn .bookmark.booking a span{
    padding: 2px 0 2px 22px;
    background: url(/img/tokyobookmark/pc/plan_sort_bg_06_booking.png) 0px 5px no-repeat;;
}
.intro-carousel {
    width: 640px;
    float: left;
}

/*-----------------------------------------------
    point
-----------------------------------------------*/
.intro-point {
    margin-bottom: 120px;
}
.intro-point p {
    font-size: 87.5%;
    line-height: 1.5;
    color: #4c4c4c;
}
.intro-point-heading {
    margin-bottom: 15px;
    padding-bottom: 20px;
    background: url(/img/tokyobookmark/pc/F/contents_bg_06.png) no-repeat center bottom;
    font-size: 150%;
    color: #806b2b;
    line-height: 1.25;
}
.intro-point01-lead-L {
    width: 313px;
    padding-right: 20px;
    float: left;
}
.intro-point01-lead-R {
    width: 313px;
    padding-left: 20px;
    float: right;
}
.intro-point01-img {
    width: 647px;
    float: right;
}
.intro-point02-lead-L {
    width: 313px;
    padding-right: 20px;
    float: left;
}
.intro-point02-lead-R {
    width: 313px;
    padding-left: 20px;
    float: right;
}
.intro-point02-img {
    width: 647px;
    float: left;
}
.intro-point03-lead-L {
    width: 313px;
    padding-right: 20px;
    float: left;
}
.intro-point03-lead-R {
    width: 313px;
    padding-left: 20px;
    float: right;
}
.intro-point03-img {
    width: 647px;
    float: left;
}

/*-----------------------------------------------
    best3
-----------------------------------------------*/
.intro-best3 {
    width: 980px;
    margin: 0 auto 100px;
}
.intro-best3-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 175%;
    color: #5c3913;
}
.intro-best3-table {
    display: table;
}
.intro-best3-cell {
    display: table-cell;
    padding-right: 22px;
    vertical-align: top;
}
.intro-best3-cell:last-child{
    padding-right: 0;
}
.intro-best3-cell02 {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
}
.intro-best3-img {
    margin-bottom: 20px;
}
.intro-best3-cell > h3 {
    margin-bottom: 15px;
    font-size: 112.5%;
    color: #333333;
}
.intro-best3-cell > p {
    font-size: 87.5%;
    line-height: 1.5;
}

/*-----------------------------------------------
    rating
-----------------------------------------------*/
.intro-rating-wrap-L {
    width: 640px;
    float: left;
    margin-right: 40px;
}
.intro-rating-wrap-R {
    width: 640px;
    float: right;
    margin-left: 40px;
}

.intro-rating {
    padding: 20px;
    border-radius: 5px;
}

.intro-rating-star {
    display: inline-block;
}
.intro-rating-star > p {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 150%;
    color: #e74c3c;
    font-weight: bold;
}

.hotel-detail-info .intro-rating-star > p {
    margin-bottom: 0px;
    line-height: 1.1em;
}

.hotel-detail-info .intro-number-of-rating > p {
    line-height: 1.1em;
}

.hotel-detail-info .intro-rating {
    padding: 0px;
}

.intro-rating-star .evaluation-sum span:first-child{
    width: 103px;
    height: 18px;
    background-image: url(/img/tokyobookmark/pc/F/hotel_search_ico_all_02.png);
}
.intro-rating-star .evaluation-sum .evaluation-num{
    height: 1em;
}
.intro-rating-star02 {
    float: left;
    margin-left: 10px;
    margin-top: 34px;
}
.intro-rating-star02 p {
    display: inline-block;
    font-size: 112.5%;
}
.intro-rating-star02 .evaluation-sum .evaluation-num{
    color: #e74c3c;
    height: 1em;
}

.intro-number-of-rating {
    display: inline-block;
    float: right;
    font-size: 112.5%;
    color: #333333;
}


.intro-latest-rating > h3 {
    margin-bottom: 30px;
    color: #5c3913;
    font-size: 87.5%;
    font-weight: bold;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}

.intro-latest-rating-inner {
    padding-bottom: 10px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.intro-latest-rating-inner > h4 {
    margin-left: 10px;
    text-decoration: underline;
    font-size: 87.5%;
}

.intro-profile {
    width: 430px;
    margin-top: 20px;
    margin-left: 25px;
    float: left;
}
.intro-profile-thumb {
    float: left;
}
.intro-profile-txt {
    float: left;
    font-size: 75%;
    color: #707070;
}
.profile-name {
    margin-bottom: 10px;
    font-size: 116.7%;
    font-weight: bold;
    color: #333333;
}
.intro-powered-txt {
    font-size: 75%;
    text-align: right;
}
.intro-powered-txt span {
    margin-right: 10px;
}

/*-----------------------------------------------
    map
-----------------------------------------------*/
.intro-map-wrap {
    width: 300px;
    float: left;
}
.intro-map-inner {
    border: 1px solid #e5e5e5;
}
.intro-map-inner > dl {
    margin: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
}
.intro-map-inner > dl > dt {
    margin-bottom: 8px;
    font-size: 81.3%;
    color: #5c3913;
    font-weight: bold;
}
.intro-map-inner > dl > dd {
    font-size: 75%;
    line-height: 1.5;
}

/*-----------------------------------------------
    recommend
-----------------------------------------------*/
.intro-recommend-wrap {
    clear: both;
    padding-top: 100px;
}
.intro-recommend-inner {
    width: 440px;
    margin-right: 20px;
    padding: 20px;
    float: left;
    background: #f7f7f7;
    border-radius: 5px;
    word-break: break-all;
}
.intro-recommend-thumb-L {
    width: 140px;
    margin-right: 20px;
    float: left;
    font-size: 81.3%;
    text-align: center;
}
.intro-recommend-thumb-L p:first-child{
    display: table-cell;
    width: 140px;
    height: 75px;
    background-color: #ffffff;
    vertical-align: middle;
}
.intro-recommend-thumb-L p:first-child::after{
    display: table;
}
.intro-recommend-thumb-R {
    width: 140px;
    margin-left: 20px;
    float: right;
    font-size: 81.3%;
    text-align: center;
}
.intro-recommend-thumb-title {
    margin-top: 10px;
    color: #333333;
    font-weight: bold;
}

.intro-recommend-lead {
    width: 275px;
    float: left;
    font-size: 81.3%;
    color: #4d4d4d;
}



/*-----------------------------------------------
    introduce
-----------------------------------------------*/
.intro-introduce-inner {
    margin-bottom: 80px;
}
.intro-introduce-thumb {
    width: 320px;
    float: left;
    margin-right: 20px;
}
.intro-introduce-lead {
    width: 630px;
    float: left;
}
.intro-introduce-lead p {
    margin-bottom: 30px;
    font-size: 87.5%;
    line-height: 1.5;
    color: #4d4d4d;
}
.intro-heading02 > span {
    vertical-align: middle;
}


/*-----------------------------------------------
    module
-----------------------------------------------*/
.intro-heading {
    display: table;
    margin: 0 auto 30px;
    padding-left: 40px;
    font-size: 175%;
    text-align: center;
    color: #5c3913;
}
.intro-heading02 {
    padding: 20px;
    margin-bottom: 25px;
    background: #ece9e6;
    font-size: 150%;
}

.intro-heading-bg01{
    background: url(/img/tokyobookmark/pc/F/contents_bg_07.png) no-repeat left 4px;
}
.intro-heading-bg02{
    background: url(/img/tokyobookmark/pc/F/contents_bg_08.png) no-repeat 5px 2px;
}
.intro-heading-bg03{
    background: url(/img/tokyobookmark/pc/F/contents_bg_07.png) no-repeat left 3px;
}
.intro-heading-bg04{
    background: url(/img/tokyobookmark/pc/F/contents_bg_10.png) no-repeat left 0;
    padding-top: 2px;
}

.intro-label {
    margin-bottom: 10px;
    font-size: 68.8%;
    color: #fff;
    background-color: #e74c3c;
    width: 40px;
    text-align: center;
    line-height: 1.81;
}
.intro-label-Independence{
    display: inline-block;
    margin: 1px 0 0 10px;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    background-color: #e74c3c;
    width: 40px;
    line-height: 1.81;
    text-align: center;
    vertical-align: top;
}
.intro-label02 {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
}
.intro-label02 img{
    vertical-align: top;
}
.intro-color01 {
    color: #e74c3c;
}
.intro-color02 {
    color: #333333;
}

.intro-remove-border {
    border: none!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.intro-bg {
    margin-top: -150px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 5%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(5%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    padding-top: 150px;
}


/*====================================================================

    bgst page layouts

====================================================================*/

/*-----------------------------------------------
    breadcrumb
-----------------------------------------------*/
.bgst .breadcrumb ul li{
    background: url(/img/tokyobookmark/pc/arrow_13_b.png) right 3px no-repeat;
}
.bgst .breadcrumb ul li,
.bgst .breadcrumb ul li a{
    color: #ffffff;
}
.bgst .plan-search .option-list01{
    background: #f7f7f7;
}
.bgst .contents-lv2-heading-w{
    -moz-text-shadow: 0px 0px 0px #000000;
    -webkit-text-shadow: 0px 0px 0px #000000;
    text-shadow: 0px 0px 0px #000000;
}
.bgst .contents-lv2-heading01,
.bgst .contents-lv2-heading04,
.bgst .contents-lv2-heading05,
.bgst .contents-lv2-heading06{
    color: #ffffff;
}
.bgst .search-map{
    padding-top: 0;
}
.bgst .search-map .map-linkage{
    margin-top: 45px;
}
.bgst .howto01 a{
    color: #ffffff;
}

/*====================================================================

    about tbm (Independent Module)

====================================================================*/

/*-----------------------------------------------
    common
-----------------------------------------------*/
.about-tbm .bg-color-01{
  background: #f7f7f7;
}
.about-tbm .bg-color-02{
  background: #d9d9d9;
}
.about-tbm .bg-color-03{
  background: #ff4e00;
}
.about-tbm .overlay-01{
  background: rgba(0, 0, 0, .4);
}
.about-tbm .overlay-02{
  background: rgba(92, 57, 19, .1);
}
.about-tbm .content-wrap-01{
  width: 980px;
  margin: 0 auto;
}
.about-tbm .content-wrap-02{
  width: 800px;
  margin: 0 auto;
}
.about-tbm .displey-block{
  display: block;
}
.about-tbm .text-attention{
  width: 100%;
  font-size: 75%;
  line-height: 1;
  margin-top: 10px;
}
.about-tbm .btn-link-01{
  width: 280px;
  height: 48px;
  border-radius: 3px;
  background: #ff4e00;
  color: #fff;
  text-align: center;
  font-size: 88%;
  line-height: 48px;
  display: block;
}
.about-tbm .btn-link-01 .text-link{
  padding-left: 18px;
  background: url("/img/tokyobookmark/pc/O/anchor_arrow_bg_02.png") left center no-repeat;
}
.about-tbm .btn-link-02{
  width: 360px;
  height: 48px;
  margin: 0 auto;
  border-radius: 3px;
  background: #ff4e00;
  color: #fff;
  text-align: center;
  font-size: 88%;
  line-height: 48px;
  font-size: 88%;
  display: block;
}
.about-tbm .btn-link-02 .text-link{
  padding-left: 18px;
  background: url("/img/tokyobookmark/pc/O/anchor_arrow_bg_02.png") left center no-repeat;
}
.about-tbm .btn-link-03 {
  width: 300px;
  height: 74px;
  border-radius: 3px;
  background: #5c3913;
  color: #fff;
  display: block;
  position: relative;
  font-size: 88%;
}
.about-tbm .btn-link-03:after {
  content: url("/img/tokyobookmark/pc/O/anchor_arrow_bg_02.png");
  width: 9px;
  height: 14px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.about-tbm .btn-link-01:hover,
.about-tbm .btn-link-02:hover,
.about-tbm .btn-link-03:hover{
  text-decoration: none;
  opacity: 0.7;
}
.about-tbm .text-caution{
  font-size: 50%;
  display: inline-block;
  vertical-align: top;
}


/*-----------------------------------------------
    section01
-----------------------------------------------*/
.about-tbm .main-visual{
  width: 100%;
  height: 420px;
  background: url("/img/tokyobookmark/pc/O/section01_bg_01.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.about-tbm .main-visual h2{
  margin-bottom: 25px;
  padding-top: 35px;
  font-size: 175%;
}
.about-tbm .main-visual p{
  font-size: 113%;
  line-height: 2.0;
  text-shadow: 0 0 10px #009af8, 0 0 5px #009af8;
}
.about-tbm .partners{
  width: 100%;
  height: 114px;
  position: absolute;
  bottom: 0;
}
.about-tbm .partners h3{
  margin: 20px auto 16px;
  font-size: 113%;
  line-height: 1.0;
}
.about-tbm .partners ul{
  height: 40px;
}
.about-tbm .partners ul:before,
.about-tbm .partners ul:after{
  width: 160px;
  height: 40px;
  margin-right: 4px;
  float: left;
}
.about-tbm .partners ul:before{
  content: url("/img/tokyobookmark/pc/O/section01_partners_img_01.png");
  margin-left: 4px;
}
.about-tbm .partners ul:after{
  content: url("/img/tokyobookmark/pc/O/section01_partners_img_08.png");
}
.about-tbm .partners ul li{
  margin-right: 4px;
}
.about-tbm .description {
  margin: 33px 0 51px;
  color: #4c4c4c;
  font-size: 94%;
  line-height: 2.0;
}
.about-tbm .point{
  width: 100%;
  height: 180px;
  background: #ff4e00;
  color: #fff;
}
.about-tbm .point ul{
  width: 956px;
  height: 100%;
  margin: 0 auto;
  padding: 0 4px 0 20px;
}
.about-tbm .point ul li{
  width: 244px;
  height: 100%;
  position: relative;
}
.about-tbm .point ul li.child-01{
  background: url("/img/tokyobookmark/pc/O/section01_point_bg_01.png") left 67px no-repeat;
  margin-right: 113px;
}
.about-tbm .point ul li.child-02{
  background: url("/img/tokyobookmark/pc/O/section01_point_bg_02.png") left 67px no-repeat;
  margin-right: 111px;
}
.about-tbm .point ul li.child-03{
  background: url("/img/tokyobookmark/pc/O/section01_point_bg_03.png") left 67px no-repeat;
}
.about-tbm .point ul li.child-01:after,
.about-tbm .point ul li.child-02:after{
  content: url("/img/tokyobookmark/pc/O/section01_plus_bg_01.png");
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 92px;
  right: -63px;
}
.about-tbm .point ul li dl dt{
  margin: 30px 0 15px -15px;
  font-size: 113%;
}
.about-tbm .point ul li dl dd{
  padding-left: 100px;
  line-height: 1.5;
}
.about-tbm .point ul li dl dd.text-title{
  margin-bottom: 13px;
  font-size: 150%;
  font-weight: bold;
  line-height: 1;
}
.about-tbm .description-point{
  color: #4d4d4d;
  padding-bottom: 60px;
}
.about-tbm .description-point h3{
  margin: 60px 0 23px;
  color: #5c3913;
  font-size: 150%;
  line-height: 1;
}
.about-tbm .description-point h3 .text-title{
  padding-left: 34px;
  background: url("/img/tokyobookmark/pc/O/section01_heading_bg_01.png") left center no-repeat;
}
.about-tbm .description-point-innner-01{
  width: 560px;
  line-height: 1.63;
}
.about-tbm .description-point-innner-01 a.text-link{
  padding: 25px 0 0 15px;
  background: url("/img/tokyobookmark/pc/O/anchor_arrow_bg_01.png") left bottom no-repeat;
  color: #ff4e00;
  line-height: 1;
  display: block;
}
.about-tbm .description-point-innner-02{
  width: 400px
}
.about-tbm .description-point-innner-02 img{
  margin-top: 7px;
}
.about-tbm .description-point-innner-02 .text-attention{
  margin-top: 9px;
  display: block;
}
.about-tbm .reference {
  padding-bottom: 40px;
  color: #4d4d4d;
}
.about-tbm .section01 .reference {
  padding-top: 20px;
  position: relative;
}
.about-tbm .section01 .reference:before {
  content: url("/img/tokyobookmark/pc/O/section01_arrow_bg_01.png");
  width: 87px;
  height: 87px;
  margin: auto;
  position: absolute;
  display: block;
  top: -44px;
  right: 0;
  left: 0;
}
.about-tbm .reference h4.text-title{
  margin-bottom: 30px;
  padding-top: 40px;
  font-size: 125%;
  line-height: 1;
  color: #5c3913;
  font-weight: bold;
}
.about-tbm .reference .indent01{
  font-size: 75%;
}
.about-tbm .reference .indent01 li{
  margin-top: 7px;
}
.about-tbm .section01 .reference h4.text-title{
  margin-bottom: 30px;
  padding-top: 60px;
  font-size: 125%;
  line-height: 1;
  color: #5c3913;
  font-weight: bold;
}
.about-tbm span.sub-title{
  font-size: 75%;
  padding-left: 15px;
}
.about-tbm .reference ul.value-normal li:first-child{
  width: 450px;
  position: relative;
}
.about-tbm .reference ul.value-normal li:first-child:after{
  content: url("/img/tokyobookmark/pc/O/section01_plus_bg_02.png");
  width: 30px;
  height: 30px;
  position: absolute;
  top: 36px;
  right: -55px;
}
.about-tbm .reference ul.value-normal li:last-child{
  width: 430px;
  margin-right: 20px;
}
.about-tbm .reference ul.value-normal li dl{
  height: 55px;
  padding: 24px 0 21px 0;
  line-height: 1;
}
.about-tbm .reference ul.value-normal li dl dt{
  font-size: 113%;
  margin-bottom: 13px;
}
.about-tbm .reference ul.value-normal li dl dd{
  font-size: 150%;
}
.about-tbm .reference .value-set dl{
  margin-right: 20px;
  padding: 20px 0 15px;
  color: #fff;
  position: relative;
}
.about-tbm .reference .value-set dl:after{
  content: url("/img/tokyobookmark/pc/O/section01_value_bg_01.png");
  width: 90px;
  height: 96px;
  position: absolute;
  top: -25px;
  right: -20px;
}
.about-tbm .reference .value-set dl dt{
  font-size: 175%;
  margin-bottom: 5px;
}
.about-tbm .reference .value-set dl dd{
  font-size: 138%;
}
.about-tbm .reference .value-set p.text-attention{
  width: 960px;
}
/*-----------------------------------------------
    section02
-----------------------------------------------*/
.about-tbm .section02 h2{
  margin: 100px auto 25px;
  font-size: 175%;
  line-height: 1;
}
.about-tbm .section02 h2 .text-title{
  padding: 15px 0 0 25px;
  color: #5c3913;
  background: url("/img/tokyobookmark/pc/O/section02_heading_bg_01.png") left top no-repeat;
  line-height: 1;
}
.about-tbm .section02 p.text-phrase{
  line-height: 1;
  font-size: 94%;
}
.about-tbm .tbm-plan{
  margin-bottom: 40px;
}
.about-tbm .tbm-plan h3{
  margin: 57px auto 24px;
  margin: 57px auto 24px;
  color: #5c3913;
  font-size: 150%;
  line-height: 1;
}
.about-tbm .tbm-plan h3 .text-title{
  position: relative;
  line-height: 1;
}
.about-tbm .tbm-plan h3 .text-title:before,
.about-tbm .tbm-plan h3 .text-title:after{
  content: "";
  width: 80px;
  height: 2px;
  background: #5c3913;
  display: block;
  position: absolute;
  top: 14px;
}
.about-tbm .tbm-plan h3 .text-title:before{
  margin-right: 18px;
  right: 100%;
}
.about-tbm .tbm-plan h3 .text-title:after{
  margin-left: 18px;
  left: 100%;
}
.about-tbm .tbm-plan .tbm-plan-content-01{
  width: 480px;
  line-height: 1.625;
}
.about-tbm .tbm-plan ul.tbm-plan-content-02{
  width: 440px;
  margin-top: 5px;
}
.about-tbm .tbm-plan p.tbm-plan-content-03{
  width: 460px;
  margin-top: 5px;
}
.about-tbm .tbm-plan ul.tbm-plan-content-02 li{
  width: 100px;
  margin-right: 70px;
  padding-top: 110px;
  color: #ff4e00;
  font-size: 88%;
  line-height: 1;
  position: relative;
}
.about-tbm .tbm-plan ul.tbm-plan-content-02 li.child-01{
  background: url("/img/tokyobookmark/pc/O/section02_plan_img_01.png") center top no-repeat;
}
.about-tbm .tbm-plan ul.tbm-plan-content-02 li.child-02{
  background: url("/img/tokyobookmark/pc/O/section02_plan_img_02.png") center top no-repeat;
}
.about-tbm .tbm-plan ul.tbm-plan-content-02 li.child-03{
  background: url("/img/tokyobookmark/pc/O/section02_plan_img_03.png") center top no-repeat;
  margin-right: 0;
}
.about-tbm .tbm-plan ul.tbm-plan-content-02 li.child-01:after,
.about-tbm .tbm-plan ul.tbm-plan-content-02 li.child-02:after{
  content: url("/img/tokyobookmark/pc/O/section02_plus_bg_01.png");
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 35px;
  right: -50px;
}
.about-tbm .reference .value-kansai,
.about-tbm .reference .value-tokai{
  width: 460px;
  margin-bottom: 30px;
}
.about-tbm .reference .value-kansai dt,
.about-tbm .reference .value-tokai dt{
  height: 35px;
  margin-bottom: 15px;
  background: #5c3913;
  color: #fff;
  font-size: 113%;
  line-height: 35px;
}
.about-tbm .reference .value-kansai dd,
.about-tbm .reference .value-tokai dd{
  font-size: 125%;
  line-height: 1;
}
.about-tbm .section02 .reference ul.content-wrap-02{
  margin-top: 30px;
}
.about-tbm .reference ul.content-wrap-01 li{
  margin-left: 40px;
}
.about-tbm .reference ul.content-wrap-01 li:first-child{
  margin-left: 0;
}
.about-tbm .btn-link-03 dl{
  padding: 15px 0;
}
.about-tbm .btn-link-03 dl dt{
  margin-bottom: 10px;
  font-size: 113%;
  line-height: 1;
}
.about-tbm .btn-link-03 dl dd{
  font-size: 150%;
  line-height: 1;
}
/*-----------------------------------------------
    section03
-----------------------------------------------*/
.about-tbm .section03{
  padding: 35px 0 40px;
  margin-top: 80px;
}
.about-tbm .section03 h2{
  margin-bottom: 25px;
  padding-left: 270px;
  background: url("/img/tokyobookmark/pc/O/section03_heading_bg_01.png") 238px 5px no-repeat;
  color: #5c3913;
  font-size: 175%;
  line-height: 1.36;
}
.about-tbm .list-plan div{
  width: 440px;
  margin-bottom: 100px;
}
.about-tbm .list-plan .child-05,
.about-tbm .list-plan .child-06{
  margin-bottom: 0;
}
.about-tbm .list-plan .text-title{
  height: 60px;
  margin-bottom: 160px;
  border-radius: 3px;
  background: #e7e4e0;
  color: #5c3913;
  font-size: 138%;
  font-weight: bold;
  line-height: 60px;
  position: relative;
}
.about-tbm .list-plan .text-title:before{
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-top: solid 10px #e7e4e0;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px transparent;
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  z-index: ;
}
.about-tbm .list-plan .text-title:after{
  position: absolute;
  width: 120px;
  height: 120px;
  margin: auto;
  top: 85px;
  right: 0;
  left: 0;
}
.about-tbm .list-plan .child-01 .text-title:after{
  content: url("/img/tokyobookmark/pc/O/section03_img_01.png");
}
.about-tbm .list-plan .child-02 .text-title:after{
  content: url("/img/tokyobookmark/pc/O/section03_img_02.png");
}
.about-tbm .list-plan .child-03 .text-title:after{
  content: url("/img/tokyobookmark/pc/O/section03_img_03.png");
}
.about-tbm .list-plan .child-04 .text-title:after{
  content: url("/img/tokyobookmark/pc/O/section03_img_04.png");
}
.about-tbm .list-plan .child-05 .text-title:after{
  content: url("/img/tokyobookmark/pc/O/section03_img_05.png");
}
.about-tbm .list-plan .child-06 .text-title:after{
  content: url("/img/tokyobookmark/pc/O/section03_img_06.png");
}
.about-tbm .list-plan .text-phrase{
  height: 46px;
  margin-bottom: 25px;
  font-size: 94%;
  line-height: 23px;
}
.about-tbm .list-plan .btn-link-01{
  margin: 0 auto;
}
/*-----------------------------------------------
    section04
-----------------------------------------------*/
.about-tbm .section04{
  margin-bottom: 100px;
}
.about-tbm .section04 h2{
  margin: 100px auto 26px;
  font-size: 175%;
  line-height: 1;
}
.about-tbm .section04 h2 .text-title{
  padding: 4px 0 0 45px;
  color: #5c3913;
  background: url("/img/tokyobookmark/pc/O/section04_heading_bg_01.png") left top no-repeat;
  line-height: 1;
}
.about-tbm .section04 .tbm-plan .tbm-plan-content-01{
  width: 500px;
  font-size: 94%;
  line-height: 1.533;
}
.about-tbm .section03 .btn-link-01,
.about-tbm .section04 .btn-link-02{
  width: 300px;
}

/*-----------------------------------------------
    editorial-department
-----------------------------------------------*/
.editorial-department h2 {
    width: 980px;
    margin: 0 auto;
    padding: 18px 0 20px;
    font-size: 162.5%;
    color: #5c3913;
    text-align: center;
    background: #ece9e6;
}

.editorial-department-lead {
    width: 980px;
    margin: 0 auto;
    padding: 27px 0 27px 0;
    font-size: 87.5%;
    line-height: 1.57142857143;
}

.editorial-department-accordions {
    width: 980px;
    margin: 0 auto;
}

.editorial-department-accordions .accordion {
    padding: 0 0 20px 0;
}

.editorial-department-accordions h3 {
    width: 100%;
    font-size: 125%;
    color: #ffffff;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    display: table;
}

.editorial-department-accordions h3 span {
    display: table-cell;
    vertical-align: middle;
}

.editorial-department-accordions h3 .title-accordion {
    padding: 9px 640px 9px 30px;
}

.editorial-department-accordions h3 .icon-accordion {
    width: 70px;
    background: url(/img/tokyobookmark/pc/editorial-department/icon_accordion_opened.gif) left center no-repeat #ece9e6;
}

.editorial-department-accordions h3.opened .icon-accordion img {
    opacity: 0;
}

.editorial-department-accordions h3.evaluation-lv-5 .title-accordion {
    background: url(/img/tokyobookmark/pc/editorial-department/stars_evaluation-lv-5.gif) left center no-repeat #5c3913;
}

.editorial-department-accordions h3.evaluation-lv-4 .title-accordion {
    background: url(/img/tokyobookmark/pc/editorial-department/stars_evaluation-lv-4.gif) left center no-repeat #5c3913;
}

.editorial-department-accordions h3.evaluation-lv-3 .title-accordion {
    background: url(/img/tokyobookmark/pc/editorial-department/stars_evaluation-lv-3.gif) left center no-repeat #5c3913;
}

.editorial-department-accordions h3.evaluation-lv-2 .title-accordion {
    background: url(/img/tokyobookmark/pc/editorial-department/stars_evaluation-lv-2.gif) left center no-repeat #5c3913;
}

.editorial-department-accordions h3.evaluation-lv-1 .title-accordion {
    background: url(/img/tokyobookmark/pc/editorial-department/stars_evaluation-lv-1.gif) left center no-repeat #5c3913;
}

.editorial-department-accordions h3.evaluation-lv-0 .title-accordion {
    background: url(/img/tokyobookmark/pc/editorial-department/stars_evaluation-lv-0.gif) left center no-repeat #5c3913;
}

.editorial-department-accordions .mask {
    height: 0;
    overflow: hidden;
}

.editorial-department-accordions .inner {
    background: #f7f7f7;
}

.editorial-department-accordions .accordion-text{
    margin: 0 30px;
    padding: 26px 0 35px 0;
    font-size: 87.5%;
    line-height: 1.57142857143;

}

.editorial-department-report .link-report {
    width: 980px;
    margin: 0 auto;
    padding: 7px 0 37px 0;
    font-size: 87.5%;
    line-height: 1.5;
    text-align: center;
    text-decoration: underline;
}

.editorial-department-slide {
    padding: 0 0 10px;
}

.editorial-department-report .slider-area {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 21px;
    background: #f7f7f7;
    position: relative;
}

.editorial-department-report .slider-area h3 {
    width: 980px;
    margin: 0 auto;
    padding: 10px 0 14px 0;
    font-size: 87.5%;
    line-height: 1.5;
    text-align: center;
}

.editorial-department-report .slider-area .ui {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.editorial-department-report .slider-area .ui ul {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.editorial-department-report .slider-area .ui .btn_prev_slide {
    position: absolute;
    left: 11px;
    top: 90px;
    cursor: pointer;
}

.editorial-department-report .slider-area .ui .btn_next_slide {
    position: absolute;
    right: 11px;
    top: 90px;
    cursor: pointer;
}

.editorial-department-report .slider {
    width: 880px;
    margin: 0 auto;
}

.editorial-department-report .slider .slick-list {
}

.editorial-department-report .slide a {
    border: none;
    overflow: hidden;
    display: inline-block;
    *display: inline;
        *zoom: 1;
}

.editorial-department-report .slide a:hover {
    border: 3px solid #5c3913;
}

.editorial-department-report .slide a:hover img {
    opacity: 1;
    margin: -3px
}

.related-article {
    width: 980px;
    margin: 0 auto;
    padding: 10px 0 108px 0;
}

.mfp-bg.editorial-department-modal {
    opacity: 0.8;
}

.editorial-department-modal {
    cursor: default;
}

.editorial-department-modal .mfp-close {
        width: 40px;
        height: 40px;
        padding-right: 0;
        position: absolute;
        top: 0;
        right: 0;
        color: #ffffff;
        opacity: 1;
        font-weight: 0;
        font-size: 0;
        font-family: serif;
        background: url(/img/tokyobookmark/pc/editorial-department/btn_close_modal.gif) left top no-repeat;
    }

.editorial-department-modal .mfp-close img {
    display: block;
}

 .mfp-zoom-out-cur .editorial-department-modal .mfp-image-holder .mfp-close {
        cursor: pointer;
}

.editorial-department-modal img.mfp-img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
        line-height: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0;
        margin: 0 auto;
        border: solid 1px #ffffff;
}

.editorial-department-modal figcaption {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.editorial-department-modal .mfp-bottom-bar {
    margin-top: 15px;
}

.editorial-department-modal .mfp-title {
    text-align: center;
    padding-right: 0;
    font-size: 87.5%;
}

.editorial-department-modal button.mfp-arrow:before {
    display: none;  
}

.editorial-department-modal button.mfp-arrow:after {
    display: none;
}

.editorial-department-modal button.mfp-arrow {
    width: 25px;
    height: 46px;
    
}

.editorial-department-modal .mfp-container {
    width: 920px;
    margin: 0 auto;
    position: relative;
}

.editorial-department-modal button.mfp-arrow-right {
    background: url(/img/tokyobookmark/pc/editorial-department/btn_next_modal.png) left top no-repeat;
}

.editorial-department-modal button.mfp-arrow-left {
    background: url(/img/tokyobookmark/pc/editorial-department/btn_prev_modal.png) left top no-repeat;
}

.related-article-wrap {
    border: solid 2px #ece9e6;
    border-radius: 12px;
}

.related-article-wrap h3 {
    padding: 28px 0 0;
    text-align: center;
    color: #5c3913;
    font-size: 137.5%;
    line-height: 1;
}

.related-article-wrap .articles{
    padding: 15px 0 25px 0;
    font-size: 87.5%;
    line-height: 1.71428571429;
    text-align: center;
    text-decoration: underline;
}

/* overlay at start */
.editorial-department-modal.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.editorial-department-modal.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.editorial-department-modal.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.editorial-department-modal.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* content animate it */
.editorial-department-modal.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.editorial-department-modal.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

