@charset "UTF-8";
/*********************
IMPORTING PARTIALS
*********************/
/*********************
COLORS
*********************/
/*********************
FONTS
*********************/
/*********************
LAYOUT
*********************/
/*
	tablet - pc
	@media screen and (min-width: $breakpoint-tablet + 1) and (max-width: $breakpoint-pc){
	
	sp - tablet
	@media screen and (min-width: $breakpoint-sp + 1) and (max-width: $breakpoint-tablet){
	
	sp -
	@media screen and (max-width: $breakpoint-sp){
*/
/******************************************************************************
	hover alpha
	@include hover-alpha();
******************************************************************************/
/******************************************************************************
	hover color
	@include hover-color();
******************************************************************************/
/******************************************************************************
	pageinfo-wrap
	@include pageinfo-wrap();
******************************************************************************/
/******************************************************************************
	header-main
	@include header-main();
******************************************************************************/
/*==========================================================
	radius style
==========================================================*/
.tp_radius_s .tp_block,
.tp_radius_s .tp_loader,
.tp_radius_s .tp_radius,
.tp_radius_s .tp_navi_menu,
.tp_radius_s .tp_inquiry a {
  border-radius: 3px;
}

.tp_radius_m .tp_block,
.tp_radius_m .tp_loader,
.tp_radius_m .tp_radius,
.tp_radius_m .tp_navi_menu,
.tp_radius_m .tp_inquiry a {
  border-radius: 5px;
}

.tp_radius_l .tp_block,
.tp_radius_l .tp_loader,
.tp_radius_l .tp_radius,
.tp_radius_l .tp_navi_menu,
.tp_radius_l .tp_inquiry a {
  border-radius: 10px;
}

/*==========================================================
	block class
==========================================================*/
.tp_block_01 {
  background: #ffffff;
}

.tp_block_02 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background: url(./../img/tp_block_02.png) #e1e1e1 repeat-x 0% 0%;
  background: url(./../img/tp_block_02.png) rgba(255, 255, 255, 0.7) repeat-x 0% 0%;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.5);
}

.tp_block_03 {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background: #28466e;
  background: rgba(0, 38, 85, 0.8);
}

.tp_block_04 {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background: #323232;
  background: rgba(0, 0, 0, 0.8);
}

/* for user style */
.tp_positive {
  color: #000000;
  background: #ffffff;
}

.tp_negative {
  color: #ffffff;
  background: #000000;
}

/*==========================================================
	body background class
==========================================================*/
.tp_bg_01 {
  background: url(./../img/tp_bg_01.png) 50% 50%;
}

.tp_bg_02 {
  background: url(./../img/tp_bg_02.png) 0% 0%;
}

.tp_bg_03 {
  background: url(./../img/tp_bg_03.png) 50% 50% #f0f2f2;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .tp_bg_01 {
    background: url(./../img/tp_bg_01_x2.png) 50% 50%;
    -webkit-background-size: 100px 100px;
            background-size: 100px 100px;
  }

  .tp_bg_02 {
    background: url(./../img/tp_bg_02_x2.png) 0% 0%;
    -webkit-background-size: 100px 100px;
            background-size: 100px 100px;
  }

  .tp_bg_03 {
    background: url(./../img/tp_bg_03_x2.png) 50% 50% #f0f2f2;
    -webkit-background-size: 100px 100px;
            background-size: 100px 100px;
  }
}
/*==========================================================
	loader class
==========================================================*/
.tp_loader {
  opacity: 0.9;
}

.tp_loader_01 {
  background: url(./../img/tp_loader_a.gif) #ffffff no-repeat 50% 48%;
}

.tp_loader_02 {
  background: url(./../img/tp_loader_b.gif) #ffffff no-repeat 50% 48%;
}

/*==========================================================
	header class
==========================================================*/
/* .tp_header_01 */
.tp_header_01 {
  border-bottom: 1px solid #282828;
  background: #333333;
}

.tp_header_01 .tp_header_head {
  color: #dddddd;
}

/* .tp_header_02 */
.tp_header_02 {
  border-top: 4px solid #282828;
}

.tp_header_02 .tp_header_head {
  color: #333333;
}

/* .tp_header_02 */
.tp_header_03 .tp_header_head {
  color: #333333;
}

/*==========================================================
	footer class
==========================================================*/
/* .tp_footer_01 */
.tp_footer_01 {
  background: #333333;
}

.tp_footer_01 .tp_footer_utility {
  border-radius: 3px 3px 0px 0px;
  background: #333333;
}

.tp_footer_01 .tp_preview span,
.tp_footer_01 .tp_pagetop span {
  color: #dddddd;
}

.tp_footer_01 .tp_preview {
  background: url(./../img/tp_footer_01_utility.png) no-repeat 100% 66% #333333;
}

.tp_footer_01 .tp_preview span {
  background: url(./../img/tp_footer_01_preview.png) no-repeat 10px 60%;
}

.tp_footer_01 .tp_pagetop span {
  background: url(./../img/tp_footer_01_pagetop.png) no-repeat 9px 60%;
}

.tp_footer_01 .tp_footer_link a {
  color: #dddddd;
  background: url(./../img/tp_footer_01_link.png) no-repeat 5px 50%;
}

.tp_footer_01 .tp_fotter_copyright {
  color: #999999;
}

