@charset "utf-8";
@media screen and (max-width: 900px) {
/* ==================================================
layout
================================================== */
.layout_slidebar #temp_contents,
.layout_slidebar #temp_container {
    margin-right: 0;
}
.layout_num_slidebar #temp_wrap_main{
    padding-top: 30px;
}
#temp_wrapper{
    min-width: 320px;
    width: 100%;
}
.layout_slidebar #temp_footer .container,
#temp_wrapper .container,
#temp_footer .container{
    width: 100%;
}
.for-sp{
    display: block;
}
.for-pc{
    display: none;
}
.raku_shitsujo_wrap .raku_content {
	width:auto;
	float:none;
}
.popup_body .pp_cnt {
	padding:10px;
}
.raku_shitsujo_wrap .raku_shitsujo_cell .raku_shitsujo_btn_wrap {
    margin-left: 0;
}
/* ==================================================
sticky footer
================================================== */
#temp_wrapper {
    height: auto;
    margin-bottom: 0;
    min-height: inherit;
    padding-bottom: 0;
}
#temp_footer {
    height: auto;
}
/* ==================================================
header
================================================== */
    #temp_header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 9998;
    }
    #temp_header .top {
        padding: 0 10px;
        position: relative;
        min-height: 48px;
    }
    #temp_header .top a {
        display: block;
    }
    #temp_header .top #temp_logo {
        font-size: 95%;
        padding: 14px 0 12px;
    }
    #temp_header .top #temp_logo span {
        margin-left: 2px;
    }

    #temp_user_name {
        color: #1564b3;
        text-align: center;
        padding: 0 0 15px 0;
        font-weight: bold;
        font-size: 80%;
        /* text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; */
    }
    #temp_header .top #temp_st_logout {
        width: 60px;
        float: right;
        text-decoration: none;
        border-left: 1px solid #829ab3;
        border-right: 1px solid #829ab3;
        padding: 8px 0 4px;
        display: block;
        font-size: 71.4%;
        text-align: center;
        line-height: 1;
        position: absolute;
        right: 115px;
        bottom: 0;
        top: 0;
    }
    #temp_header .top #temp_st_mypage {
        width: 60px;
        float: right;
        text-decoration: none;
        border-left: 1px solid #829ab3;
        border-right: 1px solid #829ab3;
        padding: 8px 0 4px;
        display: block;
        font-size: 71.4%;
        text-align: center;
        line-height: 1;
        position: absolute;
        right: 56px;
        bottom: 0;
        top: 0;
    }
    #temp_st_logout:before,
    #temp_st_mypage:before {
        width: 100%;
        background-size: 16px 19px;
        background-position: top center;
        margin-right: 0;
        margin-bottom: 6px;
    }
    #temp_means_action {
        display: none;
    }
    .menu_link {
        display: block;
    }
    #temp_main_nav {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 100;
        top: 48px;
        background: #ffffff;
        display: none;
        box-shadow: none;
        border-bottom: 0;
    }
    #temp_main_nav ul.main_menu,
    #temp_main_nav ul.main_menu li {
        float: none;
        width: 100%;
        text-align: left;
        padding: 0;
    }
    #temp_main_nav .menu_mobile li,
    #temp_main_nav ul.main_menu li {
        border-top: 1px solid #cccccc;
    }
    #temp_main_nav .menu_mobile li:last-child {
        border-bottom: 1px solid #cccccc;
    }
    #temp_main_nav .menu_mobile li:first-child {
        border-top: 0;
    }
    #temp_main_nav ul.main_menu li:last-child {
        border-bottom: 1px solid #1564b3;
    }

    #temp_main_nav .menu_mobile li a,
    #temp_main_nav ul.main_menu li a:link,
    #temp_main_nav ul.main_menu li a {
        padding: 17px 10px 15px;
        background: url(/shared/images/common/icon_link.png) no-repeat;
        background-size: 10px 8px;
        background-position: right 10px center;
        display: block;
        text-decoration: none;
    }
    #temp_main_nav .menu_mobile li {
        background: #eff6fc;
    }
    #temp_main_nav .menu_mobile li a {
        font-weight: bold;
        color: #515151;
        background: url(/shared/images/common/icon_link_gr.png) no-repeat;
        background-size: 10px 8px;
        background-position: right 10px center;
    }
    #temp_main_nav ul.main_menu li.active a span:before,
    #temp_main_nav ul.main_menu li:last-child:after,
    #temp_main_nav ul li:before {
        display: none;
    }
    #temp_main_nav .setting_mobile {
        background: #efefef;
        overflow: hidden;
        padding: 12px 10px 10px 28px;
    }
    #temp_main_nav #temp_st_font,
    #temp_main_nav #temp_st_manual {
        color: #515151;
        font-weight: bold;
        font-size: 74.5%;
        padding: 0;
        float: left;
        width: 50%;
        text-decoration: none;
        padding: 0 25px;
    }
    #temp_main_nav #temp_st_font {
        padding-left: 0;
        border-right: 1px solid #cccccc;
    }
    #temp_st_font:before {
        background: url(/shared/images/common/icons_font_sp.png) no-repeat;
        background-size: 100%;
        background-position: left center;
        margin-right: 4px;
    }
    #temp_st_manual:before {
        background: url(/shared/images/common/icons_manual_sp.png) no-repeat;
        background-size: 100%;
        margin-right: 4px;
    }
    #temp_main_nav .menu_mobile {
        display: block;
    }
    /* ==================================================
footer
================================================== */
    .layout_slidebar #temp_copyright, .layout_slidebar #temp_footer .top {
        margin-right: 0;
    }
    #temp_footer {
        border-bottom: 0;
        position: relative;
    }
    #temp_footer .top .container {
        padding: 0 10px;
    }
    #temp_footer .top .ft_info {
        float: none;
        max-width: none;
        padding: 20px 0 16px;
    }
    #temp_footer .top .ft_menu {
        display: none;
    }
    #temp_footer .ft_info .title_info {
        font-size: 114.3%;
        margin-bottom: 14px;
    }
    #temp_footer .ft_info address {
        font-size: 100%;
    }
    #temp_footer .ft_info address span {
        display: block;
    }
    #temp_copyright {
        text-align: left;
        padding: 10px 10px 20px;
    }
    .layout_slidebar .ptop {
        margin-right: 0;
    }
    .ptop {
        right: 8px;
        margin-right: 0;
        width: 58px;
    }
    /* ==================================================
title
================================================== */
    .page_title.raku {
        text-align: left;
        padding: 0 10px;
        margin: 0;
    }
    .page_title.raku h1 {
        padding: 1.5em 0 4px;
        font-size: 114.3%;
    }
    .page_title.raku h1 .count {
        display: block;
        margin-top: 8px;
        position: relative;
        padding-top: 3px;
        min-height: 30px;
    }
    .page_title.raku h1 .count_with_num{
        padding-left: 37px;
        padding-right: 50px;
    }
    .page_title.with_border{
        position: fixed;
        top: 48px;
    }
    .page_title.raku h1 .count .num{
        width: 25px;
        height: 25px;
        font-size: 87.5%;
        line-height: 25px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .page_title.raku h1 .sub{
        line-height: 0.9;
        padding: 2px 18px 1px;
        margin-right: 0;
        display: unset;
    }
    .page_title {
        position: fixed;
        z-index: 10;
        top: 48px;
        background-color: #ffffff;
        left: 0;
        width: 100%;
        text-align: left;
        margin: 0;
    }
    .page_title:before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0px;
        background-color: #1564b3;
        color: inherit;
    }
    .page_title h1 {
        font-size: 114.3%;
        padding: 12px 11px 10px;
    }
    .page_title.with_border:before {
        left: 0;
        margin-left: 0;
        width: 100%;
        height: 1px;
    }
    .page_title.with_border .num {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-right: 10px;
        font-size: 87.5%;
    }
    .title_sub {
        font-size: 87.5%;
        color: #515151;
        font-weight: bold;
        padding: 17px 0 12px 10px;
        margin-top: 0;
    }
    .title_sub span {
        display: block;
    }
    /* ==================================================
button
================================================== */
    .btn_dark_blue,
    .btn_dark_blue:link {
        -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
    }
    .btn_light_blue,
    .btn_light_blue:link {
        -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
    }
    .btn_login,
    .btn_signup{
        font-size: 100%;
    }
    .btn_login:before,
    .btn_signup:before{
        margin-top: -1px;
    }
    .form_control{
        height: 40px;
        font-size: 85.7%;
        padding: 5px 10px;
    }
     /* ==================================================
    }
    table form
    ================================================== */
    .message_alert {
        padding: 0 10px;
        font-size: 85.7%;
        margin: 0 0 0 10px;
    }
    .message_panel {
        margin: 8px 10px;
        padding: 10px 8px;
    }
    .message_panel .top .title {
        font-size: 114.2%;
        padding-right: 8px;
    }
    .message_panel .top p {
        font-size: 110%;
        padding-left: 8px;
    }
    .table_form {
        border: 0;
        margin-bottom: 22px;
    }
    .table_form.responsive tr > td {
        display: block;
        padding: 10px;
        border-bottom: 0;
    }
    .table_form.responsive tr > td:before,
    .table_form.responsive tr > td:after {
        content: "";
        display: table;
    }

    .table_form.responsive tr > td:after {
        clear: both;
    }
    .table_form.responsive tr > td:first-child {
        width: 100% !important;
        padding: 9px;
        border: 1px solid #cccccc;
    }
    .table_form tr > td p {
        margin-bottom: 4px;
    }
    .input_ctr {
        padding: 3px;
        box-shadow: none;
    }
    .form_panel {
        padding: 0 10px;
    }
    .form_name {
        width: 49%;
        margin-right: -4px;
    }
    .form_name input {
        width: 70%;
    }
    .form_large {
        width: 100%;
    }
    .form_large .input_ctr {
        width: 100%;
    }
    .table_form .inline_radio {
        width: 20%;
    }
    .form_bith {
        margin-right: 1%;
        width: 28%;
        max-width: inherit;
    }
    .form_bith:first-child {
        width: 34%;
    }
    .form_bith:first-child .input_ctr {
        width: 80%;
    }
    .form_bith .input_ctr {
        width: 76%;
    }
    .form_bith label {
        margin-left: 0;
    }
    .form_primary .input_ctr {
        width: 100px;
    }
    .form_primary .pref .input_ctr {
        width: 70%;
    }
    .form_primary .pref_txt {
        margin-left: 0;
        font-size: 70.7%;
        margin-right: -4px;
        padding-left: 4px;
    }
    .form_primary .line_pn {
        margin: 0 -4px 0 0;
    }
    .form_primary .pref.item {
        width: 68px;
        max-width: inherit;
    }
    .form_primary .item {
        width: 29%;
        max-width: inherit;
        margin-right: -4px;
    }
    .form_primary .input_ctr {
        width: 100%;
    }
    .form_address .address_left {
        width: 100px;
        margin-right: 8px;
    }
    .form_address .address_left .input_ctr {
        width: 100%;
    }
    .form_address .address_right {
        padding-left: 56px;
    }
    .form_address .address_right label {
        padding-left: 0;
        padding-right: 0;
        width: 58px;
        margin-left: -58px;
        font-size: 85%;
    }
    .form_address .address_left p {
        font-size: 85%;
    }
    .form_id {
        width: 100%;
    }
    .form_id .input_ctr {
        width: 100%;
        /* box-shadow: none; */
    }
    /* 郵便番号 */
    .input_ctr.postcode1 {
        width: 20%;
        margin-left: 10px;
        margin-right: 4px;
    }
    #postcodes1.postcode2 {
        width: 25%;
        margin-left: 10px;
        margin-right: 10px;
    }
    /* 電話番号 */
    .input_ctr.tel1 {
        width: 20%;
        margin-left: 5px;
        margin-right: 5px;
    }
    .input_ctr.tel2 {
        width: 20%;
        margin-left: 5px;
        margin-right: 5px;
    }
    .input_ctr.tel3 {
        width: 20%;
        margin-left: 5px;
    }
    .form_id p {
        font-size: 85.7%;
    }
	.action_panel {
		margin-bottom:60px;
	}
    .action_panel .submit,
    .action_panel .return {
        width: 30%;
        height: 40px;
        line-height: 40px;
        font-size: 110%;
    }
    .action_panel .return {
        margin-right: 16px;
    }
    .f100{
        font-size: 100%!important;
    }
