/*------------------------------------------------------------------------------
	Author: Khaled Nigrou
	c 2016 idealump.
	****************************************************************
	Filename:  tour.less
----------------------------------------------------------------------------- */
@charset "UTF-8"; /*=============================================
// MEDIA QUERIES
// =============================================*/
.clear {
    zoom: 1;
}
.clear:after,
.clear:before {
    content: "";
    display: table;
}
.clear:after {
    clear: both;
}
.hiragino {
    font-weight: normal;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
}
.bold {
    font-weight: bold;
}
.noto {
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: normal;
}
.noto_bold {
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: bold;
}
.dosis {
    font-family: 'Dosis', sans-serif !important;
}
.maintain-ratio {
    position: relative;
    background: #000;
    color: #fff;
    width: 30%;
}
.maintain-ratio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}
#tourReservationSection .flickity-prev-next-button {
    background-color: rgba(0,0,0,0.8);
}
#tourReservationSection .flickity-prev-next-button .arrow {
    fill: white;
}
#tourReservationSection .flickity-prev-next-button:hover {
    background-color: #910009;
}
.br_sp {
    display: none;
}
.page_visual {
    position: relative;
    height: 300px;
}
.parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.page_tour.type_index #introSect {
    text-align: center;
    padding: 75px 0;
    border-bottom: 1px solid #ddd;
}
.page_tour.type_index #introSect .intro_title h2 {
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 40px;
}
.page_tour.type_index #introSect p {
    line-height: 28px;
}
.page_tour.type_index .tour_service_title {
    text-align: center;
    padding: 50px 0 26px;
    margin: 0 auto;
    position: relative;
}
.page_tour.type_index .tour_service_title h2,
.page_tour.type_index .tour_service_title h3 {
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 5px;
    margin: 15px 0 10px;
}
.page_tour.type_index .tour_service_title .sub {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1;
}
.page_tour.type_index .tour_service_title .label {
    background: black;
    color: white;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    padding: 3px 20px;
    vertical-align: 3px;
}
.page_tour.type_index .lead_label {
    zoom: 1;
    margin-top: 20px;
}
.page_tour.type_index .lead_label:after,
.page_tour.type_index .lead_label:before {
    content: "";
    display: table;
}
.page_tour.type_index .lead_label:after {
    clear: both;
}
.page_tour.type_index .lead_label span {
    display: block;
    height: 45px;
    line-height: 43px;
    width: 320px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid black;
    font-size: 18px;
    font-weight: bold;
}
.page_tour.type_index .service_board {
    display: table;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
}
.page_tour.type_index .service_board:after {
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #ddd;
    margin-left: -15px;
}
.page_tour.type_index .service_board .service_item {
    width: 33.333333333333%;
    padding: 40px;
    display: table-cell;
    padding: 20px 30px 30px;
    line-height: 28px;
}
.page_tour.type_index .service_board .service_item .service_title {
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: normal;
    font-size: 18px;
    padding: 30px 0 20px;
    position: relative;
    color: black;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.page_tour.type_index .service_board .service_item .service_title:after {
    margin-left: 10px;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url("/dist/pc_img/z_other/faq/icon_down_off.png");
    vertical-align: -2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.page_tour.type_index .service_board .service_item .service_title:hover {
    color: #910009;
}
.page_tour.type_index .service_board .service_item .service_title:hover:after {
    background-image: url("/dist/pc_img/z_other/faq/icon_down_on.png");
}
.page_tour.type_index .service_board .service_item .service_description {
    font-size: 13px;
    line-height: 28px;
}
.page_tour.type_index .option_service_title {
    text-align: center;
    padding: 30px 0 20px;
    margin: 0 auto;
    position: relative;
}
.page_tour.type_index .option_service_title h4 {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 4px;
    margin: 20px 0 0;
}
.page_tour.type_index .option_list {
    margin-top: 50px;
    margin-left: -20px;
    margin-right: -20px;
    zoom: 1;
}
.page_tour.type_index .option_list:after,
.page_tour.type_index .option_list:before {
    content: "";
    display: table;
}
.page_tour.type_index .option_list:after {
    clear: both;
}
.page_tour.type_index .option_list .option_item {
    width: 33.333333333333%;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: left;
    height: 200px;
}
.page_tour.type_index .option_list .option_item:first-child {
    border-right: 1px solid transparent;
}
.page_tour.type_index .option_list .option_item:last-child {
    border-left: 1px solid transparent;
}
.page_tour.type_index .option_list .option_item .option_main {
    display: block;
    padding: 30px 0 0;
    min-height: 165px;
    width: 100%;
    background: #fff;
}
.page_tour.type_index .option_list .option_item .option_main .option_visual {
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.page_tour.type_index .option_list .option_item .option_main .option_visual i {
    content: "";
    width: 100%;
    height: 67px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto 10px;
}
.page_tour.type_index .option_list .option_item .option_main .option_visual i.icn-storage {
    background-image: url("/dist/pc_img/7_tour/icon_strage.png");
    background-size: 53px 54px;
}
.page_tour.type_index .option_list .option_item .option_main .option_visual i.icn-torso {
    background-image: url("/dist/pc_img/7_tour/icon_torso.png");
    background-size: 30px 67px;
}
.page_tour.type_index .option_list .option_item .option_main .option_visual i.icn-hanger {
    background-image: url("/dist/pc_img/7_tour/icon_hanger.png");
    background-size: 93px 51px;
}
.page_tour.type_index .option_list .option_item .option_main .option_price {
    display: table;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: normal;
}
.page_tour.type_index .option_list .option_item .option_main .option_price .price_group {
    display: table-cell;
    vertical-align: center;
    width: 33.333333333333%;
    padding: 20px 18px;
}
.page_tour.type_index .option_list .option_item .option_main .option_price .label {
    font-size: 13px;
    display: block;
}
.page_tour.type_index .option_list .option_item .option_main .option_price .price big {
    font-size: 24px;
}
.page_tour.type_index .option_list .option_item .option_main .option_price .price .yen {
    font-size: 20px;
}
.page_tour.type_index .option_list .option_item .option_info {
    line-height:0px;
}
.page_tour.type_index .option_list .option_item:last-child .option_price .price_group {
    display: block;
    width: 140px;
    margin: 0 auto;
}
.page_tour.type_index .tool_body .lead {
    line-height: 28px;
    text-align: center;
}
.page_tour.type_index .tool_body .service_wide_image {
    zoom: 1;
    padding: 50px 0 25px;
}
.page_tour.type_index .tool_body .service_wide_image:after,
.page_tour.type_index .tool_body .service_wide_image:before {
    content: "";
    display: table;
}
.page_tour.type_index .tool_body .service_wide_image:after {
    clear: both;
}
.page_tour.type_index .tool_body .service_wide_image figure {
    height: 0;
    width: 100%;
    padding-top: 46%;
    background-image: url("/dist/pc_img/_cmn/placeholder_gray.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.page_tour.type_index .tour_service_subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    font-weight: bold;
    margin-top: 20px;
    zoom: 1;
}
.page_tour.type_index .tour_service_subtitle:after,
.page_tour.type_index .tour_service_subtitle:before {
    content: "";
    display: table;
}
.page_tour.type_index .tour_service_subtitle:after {
    clear: both;
}
.page_tour.type_index .tour_service_lead {
    text-align: center;
    padding: 0 0 40px;
    font-size: 13px;
    line-height: 28px;
}
.page_tour.type_index .plan_board {
    zoom: 1;
    margin: 0 auto;
}
.page_tour.type_index .plan_board:after,
.page_tour.type_index .plan_board:before {
    content: "";
    display: table;
}
.page_tour.type_index .plan_board:after {
    clear: both;
}
.page_tour.type_index .plan_board .plan_item {
    height: 290px;
    width: 33.333333333333%;
    float: left;
    border-top: 3px solid #000;
    border-bottom: 1px solid #ddd;
    padding-top: 35px;
    text-align: center;
    position: relative;
    background: white;
}
.page_tour.type_index .plan_board .plan_item .plan_sup {
    font-size: 13px;
    padding-bottom: 15px;
}
.page_tour.type_index .plan_board .plan_item .plan_label {
    background: black;
    color: white;
    position: absolute;
    top: 20px;
    right: 14px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: bold;
}
.page_tour.type_index .plan_board .plan_item .plan_name {
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 20px;
}
.page_tour.type_index .plan_board .plan_item .plan_sub {
    background: #000;
    color: white;
    font-size: 13px;
    padding: 3px 5px;
    border-radius: 25px;
    max-width: 250px;
    margin: 0 auto 20px;
}
.page_tour.type_index .plan_board .plan_item .price .normal_price {
    margin-bottom: 20px;
    zoom: 1;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: normal;
    font-size: 30px;
}
.page_tour.type_index .plan_board .plan_item .price .normal_price:after,
.page_tour.type_index .plan_board .plan_item .price .normal_price:before {
    content: "";
    display: table;
}
.page_tour.type_index .plan_board .plan_item .price .normal_price:after {
    clear: both;
}
.page_tour.type_index .plan_board .plan_item .price .normal_price .half {
    width: 50%;
    float: left;
}
.page_tour.type_index .plan_board .plan_item .price .normal_price .full {
    width: 100%;
    float: left;
}
.page_tour.type_index .plan_board .plan_item .price .normal_price .full-sub {
    font-size: 12px;
}
.page_tour.type_index .plan_board .plan_item .price .normal_price big {
    font-size: 36px;
}
.page_tour.type_index .plan_board .plan_item .price .normal_price small {
    font-size: 21px;
}
.page_tour.type_index .plan_board .plan_item .price .normal_price .note {
    font-size: 18px;
}
.page_tour.type_index .plan_board .plan_item .price .normal_price .note big {
    font-size: 23px;
}
.page_tour.type_index .plan_board .plan_item .price .special_price {
    padding: 10px;
    border: 1px solid #000;
    width: 320px;
    margin: 0 auto 5px;
	font-size: 11px;
    font-weight: bold;
}
.page_tour.type_index .plan_board .plan_item .price .special_price big {
    font-size: 20px;
    padding: 0 0 0 5px;
    vertical-align: -2px;
}
.page_tour.type_index .plan_board .plan_item .price .plan_info {
    text-align: left;
    line-height: 26px;
    font-size: 12px;
    /* height: 130px; */
    width: 280px;
    margin: 0 auto 0px; /* margin: 0 auto 45px;*/
    padding-left: 10px;
}
.page_tour.type_index .plan_board .plan_item .price .plan_info > ul {
    list-style: none;
}
.page_tour.type_index .plan_board .plan_item .price .plan_info > ul > li {
    position: relative;
    line-height: 1.8;
}
.page_tour.type_index .plan_board .plan_item .price .plan_info > ul > li:before {
    position: absolute;
    top: 0;
    left: -15px;
    content: "・";
}

.page_tour.type_index .plan_board .plan_item {
    padding-bottom:24px;
}


.page_tour.type_index .plan_board .plan_item.plan_daily {
    border-top: 3px solid #93b447;
    border-right: 1px solid #eee;
}
.page_tour.type_index .plan_board .plan_item.plan_daily .plan_sup {
    color: #93b447;
}
.page_tour.type_index .plan_board .plan_item.plan_daily .plan_name {
    color: #93b447;
}
.page_tour.type_index .plan_board .plan_item.plan_daily .plan_sub {
    background: #93b447;
}
.page_tour.type_index .plan_board .plan_item.plan_daily .price .special_price {
    /* font-size: 18px; */
    border: 1px solid #93b447;
    color: #93b447;
}
.page_tour.type_index .plan_board .plan_item.plan_monthly {
    border-top: 3px solid #903e84;
    border-right: 1px solid #eee;
}
.page_tour.type_index .plan_board .plan_item.plan_monthly .plan_sup {
    color: #903e84;
}
.page_tour.type_index .plan_board .plan_item.plan_monthly .plan_name {
    color: #903e84;
}
.page_tour.type_index .plan_board .plan_item.plan_monthly .plan_sub {
    background: #903e84;
}
.page_tour.type_index .plan_board .plan_item.plan_monthly .price .special_price {
    border: 1px solid #903e84;
    color: #903e84;
}
.page_tour.type_index .plan_board .plan_item.plan_yearly {
    border-top: 3px solid #ca475c;
}
.page_tour.type_index .plan_board .plan_item.plan_yearly .plan_sup {
    color: #ca475c;
}
.page_tour.type_index .plan_board .plan_item.plan_yearly .plan_name {
    color: #ca475c;
}
.page_tour.type_index .plan_board .plan_item.plan_yearly .plan_sub {
    background: #ca475c;
}
.page_tour.type_index .plan_board .plan_item.plan_yearly .price .special_price {
    border: 1px solid #ca475c;
    color: #ca475c;
}

.page_tour.type_index .plan_board .plan_item.plan_makeroom {
    border-top: 3px solid #9dc3e6;
    border-right: 1px solid #eee;
}
.page_tour.type_index .plan_board .plan_item.plan_makeroom .plan_sup {
    color: #9dc3e6;
}
.page_tour.type_index .plan_board .plan_item.plan_makeroom .plan_name {
    color: #9dc3e6;
}
.page_tour.type_index .plan_board .plan_item.plan_makeroom .plan_sub {
    background: #9dc3e6;
}
.page_tour.type_index .plan_board .plan_item.plan_makeroom .price .special_price {
    font-size: 18px;
    border: 1px solid #9dc3e6;
    color: #9dc3e6;
}



.page_tour.type_index .plan_board .plan_item.plan_corporate {
	width: 280px;
	float: left;
    height: initial;
    border-top: 3px solid #136eab;
}
.page_tour.type_index .plan_board .plan_item.plan_corporate .plan_sup {
    color: #136eab;
}
.page_tour.type_index .plan_board .plan_item.plan_corporate .plan_name {
	font-size: 20px;
    color: #136eab;
}
.page_tour.type_index .plan_board .plan_item.plan_corporate .plan_sub {
	width: 250px;
    background: #136eab;
}
.page_tour.type_index .plan_board .plan_item.plan_corporate .price .special_price {
    border: 1px solid #136eab;
    color: #136eab;
}
.page_tour.type_index .plan_board .plan_item.plan_corporate .price .plan_info {
    width: 390px;
    height: initial;
}
.page_tour.type_index #personalPlan .plan_board,
.page_tour.type_index #personalPlan .plan_notes,
.page_tour.type_index #personalPlan .plan_op {
    max-width: 1120px;
    margin: 0 auto;
}
.page_tour.type_index #bikePlan .plan_board,
.page_tour.type_index #bikePlan .plan_notes,
.page_tour.type_index #bikePlan .plan_op {
    max-width: 1120px;
    margin: 0 auto;
}
.page_tour.type_index #enterprisePlan .plan_board,
.page_tour.type_index #enterprisePlan .plan_notes,
.page_tour.type_index #enterprisePlan .plan_op {
    max-width: 1120px;
    margin: 0 auto;
}
.page_tour.type_index #cyclePlan .plan_board,
.page_tour.type_index #cyclePlan .plan_notes,
.page_tour.type_index #cyclePlan .plan_op {
    max-width: 1120px;
    margin: 0 auto;
}
.page_tour.type_index .plan_notes {
    padding: 25px 0;
    font-size: 12px;
    text-align: right;
    color: #666;
    margin-left: -20px;
    margin-right: -20px;
}
.page_tour.type_index .plan_op {
    padding: 25px 0;
    font-size: 12px;
    color: #666;
	line-height: 26px;
    margin-left: -20px;
    margin-right: -20px;
}
.page_tour.type_index .plan_op .exponant{
    padding: 15px;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;
	border: #000000 1px solid;
	background-color: #fff;
    font-size: 12px;
    color: #666;
	
}
.page_tour.type_index .plan_op > ul{
}
.page_tour.type_index .plan_op > ul > li{
    display: inline-block;
	margin-right: 50px;
}
.page_tour.type_index .plan_notes .exponant {
    color: #910009;
}
.page_tour.type_index .equipment_gallery {
    margin-left: -12.5px;
    margin-right: -12.5px;
    zoom: 1;
}
.page_tour.type_index .equipment_gallery:after,
.page_tour.type_index .equipment_gallery:before {
    content: "";
    display: table;
}
.page_tour.type_index .equipment_gallery:after {
    clear: both;
}
.page_tour.type_index .equipment_gallery .gallery_item {
    width: 20%;
    float: left;
    padding: 0 12.5px;
    margin-bottom: 25px;
}
.page_tour.type_index .equipment_gallery .gallery_item figure {
    height: 0;
    width: 100%;
    padding-top: 67%;
    background-image: url("/dist/pc_img/_cmn/placeholder_gray.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.page_tour.type_index .talk_class_board {
    padding: 48px 0 20px;
    display: table;
    width: 100%;
}
.page_tour.type_index .talk_class_board .board_item {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}
.page_tour.type_index .talk_class_board .board_item figure {
    height: 0;
    width: 100%;
    padding-top: 72%;
    position: relative;
    background-image: url("/dist/pc_img/_cmn/placeholder_gray.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.page_tour.type_index .talk_class_board .board_item figure figcaption {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.page_tour.type_index .talk_class_board .board_item figure figcaption .board_title {
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: bold;
    font-size: 25px;
    padding: 8px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid white;
    letter-spacing: 5px;
}
.page_tour.type_index .talk_class_board .board_item figure figcaption .board_sub {
    font-weight: bold;
    padding: 10px;
    width: 100%;
    text-align: center;
}
.page_tour.type_index .talk_class_board .board_item .board_description {
    padding: 20px;
    line-height: 28px;
}
.page_tour.type_index .tool_footer {
    text-align: center;
}
.page_tour.type_index .tool_footer .btn {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 18px 10px;
    width: 200px;
}
.page_tour.type_index #aboutMemberSection {
    border-top: 1px solid #ddd;
}
.page_tour.type_index .tour_flow {
    display: table;
    width: 90%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page_tour.type_index .tour_flow .flow_step {
    display: table-cell;
    vertical-align:middle;
    width: 33.333333333333336%;
    padding: 0px 40px 0px 50px;
	font-size: 11px;
    line-height: 18px;
    position: relative;
}
.page_tour.type_index .tour_flow .flow_step img{
	width: 229px;
}
.page_tour.type_index .tour_flow .flow_step .tour_step_title {
    font-weight: bold;
    font-size: 14px;
}
.page_tour.type_index .tour_flow .flow_step:after {
    content: '';
    width: 21px;
    height: 64px;
    top: 50%;
    right: -10px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.page_tour.type_index .tour_flow .flow_step.last_step:after {
    display: none;
}
.page_tour.type_index #tourReservationSection {
    padding: 0 0 60px;
    position: relative;
}
.page_tour.type_index #tourReservationSection:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #ddd;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.page_tour.type_index #tourReservationSection .overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 200px 200px;
    background-image: url("/dist/pc_img/z_mypage/bg_ptn_andmade.png");
    z-index: 1;
    opacity: 0.15;
}
.page_tour.type_index #tourReservationSection .inner {
    z-index: 2;
    position: relative;
}
.page_tour.type_index #tourReservationSection .section_title {
    padding: 40px 0 30px;
}
.page_tour.type_index #tourReservationSection .section_title:after {
    display: none;
}
.page_tour.type_index #tourReservationSection .section_title h2,
.page_tour.type_index #tourReservationSection .section_title h3 {
    font-size: 20px;
    letter-spacing: 0.6px;
}
.page_tour.type_index #tourReservationSection .section_title .lead {
    line-height: 2;
    letter-spacing: 1.6px;
}
.page_tour.type_index #tourReservationSection .reservation_card_list {
    width: 100%;
    zoom: 1;
}
.page_tour.type_index #tourReservationSection .reservation_card_list:after,
.page_tour.type_index #tourReservationSection .reservation_card_list:before {
    content: "";
    display: table;
}
.page_tour.type_index #tourReservationSection .reservation_card_list:after {
    clear: both;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card {
    width: 25%;
    padding: 20px;
    float: left;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a {
    display: block;
    background: white;
    color: black;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_date_box {
    height: 150px;
    width: 100%;
    display: table;
    color: white;
    position: relative;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_date_box .reservation_date {
    display: table-cell;
    background-image: url("/dist/pc_img/7_tour/card_active.png");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: 25px;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_date_box .reservation_date span {
    font-size: 32px;
    font-family: 'Noto Sans', sans-serif !important;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_date_box .reservation_message {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_info {
    padding: 6px;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_info .reservation_time {
    display: block;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: bold;
    font-size: 14px;
    padding-left: 24px;
    padding-bottom: 12px;
    padding-top: 13px;
    line-height: 12px;
    letter-spacing: 0.5px;
    position: relative;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_info .reservation_time .clock_icon {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 12px;
    left: 8px;
    background-size: 14px 14px;
    background-image: url("/dist/pc_img/2_event/icon_clock.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_info .reservation_status {
    display: table;
    width: 100%;
    text-align: center;
    padding: 6px;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_info .reservation_status .label {
    height: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border: 1px solid black;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    width: 90px;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_info .reservation_status .label.full {
    background: #f7dee1;
    color: #910009;
    font-weight: bold;
    border: none;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_info .reservation_status .text {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    padding-left: 10px;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card.closed a .reservation_date_box .reservation_date {
    background-image: url("/dist/pc_img/7_tour/card_inactive.png");
    position: relative;
}
.page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card.closed a .reservation_date_box .reservation_date:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.choose_tab {
    width: 100%;
    zoom: 1;
}
.choose_tab:after,
.choose_tab:before {
    content: "";
    display: table;
}
.choose_tab:after {
    clear: both;
}
.choose_tab .choose_tab_list {
    height: 90px;
    list-style: none;
    margin: 0;
    text-align: center;
}
.choose_tab .choose_tab_list > li {
    display: inline-block;
    font-size: 15px;
}
.choose_tab .choose_tab_list > li > a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 34px 28px;
}
.choose_tab .choose_tab_list > li > a span {
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}
.choose_tab .choose_tab_list > li > a.is__active {
    position: relative;
}
.choose_tab .choose_tab_list > li > a.is__active span {
    font-weight: bold;
    color: #910009;
}
.choose_tab .choose_tab_list > li > a.is__active:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -12.5px;
    width: 25px;
    height: 11px;
    content: "";
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("../../img/common/filter_arrow.png");
}
.choose_tab .choose_tab_list > li > a.is__active:hover {
    opacity: 1;
}
.choose_tab .choose_tab_content {
    background: #f2f2f2;
    padding: 35px 0 5px;
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
    display: none;
    zoom: 1;
}
.choose_tab .choose_run_content {
    background: #f2f2f2;
    padding: 35px 0 5px;
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
    zoom: 1;
}
.choose_tab .choose_cycle_content {
    background: #f2f2f2;
    padding: 35px 0 5px;
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
    display: none;
    zoom: 1;
}
.choose_tab .choose_tab_content.is__current {
    display: block;
}
.choose_tab .choose_tab_content:after,
.choose_tab .choose_tab_content:before {
    content: "";
    display: table;
}
.choose_tab .choose_tab_content:after {
    clear: both;
}
@media screen and (max-width: 768px) {
    .br_sp {
        display: block;
    }
    .section {
        padding-bottom: 20px;
    }
    .page_visual {
        height: 150px;
    }
    .page_tour.type_index #introSect {
        padding: 40px 0;
    }
    .page_tour.type_index #introSect .intro_title h2 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .page_tour.type_index #introSect p {
        text-align: left;
        font-size: 13px;
    }
    .page_tour.type_index #introSect p br {
        display: none;
    }
    .page_tour.type_index .service_board {
        display: block;
        padding-bottom: 40px;
    }
    .page_tour.type_index .service_board .service_item {
        display: block;
        width: 100%;
        padding: 20px 0 0;
    }
    .page_tour.type_index .service_board .service_item .service_title {
        padding: 20px 0;
    }
    .page_tour.type_index .lead_label span {
        width: 100%;
        font-size: 15px;
    }
    .page_tour.type_index .tour_service_title {
        padding: 26px 0 20px;
    }
    .page_tour.type_index .tour_service_title h3 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }
    .page_tour.type_index .tour_service_title h3 .label {
        display: block;
        margin: 10px auto 0;
        width: 130px;
    }
    .page_tour.type_index .tool_body .service_wide_image {
        padding: 20px 0 25px;
    }
    .page_tour.type_index .tool_body .lead {
        text-align: left;
        font-size: 13px;
    }
    .page_tour.type_index .tool_body .lead br {
        display: none;
    }
    .page_tour.type_index .tour_service_subtitle {
        font-size: 15px;
    }
    .page_tour.type_index .tour_service_lead {
        text-align: left;
        padding: 0 20px 20px;
        line-height: 24px;
    }
    .page_tour.type_index .plan_board .plan_item {
        width: 100%;
        height: auto;
        border-left: none !important;
        border-right: none !important;
        padding: 35px 15px 60px;/*  padding: 35px 15px 30px; */
    }
    .page_tour.type_index .plan_board .plan_item .plan_sup {
        padding-bottom: 5px;
    }
    .page_tour.type_index .plan_board .plan_item .plan_name {
        padding-bottom: 16px;
    }
    .page_tour.type_index .plan_board .plan_item .plan_label {
        top: 16px;
        right: 6px;
    }
    .page_tour.type_index .plan_board .plan_item .price .special_price {
        width: 100%;
    }
    .page_tour.type_index .plan_board .plan_item .price .plan_info {
        width: 100% !important;
        height: auto;/* height: 0px;*/
    }
    .page_tour.type_index .plan_notes {
        text-align: left;
        padding-bottom: 0;
    }
    .page_tour.type_index .option_service_title {
        padding: 15px 0;
        font-size: 15px;
        letter-spacing: 0.5px;
    }
    .page_tour.type_index .option_service_title h4 {
        margin: 0;
    }
    .page_tour.type_index .option_list {
        width: 100%;
        display: block;
        margin: 0;
    }
    .page_tour.type_index .option_list .option_item {
        width: 100%;
        display: block;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page_tour.type_index .option_list .option_item .option_main .option_price {
        display: table;
        width: 100%;
        background: white;
        padding: 20px 0;
    }
    .page_tour.type_index .option_list .option_item .option_main .option_price .price_group {
        display: table-cell;
        width: 50%;
        padding: 0;
        text-align: center;
    }
    .page_tour.type_index .option_list .option_item .option_main .option_price .price_group:first-child {
        border-right: 1px solid #ddd;
    }
    .page_tour.type_index .option_list .option_item .option_main .option_price .label {
        font-size: 12px;
        display: block;
    }
    .page_tour.type_index .option_list .option_item .option_main .option_price .price {
        font-size: 12px;
        display: block;
    }
    .page_tour.type_index .option_list .option_item .option_main .option_price .price .yen,
    .page_tour.type_index .option_list .option_item .option_main .option_price .price big {
        font-size: 18px;
    }
    .page_tour.type_index .option_list .option_item:first-child {
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-bottom: 0 solid transparent;
    }
    .page_tour.type_index .option_list .option_item:last-child {
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-top: 0 solid transparent;
    }
    .page_tour.type_index .option_list .option_item:last-child .option_main .option_price .price_group {
        border: none;
    }
    .page_tour.type_index .equipment_gallery {
        margin: 0 -20px;
        padding: 0;
    }
    .page_tour.type_index .equipment_gallery .gallery_item {
        margin: 1px 0;
        padding: 0 1px;
    }
.page_tour.type_index .plan_board .plan_item.plan_corporate {
	width: 100%;
	float: none;
    height: initial;
    border-top: 3px solid #136eab;
}
    .page_tour.type_index .talk_class_board .board_item {
        width: 100%;
        display: table;
    }
    .page_tour.type_index .talk_class_board .board_item figure figcaption {
        width: 220px;
    }
    .page_tour.type_index .talk_class_board .board_item .board_description {
        padding: 20px 0;
    }
    .page_tour.type_index #aboutTalkClass {
        padding-bottom: 40px;
        border-bottom: 1px solid #ddd;
    }
    .page_tour.type_index .tour_flow {
        padding: 20px;
    }
    .page_tour.type_index .tour_flow .flow_step {
        width: 100%;
        display: block;
        padding: 20px 0 0;
        margin-bottom: 20px;
        border-bottom: none;
    }
    .page_tour.type_index .tour_flow .flow_step:last-child {
        border-bottom: none;
    }
    .page_tour.type_index .tour_flow .flow_step:after {
        top: initial;
        bottom: -18px;
        left: 0;
        width: 100%;
        height: 15px;
    }
    .page_tour.type_index .tour_flow .flow_step .tour_step_title {
        text-align: center;
    }
    .page_tour.type_index .tour_flow .flow_step .tour_step_desc {
        padding-bottom: 0px;
    }
    .page_tour.type_index #tourReservationSection {
        padding-top: 0;
    }
    .page_tour.type_index #tourReservationSection:before {
        top: -10px;
    }
    .page_tour.type_index #tourReservationSection .section_title h2 {
        font-size: 15px;
    }
    .page_tour.type_index #tourReservationSection .section_title .lead {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .page_tour.type_index #tourReservationSection .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card {
        width: 50%;
        padding: 10px;
    }
    .page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_date_box {
        height: 100px;
    }
    .page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_date_box .reservation_date {
        font-size: 18px;
    }
    .page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_date_box .reservation_date span {
        font-size: 22px;
    }
    .page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_info {
        padding: 10px;
    }
    .page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_info .reservation_status {
        padding: 0;
    }
    .page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_info .reservation_status .label {
        font-size: 11px;
        width: 50px;
        letter-spacing: 0;
    }
    .page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_info .reservation_status .text {
        font-size: 11px;
        padding: 0;
        letter-spacing: 0;
    }
    .page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_info .reservation_time {
        font-size: 11px;
        letter-spacing: 0;
    }
    .page_tour.type_index #tourReservationSection .reservation_card_list .reservation_card a .reservation_info .reservation_time .clock_icon {
        left: 0;
        padding-left: 20px;
    }
    #optionServiceSection {
        margin-top: 30px;
    }
    .page_tour.type_index .tool_body .lead {
        line-height: 24px;
    }
    .page_tour.type_index .option_list {
        margin-top: 26px;
    }
    .page_tour.type_index .option_list .option_item .option_main .option_price .price .yen {
        font-size: 14px;
    }
    .page_tour.type_index .option_list .option_item .option_info {
        padding: 0 0 30px;
        line-height: 24px;
        font-size: 13px;
    }
    .page_tour.type_index .option_list .option_item .option_main .option_price {
        padding: 20px 0 16px;
    }
    .page_tour.type_index .plan_notes {
        border-top: none;
        padding: 10px 0;
        line-height: 18px;
    }
    .page_tour.type_index #optionServiceSection .plan_notes {
        border-bottom: 1px solid #ddd;
        padding: 10px 0 30px 20px;
    }
    #sewingDigitalToolSection {
        margin-top: 10px;
    }
    .page_tour.type_index .tool_body .service_wide_image figure {
        height: 200px;
        padding-top: 0;
    }
    .page_tour.type_index #aboutTalkClass {
        margin-top: 20px;
    }
    .page_tour.type_index .talk_class_board {
        padding: 26px 0 10px;
    }
    .page_tour.type_index #aboutTalkClass .tour_service_title {
        padding-bottom: 6px;
    }
    .page_tour.type_index .talk_class_board .board_item .board_description {
        padding: 14px 0 25px;
        font-size: 13px;
        line-height: 24px;
    }
    .page_tour.type_index #aboutTalkClass {
        border-bottom: none;
    }
    .page_tour.type_index .tour_flow {
        padding: 10px 20px;
    }
    .choose_tab .choose_tab_list {
        height: 65px;
    }
    .choose_tab .choose_tab_content {
        padding: 30px 10px 20px;
        margin-bottom: 50px;
    }
    .choose_tab .choose_run_content {
        padding: 30px 10px 20px;
        margin-bottom: 50px;
    }
    .choose_tab .choose_cycle_content {
        padding: 30px 10px 20px;
        margin-bottom: 50px;
    }
    .choose_tab .choose_tab_list > li > a {
        padding: 24px 20px;
        font-size: 12px;
    }
}