@media only screen and (max-width: 599px) {
  .tp_footer_01 .tp_footer_link a {
    border-bottom: 1px solid #666666;
    background-position: 96% 50%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .tp_footer_01 .tp_preview span {
    background-image: url(./../img/tp_footer_01_preview_x2.png);
    -webkit-background-size: 5px 7px;
            background-size: 5px 7px;
  }

  .tp_footer_01 .tp_pagetop span {
    background-image: url(./../img/tp_footer_01_pagetop_x2.png);
    -webkit-background-size: 7px 5px;
            background-size: 7px 5px;
  }

  .tp_footer_01 .tp_footer_link a {
    background-image: url(./../img/tp_footer_01_link_x2.png);
    -webkit-background-size: 5px 7px;
            background-size: 5px 7px;
  }
}
/* .tp_footer_02 */
.tp_footer_02 {
  background: #858585;
  background: rgba(51, 51, 51, 0.6);
}

.ie .tp_footer_02 {
  background: #666666;
}

.tp_footer_02 .tp_preview,
.tp_footer_02 .tp_pagetop {
  color: #dddddd;
  border-radius: 0px 0px 3px 3px;
  background: #333333;
}

.tp_footer_02 .tp_preview span {
  background: url(./../img/tp_footer_02_preview.png) no-repeat 10px 50%;
}

.tp_footer_02 .tp_pagetop span {
  background: url(./../img/tp_footer_02_pagetop.png) no-repeat 9px 50%;
}

.tp_footer_02 .tp_footer_link a {
  color: #dddddd;
  background: url(./../img/tp_footer_02_link.png) no-repeat right 50%;
}

.tp_footer_02 .tp_fotter_copyright {
  color: #dddddd;
}

.tp_footer_02 li.last a {
  background: none;
}

@media only screen and (max-width: 599px) {
  .tp_footer_02 .tp_footer_in .tp_footer_link a {
    border-bottom: 1px solid #999999;
    background: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .tp_footer_02 .tp_preview span {
    background-image: url(./../img/tp_footer_02_preview_x2.png);
    -webkit-background-size: 5px 7px;
            background-size: 5px 7px;
  }

  .tp_footer_02 .tp_pagetop span {
    background-image: url(./../img/tp_footer_02_pagetop_x2.png);
    -webkit-background-size: 7px 5px;
            background-size: 7px 5px;
  }
}
/* .tp_footer_03 */
.tp_footer_03 .tp_footer_utility {
  border-bottom: 1px solid #999999;
}

.tp_footer_03 .tp_preview,
.tp_footer_03 .tp_pagetop {
  color: #333333;
}

.tp_footer_03 .tp_preview {
  background: url(./../img/tp_footer_03_preview.png) no-repeat 10px 50%;
}

.tp_footer_03 .tp_pagetop {
  background: url(./../img/tp_footer_03_pagetop.png) no-repeat 9px 50%;
}

.tp_footer_03 .tp_footer_link a {
  color: #333333;
  background: url(./../img/tp_footer_03_link.png) no-repeat 5px 50%;
}

.tp_footer_03 .tp_fotter_copyright {
  color: #666666;
}

@media only screen and (max-width: 599px) {
  .tp_footer_03 .tp_footer_link a {
    border-bottom: 1px solid #aaaaaa;
    background-position: 96% 50%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .tp_footer_03 .tp_preview {
    background-image: url(./../img/tp_footer_03_preview_x2.png);
    -webkit-background-size: 11px 11px;
            background-size: 11px 11px;
  }

  .tp_footer_03 .tp_pagetop {
    background-image: url(./../img/tp_footer_03_pagetop_x2.png);
    -webkit-background-size: 11px 11px;
            background-size: 11px 11px;
  }

  .tp_footer_03 .tp_footer_link a {
    background-image: url(./../img/tp_footer_03_link_x2.png);
    -webkit-background-size: 5px 7px;
            background-size: 5px 7px;
  }
}
/*==========================================================
	breadcrumb class
==========================================================*/
.tp_breadcrumb li {
  background: url(./../img/tp_breadcrumb_a.png) no-repeat 6px 45%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .tp_breadcrumb li {
    background: url(./../img/tp_breadcrumb_a_x2.png) no-repeat 6px 45%;
    -webkit-background-size: 5px 7px;
            background-size: 5px 7px;
  }
}
.tp_breadcrumb li:first-child {
  background: none;
}

/*==========================================================
	navi
==========================================================*/
/* sp - tab menu */
.tp_navi_menubtn {
  background: url(./../img/tp_navi_01_menubtn.png) no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .tp_navi_menubtn {
    background: url(./../img/tp_navi_01_menubtn_x2.png) no-repeat;
    -webkit-background-size: 62px 24px;
            background-size: 62px 24px;
  }
}
.tp_navi_menu_in {
  border-radius: 5px;
  background: #ffffff;
}

#tp_navi_bg {
  background: #000000;
  opacity: 0.9;
}

/* .tp_navi_01 */
.tp_navi_01 .tp_navi_link a {
  color: #000000;
  border-bottom: 1px dotted #999999;
  background: url(./../img/tp_navi_01_arrow_a.png) no-repeat 98% 50%;
}

.tp_navi_01.tp_block_03 .tp_navi_link a,
.tp_navi_01.tp_block_04 .tp_navi_link a,
.tp_navi_01.tp_negative .tp_navi_link a {
  color: #ffffff;
  background: url(./../img/tp_navi_01_arrow_b.png) no-repeat 98% 50%;
}

.tp_navi_01 .tp_navi_link a:hover,
.tp_navi_01 .tp_navi_current a {
  color: #3399ff;
  background-image: url(./../img/tp_navi_01_arrow_a_ov.png);
}

.tp_navi_01.tp_block_03 .tp_navi_link a:hover,
.tp_navi_01.tp_block_04 .tp_navi_link a:hover,
.tp_navi_01.tp_negative .tp_navi_link a:hover,
.tp_navi_01.tp_block_03 .tp_navi_current a,
.tp_navi_01.tp_block_04 .tp_navi_current a,
.tp_navi_01.tp_negative .tp_navi_current a {
  color: #3399ff;
  background-image: url(./../img/tp_navi_01_arrow_b_ov.png);
}

.tp_navi_01 .tp_navi_current_in a {
  color: #000000;
  border: none;
  border-bottom: 1px dotted #cccccc;
  background: url(./../img/tp_navi_01_arrow_sub_a.png) no-repeat 98% 50%;
}

.tp_navi_01 .tp_navi_current_in a:hover,
.tp_navi_01 .tp_navi_current_in .tp_navi_current a {
  color: #3399ff;
  background-image: url(./../img/tp_navi_01_arrow_sub_a_ov.png);
}

.tp_navi_01.tp_block_03 .tp_navi_current_in a,
.tp_navi_01.tp_block_04 .tp_navi_current_in a,
.tp_navi_01.tp_negative .tp_navi_current_in a {
  color: #ffffff;
  border: none;
  border-bottom: 1px dotted #cccccc;
  background: url(./../img/tp_navi_01_arrow_sub_a.png) no-repeat 98% 50%;
}

.tp_navi_01.tp_block_03 .tp_navi_current_in a:hover,
.tp_navi_01.tp_block_04 .tp_navi_current_in a:hover,
.tp_navi_01.tp_negative .tp_navi_current_in a:hover,
.tp_navi_01.tp_block_03 .tp_navi_current_in .tp_navi_current a,
.tp_navi_01.tp_block_04 .tp_navi_current_in .tp_navi_current a,
.tp_navi_01.tp_negative .tp_navi_current_in .tp_navi_current a {
  color: #3399ff;
  background-image: url(./../img/tp_navi_01_arrow_sub_a_ov.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .tp_navi_01 .tp_navi_link a {
    background: url(./../img/tp_navi_01_arrow_a_x2.png) no-repeat 98% 50%;
    -webkit-background-size: 7px 10px;
            background-size: 7px 10px;
  }

  .tp_navi_01.tp_block_03 .tp_navi_link a,
  .tp_navi_01.tp_block_04 .tp_navi_link a,
  .tp_navi_01.tp_negative .tp_navi_link a {
    background: url(./../img/tp_navi_01_arrow_b_x2.png) no-repeat 98% 50%;
    -webkit-background-size: 7px 10px;
            background-size: 7px 10px;
  }

  .tp_navi_01 .tp_navi_current a {
    background-image: url(./../img/tp_navi_01_arrow_a_ov_x2.png);
    -webkit-background-size: 7px 10px;
            background-size: 7px 10px;
  }

  .tp_navi_01 .tp_navi_current_in a {
    background: url(./../img/tp_navi_01_arrow_sub_x2.png) no-repeat 98% 50%;
    -webkit-background-size: 6px 8px;
            background-size: 6px 8px;
  }

  .tp_navi_01 .tp_navi_current_in a:hover,
  .tp_navi_01 .tp_navi_current_in .tp_navi_current a {
    background-image: url(./../img/tp_navi_01_arrow_sub_ov_x2.png);
    -webkit-background-size: 6px 8px;
            background-size: 6px 8px;
  }
}
/* navi_03 */
.tp_navi_03 .tp_horizon_navi_wrap {
  background: #144c84;
}

.tp_navi_03 .tp_navi_line {
  background: url(./../img/tp_navi_03_line.png) repeat-x;
}

.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_in {
  border-left: 1px solid #003366;
}

.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link a {
  background: url(./../img/tp_navi_03_bg.png) repeat-x 0% 50%;
  border-right: 1px solid #122b65;
  border-left: 1px solid #5e7dcc;
}

.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_current a,
.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link a:hover {
  background: url(./../img/tp_navi_03_bg_ov.png) repeat-x 0% 50%;
  border-right: 1px solid #666666;
  border-left: 1px solid #ffffff;
}

.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link a .tp_navi_maintxt {
  color: #ffffff;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_current a .tp_navi_maintxt,
.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link a:hover .tp_navi_maintxt {
  color: #333333;
  text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.7), 0px 1px 0px rgba(0, 0, 0, 0.3);
}

/* .tp_navi_03_sub */
.tp_navi_03_sub .tp_navi_link a {
  color: #000000;
  border-bottom: 1px dotted #666666;
  background: url(./../img/tp_navi_03_arrow_a.png) no-repeat 98% 50%;
}

.tp_navi_03_sub.tp_block_03 .tp_navi_link a,
.tp_navi_03_sub.tp_block_04 .tp_navi_link a,
.tp_navi_03_sub.tp_negative .tp_navi_link a {
  color: #ffffff;
  border-bottom: 1px dotted #999999;
  background: url(./../img/tp_navi_03_arrow_b.png) no-repeat 98% 50%;
}

.tp_navi_03_sub .tp_navi_current_in a {
  border: none;
  border-bottom: 1px dotted #cccccc;
  background: url(./../img/tp_navi_03_arrow_sub.png) no-repeat 98% 50%;
}

.tp_navi_03_sub.tp_block_03 .tp_navi_current_in a,
.tp_navi_03_sub.tp_block_04 .tp_navi_current_in a,
.tp_navi_03_sub.tp_negative .tp_navi_current_in a {
  border-bottom: 1px dotted #666666;
  background: url(./../img/tp_navi_03_arrow_sub.png) no-repeat 98% 50%;
}

.tp_navi_03_sub .tp_navi_current_in a:hover,
.tp_navi_03_sub .tp_navi_current_in .tp_navi_current a {
  color: #3399ff;
  background: url(./../img/tp_navi_03_arrow_sub_ov.png) no-repeat 98% 50%;
}

.tp_navi_03.tp_navi_menu .tp_navi_link a {
  color: #000000;
  border-bottom: 1px dotted #999999;
  background: url(./../img/tp_navi_03_arrow_a.png) no-repeat 98% 50%;
}

.tp_navi_03.tp_navi_menu .tp_navi_link a:hover,
.tp_navi_03.tp_navi_menu .tp_navi_current a {
  color: #3399ff;
  background-image: url(./../img/tp_navi_03_arrow_a_ov.png);
}

.tp_navi_03.tp_navi_menu .tp_navi_current_in a {
  color: #000000;
  border: none;
  border-bottom: 1px dotted #cccccc;
  background: url(./../img/tp_navi_03_arrow_sub.png) no-repeat 98% 50%;
}

.tp_navi_03.tp_navi_menu .tp_navi_current_in a:hover,
.tp_navi_03.tp_navi_menu .tp_navi_current_in .tp_navi_current a {
  color: #3399ff;
  background-image: url(./../img/tp_navi_03_arrow_sub_ov.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .tp_navi_03_sub .tp_navi_link a {
    background: url(./../img/tp_navi_03_arrow_a_x2.png) no-repeat 98% 50%;
    -webkit-background-size: 7px 10px;
            background-size: 7px 10px;
  }

  .tp_navi_03_sub .tp_navi_current_in a {
    background: url(./../img/tp_navi_03_arrow_sub_x2.png) no-repeat 98% 50%;
    -webkit-background-size: 6px 8px;
            background-size: 6px 8px;
  }

  .tp_navi_03_sub .tp_navi_current_in a:hover,
  .tp_navi_03_sub .tp_navi_current_in .tp_navi_current a {
    background: url(./../img/tp_navi_03_arrow_sub_ov_x2.png) no-repeat 98% 50%;
    -webkit-background-size: 6px 8px;
            background-size: 6px 8px;
  }

  .tp_navi_03.tp_navi_menu .tp_navi_link a {
    background: url(./../img/tp_navi_03_arrow_a_x2.png) no-repeat 98% 50%;
    -webkit-background-size: 7px 10px;
            background-size: 7px 10px;
  }

  .tp_navi_03.tp_navi_menu .tp_navi_link a:hover,
  .tp_navi_03.tp_navi_menu .tp_navi_current a {
    background-image: url(./../img/tp_navi_03_arrow_a_ov_x2.png);
    -webkit-background-size: 7px 10px;
            background-size: 7px 10px;
  }

  .tp_navi_03.tp_navi_menu .tp_navi_current_in a {
    background: url(./../img/tp_navi_03_arrow_sub_x2.png) no-repeat 98% 50%;
    -webkit-background-size: 6px 8px;
            background-size: 6px 8px;
  }

  .tp_navi_03.tp_navi_menu .tp_navi_current_in a:hover,
  .tp_navi_03.tp_navi_menu .tp_navi_current_in .tp_navi_current a {
    background-image: url(./../img/tp_navi_03_arrow_sub_ov_x2.png);
    -webkit-background-size: 6px 8px;
            background-size: 6px 8px;
  }
}
/*==========================================================
	tp_navi option
==========================================================*/
/* ----------------------------------------------------
	search
-----------------------------------------------------*/
.tp_navi_search_button {
  background: url(./../img/tp_navi_search_button_a.png) no-repeat 50% 50%;
}

/* ----------------------------------------------------
	inquiry
-----------------------------------------------------*/
.tp_inquiry a {
  color: #ffffff;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
  border: 1px solid #990000;
  background: #df3926;
  background: url(./../img/tp_button_color_01.png) repeat-x 0% 50% #ce0504;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px white;
}

.tp_inquiry a:hover {
  background: #cf0805;
  background: url(./../img/tp_button_color_01.png) repeat-x left 70% #1b1b52;
}

/* ----------------------------------------------------
	fontsize changer
-----------------------------------------------------*/
.tp_fontsize_btn .tp_fontsize_s {
  background: url(./../img/tp_fontsize_s_a.png) no-repeat;
}

.tp_fontsize_btn .tp_fontsize_m {
  background: url(./../img/tp_fontsize_m_a.png) no-repeat;
}

.tp_fontsize_btn .tp_fontsize_l {
  background: url(./../img/tp_fontsize_l_a.png) no-repeat;
}

.tp_block_03 .tp_fontsize_btn .tp_fontsize_s,
.tp_block_04 .tp_fontsize_btn .tp_fontsize_s,
.tp_negative .tp_fontsize_btn .tp_fontsize_s {
  background: url(./../img/tp_fontsize_s_b.png) no-repeat;
}

.tp_block_03 .tp_fontsize_btn .tp_fontsize_m,
.tp_block_04 .tp_fontsize_btn .tp_fontsize_m,
.tp_negative .tp_fontsize_btn .tp_fontsize_m {
  background: url(./../img/tp_fontsize_m_b.png) no-repeat;
}

.tp_block_03 .tp_fontsize_btn .tp_fontsize_l,
.tp_block_04 .tp_fontsize_btn .tp_fontsize_l,
.tp_negative .tp_fontsize_btn .tp_fontsize_l {
  background: url(./../img/tp_fontsize_l_b.png) no-repeat;
}

.tp_fontsize_btn .tp_fontsize_s.tp_fontsize_current {
  background: url(./../img/tp_fontsize_s_a_ov.png) no-repeat;
}

.tp_fontsize_btn .tp_fontsize_m.tp_fontsize_current {
  background: url(./../img/tp_fontsize_m_a_ov.png) no-repeat;
}

.tp_fontsize_btn .tp_fontsize_l.tp_fontsize_current {
  background: url(./../img/tp_fontsize_l_a_ov.png) no-repeat;
}

.tp_block_03 .tp_fontsize_btn .tp_fontsize_s.tp_fontsize_current,
.tp_block_04 .tp_fontsize_btn .tp_fontsize_s.tp_fontsize_current,
.tp_negative .tp_fontsize_btn .tp_fontsize_s.tp_fontsize_current {
  background: url(./../img/tp_fontsize_s_b_ov.png) no-repeat;
}

.tp_block_03 .tp_fontsize_btn .tp_fontsize_m.tp_fontsize_current,
.tp_block_04 .tp_fontsize_btn .tp_fontsize_m.tp_fontsize_current,
.tp_negative .tp_fontsize_btn .tp_fontsize_m.tp_fontsize_current {
  background: url(./../img/tp_fontsize_m_b_ov.png) no-repeat;
}

.tp_block_03 .tp_fontsize_btn .tp_fontsize_l.tp_fontsize_current,
.tp_block_04 .tp_fontsize_btn .tp_fontsize_l.tp_fontsize_current,
.tp_negative .tp_fontsize_btn .tp_fontsize_l.tp_fontsize_current {
  background: url(./../img/tp_fontsize_l_b_ov.png) no-repeat;
}

/*==========================================================
	01.title
==========================================================*/
/* 00 normal */
.tp_title_lead {
  color: #888888;
}

/* 01 color */
.tp_title_01 {
  color: #144c84;
}

.tp_block_03 .tp_title_01,
.tp_block_04 .tp_title_01,
.tp_negative .tp_title_01 {
  color: #3b8fc2;
}

.tp_title_01 .tp_title_lead {
  color: #888888;
}

/* 02 bg1 */
.tp_title_02 {
  background: url(./../img/tp_title_02_a.png) repeat-y 0% 0%;
}

.tp_block_03 .tp_title_02,
.tp_block_04 .tp_title_02,
.tp_negative .tp_title_02 {
  background: url(./../img/tp_title_02_b.png) repeat-y 0% 0%;
}

.tp_title_02 .tp_title_lead {
  color: #144c84;
}

.tp_block_03 .tp_title_02 .tp_title_lead,
.tp_block_04 .tp_title_02 .tp_title_lead,
.tp_negative .tp_title_02 .tp_title_lead {
  color: #999999;
}

/* 03 bg2 */
.tp_title_03 {
  color: #ffffff;
  background: #003366;
}

.tp_block_03 .tp_title_03,
.tp_block_04 .tp_title_03,
.tp_negative .tp_title_03 {
  background: #006699;
}

.tp_title_03 .tp_title_lead {
  color: #cfe7ff;
}

/*==========================================================
	03.text & 14.free style
==========================================================*/
/* list */
.tp_text ul li {
  background: url(./../img/tp_text_list_01_a.png) no-repeat 0.6em 0.5em;
}

.tp_block_03 .tp_text ul li,
.tp_block_04 .tp_text ul li,
.tp_negative .tp_text ul li {
  background: url(./../img/tp_text_list_01_b.png) no-repeat 0.6em 0.5em;
}

/* decoration */
.tp_text_01 {
  background: #eeeeee;
}

.tp_block_03 .tp_text_01,
.tp_block_04 .tp_text_01,
.tp_negative .tp_text_01 {
  background: #888888;
}

.tp_text_02 {
  border: 1px solid #cccccc;
}

.tp_text_03 {
  background: url(./../img/tp_text_03_a.png) repeat left 25px;
}

.tp_block_03 .tp_text_03,
.tp_block_04 .tp_text_03,
.tp_negative .tp_text_03 {
  background: url(./../img/tp_text_03_b.png) repeat left 25px;
}

.tp_text_03 ul li {
  background-position: 0.6em 8px;
}

.tp_text table th {
  color: #333333;
  background: #dddddd;
  text-shadow: none;
}

.tp_text table th, .tp_text table td {
  border: 1px #cccccc solid;
}

.tp_text table th:last-child, .tp_text table td:last-child {
  border-right: 1px #cccccc solid;
}

.tp_text table tfoot tr td {
  border-bottom: 1px #cccccc solid;
}

.tp_text table tbody tr:last-child td {
  border-bottom: 1px #cccccc solid;
}

/*==========================================================
	05.slide style
==========================================================*/
/* ----------------------------------------------------
.tp_slide_01
-----------------------------------------------------*/
.tp_slide_01 .tp_slide_pager li {
  background: url(./../img/tp_slide_01_pager.png) no-repeat 50% 50%;
}

.tp_slide_01 .tp_slide_pager .tp_slide_current {
  background: url(./../img/tp_slide_01_pager_cur.png) no-repeat 50% 50%;
}

.tp_slide_01 .tp_slide_pager span {
  display: none;
}

.tp_slide_01 .tp_slide_prevbtn {
  background: url(./../img/tp_slide_prevbtn_01.png) no-repeat 0% 50%;
}

.tp_slide_01 .tp_slide_nextbtn {
  background: url(./../img/tp_slide_nextbtn_01.png) no-repeat 100% 50%;
}

@media only screen and (max-width: 599px) {
  .tp_slide_01 .tp_slide_pager li {
    background: url(./../img/tp_slide_01_pager_x2.png) no-repeat 50% 50%;
    -webkit-background-size: 8px 8px;
            background-size: 8px 8px;
  }

  .tp_slide_01 .tp_slide_pager .tp_slide_current {
    background: url(./../img/tp_slide_01_pager_cur_x2.png) no-repeat 50% 50%;
    -webkit-background-size: 8px 8px;
            background-size: 8px 8px;
  }
}
/* ----------------------------------------------------
.tp_slide_02
-----------------------------------------------------*/
.tp_slide_02 .tp_slide_pager li {
  background: url(./../img/tp_slide_01_pager.png) no-repeat 50% 50%;
}

.tp_slide_02 .tp_slide_pager .tp_slide_current {
  background: url(./../img/tp_slide_01_pager_cur.png) no-repeat 50% 50%;
}

.tp_slide_02 .tp_slide_pager span {
  display: none;
}

.tp_slide_02 .tp_slide_prevbtn {
  background: url(./../img/tp_slide_prevbtn_01.png) no-repeat 0% 50%;
}

.tp_slide_02 .tp_slide_nextbtn {
  background: url(./../img/tp_slide_nextbtn_01.png) no-repeat 100% 50%;
}

@media only screen and (max-width: 599px) {
  .tp_slide_02 .tp_slide_pager li {
    background: url(./../img/tp_slide_01_pager_x2.png) no-repeat 50% 50%;
    -webkit-background-size: 8px 8px;
            background-size: 8px 8px;
  }

  .tp_slide_02 .tp_slide_pager .tp_slide_current {
    background: url(./../img/tp_slide_01_pager_cur_x2.png) no-repeat 50% 50%;
    -webkit-background-size: 8px 8px;
            background-size: 8px 8px;
  }
}
/*==========================================================
	06.news style
==========================================================*/
.tp_news_rss_btn {
  background: url(./../img/tp_news_rss.png) no-repeat 0% 0%;
}

.tp_news_list_btn {
  background: url(./../img/tp_news_list.png) no-repeat 0% 0%;
}

.tp_news .tp_news_in {
  border-top: 1px solid #cccccc;
}

.tp_news .tp_news_in:first-child {
  padding-top: 0px;
  border: none;
}

.tp_news_new_label {
  color: #ffffff;
  text-shadow: none;
  background: #0099cc;
}

.tp_news tp_news_date_day {
  color: #333333;
}

.tp_news .tp_news_date_time {
  color: #999999;
}

.tp_news .tp_news_title {
  color: #333333;
}

.tp_block_03 .tp_news .tp_news_title,
.tp_block_04 .tp_news .tp_news_title,
.tp_negative .tp_news .tp_news_title {
  color: #ffffff;
}

.tp_news .tp_news_text {
  color: #888888;
}

.tp_block_03 .tp_news .tp_news_text,
.tp_block_04 .tp_news .tp_news_text,
.tp_negative .tp_news .tp_news_text {
  color: #cccccc;
}

.tp_news a .tp_news_text {
  color: #3399ff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .tp_news_rss_btn {
    background: url(./../img/tp_news_rss_x2.png) no-repeat 0% 0%;
    -webkit-background-size: 50px 18px;
            background-size: 50px 18px;
  }

  .tp_news_list_btn {
    background: url(./../img/tp_news_list_x2.png) no-repeat 0% 0%;
    -webkit-background-size: 50px 18px;
            background-size: 50px 18px;
  }
}
/*==========================================================
	08.button class / 15.file class
==========================================================*/
/* .tp_button_color_01 */
.tp_button_01.tp_button_color_01 a,
.tp_button_01.tp_button_color_01 input,
.tp_button_02.tp_button_color_01 a,
.tp_button_02.tp_button_color_01 input {
  color: #ffffff;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
  border: 1px solid #990000;
  background: url(./../img/tp_button_color_01.png) #ce0504 repeat-x 0% 50%;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
}

.tp_button_01.tp_button_color_01 a:hover,
.tp_button_01.tp_button_color_01 input:hover,
.tp_button_02.tp_button_color_01 a:hover,
.tp_button_02.tp_button_color_01 input:hover {
  background-position: 0% 70%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tp_button_01.tp_button_color_01 a:hover,
.tp_button_01.tp_button_color_01 input:hover,
.tp_button_02.tp_button_color_01 a:hover,
.tp_button_02.tp_button_color_01 input:hover {
  background-position: 0% 70%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tp_button_01.tp_button_color_01 a.tp_button_disabled,
.tp_button_01.tp_button_color_01 input.tp_button_disabled,
.tp_button_02.tp_button_color_01 a.tp_button_disabled,
.tp_button_02.tp_button_color_01 input.tp_button_disabled {
  text-shadow: none;
  cursor: default;
  color: #dddddd;
  border: 1px solid #993333;
  background: #cc6666;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* .tp_button_color_02 */
.tp_button_01.tp_button_color_02 a,
.tp_button_01.tp_button_color_02 input,
.tp_button_02.tp_button_color_02 a,
.tp_button_02.tp_button_color_02 input {
  color: #ffffff;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
  border: 1px solid #050568;
  background: url(./../img/tp_button_color_02.png) #1b1b52 repeat-x 0% 50%;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 2px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 2px rgba(255, 255, 255, 0.6);
}

.tp_button_01.tp_button_color_02 a:hover,
.tp_button_01.tp_button_color_02 input:hover,
.tp_button_02.tp_button_color_02 a:hover,
.tp_button_02.tp_button_color_02 input:hover {
  background-position: 0% 70%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tp_button_01.tp_button_color_02 a.tp_button_disabled,
.tp_button_01.tp_button_color_02 input.tp_button_disabled,
.tp_button_02.tp_button_color_02 a.tp_button_disabled,
.tp_button_02.tp_button_color_02 input.tp_button_disabled {
  text-shadow: none;
  cursor: default;
  color: #dddddd;
  border: 1px solid #999999;
  background: #96aac4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* .tp_button_color_03 */
.tp_button_01.tp_button_color_03 a,
.tp_button_01.tp_button_color_03 input,
.tp_button_02.tp_button_color_03 a,
.tp_button_02.tp_button_color_03 input {
  color: #333333;
  border: 1px solid #cccccc;
  background: url(./../img/tp_button_color_03.png) #d0d0d0 repeat-x 0% 50%;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), inset 0px 0px 2px white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), inset 0px 0px 2px white;
}

.tp_button_01.tp_button_color_03 a:hover,
.tp_button_01.tp_button_color_03 input:hover,
.tp_button_02.tp_button_color_03 a:hover,
.tp_button_02.tp_button_color_03 input:hover {
  background-position: 0% 70%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tp_button_01.tp_button_color_03 a.tp_button_disabled,
.tp_button_01.tp_button_color_03 input.tp_button_disabled,
.tp_button_02.tp_button_color_03 a.tp_button_disabled,
.tp_button_02.tp_button_color_03 input.tp_button_disabled {
  text-shadow: none;
  cursor: default;
  color: #999999;
  border: 1px solid #bbbbbb;
  background: #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* .tp_button_03 */
.tp_button_03.tp_button_color_01 a {
  background: url(./../img/tp_button_03_arrow_01.png) no-repeat left 0.5em;
}

.tp_button_03.tp_button_color_02 a {
  background: url(./../img/tp_button_03_arrow_02_a.png) no-repeat left 0.5em;
}

.tp_block_03 .tp_button_03.tp_button_color_02 a,
.tp_block_04 .tp_button_03.tp_button_color_02 a,
.tp_negative .tp_button_03.tp_button_color_02 a {
  background: url(./../img/tp_button_03_arrow_02_b.png) no-repeat left 0.5em;
}

.tp_button_03.tp_button_color_03 a {
  background: url(./../img/tp_button_03_arrow_03.png) no-repeat left 0.5em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .tp_button_03.tp_button_color_01 a {
    background: url(./../img/tp_button_03_arrow_01_x2.png) no-repeat left 0.5em;
    -webkit-background-size: 6px 8px;
            background-size: 6px 8px;
  }

  .tp_button_03.tp_button_color_02 a {
    background: url(./../img/tp_button_03_arrow_02_a_x2.png) no-repeat left 0.5em;
    -webkit-background-size: 6px 8px;
            background-size: 6px 8px;
  }

  .tp_block_03 .tp_button_03.tp_button_color_02 a,
  .tp_block_04 .tp_button_03.tp_button_color_02 a,
  .tp_negative .tp_button_03.tp_button_color_02 a {
    background: url(./../img/tp_button_03_arrow_02_b_x2.png) no-repeat left 0.5em;
    -webkit-background-size: 6px 8px;
            background-size: 6px 8px;
  }

  .tp_button_03.tp_button_color_03 a {
    background: url(./../img/tp_button_03_arrow_03_x2.png) no-repeat left 0.5em;
    -webkit-background-size: 6px 8px;
            background-size: 6px 8px;
  }
}
/* .tp_file */
.tp_file_01 a {
  padding-left: 12px;
  background: url(./../img/tp_file_01_a.png) no-repeat left 0.25em;
}

.tp_file_02 a {
  background: url(./../img/tp_file_02_a.png) no-repeat left 0.1em;
}

.tp_file_03 a {
  background: url(./../img/tp_file_03_a.png) no-repeat left 0.1em;
}

.tp_file_04 a {
  background: url(./../img/tp_file_04_a.png) no-repeat left 0.1em;
}

.tp_file_05 a {
  background: url(./../img/tp_file_05_a.png) no-repeat left 0.1em;
}

.tp_file_06 a {
  background: url(./../img/tp_file_06_a.png) no-repeat left 0.1em;
}

.tp_file_02 a,
.tp_file_03 a,
.tp_file_04 a,
.tp_file_05 a,
.tp_file_06 a {
  padding-left: 22px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .tp_file_01 a {
    padding-left: 12px;
    background: url(./../img/tp_file_01_a_x2.png) no-repeat left 0.25em;
    -webkit-background-size: 5px 11px;
            background-size: 5px 11px;
  }

  .tp_file_02 a {
    background: url(./../img/tp_file_02_a_x2.png) no-repeat left 0.1em;
  }

  .tp_file_03 a {
    background: url(./../img/tp_file_03_a_x2.png) no-repeat left 0.1em;
  }

  .tp_file_04 a {
    background: url(./../img/tp_file_04_a_x2.png) no-repeat left 0.1em;
  }

  .tp_file_05 a {
    background: url(./../img/tp_file_05_a_x2.png) no-repeat left 0.1em;
  }

  .tp_file_06 a {
    background: url(./../img/tp_file_06_a_x2.png) no-repeat left 0.1em;
  }

  .tp_file_02 a,
  .tp_file_03 a,
  .tp_file_04 a,
  .tp_file_05 a,
  .tp_file_06 a {
    padding-left: 22px;
    -webkit-background-size: 16px 16px;
            background-size: 16px 16px;
  }
}
/*==========================================================
	11.timeline
==========================================================*/
/* .tp_twitter */
.tp_twitter {
  background: url(./../img/tp_twitter_bg.png) no-repeat 0px 0px;
}

.tp_twitter .tp_twitter_tweet {
  border-bottom: 1px solid #cccccc;
}

.tp_twitter .tp_twitter_user a {
  color: #3399ff;
}

.tp_twitter .tp_twitter_time {
  color: #999999;
}

.tp_twitter .tp_twitter_txt {
  color: #888888;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .tp_twitter {
    background: url(./../img/tp_twitter_bg_x2.png) no-repeat 0px 0px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px;
  }
}
/* .tp_facebook */
.tp_facebook {
  background: url(./../img/tp_facebook_bg.png) no-repeat 0px 0px;
}

.tp_facebook .tp_facebook_auther {
  border-bottom: 1px solid #ccc;
}

.tp_facebook .tp_facebook_content {
  color: #888888;
}

.tp_facebook .tp_facebook_in .tp_facebook_content_list {
  border-bottom: 1px solid #999999;
}

.tp_facebook .tp_facebook_date {
  float: left;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .tp_facebook {
    background: url(./../img/tp_facebook_bg_x2.png) no-repeat 0px 0px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px;
  }
}
/*==========================================================
	12.social buttons
==========================================================*/
.tp_social_mixi {
  background: url(./../img/tp_social_mixi_bg.png) no-repeat transparent 50% 6px;
}

.tp_social_horizontal .tp_social_mixi {
  background: url(./../img/tp_social_mixi_bg_horizontal.png) no-repeat transparent 76px 4px;
}

/*==========================================================
	13.partition
==========================================================*/
.tp_partition_01 {
  background: url(./../img/tp_partition_01.png) repeat-x 0% 50%;
}

.tp_partition_02 {
  background: url(./../img/tp_partition_02.png) repeat-x 0% 50%;
}

.tp_partition_03 {
  background: url(./../img/tp_partition_03.png) repeat-x 0% 50%;
}

/*==========================================================
	inquiry_form
==========================================================*/
.tp_inquiry_head_img {
  background: url(./../img/tp_inquiry.png) no-repeat 50% 50%;
}

.tp_inquiry_form .tp_inquiry_form_in {
  border-left: 2px solid #999999;
}

.tp_inquiry_text_red {
  color: #dd1144;
}

.tp_inquiry_privacy_area {
  border: 1px solid #cccccc;
}

/*==========================================================
	inquiry confirm
==========================================================*/
.tp_inquiry_form .confirm {
  border-left: 2px solid #cccccc;
}

.tp_inquiry_form .confirm dt {
  color: #666666;
}

.tp_inquiry_form .tp_complete {
  border: 1px solid #999999;
}

.tp_inquiry_form .tp_complete .tp_inquiry_important {
  color: #0099cc;
}

/*==========================================================
	sitemap style
==========================================================*/
.tp_sitemap_second {
  background: url(./../img/tp_sitemap_second_a.png) no-repeat left 20px;
}

.tp_sitemap_second a {
  color: #333333;
  background: url(./../img/tp_sitemap_second_wrap.png) repeat-x left bottom;
}

.tp_block_03 .tp_sitemap_second a,
.tp_block_04 .tp_sitemap_second a,
.tp_negative .tp_sitemap_second a {
  color: #dddddd;
}

.tp_sitemap_third a {
  background: url(./../img/tp_sitemap_third_a.png) no-repeat 15px 11px;
}

.tp_block_03 .tp_sitemap_third a,
.tp_block_04 .tp_sitemap_third a,
.tp_negative .tp_sitemap_third a {
  background: url(./../img/tp_sitemap_third_b.png) no-repeat 15px 11px;
}

.tp_sitemap_fourth a {
  color: #777777;
  background: url(./../img/tp_sitemap_fourth_a.png) no-repeat 30px 12px;
}

.tp_block_03 .tp_sitemap_fourth a,
.tp_block_04 .tp_sitemap_fourth a,
.tp_negative .tp_sitemap_fourth a {
  color: #999999;
  background: url(./../img/tp_sitemap_fourth_b.png) no-repeat 30px 12px;
}

@media only screen and (min-width: 600px) and (max-width: 799px) {
  .tp_liquid .tp_sitemap_third a {
    background-position: 10px 11px;
  }

  .tp_liquid .tp_sitemap_fourth a {
    background-position: 20px 10px;
  }
}
@media only screen and (max-width: 599px) {
  .tp_sitemap_third a {
    background-position: 10px 11px;
  }

  .tp_sitemap_fourth a {
    background-position: 20px 10px;
  }
}
/*==========================================================
	pager
==========================================================*/
.tp_pager .tp_pager_disabled {
  color: #cccccc;
  text-align: center;
  min-width: 1.5em;
  margin: 4px 3px 2px 3px;
  padding: 5px 4px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #eeeeee;
}

.tp_pager .tp_pager_skip {
  color: #000000;
}

.tp_pager a {
  color: #333333;
  border-radius: 5px;
  border: 1px solid #999999;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 2px white;
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 2px white;
}

.tp_pager a:hover {
  background: #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tp_pager a.tp_pager_cur {
  color: #ffffff;
  background: #144c84;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tp_pager a.tp_pager_cur:hover {
  color: #ffffff;
  background: #144c84;
}

/*==========================================================
	timestamp
==========================================================*/
.tp_timestamp {
  color: #888888;
}

/*==========================================================
	ColorBox Style
==========================================================*/
/* theme style */
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

/*
	 Pool CMS add style
*/
#cboxPrevious {
  display: none;
}

#cboxNext {
  display: none;
}

#cboxLoadingGraphic {
  background: url(./../img/tp_popup_loading.gif) no-repeat center center;
}

#cboxClose {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url(./../img/tp_popup_controls.png) no-repeat top center;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
}

#cboxClose:hover {
  background-position: bottom center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #cboxClose {
    background-image: url(./../img/tp_popup_controls_x2.png);
    -webkit-background-size: 20px 40px;
            background-size: 20px 40px;
  }
}
/*==========================================================
	error class
==========================================================*/
.error-message {
  color: #990000;
}

/*==========================================================
	search
==========================================================*/
.tp_block .gsc-control-cse {
  background: none;
  border: none;
}

.tp_block .gsc-webResult.gsc-result,
.tp_block .gsc-webResult.gsc-result:hover {
  border: none;
}

.tp_block_03 .gs-spelling,
.tp_block_04 .gs-spelling,
.tp_negative .gs-spelling {
  color: #cccccc;
}

.tp_block_03 .gsc-result-info,
.tp_block_04 .gsc-result-info,
.tp_negative .gsc-result-info {
  color: #ffffff;
}

.tp_block_03 .gs-result .gs-title,
.tp_block_03 .gs-result .gs-title *,
.tp_block_04 .gs-result .gs-title,
.tp_block_04 .gs-result .gs-title *,
.tp_negative .gs-result .gs-title,
.tp_negative .gs-result .gs-title * {
  color: #3399ff;
}

.tp_block_03 .gcsc-branding-text,
.tp_block_04 .gcsc-branding-text,
.tp_negative .gcsc-branding-text {
  color: #cccccc;
}

.tp_block_03 .gsc-preview-reviews,
.tp_block_03 .gsc-control-cse .gs-snippet,
.tp_block_03 .gsc-control-cse .gs-promotion em,
.tp_block_04 .gsc-preview-reviews,
.tp_block_04 .gsc-control-cse .gs-snippet,
.tp_block_04 .gsc-control-cse .gs-promotion em,
.tp_negative .gsc-preview-reviews,
.tp_negative .gsc-control-cse .gs-snippet,
.tp_negative .gsc-control-cse .gs-promotion em {
  color: #ffffff;
}

.tp_block_03 .gsc-results .gsc-cursor-box .gsc-cursor-page,
.tp_block_04 .gsc-results .gsc-cursor-box .gsc-cursor-page,
.tp_negative .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #ffffff;
}

.tp_block_03 .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.tp_block_04 .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.tp_negative .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #dd4b39;
}

/*==========================================================
	2014/11/12 add
==========================================================*/
.tp_body a {
  color: #333333;
}

.tp_bg_01 {
  background: #ffffff;
}

.tp_text ul li {
  background: none;
}

.tp_text ul li {
  padding-left: 0px;
}

.tp_masonry_03_b {
  min-height: 600px;
}

.tp_masonry_wrap_03 {
  margin-top: 0px;
}

.tp_navi_01 .tp_navi_link a {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 1.333em;
  color: #000000;
  padding-left: 10px;
  border-bottom: 1px dotted #bbbbbb;
  background: url(./../img/add_navi_arrow_01.png) no-repeat 93% 50%;
}

.tp_navi_in {
  border-top: 1px solid #cccccc;
}

.tp_navi_01 .tp_navi_link a:hover {
  color: #9b7f0f;
  background: url(./../img/add_navi_arrow_02.png) no-repeat 93% 50%;
}

.tp_block_02 {
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3f3f3;
}

.tp_header_01 {
  display: none;
}

.tp_breadcrumb {
  display: none;
}

.tp_title_01 h3 {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  color: #111111;
}

.tp_width_04 .tp_text h5 {
  line-height: 1.417em;
}

.tp_title_02 {
  background: url(./../img/add_title_02_a.png) no-repeat 5px 45% #555555;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  color: #ffffff;
  /*padding:5px 5px 5px 15px;*/
  padding: 8px 5px 2px 15px;
  text-shadow: none;
  margin-top: 10px !important;
}

.add_note_red {
  color: #B23535;
  font-size: 0.917em;
  text-indent: -1em;
  padding-left: 1em !important;
}

a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

@media only screen and (max-width: 599px) {
  .tp_area_header {
    border-bottom: 2px solid #bea041;
  }

  .tp_masonry_03_b {
    min-height: 200px;
  }

  .tp_masonry_wrap_03 .tp_masonry {
    padding: 0px;
  }

  .tp_breadcrumb {
    width: 96%;
  }

  .tp_title_02 {
    padding: 5px 5px 5px 15px;
    background: url(./../img/add_title_02_a.png) no-repeat 5px 45% #555555;
    -webkit-background-size: 3px 80%;
            background-size: 3px 80%;
  }

  .tp_width_04 .tp_title h3 {
    font-size: 1.5em;
  }

  .tp_width_04 .tp_title h4 {
    font-size: 1.333em;
  }
}
/* news */
#b0000113 {
  width: 790px;
  border: 1px solid #eeeeee;
  background: #f3f3f3;
}