/* ==================================================
sidebar
================================================== */
    .slidebar .slidebar_heading h3{
        padding: 11px 20px 10px;
        font-size: 114.3%;
    }
    .slidebar .condition{
        font-size: 85.7%;
        padding-bottom: 1px;
        top: 9px;
        right: 15px;
    }
    .slidebar .condition:before{
        border-left-width: 8px;
        position: relative;
        top: -1px;
    }
    .block_address .form_address_inner{
        padding: 16px 23px 7px;
    }
    .form_address .control_label{
        font-size: 114.3%;
        padding-bottom: 5px;
    }
    .form_address .form_control{
        height: 35px;
    }
    .form_address .input_field .btn_search_blue{
        min-height: 35px;
        height: 35px;
        padding: 0;
    }
    .form_address .input_field .btn_search_blue:before{
        position: relative;
        top: -1px
    }
    .form_address .input_control .btn_search_light{
        height: 35px;
        min-height: 35px;
        padding: 0;
    }
    .form_address .submit_search .btn_search_blue{
        width: 210px;
        height: 35px;
        min-height: 35px;
        padding: 0;
    }
    .block_koen{
        padding: 14px 18px;
    }
    /* Number Sidebar */
    .layout_slidebar #temp_rnavi.num_sidebar{
        position: fixed;
        width: 100%;
        height:  auto;
        bottom: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: visible;
    }
    #temp_rnavi.num_sidebar .slidebar_heading{
        display: none;
    }
    #temp_rnavi.num_sidebar .search_process li{
        float: left;
        width: 25%;
        padding: 10px 0 8px;
    }
    #temp_rnavi.num_sidebar .search_process.three_step li{
        width: 33.33%;
    }
	#temp_rnavi.num_sidebar .search_process.four_step li{
        width: 20%;
    }
    #temp_rnavi.num_sidebar .search_process li.active{
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none;
    }
    #temp_rnavi.num_sidebar .search_process li:after{
        width: 17px;
        height: 59px;
        background: url('/shared/images/icon/big_arrow.png') 0 0 no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        left: 100%;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        border: none;
        margin-left: -3px;
        border-left: 3px solid #f5f5f5;
    }
    #temp_rnavi.num_sidebar .search_process li.active:after{
        width: 15px;
        height: 60px;
        background-image: url('/shared/images/icon/big_arrow_active.png');
        margin: 0;
        border-left: none;
    }
    #temp_rnavi.num_sidebar .select_title{
        text-align: center;
    }
    #temp_rnavi.num_sidebar .select_title a{
        font-size: 71.4%;
        color: #515151;
    }
    #temp_rnavi.num_sidebar .select_title .numerical_order{
        font-size: 140%;
        display: block;
        margin: 0 auto 3px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    /* Toggle Sidebar */
    .layout_slidebar #temp_wrapper{
        position: relative;
    }
    .layout_slidebar #temp_wrapper:before{
        content: '';
        z-index: 9996;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #000000;
        -webkit-transition: 0.4s ease all;
        -o-transition: 0.4s ease all;
        transition: 0.4s ease all;
        opacity: 0;
        visibility: hidden;
    }
    .layout_slidebar #temp_wrapper.sidebar_toggle_active:before{
        opacity: 0.6;
        visibility: visible;
    }
    .nav_slidebar_open{
        display: block;
    }
    #temp_rnavi.toggle_sidebar{
        margin-top: 51px;
        height: calc(100% - 51px);
        z-index: 9997;
        width: calc(100% - 70px);
        background: none;
        overflow: visible;
        -webkit-transform: translate(100%,0);
        -ms-transform: translate(100%,0);
        -o-transform: translate(100%,0);
        transform: translate(100%,0);
        -webkit-transition: 0.4s ease all;
        -o-transition: 0.4s ease all;
        transition: 0.4s ease all;
        position: fixed;
    }