#b0000113 h3 {
  width: 18%;
  float: left;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 3px solid #999999;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 1.25em;
  color: #333333;
}

.tp_news_wrap {
  border-left: 1px dotted #333333;
  padding-left: 10px;
}

.tp_news_list_btn {
  background: none;
}

.tp_news_list_btn a {
  text-decoration: none;
}

.tp_news_list_btn a:hover {
  color: #aa2323;
}

.tp_news .tp_news_in {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 7px;
}

.tp_news_btn {
  position: static;
  float: right;
}

.tp_news_date {
  color: #aa2323;
  width: auto !important;
  float: left;
}

.tp_news_info {
  width: 66% !important;
  float: left;
}

.add_top_news_wrap {
  width: 80%;
  float: right;
}

.add_top_news_wrap .tp_news {
  margin: 0px;
}

.tp_news_new_label {
  background: #aa2323;
}

.tp_news .tp_news_thumbs {
  width: 50px !important;
  margin-right: 5px;
}

.tp_news .tp_news_thumbs img {
  max-width: 45px !important;
  vertical-align: top !important;
}

#b0000115 .tp_news_wrap {
  border-left: none;
}

@media only screen and (max-width: 599px) {
  #b0000113 {
    width: 96%;
  }

  #b0000113 h3 {
    width: 100%;
    float: none;
  }

  .tp_news_btn {
    position: absolute;
    top: 5px;
    right: 0px;
  }

  .tp_news_wrap {
    border-left: none;
    border-top: 1px dotted #333333;
    padding: 8px 8px 0px 8px;
    margin-top: 5px !important;
  }

  .add_top_news_wrap,
  .tp_news_info {
    width: 100%;
    float: none;
  }

  .tp_news .tp_news_title {
    font-size: 1em;
  }

  .tp_news_date {
    width: auto;
    float: left;
  }

  .tp_news .tp_news_thumbs {
    margin-right: 5px;
    float: left;
  }

  .tp_news_info {
    width: 100% !important;
    clear: both;
  }
}
/*==========================================================
	footer
==========================================================*/
/* grouplink */
.add_grouplink_all {
  padding: 10px 0px;
  background: #ffffff;
  border-top: 1px solid #cccccc;
}

.add_grouplink_wrap {
  overflow: hidden;
  width: 1000px;
  margin: 0px auto;
}

.add_grouplink_wrap li {
  float: left;
  width: 75px;
  margin: 0px;
  padding: 0px 10px !important;
  border-right: 1px dotted #e60f0f;
}

.add_grouplink_wrap li:first-child {
  padding: 0px 15px 0px 0px !important;
}

.add_grouplink_wrap .add_logo {
  width: 115px;
}

.add_grouplink_wrap a {
  display: block;
}

.add_grouplink_wrap li img {
  width: 100%;
  height: auto;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .add_grouplink_wrap {
    margin: 0px auto;
    width: 92%;
  }

  .add_grouplink_wrap li {
    width: 20%;
    margin-bottom: 5px;
    padding: 0px !important;
    margin: 5px 0px 0px 0px !important;
    border: none;
  }

  .add_grouplink_wrap li:first-child {
    padding: 0px !important;
  }

  .add_grouplink_wrap .add_logo {
    width: 100%;
    padding: 0px !important;
  }

  .add_grouplink_wrap .add_logo a {
    text-align: center;
    padding: 5px;
    background: #e60f0f;
    display: block;
  }

  .add_grouplink_wrap .add_logo a img {
    width: 20%;
  }

  .add_grouplink_wrap li img {
    height: auto;
  }

  .add_footer_link {
    float: none;
    overflow: hidden;
  }
}
/* footer */
#b0000001 {
  position: absolute;
  left: 0px;
}

.tp_footer_01 {
  margin-top: 0px;
}

.add_footer_bottom {
  padding: 5px 0px;
  background: #333333;
  overflow: hidden;
}

.add_footer_wrap {
  color: #ffffff;
  font-size: 0.833em;
  text-shadow: none;
  width: 1000px;
  margin: 0px auto;
  overflow: hidden;
}

.add_footer_link {
  float: left;
}

.add_footer_link a {
  font-size: 1.167em;
  color: #ffffff;
  text-decoration: none;
}

.add_footer_link a span:hover {
  text-decoration: underline;
}

.add_footer_link li {
  float: left;
  margin: 0px !important;
  padding: 0px 15px 0px 0px !important;
  background: none !important;
}

.add_copyright {
  float: right;
}

.tp_footer_wrap {
  display: none;
}

.tp_preview, .tp_pagetop {
  float: right;
  padding: 5px 5px;
}

.tp_pagetop {
  position: absolute;
  right: 0px;
}

.tp_pagetop span {
  color: #fff;
  font-size: 13px;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  background: url(./../img/add_pagetop.png) no-repeat 0% 45% !important;
  padding-left: 12px;
}

.tp_preview {
  position: absolute;
  right: 120px;
}

.tp_preview span {
  color: #fff;
  font-size: 13px;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  background: url(./../img/add_preview.png) no-repeat 0% 45% !important;
  padding-left: 14px;
}

.tp_footer_utility {
  width: 1000px;
  margin: 25px auto 0px auto;
  overflow: hidden;
  position: relative;
  height: 26px;
}

@media only screen and (max-width: 599px) {
  .add_footer_bottom {
    padding: 10px 0px;
    background: #333333;
    overflow: hidden;
  }

  .add_footer_link ul {
    margin: 20px 10px 10px 10px;
    overflow: hidden;
    width: 100%;
  }

  .add_footer_link {
    float: none;
  }

  .add_footer_link li {
    float: none;
    margin: 0px !important;
    padding: 0px 15px 10px 0px !important;
    background: none !important;
  }

  .tp_footer_utility {
    width: 96%;
  }

  .add_copyright {
    font-size: 0.8em;
    margin: 0 auto;
    float: none;
    width: 96%;
  }

  .tp_pagetop span {
    background: url(./../img/add_pagetopx02.png) no-repeat 0% 45% !important;
    -webkit-background-size: 9px 9px !important;
            background-size: 9px !important;
    padding-left: 15px;
  }

  .tp_preview span {
    background: url(./../img/add_previewx02.png) no-repeat 0% 45% !important;
    -webkit-background-size: 9px 9px !important;
            background-size: 9px !important;
    padding-left: 15px;
  }

  .add_footer_bottom span {
    width: 100%;
    padding-top: 5px;
  }
}
/*==========================================================
	slide
==========================================================*/
#b0000002 {
  width: 790px;
}

#b0000002.tp_block_01 {
  margin-top: 10px;
}

#b0000002 .tp_slide_01 {
  width: 790px;
  margin: 0px auto;
}

.add_top_slide_area {
  margin-top: 10px !important;
  width: 790px;
  height: 113px;
  overflow: hidden;
  border: 1px solid #222222;
}

/*.add_top_slide_area .tp_slide_05,
.add_top_slide_area .tp_slide_05_wrap{
	height:113px !important;
}*/
.add_top_slide_area ul {
  margin-top: 0px !important;
  background: #333333;
}

.add_top_slide_area ul li {
  float: left;
  width: 394px;
  padding-bottom: 3px;
  border-right: 1px solid #222222;
  background: #333333;
}

/*.add_top_slide_area ul li:first-child{
	border-right:none;
}*/
.add_top_slide_area ul li img {
  max-height: 92px;
  padding-bottom: 3px;
  display: block;
}

.add_top_slide_area ul li span {
  color: #ffffff;
  margin: 5px !important;
}

.add_top_slide_area a {
  display: block;
}

@media only screen and (max-width: 599px) {
  #b0000002 .tp_slide_01 {
    width: auto;
  }

  #b0000002.tp_block_01 {
    margin: 0px;
    width: 100%;
  }

  .add_top_slide_area {
    margin-top: 5px !important;
    width: 100%;
    height: auto;
  }

  /*.add_top_slide_area .tp_slide_05,
  .add_top_slide_area .tp_slide_05_wrap{
  	height:90px !important;
  }*/
  .add_top_slide_area ul li {
    width: 49.5%;
  }

  .add_top_slide_area ul li:last-child {
    border-right: none;
  }

  .add_top_slide_area ul li img {
    max-height: 73px;
    padding-bottom: 0px;
  }
}
/*==========================================================
	top
==========================================================*/
.add_top_block_01 p {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 1.75em;
  color: #111111;
  margin: 0px 5px 0px 10px;
  background: url(./../img/add_top_arrow_01.png) no-repeat 100% 45% !important;
}

#b0000003 .tp_media_01,
#b0000004 .tp_media_01,
#b0000005 .tp_media_01,
#b0000006 .tp_media_01,
#b0000102 .tp_media_01 {
  margin: 5px;
}

@media only screen and (max-width: 599px) {
  .add_top_block_01 p {
    font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
    font-size: 1.25em;
    margin: 0px 5px 3px 10px;
    background: url(./../img/add_top_arrow_01_x02.png) no-repeat 100% 45% !important;
    -webkit-background-size: 18px 18px !important;
            background-size: 18px !important;
  }
}
/* news */
#b0000016 {
  width: 790px;
  border: 1px solid #e3e3e3;
  background: #f3f3f3;
}

#b0000016 h3 {
  width: 18%;
  float: left;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 3px solid #aa2323;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 1.25em;
  color: #333333;
}

.tp_news_wrap {
  border-left: 1px dotted #333333;
  padding-left: 10px;
}

.tp_news_list_btn {
  background: none;
}

.tp_news_list_btn a {
  text-decoration: none;
}

.tp_news_list_btn a:hover {
  color: #aa2323;
}

.tp_news .tp_news_in {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 7px;
}

.tp_news_btn {
  position: static;
  float: right;
}

.tp_news_date {
  color: #aa2323;
  width: auto !important;
  float: left;
}

.tp_news_info {
  width: 66% !important;
  float: left;
}

.add_top_news_wrap {
  width: 80%;
  float: right;
}

.add_top_news_wrap .tp_news {
  margin: 0px;
}

.tp_news_new_label {
  background: #aa2323;
}

.tp_news .tp_news_thumbs {
  width: 50px !important;
  margin-right: 5px;
}

.tp_news .tp_news_thumbs img {
  max-width: 45px !important;
  vertical-align: top !important;
}

#b0000015 .tp_news_wrap {
  border-left: none;
}

@media only screen and (max-width: 599px) {
  #b0000016 {
    width: 96%;
  }

  #b0000016 h3 {
    width: 100%;
  }

  .tp_news_btn {
    position: absolute;
    top: 5px;
    right: 0px;
  }

  .tp_news_wrap {
    border-left: none;
    border-top: 1px dotted #333333;
    padding: 8px 8px 0px 8px;
    margin-top: 5px !important;
  }

  .add_top_news_wrap,
  .tp_news_info {
    width: 100%;
    float: none;
  }

  .tp_news .tp_news_title {
    font-size: 1em;
  }

  .tp_news_date {
    width: auto;
    float: left;
  }

  .tp_news .tp_news_thumbs {
    margin-right: 5px;
    float: left;
  }

  .tp_news_info {
    width: 100% !important;
    clear: both;
  }
}
/*==========================================================
	navi
==========================================================*/
#masonry_a {
  width: 190px !important;
  min-height: 390px;
  /*border-left:1px solid #dddddd;
  border-right:1px solid #dddddd;*/
  border-top: 4px solid #9b7f0f;
  background: #fff;
}

#masonry_a .tp_block {
  margin: 20px 0px 20px 0px;
}

.tp_navi_logo {
  width: 80%;
  margin: 0px auto 20px auto;
}

.tp_navi_logo a:hover img {
  opacity: 1 !important;
}

.add_subnavi_link a img {
  margin-top: 10px;
}

.tp_navi_menubtn {
  text-align: center;
  top: 0px;
  right: 10px;
  z-index: 101;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background: url(./../img/tp_navi_01_menubtn_x2.png) no-repeat #bea041;
  -webkit-background-size: 20px 20px;
          background-size: 20px 20px;
  background-position: 50% 48%;
}

.tp_navi_menu {
  position: absolute;
  top: 50px;
}

.tp_navi_link {
  display: none;
}

.tp_navi_link.tp_navi_link_v02,
.tp_navi_link.tp_navi_link_v03,
.tp_navi_link.tp_navi_link_v04,
.tp_navi_link.tp_navi_link_v05,
.tp_navi_link.tp_navi_link_v06,
.tp_navi_link.tp_navi_link_v07 {
  display: block;
}

@media only screen and (max-width: 599px) {
  #masonry_a {
    border-bottom: 2px solid #c54c4c;
    background: url(./../img/add_navi_bg.png) repeat-x left -335px #f7e6db;
    width: auto !important;
  }

  #masonry_a .tp_block {
    margin-bottom: 0px;
  }

  .tp_navi_link {
    display: block;
  }
  .tp_navi_link br{
    display: none;
  }

  .tp_navi_logo a img {
    max-height: 110px;
  }

  .add_subnavi_link {
    display: none;
  }

  .add_subnavi_link_sp a img {
    margin-bottom: 5px !important;
  }

  .tp_masonry_03_a {
    display: none;
  }

  .add_header_wrap a {
    width: 80px;
    margin-top: -10px !important;
    padding: 6px 7px 6px 6px;
    border-top: 4px solid #9b7f0f;
    background: #ffffff;
    display: inline-block;
  }

  .add_header_wrap img {
    width: 100%;
    opacity: 1 !important;
  }
}
/*==========================================================
	menu
==========================================================*/
.add_menu_link ul li {
  width: 48%;
  margin-top: 10px !important;
  padding-left: 0em !important;
  margin-right: 1.5%;
  float: left;
  border: 1px solid #cccccc;
}

.add_menu_link ul li a {
  display: block;
  padding: 5px !important;
  font-size: 1.2em;
  font-weight: bold;
}

.add_menu_link ul li a img {
  width: 35%;
  padding-right: 20px;
  vertical-align: middle;
}

.add_menu_btn_link ul li {
  width: 49%;
  float: left;
  margin-left: 2%;
}

.add_menu_btn_link ul li:first-child {
  margin-left: 0px;
}

.add_menu_btn_link ul li a {
  text-align: center;
  display: block;
  padding: 10px 0px;
  overflow: hidden;
  color: #555555;
  font-size: 1.083em;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  background: #f4f4f4;
  text-decoration: none;
}

.add_menu_btn_link .add_cur a,
.add_menu_btn_link a:hover {
  color: #ffffff;
  background: #bea041;
  border: 1px solid #bea041;
}

.tp_block_02 li {
  text-shadow: none;
}

.add_menu_wrap {
  margin-bottom: 10px;
}

.add_menu_text_wrap {
  float: right;
  width: 100%;
}

.add_title {
  font-size: 1.7em;
  line-height: 1em;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  padding-top: 4px;
  display: block;
}

.add_title_sub {
  font-size: 0.833em;
}

.add_menu_btn_anc ul li {
  width: 32%;
  margin: 0% 1%;
  float: left;
}

.add_menu_btn_anc ul li:first-child {
  margin-left: 0px;
}

.add_menu_btn_anc ul li:last-child {
  margin-right: 0px;
}

.add_menu_btn_anc ul li a {
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 5px 8px;
  text-decoration: none;
  background: url(./../img/add_menu_anc_arrow.png) no-repeat 96% 45% #555555;
}

.add_menu_btn_anc ul li a:hover {
  background: #666666;
  background: url(./../img/add_menu_anc_arrow.png) no-repeat 96% 45% #777777;
}