/*
    .layout_slidebar #temp_rnavi.fixed {
        width: calc(100% - 70px) !important;
    }
*/
    #temp_rnavi.toggle_sidebar .slidebar{
        position: relative;
        z-index: 4;
    }
    #temp_rnavi .slidebar > .slidebar_content {
        height: calc(100vh - 98px);
        overflow-y: auto;
    }
    #temp_rnavi.toggle_sidebar:after{
        content: '';
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f5f5f5;
        color: inherit;
    }
    #temp_rnavi.toggle_sidebar .slidebar_wrap{
        height: 100%;
        position: relative;
        z-index: 7;
        overflow: auto;
    }
    #temp_rnavi.toggle_sidebar .nav_slidebar_open{
        position: absolute;
        display: block;
        left: -70px;
        top: 0;
        z-index: 5;
        width: 70px;
        min-height: 45px;
        background-color: #1564b3 !important;
        color: #ffffff !important;
        border-top-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottom-left-radius: 4px;
        font-size: 71.4%;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        -webkit-box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow:    0px 1px 0px 1px rgba(0, 0, 0, 0.3);
        box-shadow:         0px 1px 0px 1px rgba(0, 0, 0, 0.3);
    }
    #temp_rnavi.toggle_sidebar.toggle_active .nav_slidebar_open{
        -webkit-box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow:    0px 1px 0px 1px rgba(0, 0, 0, 0.1);
        box-shadow:         0px 1px 0px 1px rgba(0, 0, 0, 0.1);
    }
    #temp_rnavi.toggle_sidebar .nav_slidebar_open:before{
        content: '';
        width: 9px;
        height: 14px;
        background: url('/shared/images/icon/nav_open.png') 0 0 no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        display: block;
        margin: 10px auto 3px;
    }
    #temp_rnavi.toggle_sidebar.toggle_active{
        width: calc(100% - 70px) !important;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    #temp_rnavi.toggle_sidebar.toggle_active .nav_slidebar_open:before{
        width: 15px;
        height: 15px;
        background-image: url('/shared/images/icon/nav_close.png');
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    #temp_rnavi.num_sidebar .select_title .numerical_order{
        font-size: 140%;
        display: block;
        margin: 0 auto 3px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .block_address .form_address_inner{
        padding: 0;
    }
    .form_address .input_keyword .form_control{
        padding-right: 12px;
    }
    .form_address .max_row{
        max-width: inherit;
    }
    .form_address .input_field .btn_search_blue,
    .form_address .input_control .btn_search_light{
        display: none;
    }
    .form_address .row_group{
        padding: 16px 20px;
        margin-bottom: 0;
        border-top: 1px solid #ffffff;
    }
    .form_address .input_control .form_control{
        width: 100%;
    }
    .form_address .submit_search{
        padding: 20px 10px;
        background: #f5f5f5;
        border-top: 1px solid #ffffff;
        margin-bottom: 65px;
    }
    .form_address .submit_search .btn_search_blue{
        min-width: 211px;
        font-size: 100%;
        border-bottom: 2px solid #7e8596;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .form_address .control_label{
        font-size: 114.3%;
    }
    /* .form_address .js_drop_toggle:before{
        content: "";
        position: absolute;
        right: 9px;
        top: 8px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 9px solid #666666;
        -webkit-transition:all 0.2s ease-in-out;
        -moz-transition:all 0.2s ease-in-out;
        -o-transition:all 0.2s ease-in-out;
        transition:all 0.2s ease-in-out;
    }
    .form_address .js_drop_toggle.active:before{
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        border-bottom: 9px solid #515151;
    } */
    .form_address .input_control .form_control{
        height: 35px;
    }
    .form_address .input_control select.form_control{
        height: 32px;
    }
    .form_address .input_field .schedule_cnt{
        width: 100%;
        float: none;
    }
    .dropdown_category{
        display: block;
    }
    @media(max-width: 640px) {
        .dropdown_category .dropdown_list li {
            width: 50%;
        }
    }
    @media(min-width: 641px) {
        .dropdown_category .dropdown_list li {
            width: 25%;
        }
    }
    .dropdown_category .dropdown_list li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* 備品・設備対応 */
    .fixtures.table_form tr > td:first-child {
        width: auto !important;
    }
    .fixtures.table_form tr > td {
        display: table-cell !important;
        border: 1px solid #cccccc;
        padding: 1px 1px 1px 1px !important;
        vertical-align: middle !important;
        font-size: 90%;
    }
    .fixtures.table_form th {
        font-size: 90%;
        border: 1px solid #cccccc;
        padding: 1px 1px 1px 1px;
        vertical-align: middle;
    }
    .fixtures.table_form td .btn_inline_half  {
        min-width: 40px !important;
    }
    .fixtures.table_form.fixture-list tr > td {
        height: 100px;
    }
    #search_fixture_modal .table_form tr > td > input {
        width:30px !important;
    }
    #search_fixture_modal .table_form tr > th.w300 {
        width: auto !important;
    }

    /* 利用規約 */
    .terms_service_cnt h3,
    .terms_service_cnt h4,
    .terms_service_cnt h5{

    }
    .terms_service_cnt h3 {
        font-size: 1.17em;
    }
    .terms_service_cnt h4 {
        font-size: 1em;
    }
    .terms_service_cnt h5 {
        font-size: 0.9em;
    }
    .intro_registration .paragraph.link br{
        display:Inline;
     }
}