@media only screen and (max-width: 599px) {
  .add_menu_link ul li {
    width: 100%;
    float: none;
  }

  .add_menu_link ul li a img {
    width: 25%;
    padding-right: 10px;
    vertical-align: middle;
  }

  .add_menu_btn_link ul li {
    margin-bottom: 3px;
    width: 49%;
    float: left;
    line-height: 30px;
    margin-left: 1%;
  }

  .add_menu_btn_link ul li:first-child {
    margin-left: 1%;
  }

  .add_menu_btn_link ul li a {
    padding: 5px 3px;
    min-height: 30px;
    font-size: 1em;
  }

  .add_menu_btn_link ul li.add_menu_list a {
    line-height: 1.25em;
  }

  .add_menu_btn_anc ul li a {
    padding: 5px 5px;
    min-height: 30px;
    font-size: 1em;
    line-height: 30px;
  }

  .add_menu_btn_anc ul li.add_list a {
    line-height: 1.167em;
  }

  .add_title {
    font-size: 1.5em;
    line-height: 1.167em;
  }
}
/*==========================================================
	party
==========================================================*/
.add_menu_party_wrap a {
  color: #B23535;
}

.add_menu_party_wrap ul li.add_list {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.add_menu_party_wrap .add_title span {
  font-size: 0.833em;
}

.add_menu_party_wrap img {
  width: 35%;
  float: right;
}

.add_menu_party_txt {
  width: 58%;
  float: left;
  padding: 15px;
  margin-bottom: 10px;
  background: #faf9f5;
  border: 1px solid #f5f3ea;
}

.add_menu_party_txt ul li {
  text-indent: -1em;
  padding-left: 1em !important;
}

.add_menu_party_wrap_l {
  width: 48%;
  float: left;
}

.add_menu_party_wrap_r {
  width: 48%;
  float: right;
}

.add_price_wrap {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e2da;
}

.add_price {
  float: left;
  width: 40%;
}

.add_price_drink {
  float: left;
  padding-left: 20px;
  width: 50%;
  margin-top: 0px !important;
}

.add_price_drink img {
  float: none !important;
  padding-right: 10px;
  width: 73px !important;
}

@media only screen and (max-width: 599px) {
  .add_menu_party_wrap img {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .add_menu_party_txt {
    width: auto;
    float: none;
  }

  .add_price,
  .add_price_drink {
    float: none;
    width: 100%;
    padding: 3px 0px 0px 0px;
  }

  .add_price_drink img {
    margin-bottom: 0px !important;
  }
}
/*==========================================================
	shop
==========================================================*/
.add_shop_btn_link ul li {
  width: 49%;
  float: left;
  margin-left: 2%;
}

.add_shop_btn_link ul li:first-child {
  margin-left: 0px;
}

.add_shop_btn_link ul li a {
  text-align: center;
  display: block;
  padding: 10px 0px;
  overflow: hidden;
  color: #555555;
  font-size: 1.083em;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  background: #f4f4f4;
  text-decoration: none;
}

.add_shop_btn_link .add_cur a,
.add_shop_btn_link a:hover {
  color: #ffffff;
  background: #bea041;
  border: 1px solid #bea041;
}

.add_shop_h5 {
  color: #B23535;
  font-size: 1.4em !important;
}

.add_shop_lead {
  font-size: 13px;
}

.add_shop_bracket_l {
  text-indent: -0.5em;
}

.add_shop_menu_txt {
  margin-top: 5px;
  padding: 10px 0px;
}

.add_shop_menu_ttl {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 1.5em;
}

.add_shop_menu_ttl span {
  font-size: 0.8em;
}

.add_shop_txt_red {
  color: #B23535;
}

.add_txt_indent {
  margin-left: 1em;
  text-indent: -1em;
}

.add_shop_telnum {
  color: #B23535;
  font-size: 1.3em;
}

.add_shop_telnum span {
  font-size: 1.5em;
  font-weight: bold;
}

.add_shop_tbl_l {
  padding-left: 0px !important;
}

.add_shop_info table td:last-child {
  border-right: none;
  border-left: none;
}

.add_shop_info table tbody tr:last-child td {
  border-bottom: 1px dotted #999999;
}

.add_shop_info table td {
  padding: 6px;
  border-top: 1px dotted #999999;
  border-right: none;
  border-bottom: 1px dotted #999999;
  border-left: none;
}

@media only screen and (max-width: 599px) {
  .add_shop_tbl_l {
    width: 4em;
  }

  .add_shop_btn_link ul li a {
    padding: 5px 3px;
    min-height: 30px;
    font-size: 1em;
    line-height: 30px;
  }
}
/* media */
#b0000057 .tp_media_06 .tp_media,
#b0000074 .tp_media_06 .tp_media {
  width: 40%;
  text-align: left !important;
}

#b0000057 .tp_media_06 .tp_text,
#b0000074 .tp_media_06 .tp_text {
  width: 56%;
}

@media only screen and (max-width: 599px) {
  #b0000057 .tp_media_06 .tp_media,
  #b0000074 .tp_media_06 .tp_media {
    width: 100%;
  }

  #b0000057 .tp_media_06 .tp_text,
  #b0000074 .tp_media_06 .tp_text {
    width: 100%;
    margin-top: 1em;
  }
}
/* map */
.add_map_btnarea {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.add_map_btnarea a {
  color: #ffffff;
  display: block;
  padding: 5px;
  text-align: center;
  background: #bea041;
  text-decoration: none;
}

/* shop room */
.add_shop_room_list ul li {
  width: 23%;
  float: left;
  margin: 0% 1% !important;
  margin-bottom: 5px !important;
}

.add_shop_room_list img {
  width: 100%;
}

.add_shop_room_list ul li a {
  display: block;
}

.add_popup_shop_detail_wrap {
  margin: 20px;
}

.add_popup_shop_detail_wrap p {
  margin-top: 5px;
}

#cboxLoadedContent {
  border: none;
  background: #fff !important;
}

@media only screen and (max-width: 599px) {
  .add_shop_room_list ul li {
    width: 31%;
  }

  .add_shop_room_list ul li span {
    font-size: 0.917em;
    min-height: 2.5em;
    line-height: 1.25em;
    display: block;
    margin-top: 3px;
  }

  .add_popup_shop_detail_wrap {
    margin: 10px;
  }
}
/* popup */
#cboxContent {
  background: #ffffff;
}

#cboxPrevious {
  background: url(./../img/add_controls.png) no-repeat top left !important;
}

#cboxNext {
  background: url(./../img/add_controls.png) no-repeat top right !important;
}

#cboxPrevious:focus,
#cboxNext:focus {
  outline: none;
}

#cboxCurrent {
  display: none !important;
}

@media only screen and (max-width: 599px) {
  #cboxPrevious {
    position: absolute;
    left: 0px;
  }

  #cboxNext {
    position: absolute;
    right: 0px;
  }
}
/*==========================================================
	form_intro
==========================================================*/
.add_form_wrap {
  border: 1px solid #ebb238;
  padding: 15px;
  margin-bottom: 10px;
  background: url(./../img/add_form_img.png) no-repeat top right #ffffff;
}

.add_form_txt {
  margin: 0px 0px 5px 150px;
  width: 256px;
}

.add_form_wrap p {
  width: 550px;
  text-align: center;
}

.add_form_btn {
  margin: 10px 0px 0px 185px;
}

.add_form_btn a {
  width: 30%;
  padding: 5px 20px 5px 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  background: url(./../img/add_form_arrow.png) no-repeat 97% center #eec369;
  border-bottom: 2px solid #cda03c;
  border-radius: 3px;
  color: #000000;
}

.add_form_btn a:hover {
  background: url(./../img/add_form_arrow.png) no-repeat 97% center #e4b34c;
}

#b0000119 {
  display: none;
}

@media only screen and (max-width: 599px) {
  .add_form_wrap {
    padding: 10px 15px;
    background: #ffffff;
  }

  .add_form_wrap p {
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }

  .add_form_txt {
    margin: auto;
    width: 80%;
    max-width: 256px;
  }

  .add_form_btn {
    margin: 10px 0px 0px 0px;
  }

  .add_form_btn a {
    width: auto;
    padding: 5px 10px;
  }
}
/*.tp_width_04 .tp_m_desktop_last {
	margin-bottom: 0px;
}*/
/*--------------------------------
	20150402 add
---------------------------------*/
.tp_title_03 {
  color: #000000;
  font-size: 1.333em;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  margin-top: 20px !important;
  padding: 4px 0px 2px 10px;
  border-bottom: 1px solid #333333;
  background: url(./../img/add_title_02_a.png) no-repeat 0px 45%;
}

.add_menu_lunch_wrap {
  margin: 5px 0px 10px 0px !important;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.add_menu_lunch_wrap .add_title span {
  font-size: 0.833em;
}

.add_menu_lunch_wrap .add_price {
  text-align: right;
  float: none;
  width: 100% !important;
  margin-top: 10px;
  padding: 1px 0px;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
}

.add_menu_lunch_wrap img {
  width: 35%;
  float: left;
}

.add_menu_lunch_txt {
  width: 62%;
  float: right;
}

.add_menu_lunch_wrap .add_pdf_wrap {
  margin: 15px 0px 10px 0px;
  padding: 8px 15px;
  background: #eeeeee;
}

.add_menu_lunch_wrap .add_pdf_wrap h5 {
  width: 28%;
  float: left;
  border-right: 1px dotted #999999;
}

.add_menu_lunch_wrap .add_pdf_wrap .tp_file {
  width: 65%;
  float: left;
  padding: 2px 0px 0px 15px;
}

.add_menu_lunch_wrap .add_pdf_wrap li a {
  padding-right: 8px;
}

.add_menu_contents01 {
  float: left;
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: 10px;
}

.add_menu_contents01:first-child {
  margin-left: 0px;
}

.add_menu_contents01 .add_title {
  padding-top: 10px;
}

.add_menu_img img {
  width: 100%;
}

@media only screen and (min-width: 399px) and (max-width: 599px) {
  .add_menu_lunch_wrap .add_pdf_wrap {
    padding: 8px 7px;
  }

  .add_menu_lunch_wrap .add_pdf_wrap h5 {
    width: 100px;
  }

  .add_menu_lunch_wrap .add_pdf_wrap .tp_file {
    width: auto;
    padding: 0px 0px 0px 10px;
  }
}
@media only screen and (max-width: 399px) {
  .tp_title_03 {
    font-size: 1.25em;
    margin-top: 10px !important;
    padding: 2px 0px 3px 10px;
  }

  .add_menu_lunch_wrap img {
    width: 100%;
  }

  .add_menu_lunch_txt {
    width: 100%;
    margin-top: 10px;
  }

  .add_menu_lunch_wrap .add_pdf_wrap {
    padding: 10px 12px;
  }

  .add_menu_lunch_wrap .add_pdf_wrap li a {
    padding-right: 0px;
  }

  .add_menu_lunch_wrap .add_pdf_wrap h5 {
    width: 100px;
  }

  .add_menu_lunch_wrap .add_pdf_wrap .tp_file {
    width: auto;
    padding: 0px 0px 0px 10px;
  }

  .add_menu_lunch_wrap.add_menu_lunch_list {
    margin: 0px !important;
  }

  .add_menu_contents01 {
    width: 100%;
    margin-left: 0px;
  }

  .add_menu_contents01:last-child {
    margin-bottom: 5px;
  }

  .add_menu_img img {
    width: 50%;
  }

  .add_menu_text_wrap {
    width: 47%;
  }

  .add_menu_contents01 .add_title {
    padding-top: 2px;
  }
}
/* メニュー（テキストのみ） */
.add_menu_list {
  width: 760px;
  margin: 0px 0px 0px -30px;
}

.add_menu_list dd {
  float: left;
  width: 46%;
  padding: 8px 0px 2px 0px;
  margin-left: 4%;
  border-bottom: 1px dotted #000000;
  position: relative;
}

.add_menu_list dd .add_title_sub {
  float: left;
  font-size: 1.167em;
  font-weight: bold;
  padding-left: 5px;
}

.add_menu_list dd .add_price {
  float: right;
  text-align: right;
  padding: 0px 5px 0px 10px;
  width: auto;
  /*position: absolute;
  bottom: 3px;
  right: 0px;*/
}

@media only screen and (max-width: 599px) {
  .add_menu_list {
    width: 100%;
    margin: 0px;
  }

  .add_menu_list dd {
    float: none;
    width: 100%;
    margin-left: 0px;
  }

  .add_menu_list dd .add_price {
    /*position:static;*/
    /*width:auto;*/
  }
}
/*--------------------------------
	20160307 メニュー改修
---------------------------------*/
.add_book_btn {
  width: 98%;
  margin: 15px auto !important;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 0px #927a2d;
          box-shadow: 0px 2px 0px #927a2d;
  background: url(./../img/add_book_anc_arrow.png) no-repeat 97.5% 50% #bea041;
}

.add_book_btn a {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  padding: 15px 10px 12px 65px;
  text-decoration: none;
  background: url(./../img/add_book_icon.png) no-repeat 15px 55%;
  -webkit-background-size: 40px 40px;
          background-size: 40px;
  display: block;
}

.add_book_btn:hover {
  opacity: 0.9;
}

.add_book_anc .add_list {
  float: left;
  width: 48%;
  margin: 1%;
}

.add_book_anc .add_list a {
  color: #ffffff;
  font-size: 1.333em;
  padding: 8px;
  background: url(./../img/add_book_anc_arrow.png) no-repeat 96% 45% #555555;
  border-radius: 3px;
  text-decoration: none;
  display: block;
}

.add_book_anc .add_list a:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 599px) {
  .add_book_btn {
    background: url(./../img/add_book_anc_arrow_x2.png) no-repeat 97.5% 50% #bea041;
    -webkit-background-size: 8px 10px;
            background-size: 8px 10px;
  }

  .add_book_btn a {
    font-size: 1.25em;
    padding: 12px 10px 8px 65px;
  }

  .add_book_anc .add_list a {
    font-size: 1em;
    background: url(./../img/add_book_anc_arrow_x2.png) no-repeat 96% 45% #555555;
    -webkit-background-size: 8px 10px;
            background-size: 8px 10px;
  }
}
.add_select_shop .add_left {
  float: left;
  width: 48%;
  margin: 0.5%;
}

.add_select_shop .add_right {
  float: right;
  width: 48%;
  margin: 0.5%;
}

.add_select_shop .add_name {
  color: #111111;
  font-size: 1.75em;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  padding: 5px 0px 0px 0px;
  background: url(./../img/add_top_arrow_01.png) no-repeat 100% 50% !important;
  display: block;
}

.add_select_shop a {
  text-decoration: none !important;
  margin: 5px 5px 0px 5px !important;
  display: block;
}

@media only screen and (max-width: 599px) {
  .add_select_shop .add_name {
    font-size: 1.25em;
    -webkit-background-size: 16px 16px !important;
            background-size: 16px !important;
  }

  .add_lang_english .add_select_shop .add_name {
    line-height: 1.25em;
    background: url(./../img/add_top_arrow_01.png) no-repeat 100% 80% !important;
    -webkit-background-size: 16px 16px !important;
            background-size: 16px !important;
  }
}
/*--------------------------------
	20160310 店舗情報改修
---------------------------------*/
.add_shopinfo_wrap .tp_media_06 .tp_media {
  width: 40%;
  text-align: left !important;
}

.add_shopinfo_wrap .tp_media_06 .tp_text {
  width: 56%;
}

@media only screen and (max-width: 599px) {
  .add_shopinfo_wrap .tp_media_06 .tp_media {
    width: 100%;
  }

  .add_shopinfo_wrap .tp_media_06 .tp_text {
    width: 100%;
    margin-top: 1em;
  }
}
.add_shop_sketch .add_sketch {
  float: left;
  width: 500px;
  margin: 10px 10px 10px 0px;
}

.add_shop_sketch .add_btn {
  float: right;
  width: 200px;
}

.add_shop_num {
  margin-top: 10px !important;
}

.add_shop_num .add_list {
  margin: 8px 0.5% !important;
}

.add_shop_num .add_list a {
  color: #333333;
  font-size: 1.083em;
  text-indent: -1.75em;
  padding: 5px;
  padding-left: 2.25em;
  border-radius: 5px;
  border: 1px solid #dddddd;
  background: #eeeeee !important;
  text-decoration: none;
  display: block;
}

.add_shop_num .add_list a:hover {
  border: 1px solid #bea041 !important;
}

.add_shop_num .add_list .add_img {
  width: 22px;
  padding-right: 4px;
}

.add_panorama_icon {
  width: 90%;
  margin: 0px auto 15px auto;
}

.add_panorama_icon .add_img {
  width: 25px;
  padding: 5px;
}

@media only screen and (max-width: 599px) {
  .add_shop_sketch .add_sketch {
    float: none;
    width: 100%;
    margin: 5px 0px;
  }

  .add_shop_sketch .add_btn {
    float: none;
    width: 100%;
  }

  .add_shop_num {
    margin-top: 0px !important;
  }

  .add_shop_num .add_list {
    width: 90%;
    margin: 8px auto !important;
  }
}
/*panorama*/
.btn-close .btn {
  color: white;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 20px 15px 20px;
  border-radius: 0 !important;
  background: url(./../img/add_panorama_close.png) no-repeat 50% 25% rgba(0, 0, 0, 0.6);
  -webkit-background-size: 20px 20px;
          background-size: 20px;
  z-index: 100;
}

.btn-close .btn span {
  padding-top: 22px;
  display: block;
}

/*--------------------------------
	20161125 かに特設ページ
---------------------------------*/
@media only screen and (max-width: 599px) {
  .add_kani_page {
    /*width: 100%;*/
    margin: 0px;
  }
}
.add_kani_anchor {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}

.add_kani_anchor_inner {
  margin-left: -3px;
  margin-right: -3px;
}

.add_kani_anchor_wrap {
  float: left;
  width: 33.333%;
  padding: 0px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.add_kani_anchor_box {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  background: url("./../img/kani_anchor_arrow.png") no-repeat 90% 50%;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.150s ease;
          transition: opacity 0.150s ease;
}

.add_kani_anchor_box:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media only screen and (max-width: 599px) {
  .add_kani_anchor_box {
    font-size: 15px;
    text-align: center;
    padding: 10px 0px;
    background: #ffffff;
  }
}
.add_kanogani_main:first-child {
  position: relative;
  margin-top: 30px;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_main:first-child {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.add_kanogani_main_bg {
  text-align: right;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 40px 34px;
  background: #cc4433;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_main_bg {
    height: 150px;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .add_kanogani_main_bg_inner {
    width: 22px;
  }
}
.add_kanogani_main_movie {
  position: relative;
  padding-top: 10px;
  padding-right: 110px;
}

.add_kanogani_main_movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.add_kanogani_main_movie_inner iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0px;
  left: 0px;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_main_movie {
    padding-right: 40px;
  }
}
.add_kanogani_detail:first-child {
  margin-top: 30px;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_detail:first-child {
    margin-top: 20px;
  }
}
.add_kanogani_detail_heading {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_detail_heading {
    font-size: 16px;
  }
}
.add_kanogani_detail_article {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 16px;
  margin-top: 10px;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_detail_article {
    font-size: 15px;
  }
}
.add_kanogani_detail_photo {
  margin-top: 40px;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_detail_photo {
    margin-top: 30px;
    display: none;
  }
}
.add_kanogani_detail_photo_sp {
  display: none;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_detail_photo_sp {
    display: block;
  }
}
.add_kanogani_detail_photo_img {
  float: left;
  margin-left: 2px;
}

.add_kanogani_detail_photo_img:first-child {
  margin-left: 0px;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_detail_photo_img {
    float: none;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .add_kanogani_detail_photo_img:first-child {
    margin-top: 0px;
  }
}
.add_kanogani_menu:first-child {
  position: relative;
  height: 465px;
  margin-top: 40px;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_menu:first-child {
    height: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.add_kanogani_menu_bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_menu_bg {
    display: none;
  }
}
.add_kanogani_menu_bg_sp {
  display: none;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_menu_bg_sp {
    position: relative;
    margin-top: 30px;
    display: block;
  }
}
.add_kanogani_menu_inner {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_menu_inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.add_kanogani_menu_icon {
  color: #ffffff;
  font-size: 14px;
  padding: 3px 5px;
  background: #cc4433;
}

.add_kanogani_menu_title {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_menu_title {
    font-size: 19px;
  }
}
.add_kanogani_menu_title_info {
  font-size: 18px;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_menu_title_info {
    font-size: 17px;
  }
}
.add_kanogani_menu_read {
  font-size: 14px;
  margin-top: 0.5em;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_menu_read {
    font-size: 14px;
  }
}
.add_kanogani_menu_detail {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 1em;
}

@media only screen and (max-width: 599px) {
  .add_kanogani_menu_detail {
    font-size: 14px;
  }
}
.add_kanogani_menu_info {
  font-size: 12px;
  margin-top: 1em;
}

.add_kobakogani_main:first-child {
  position: relative;
  margin-top: 90px;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_main:first-child {
    margin-top: 60px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.add_kobakogani_main_bg {
  text-align: right;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 40px 34px;
  background: #cc4433;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_main_bg {
    height: 150px;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
  }

  .add_kobakogani_main_bg_inner {
    width: 22px;
  }
}
.add_kobakogani_main_movie {
  position: relative;
  padding-top: 10px;
  padding-right: 110px;
}

.add_kobakogani_main_movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.add_kobakogani_main_movie_inner iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0px;
  left: 0px;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_main_movie {
    padding-right: 40px;
  }
}
.add_kobakogani_menu:first-child {
  margin-top: 40px;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_menu:first-child {
    margin-top: 20px;
  }
}
.add_kobakogani_menu_img {
  float: right;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_menu_img {
    display: none;
  }
}
.add_kobakogani_menu_img_sp {
  display: none;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_menu_img_sp {
    margin-top: 30px;
    display: block;
  }
}
.add_kobakogani_menu_inner {
  float: right;
  width: 100%;
  margin-left: -400px;
  padding-left: 430px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_menu_inner {
    margin-left: 0px;
    padding-left: 0px;
  }
}
.add_kobakogani_menu_read {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 16px;
  line-height: 2;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_menu_read {
    font-size: 15px;
    line-height: 1.8;
  }
}
.add_kobakogani_menu_read_small {
  font-size: 14px;
}

.add_kobakogani_menu_detail {
  margin-top: 40px;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_menu_detail {
    margin-top: 20px;
  }
}
.add_kobakogani_menu_detail_title {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_menu_detail_title {
    font-size: 19px;
  }
}
.add_kobakogani_menu_detail_subtitle {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_menu_detail_subtitle {
    font-size: 16px;
  }
}
.add_kobakogani_menu_detail_text {
  font-size: 14px;
  margin-top: 1em;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_menu_detail_text {
    font-size: 14px;
  }
}
.add_kobakogani_movie:first-child {
  text-align: right;
  margin-top: 40px;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_movie:first-child {
    margin-top: 20px;
  }
}
.add_kobakogani_movie_inner {
  text-align: left;
  display: inline-block;
}

.add_kobakogani_movie_wrap {
  position: relative;
  width: 620px;
  padding-top: 56.25%;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_movie_wrap {
    width: 100%;
  }
}
.add_kobakogani_movie_wrap iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0px;
  left: 0px;
}

.add_kobakogani_movie_menu {
  margin-top: 20px;
}

.add_kobakogani_movie_menu_heading {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_movie_menu_heading {
    font-size: 18px;
  }
}
.add_kobakogani_movie_menu_heading_small {
  font-size: 16px;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_movie_menu_heading_small {
    font-size: 15px;
  }
}
.add_kobakogani_movie_menu_detail {
  font-size: 14px;
  margin-top: 0.3em;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_movie_menu_detail {
    font-size: 13px;
  }
}
.add_kobakogani_movie_menu_price {
  font-size: 14px;
  margin-top: 1em;
}

@media only screen and (max-width: 599px) {
  .add_kobakogani_movie_menu_price {
    font-size: 13px;
  }
}
.add_zuwaigani_main:first-child {
  position: relative;
  margin-top: 90px;
}

@media only screen and (max-width: 599px) {
  .add_zuwaigani_main:first-child {
    margin-top: 60px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.add_zuwaigani_main_bg {
  text-align: right;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 40px 34px;
  background: #cc4433;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
  .add_zuwaigani_main_bg {
    height: 150px;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
  }

  .add_zuwaigani_main_bg_inner {
    width: 22px;
  }
}
.add_zuwaigani_main_movie {
  position: relative;
  padding-top: 10px;
  padding-right: 110px;
}

.add_zuwaigani_main_movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.add_zuwaigani_main_movie_inner iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0px;
  left: 0px;
}

@media only screen and (max-width: 599px) {
  .add_zuwaigani_main_movie {
    padding-right: 40px;
  }
}
.add_zuwaigani_movie_menu {
  margin-top: 20px;
}

@media only screen and (max-width: 599px) {
  .add_zuwaigani_movie_menu {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.add_zuwaigani_movie_menu_heading {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .add_zuwaigani_movie_menu_heading {
    font-size: 19px;
  }
}
.add_zuwaigani_movie_menu_detail {
  font-size: 14px;
  margin-top: 0.3em;
}

@media only screen and (max-width: 599px) {
  .add_zuwaigani_movie_menu_detail {
    font-size: 14px;
  }
}
.add_zuwaigani_movie_menu_price {
  font-size: 14px;
  margin-top: 1em;
}

@media only screen and (max-width: 599px) {
  .add_zuwaigani_movie_menu_price {
    font-size: 14px;
  }
}
.add_zuwaigani_menu:first-child {
  margin-top: 40px;
}

@media only screen and (max-width: 599px) {
  .add_zuwaigani_menu:first-child {
    margin-top: 20px;
  }
}
.add_zuwaigani_menu_inner {
  float: right;
  width: 50%;
}

.add_zuwaigani_menu_inner:first-child {
  float: left;
}

@media only screen and (max-width: 599px) {
  .add_zuwaigani_menu_inner {
    float: none;
    width: 100%;
    margin-top: 30px;
  }

  .add_zuwaigani_menu_inner:first-child {
    float: none;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 599px) {
  .add_zuwaigani_menu_inner_img {
    display: none;
  }
}
.add_zuwaigani_menu_inner_img_sp {
  display: none;
}

@media only screen and (max-width: 599px) {
  .add_zuwaigani_menu_inner_img_sp {
    display: block;
  }
}
.add_zuwaigani_menu_detail {
  margin-top: 20px;
}

.add_zuwaigani_menu_detail_heading {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .add_zuwaigani_menu_detail_heading {
    font-size: 19px;
  }
}
.add_zuwaigani_menu_detail_reading {
  font-size: 14px;
  margin-top: 0.5em;
  padding-right: 0.5em;
}

@media only screen and (max-width: 599px) {
  .add_zuwaigani_menu_detail_reading {
    font-size: 14px;
  }
}
.add_zuwaigani_menu_detail_price {
  font-size: 14px;
  margin-top: 1em;
}

@media only screen and (max-width: 599px) {
  .add_zuwaigani_menu_detail_price {
    font-size: 14px;
  }
}
/*--------------------------------
	20170309 外国語ページ
---------------------------------*/
/* 言語選択画面 */
.add_hide_navi .tp_masonry_03_a {
  display: none;
}

.add_hide_navi.tp_bg_01 {
  background: #fff;
}

.add_shop_name {
  color: #000000;
  font-size: 2.2em;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
}

.add_shop_en_anchor {
  float: left;
  margin: 10px 0px 0px 0px;
  display: inline-block;
}

.add_shop_cn_anchor {
  float: right;
  margin: 10px 0px 0px 0px;
  display: inline-block;
}

.add_shop_name_en_cn {
  font-size: 1.5em;
}

.add_text_en_cn {
  margin: 20px 0px 10px 0px;
}

.add_text_en_cn p {
  font-size: 1.167em;
}

/* TOP多言語バナー */
#b0000213 {
  width: 790px;
}

.add_lang_top_banner > .add_lang_top_banner_link {
  float: right;
}

.add_lang_top_banner > .add_lang_top_banner_link:first-child {
  float: left;
}

.add_lang_top_banner_sp {
  display: none;
}

@media only screen and (max-width: 599px) {
  #b0000213 {
    width: 96%;
  }

  .add_lang_top_banner > .add_lang_top_banner_link,
  .add_lang_top_banner > .add_lang_top_banner_link:first-child {
    float: none;
    margin: 5px auto 0px auto;
    display: block;
  }

  .add_lang_top_banner_pc {
    display: none;
  }

  .add_lang_top_banner_sp {
    display: block;
  }
}
/* メニューページ */
.add_lang_page_menu {
  margin-top: 35px !important;
}

.add_lang_page_menu .add_page_anc_wrap {
  position: absolute;
  top: 45px;
  right: 15px;
}

.add_lang_page_menu .add_page_anc_box {
  float: left;
  padding: 2px 20px;
}

.add_lang_page_menu .add_page_anc_box .add_page_anc {
  color: #bc2727;
  font-size: 14px;
  position: relative;
  padding-right: 1.5em;
}

.add_lang_page_menu .add_page_anc_box .add_page_anc:before {
  content: '▼';
  position: absolute;
  right: 0em;
}

@media only screen and (max-width: 599px) {
  .add_lang_page_menu {
    margin-top: 10px !important;
  }

  .add_lang_page_menu .add_lang_page_menu {
    margin-top: 10px !important;
  }

  .add_lang_page_menu .add_page_anc_wrap {
    text-align: right;
    position: relative;
    top: 5px;
    right: 0px;
  }

  .add_lang_page_menu .add_page_anc_box {
    float: none;
    padding: 2px 1em;
    display: inline-block;
  }

  .add_lang_page_menu .add_page_anc_box .add_page_anc {
    font-size: 13px;
  }
}
/* menu area */
.add_language {
  margin-bottom: 2em;
}

.add_language .add_menu_contents01 {
  float: left;
  width: 47%;
  margin: 0 1.5%;
  margin-bottom: 10px;
}

.add_language .add_menu_contents01 img {
  float: left;
  width: 39%;
  margin-bottom: 8px;
}

.add_language .add_menu_text_wrap {
  float: right;
  width: 57%;
}

.add_language .add_title {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
  font-size: 1.5em;
  line-height: 1.25em;
}

.add_language .add_price {
  text-align: right;
  width: 100%;
  padding: 1px 0px;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
}

.add_language .add_menu_text_wrap .add_title {
  padding-top: 0px;
  margin-top: 3px;
}

.add_language .add_brackets_l {
  margin-left: -0.5em;
}

.add_language .add_title_jp {
  letter-spacing: -0.025em;
}

.add_language .add_tax_description {
  text-align: right;
  margin-top: -5px;
  margin-bottom: 2em;
}

.add_lang_english.tp_fix {
  word-break: normal;
}

.add_drink .add_menu_text_wrap {
  float: none;
  width: 100%;
}

.add_drink_category {
  color: #cc0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  padding: 6px 10px 4px 10px;
  margin: 10px 1.5% 15px 1.5%;
  border: 1px solid #cc0000;
  display: inline-block;
}

.add_menu_contents02 {
  float: none;
  width: auto;
  margin: 0 1.5%;
  margin-bottom: 1.5em;
}

.add_drink_description {
  text-align: right;
  margin: -8px 1.5% 1.75em 1.5% !important;
}

@media only screen and (max-width: 599px) {
  .add_language .add_menu_wrap {
    margin-bottom: 0px;
  }

  .add_language .add_menu_contents01 {
    float: none;
    width: 100%;
    margin: 10px 0px;
  }

  .add_menu_contents01:first-child {
    margin-top: 0px;
  }

  .add_language .add_menu_contents01 img {
    float: left;
    width: 46%;
    margin-bottom: 8px;
  }

  .add_language .add_menu_text_wrap {
    float: right;
    width: 50%;
  }

  .add_drink_description {
    text-align: left;
  }

  .add_drink .add_menu_text_wrap {
    float: none;
    width: 100%;
  }
}
.add_smoking_description table,
.add_smoking_description tr {
  border: none;
}

.add_smoking_description table th {
  width: 110px;
  background: none;
}

.add_smoking_description table th,
.add_smoking_description table td {
  text-align: left;
  padding: 0px;
  border: none !important;
}

@media only screen and (max-width: 599px) {
  .add_smoking_description {
    margin: 10px;
  }
}
.add_pagetop {
  text-align: right;
  margin-top: 30px;
  cursor: pointer;
}

/*--------------------------
英語のbackボタンの位置
---------------------------*/
.add_lang_english.tp_fix .tp_preview {
  position: absolute;
  right: 105px;
}

/*--------------------------
下層ページ調整
---------------------------*/
.add_page_other.tp_body {
  /*width: 100%;
  min-width: 1024px;*/
  background: url(./../img/bg.jpg) no-repeat 0% 0%/cover;
}

@media only screen and (max-width: 599px) {
  .tp_width_04 {
    margin: 8px 0% 4px 2% !important;
  }
}
/* トップメニュー */
.add_length_obiki {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.add_length_bracket {
  margin-top: -0.25em;
  margin-bottom: -0.25em;
  display: block;
}

/* おしながき　時間帯追加 */
.add_menu_time {
  text-align: right;
  margin: 0px 30px;
  margin-top: -22px !important;
}

#b0000149 .tp_title_03 {
  margin-bottom: 0px;
}

@media only screen and (max-width: 599px) {
  .add_menu_time {
    text-align: left;
    margin: 10px 10px 0px 10px !important;
  }
}
@font-face {
  font-family: "iconsfont";
  src: url("./../fonts/iconsfont.eot?ts=1489481473");
  src: url("./../fonts/iconsfont.eot?#iefix&ts=1489481473") format("eot"), url("./../fonts/iconsfont.woff?ts=1489481473") format("woff"), url("./../fonts/iconsfont.ttf?ts=1489481473") format("truetype"), url("./../fonts/iconsfont.svg#iconsfont?ts=1489481473") format("svg");
}
.tp_icon_a1:before, .tp_icon_a2:before, .tp_icon_a3:before, .tp_icon_a4:before, .tp_icon_bracket_l:before, .tp_icon_bracket_r:before, .tp_icon_bracket_b:before, .tp_icon_bracket_t:before, .tp_icon_bracket_double_l:before, .tp_icon_bracket_double_r:before, .tp_icon_delta_r:before, .tp_icon_faq_q:before, .tp_icon_faq_a:before {
  font-family: "iconsfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.tp_icon_a1:before {
  content: "";
}

.tp_icon_a2:before {
  content: "";
}

.tp_icon_a3:before {
  content: "";
}

.tp_icon_a4:before {
  content: "";
}

.tp_icon_bracket_l:before {
  content: "";
}

.tp_icon_bracket_r:before {
  content: "";
}

.tp_icon_bracket_b:before {
  content: "";
}

.tp_icon_bracket_t:before {
  content: "";
}

.tp_icon_bracket_double_l:before {
  content: "";
}

.tp_icon_bracket_double_r:before {
  content: "";
}

.tp_icon_delta_r:before {
  content: "";
}

.tp_icon_faq_q:before {
  content: "";
}

.tp_icon_faq_a:before {
  content: "";
}

/*********************
SCROLL VISIBLE STYLES
*********************/
.tp_sv_fade {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 0.63, 0.52, 0.87);
          transition: opacity 0.8s cubic-bezier(0.19, 0.63, 0.52, 0.87);
}
.tp_sv_fade.tp_sv_cur {
  opacity: 1;
}
.tp_sv_b {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tp_sv_b.tp_sv_cur {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.tp_sv_l {
  -webkit-transform: translateX(-5%);
      -ms-transform: translateX(-5%);
          transform: translateX(-5%);
  opacity: 0;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0, 1, 0.15, 1), opacity 2s cubic-bezier(0, 1, 0.15, 1);
          transition: transform 2s cubic-bezier(0, 1, 0.15, 1), opacity 2s cubic-bezier(0, 1, 0.15, 1);
}
.tp_sv_l.tp_sv_cur {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.tp_sv_balloon_l {
  -webkit-transform: translateX(-5%);
      -ms-transform: translateX(-5%);
          transform: translateX(-5%);
  opacity: 0;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0, 1, 0.15, 1), opacity 2s cubic-bezier(0, 1, 0.15, 1);
          transition: transform 2s cubic-bezier(0, 1, 0.15, 1), opacity 2s cubic-bezier(0, 1, 0.15, 1);
}
.tp_sv_balloon_l.tp_sv_cur {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.tp_sv_balloon_r {
  -webkit-transform: translateX(5%);
      -ms-transform: translateX(5%);
          transform: translateX(5%);
  opacity: 0;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0, 1, 0.15, 1), opacity 2s cubic-bezier(0, 1, 0.15, 1);
          transition: transform 2s cubic-bezier(0, 1, 0.15, 1), opacity 2s cubic-bezier(0, 1, 0.15, 1);
}
.tp_sv_balloon_r.tp_sv_cur {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.tp_sv_glaph_r {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 1, 0.15, 1), opacity 1s cubic-bezier(0, 1, 0.15, 1);
          transition: transform 1s cubic-bezier(0, 1, 0.15, 1), opacity 1s cubic-bezier(0, 1, 0.15, 1);
}
.tp_sv_glaph_r.tp_sv_cur {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.tp_sv_ll {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0, 1, 0.15, 1), opacity 0.9s cubic-bezier(0, 1, 0.15, 1);
          transition: transform 0.9s cubic-bezier(0, 1, 0.15, 1), opacity 0.9s cubic-bezier(0, 1, 0.15, 1);
}
.tp_sv_ll.tp_sv_cur {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.tp_sv_parallax_y {
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/******************************************************************************
	打消し
******************************************************************************/
.add_page_index .tp_area_header {
  height: 55px;
  border: none;
  display: none;
}
@media screen and (max-width: 599px) {
  .add_page_index .tp_area_header {
    position: relative;
    display: block;
    z-index: 1000;
  }
}
.add_page_index .tp_navi_menu {
  z-index: 1000;
}
.add_page_index .tp_masonry_wrap_03 {
  display: none;
}
.add_page_index .tp_footer_utility {
  display: none;
}
.add_page_index .tp_pagetop {
  position: relative;
  float: none;
  right: inherit;
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
  border-radius: 0px;
}
.add_page_index #tp_navi_bg {
  z-index: 999;
}

/******************************************************************************
	sp menu btn
******************************************************************************/
.add_page_index .add_header_wrap:before, .add_page_other .add_header_wrap:before {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  top: 5px;
  right: 10px;
  border-radius: 5px;
  background: #937305 url("./../img/index/panel_bg01.png") 0% 0%/cover;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  z-index: 100;
}
.add_page_index .tp_navi_menubtn, .add_page_other .tp_navi_menubtn {
  top: 5px;
  background-color: inherit;
}

/******************************************************************************
	content wrap
******************************************************************************/
.add_page_index .add_content_wrap {
  width: 100%;
  min-width: 1024px;
  background: url("./../img/bg.jpg") no-repeat 0% 0%/cover;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_content_wrap {
    min-width: inherit;
    margin-top: -55px;
  }
}
.add_page_index .add_content_wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/******************************************************************************
	mainvisual
******************************************************************************/
.add_page_index .add_mainvisual_area {
  position: relative;
}
.add_page_index .add_mainvisual_slide {
  position: relative;
  z-index: 1;
}
.add_page_index .add_mainvisual_slideparts {
  width: 100%;
}
.add_page_index .add_mainvisual_slide_img_pc {
  width: 100%;
  display: block;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_mainvisual_slide_img_pc {
    display: none;
  }
}
.add_page_index .add_mainvisual_slide_img_sp {
  width: 100%;
  display: none;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_mainvisual_slide_img_sp {
    display: block;
  }
}
.add_page_index .add_mainvisual_dots {
  margin: 0px;
  display: inline-block;
}
.add_page_index .add_mainvisual_dots > li {
  float: left;
  width: 11px;
  height: 11px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
  cursor: pointer;
}
.add_page_index .add_mainvisual_dots > li:first-child {
  margin-left: 0px;
}
.add_page_index .add_mainvisual_dots > li > button {
  display: none;
}
.add_page_index .add_mainvisual_dots > li.slick-active {
  background: #ffffff;
}
.add_page_index .add_mainvisual_dots_wrap {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_mainvisual_dots_wrap {
    bottom: 60px;
  }
}
.add_page_index .add_utility_section {
  position: absolute;
  width: 1000px;
  height: 1px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_utility_section {
    width: 96%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
.add_page_index .add_utility_inner {
  text-align: center;
  padding-bottom: 25px;
  border-top: 4px solid #9b7f0f;
  background: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_utility_inner {
    width: 75px;
    padding-bottom: 10px;
  }
}
.add_page_index .add_utility_logo {
  width: 143px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.add_page_index .add_utility_logo:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_utility_logo {
    width: 100%;
    margin-top: 10px;
  }
}
.add_page_index .add_utility_logo_img {
  display: block;
}
.add_page_index .add_utility_link {
  margin-top: 20px;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 20px;
  border-top: 1px solid #000000;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_utility_link {
    display: none;
  }
}
.add_page_index .add_utility_link_item {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  position: relative;
  float: left;
  width: 26px;
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 50px;
}
.add_page_index .add_utility_link_item:hover {
  text-decoration: none;
}
.add_page_index .add_utility_link_item:hover .add_utility_link_main {
  opacity: 0.8;
}
.add_page_index .add_utility_link_item:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 25px;
  left: 50%;
  bottom: 55px;
  background: #c3c3c3;
  display: block;
}
.add_page_index .add_utility_link_main {
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
  height: 180px;
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.add_page_index .add_utility_link_info {
  color: #c3c3c3;
  font-size: 16px;
  text-align: left;
  word-break: initial;
  width: 80px;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
}
.add_page_index .add_lang_section {
  position: absolute;
  width: 1000px;
  height: 1px;
  bottom: 50px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_lang_section {
    position: relative;
    width: 100%;
    height: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    background: #9b7f0f;
  }
}
.add_page_index .add_lang_inner {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_lang_inner {
    position: relative;
    width: 96%;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
  }
  .add_page_index .add_lang_inner:before, .add_page_index .add_lang_inner:after {
    content: "";
    display: table;
  }
  .add_page_index .add_lang_inner:after {
    clear: both;
  }
}
.add_page_index .add_lang_btn {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #000000;
  font-size: 18px;
  text-align: center;
  position: relative;
  width: 220px;
  height: 46px;
  margin-top: 10px;
  padding-top: 8px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.add_page_index .add_lang_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media all and (-ms-high-contrast: none) {
  .add_page_index .add_lang_btn {
    padding-top: 12px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 599px) {
  .add_page_index .add_lang_btn {
    color: #ffffff;
    font-size: 15px;
    float: right;
    width: 49%;
    height: auto;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.2);
  }
}
.add_page_index .add_lang_btn:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_lang_btn:first-child {
    float: left;
  }
}
.add_page_index .add_lang_btn:before {
  content: '\E622';
  font-family: 'iconsfont';
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  display: inline-block;
}

/******************************************************************************
	news
******************************************************************************/
.add_page_index .add_news {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_news {
    position: relative;
    margin-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 100;
  }
}
.add_page_index .add_news_icon {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1b1b1b;
  font-size: 10px;
  vertical-align: bottom;
  padding-top: 0.1em;
  padding-bottom: 0em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  margin-right: 0.6em;
  background: #9b7f0f;
  display: inline-block;
}
.add_page_index .add_news_inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_news_inner {
    position: relative;
    width: 96%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.add_page_index .add_news_detail {
  float: left;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_news_detail {
    float: none;
  }
}
.add_page_index .add_news_detail_header {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffffff;
  font-size: 18px;
  float: left;
  width: 185px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_news_detail_header {
    font-size: 17px;
    float: none;
    width: 100%;
  }
}
.add_page_index .add_news_detail_list {
  float: left;
  width: 100%;
  margin-left: -185px;
  padding-left: 185px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_news_detail_list {
    float: none;
    width: 100%;
    margin-top: 16px;
    margin-left: 0px;
    padding-left: 0px;
  }
}
.add_page_index .add_news_detail_list_inner {
  margin: 0px;
  padding-left: 25px;
  padding-right: 130px;
  border-left: 1px solid #aaaaaa;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_news_detail_list_inner {
    padding-left: 0px;
    padding-right: 0px;
    border: none;
  }
}
.add_page_index .add_news_detail_list_box {
  margin-top: 0.5em;
}
.add_page_index .add_news_detail_list_box:first-child {
  margin-top: 0px;
}
.add_page_index .add_news_detail_list_link {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.add_page_index .add_news_detail_list_link:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_news_detail_list_link {
    font-size: 11px;
    display: inline-block;
  }
}
.add_page_index .add_news_detail_list_link_date {
  color: #ebbc00;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_news_detail_list_link_date {
    float: none;
    margin-bottom: 4px;
    display: block;
  }
}
.add_page_index .add_news_detail_list_link_info {
  color: #ffffff;
  width: 80% !important;
  margin-left: 1.5em;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_news_detail_list_link_info {
    width: auto !important;
    margin-left: 0px;
    display: block;
  }
}
.add_page_index .add_news_detail_list_nolink {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_news_detail_list_nolink {
    font-size: 11px;
    display: inline-block;
  }
}
.add_page_index .add_news_all {
  text-align: right;
  float: right;
  width: 130px;
  margin-left: -130px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_news_all {
    position: absolute;
    float: none;
    width: auto;
    top: 3px;
    right: 10px;
    margin-left: 0px;
  }
}
.add_page_index .add_news_all_btn {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ebbc00;
  font-size: 12px;
  text-align: center;
  position: relative;
  width: 80px;
  margin-top: 18px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-right: 10px;
  border: 1px solid #ebbc00;
  border-radius: 4px;
  display: inline-block;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.add_page_index .add_news_all_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media all and (-ms-high-contrast: none) {
  .add_page_index .add_news_all_btn {
    padding-top: 0.3em;
    padding-bottom: 0.1em;
  }
}
@media screen and (max-width: 599px) {
  .add_page_index .add_news_all_btn {
    font-size: 12px;
    margin-top: 0px;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
}
.add_page_index .add_news_all_btn:before {
  content: '\E622';
  font-family: 'iconsfont';
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  display: inline-block;
}
.add_page_index .add_news_border {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  border-bottom: 1px solid #aaaaaa;
}

/******************************************************************************
	season
******************************************************************************/
.add_page_index .add_season {
  width: 1000px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_season {
    width: 96%;
  }
}
.add_page_index .add_season_heading {
  text-align: center;
  position: relative;
  float: right;
  width: 300px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_season_heading {
    float: none;
    width: 100%;
    z-index: 100;
  }
}
.add_page_index .add_season_heading_panel {
  position: absolute;
  width: 144px;
  height: 144px;
  background: url("./../img/index/panel_bg01.png") no-repeat 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 200;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_season_heading_panel {
    display: none;
  }
}
.add_page_index .add_season_heading_panel:first-child {
  background: #f4f4f4;
  -webkit-transform: rotate(45deg) translate(-15px, 30px);
      -ms-transform: rotate(45deg) translate(-15px, 30px);
          transform: rotate(45deg) translate(-15px, 30px);
  opacity: 0.1;
  z-index: 100;
}
.add_page_index .add_season_heading_panel_wrap {
  position: absolute;
  top: 80px;
  left: 145px;
  z-index: 100;
}
.add_page_index .add_season_heading_dec {
  position: absolute;
  top: 65px;
  right: -90px;
  z-index: 300;
  display: block;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_season_heading_dec {
    width: 150px;
    top: -90px;
    right: 0px;
  }
}
.add_page_index .add_season_heading_link {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  position: relative;
  width: 230px;
  height: 42px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  border: 1px solid #aaaaaa;
  background: rgba(30, 30, 30, 0.4);
  z-index: 400;
  opacity: 1;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
          transition: background 0.3s ease, color 0.3s ease;
}
.add_page_index .add_season_heading_link:hover {
  color: #000000;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}
@media all and (-ms-high-contrast: none) {
  .add_page_index .add_season_heading_link {
    padding-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .add_page_index .add_season_heading_link {
    width: 100%;
    margin-top: 20px;
  }
}
.add_page_index .add_season_heading_link_pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_season_heading_link_pc {
    display: none;
  }
}
.add_page_index .add_season_heading_link_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_season_heading_link_sp {
    display: block;
  }
}
.add_page_index .add_season_title {
  color: #ffffff;
  position: relative;
  z-index: 400;
}
.add_page_index .add_season_title_main {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  width: 26px;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_season_title_main {
    font-size: 22px;
    width: 100%;
  }
}
.add_page_index .add_season_title_sub {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  margin-top: 18px;
  display: block;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_season_title_sub {
    font-size: 11px;
    margin-top: 4px;
  }
}
.add_page_index .add_season_detail {
  text-align: left;
  float: right;
  width: 100%;
  margin-right: -300px;
  padding-right: 300px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_season_detail {
    position: relative;
    float: none;
    margin-top: 30px;
    margin-right: 0px;
    padding-right: 0px;
    z-index: 200;
  }
}
.add_page_index .add_season_detail_link {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_season_detail_link {
    width: 100%;
  }
}
.add_page_index .add_season_detail_link_img_pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_season_detail_link_img_pc {
    display: none;
  }
}
.add_page_index .add_season_detail_link_img_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_season_detail_link_img_sp {
    display: block;
  }
}

/******************************************************************************
	menu
******************************************************************************/
.add_page_index .add_menu {
  position: relative;
  width: 1000px;
  margin-top: 155px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_menu {
    width: 96%;
  }
}
.add_page_index .add_menu_header {
  position: relative;
  padding-top: 75px;
  z-index: 200;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_menu_header {
    padding-top: 0px;
  }
}
.add_page_index .add_menu_title {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.add_page_index .add_menu_title_main {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_menu_title_main {
    font-size: 22px;
  }
}
.add_page_index .add_menu_title_sub {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  margin-top: 18px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_menu_title_sub {
    font-size: 11px;
    margin-top: 6px;
  }
}
.add_page_index .add_menu_title_dec {
  position: absolute;
  top: 10px;
  left: 75px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_menu_title_dec {
    top: -24px;
    left: 0px;
    right: 0px;
  }
}
.add_page_index .add_menu_bg_banner {
  position: absolute;
  top: 205px;
  right: -40px;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_menu_bg_banner {
    display: none;
  }
}
.add_page_index .add_menu_bg_sushi {
  position: absolute;
  top: 50px;
  left: -80px;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_menu_bg_sushi {
    position: absolute;
    width: 300px;
    top: 80px;
    left: inherit;
    right: -20px;
    z-index: 200;
  }
}
.add_page_index .add_menu_bg_cup {
  position: absolute;
  top: 690px;
  left: -100px;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_menu_bg_cup {
    position: absolute;
    width: 100px;
    top: 410px;
    left: 10px;
    z-index: 200;
  }
}
.add_page_index .add_menu_link {
  position: relative;
  margin-top: 800px;
  z-index: 300;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_menu_link {
    margin-top: 570px;
    z-index: 100;
  }
}
.add_page_index .add_menu_link_panel {
  position: absolute;
  width: 174px;
  height: 174px;
  background: url("./../img/index/panel_bg01.png") no-repeat 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 200;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_menu_link_panel {
    width: 140px;
    height: 140px;
  }
}
.add_page_index .add_menu_link_panel:first-child {
  width: 194px;
  height: 194px;
  background: #f4f4f4;
  -webkit-transform: rotate(45deg) translate(-85px, 40px);
      -ms-transform: rotate(45deg) translate(-85px, 40px);
          transform: rotate(45deg) translate(-85px, 40px);
  opacity: 0.1;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_menu_link_panel:first-child {
    width: 160px;
    height: 160px;
  }
}
.add_page_index .add_menu_link_panel_wrap {
  position: absolute;
  bottom: 230px;
  right: 275px;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_menu_link_panel_wrap {
    bottom: 160px;
    left: 50px;
    right: inherit;
  }
}
.add_page_index .add_menu_link_btn {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  position: relative;
  width: 250px;
  height: 42px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 0px;
  padding-top: 7px;
  border: 1px solid #aaaaaa;
  background: rgba(30, 30, 30, 0.4);
  display: block;
  z-index: 300;
  opacity: 1;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
          transition: background 0.3s ease, color 0.3s ease;
}
.add_page_index .add_menu_link_btn:hover {
  color: #000000;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}
@media all and (-ms-high-contrast: none) {
  .add_page_index .add_menu_link_btn {
    padding-top: 9px;
  }
}
@media screen and (max-width: 599px) {
  .add_page_index .add_menu_link_btn {
    width: 100%;
  }
}

/******************************************************************************
	party
******************************************************************************/
.add_page_index .add_party {
  position: relative;
  width: 1000px;
  margin-top: 125px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_party {
    width: 100%;
  }
}
.add_page_index .add_party_header {
  position: relative;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 70px;
  z-index: 200;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_party_header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.add_page_index .add_party_title {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.add_page_index .add_party_title_main {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_party_title_main {
    font-size: 22px;
  }
}
.add_page_index .add_party_title_sub {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  margin-top: 18px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_party_title_sub {
    font-size: 11px;
    margin-top: 6px;
  }
}
.add_page_index .add_party_title_dec {
  position: absolute;
  top: 10px;
  left: 75px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_party_title_dec {
    top: -24px;
    left: 0px;
    right: 0px;
  }
}
.add_page_index .add_party_heading {
  position: relative;
  padding-top: 255px;
  padding-left: 50px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_party_heading {
    width: 96%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-left: 0px;
  }
}
.add_page_index .add_party_heading_panel {
  position: absolute;
  width: 174px;
  height: 174px;
  top: 0px;
  left: 0px;
  background: url("./../img/index/panel_bg01.png") no-repeat 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 200;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_party_heading_panel {
    display: none;
  }
}
.add_page_index .add_party_heading_panel:first-child {
  width: 194px;
  height: 194px;
  background: #f4f4f4;
  -webkit-transform: rotate(45deg) translate(-85px, 40px);
      -ms-transform: rotate(45deg) translate(-85px, 40px);
          transform: rotate(45deg) translate(-85px, 40px);
  opacity: 0.1;
  z-index: 100;
}
.add_page_index .add_party_heading_panel_wrap {
  position: absolute;
  bottom: 100px;
  left: 50px;
  z-index: 100;
}
.add_page_index .add_party_heading_link {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  position: relative;
  width: 250px;
  height: 42px;
  padding-top: 7px;
  border: 1px solid #aaaaaa;
  background: rgba(30, 30, 30, 0.4);
  display: block;
  z-index: 300;
  opacity: 1;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
          transition: background 0.3s ease, color 0.3s ease;
}
.add_page_index .add_party_heading_link:hover {
  color: #000000;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}
@media all and (-ms-high-contrast: none) {
  .add_page_index .add_party_heading_link {
    padding-top: 9px;
  }
}
@media screen and (max-width: 599px) {
  .add_page_index .add_party_heading_link {
    font-size: 17px;
    width: 100%;
    padding-top: 7px;
  }
}
.add_page_index .add_party_banner {
  position: absolute;
  top: 210px;
  left: 380px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_party_banner {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 30px;
  }
}

/******************************************************************************
	shop
******************************************************************************/
.add_page_index .add_shop {
  position: relative;
  width: 1000px;
  margin-top: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop {
    width: 96%;
    margin-top: 120px;
  }
}
.add_page_index .add_shop_header {
  position: relative;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 70px;
  z-index: 200;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.add_page_index .add_shop_title {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.add_page_index .add_shop_title_main {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_title_main {
    font-size: 22px;
  }
}
.add_page_index .add_shop_title_sub {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  margin-top: 18px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_title_sub {
    font-size: 11px;
  }
}
.add_page_index .add_shop_title_dec {
  position: absolute;
  top: 10px;
  left: 75px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_title_dec {
    top: -24px;
    left: 0px;
    right: 0px;
  }
}
.add_page_index .add_shop_heading {
  position: relative;
  width: 50%;
  padding-top: 110px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_heading {
    width: 100%;
    margin-top: 30px;
    padding-top: 0px;
    z-index: 100;
  }
}
.add_page_index .add_shop_heading_panel {
  position: absolute;
  width: 164px;
  height: 164px;
  background: url("./../img/index/panel_bg01.png") no-repeat 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 200;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_heading_panel {
    width: 70px;
    height: 70px;
  }
}
.add_page_index .add_shop_heading_panel:first-child {
  background: #f4f4f4;
  -webkit-transform: rotate(45deg) translate(-25px, 15px);
      -ms-transform: rotate(45deg) translate(-25px, 15px);
          transform: rotate(45deg) translate(-25px, 15px);
  opacity: 0.1;
  z-index: 100;
}
.add_page_index .add_shop_heading_panel_wrap {
  position: absolute;
  z-index: 100;
}
.add_page_index .add_shop_heading_info {
  position: relative;
  z-index: 300;
}
.add_page_index .add_shop_heading_info_main {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_heading_info_main {
    font-size: 16px;
  }
}
.add_page_index .add_shop_heading_info_sub {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 25px;
  padding-left: 0.75em;
  border-left: 1px solid #aaaaaa;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_heading_info_sub {
    font-size: 13px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_heading_info_sub_br {
    display: none;
  }
}
.add_page_index .add_shop_heading_link {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  position: absolute;
  width: 140px;
  height: 30px;
  bottom: 0px;
  right: 0px;
  padding-top: 5px;
  border: 1px solid #aaaaaa;
  background: rgba(30, 30, 30, 0.4);
  display: block;
  z-index: 300;
  opacity: 1;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
          transition: background 0.3s ease, color 0.3s ease;
}
.add_page_index .add_shop_heading_link:hover {
  color: #000000;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}
@media all and (-ms-high-contrast: none) {
  .add_page_index .add_shop_heading_link {
    padding-top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_heading_link {
    font-size: 17px;
    position: relative;
    width: 100%;
    height: 42px;
    bottom: auto;
    right: auto;
    margin-top: 30px;
    padding-top: 7px;
  }
}
.add_page_index .add_shop_detail {
  position: relative;
  width: 50%;
  height: 300px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_detail {
    width: 100%;
    height: auto;
    z-index: 200;
  }
}
.add_page_index .add_shop_detail_img {
  position: absolute;
  top: 0px;
  max-width: initial;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_detail_img {
    position: relative;
    width: 100%;
    top: auto;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_ekimae {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.add_page_index .add_shop_ekimae .add_shop_heading {
  float: left;
  padding-left: 85px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_ekimae .add_shop_heading {
    float: none;
    padding-left: 0px;
  }
}
.add_page_index .add_shop_ekimae .add_shop_heading_panel_wrap {
  bottom: 160px;
  left: 80px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_ekimae .add_shop_heading_panel_wrap {
    bottom: 100px;
    left: 0px;
  }
}
.add_page_index .add_shop_ekimae .add_shop_detail {
  float: left;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_ekimae .add_shop_detail {
    float: none;
  }
}
.add_page_index .add_shop_ekimae .add_shop_detail_img {
  right: 0px;
}
.add_page_index .add_shop_katamachi {
  margin-top: 70px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_katamachi {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.add_page_index .add_shop_katamachi .add_shop_heading {
  float: right;
  padding-left: 50px;
  padding-right: 73px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_katamachi .add_shop_heading {
    float: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.add_page_index .add_shop_katamachi .add_shop_heading_panel_wrap {
  bottom: 120px;
  left: 40px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_katamachi .add_shop_heading_panel_wrap {
    bottom: 100px;
    left: 0px;
  }
}
.add_page_index .add_shop_katamachi .add_shop_detail {
  float: right;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_shop_katamachi .add_shop_detail {
    float: none;
  }
}
.add_page_index .add_shop_katamachi .add_shop_detail_img {
  left: 0px;
}

/******************************************************************************
	pagescroll
******************************************************************************/
.add_page_index .add_pagescroll {
  text-align: right;
  position: relative;
  width: 1000px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_pagescroll {
    width: 96%;
  }
}
.add_page_index .add_pagescroll_panel {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  right: -30px;
  background: url("./../img/index/panel_bg01.png") no-repeat 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 200;
}
.add_page_index .add_pagescroll_panel:first-child {
  background: #f4f4f4;
  -webkit-transform: rotate(45deg) translate(-6px, 25px);
      -ms-transform: rotate(45deg) translate(-6px, 25px);
          transform: rotate(45deg) translate(-6px, 25px);
  opacity: 0.1;
  z-index: 100;
}
.add_page_index .add_pagescroll_btn {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffffff;
  font-size: 13px;
  position: relative;
  z-index: 300;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.add_page_index .add_pagescroll_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

/******************************************************************************
	wanted
******************************************************************************/
.add_page_index .add_wanted_bnr {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: relative;
  width: 600px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #aaaaaa;
  background: rgba(255, 255, 255, 0.05);
  display: inline-block;
  /*opacity: 1.0;*/
  -webkit-transition: background 0.300s ease;
  transition: background 0.300s ease;
}
.add_page_index .add_wanted_bnr:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.add_page_index .add_wanted_bnr:before {
  content: '\E622';
  font-family: 'iconsfont';
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -10px;
  display: inline-block;
}
.add_page_index .add_wanted_bnr_sub {
  font-size: 30px;
  padding-left: 15px;
}
@media screen and (max-width: 599px) {
  .add_page_index .add_wanted_bnr {
    font-size: 14px;
    width: 100%;
    padding-top: 8px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .add_page_index .add_wanted_bnr_sub {
    font-size: 20px;
    padding-left: 10px;
    margin-right: 10px;
  }
}

/******************************************************************************
	reservation
******************************************************************************/
.add_page_index .add_reservation_btn {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #000000 !important;
  font-size: 15px;
  text-align: left;
  line-height: 1.3em;
  position: relative;
  width: 166px;
  min-height: 54px;
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 10px;
  padding-bottom: 8px;
  border: 1px solid #d0a750;
  background: rgba(225, 177, 60, 0.85);
  display: block;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
  transition: opacity 0.300s ease;
}
.add_page_index .add_reservation_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.add_page_index .add_reservation_btn:before {
  content: '\E622';
  font-family: 'iconsfont';
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 49%;
  right: 5px;
  margin-top: -8px;
  display: inline-block;
}
.add_page_index .add_reservation_btn .add_brackets {
  margin-right: -0.25em;
  margin-left: -0.25em;
}


/*トップSP用ナビゲーション*/
@media screen and (max-width: 599px) {
	.add_navi_sp_wrap{
		position:fixed;
		width: 100%;
		background: #ad9939;
		box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5);
		z-index: 1000;
	}
	.add_navi_sp{
		height: 52px;
		box-sizing: border-box;
		display:flex;
		justify-content: space-between;
	}
	.add_navi_sp a{
		color:#fff;
		font-size:14px;
		font-weight:bold;
    line-height: 1.25;
		font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		padding: 8px 16px 8px 4px;
		text-align: center;
		width: 50%;
		display: block;
		align-self: center;
		position: relative;
		border-right: 1px solid rgba(255, 255, 255, 0.5);
	}
	.add_navi_sp a:last-child{
		border-right:none;
  }
  .add_navi_sp a span{
		margin-left: -0.15em;
		margin-right: -0.15em;
	}
	.add_navi_sp a:before{
		content: "\E622";
		font-family: 'iconsfont';
		font-size: 0.75em;
		font-weight: bold;
		position: absolute;
		top: 50%;
		right: 6px;
		margin-top: -10px;
		display: inline-block;
	}
	.add_navi_sp a:hover{
		text-decoration: none;
	}
	.add_page_index .add_content_wrap{
		margin-top:0px;
	}
	.add_page_index .tp_area_header{
		height: 52px;
	}
	.tp_navi_menu{
		top: 105px;
	}
	.add_page_index .add_lang_section{
		border-bottom: 1px solid #666;
		background:none
	}
	.add_page_index .tp_navi_menubtn,
	.add_page_index .add_header_wrap:before{
		top:65px;
  }
  
  .add_page_other .add_header_wrap{
    margin-top: 62px;
  }
  .add_page_other .add_header_wrap a{
    margin-left: 2%;
  }
  .add_page_other .tp_area_header{
    border-bottom: none;
  }

	.add_page_other .tp_navi_menubtn,
	.add_page_other .add_header_wrap:before{
		top:65px;
  }
}

/*# sourceMappingURL=../maps/theme.css.map */