/* CSS Document */
.sp_none, .slick-slide img.sp_none {
  display: none !important;
}

.pc_only{display:none!important;}

.txt50sp {
  font-size: 50% !important;
}
.txt60sp {
  font-size: 60% !important;
}
.txt70sp {
  font-size: 70% !important;
}
.txt80sp {
  font-size: 80% !important;
}
.txt90sp {
  font-size: 90% !important;
}
.txt100sp {
  font-size: 100% !important;
}
.txt110sp {
  font-size: 110% !important;
}
.txt120sp {
  font-size: 120% !important;
}
.txt130sp {
  font-size: 130% !important;
}
.txt140sp {
  font-size: 140% !important;
}
.txt150sp {
  font-size: 150% !important;
}
.txt160sp {
  font-size: 160% !important;
}
.txt170sp {
  font-size: 170% !important;
}
.txt180sp {
  font-size: 180% !important;
}
.txt190sp {
  font-size: 190% !important;
}
.txt200sp {
  font-size: 200% !important;
}
.txt240sp {
  font-size: 240% !important;
}
.txt280sp {
  font-size: 280% !important;
}
.sp_mb0 {
  margin-bottom: 0 !important;
}
.sp_mb05 {
  margin-bottom: 5px !important;
}
.sp_mb10 {
  margin-bottom: 10px !important;
}
.sp_mb20 {
  margin-bottom: 20px !important;
}
.sp_mb30 {
  margin-bottom: 30px !important;
}
.sp_mb40 {
  margin-bottom: 40px !important;
}
.sp_mb50 {
  margin-bottom: 50px !important;
}
.sp_mt0 {
  margin-top: 0 !important;
}
.sp_mt10 {
  margin-top: 10px !important;
}
.sp_mt20 {
  margin-top: 20px !important;
}
.sp_mt30 {
  margin-top: 30px !important;
}
.sp_mt40 {
  margin-top: 40px !important;
}
.sp_mt50 {
  margin-top: 50px !important;
}
.sp_mt60 {
  margin-top: 60px !important;
}
.sp_mt80 {
  margin-top: 80px !important;
}
.sp_ml0 {
  margin-left: 0 !important;
}
.sp_ml10 {
  margin-left: 10px !important;
}
.sp_mr0 {
  margin-right: 0 !important;
}
.sp_lh160p {
  line-height: 1.6;
}
.t_align_left_sp {
  text-align: left;
}
.t_align_center_sp {
  text-align: center !important;
}
.sp_w80 {
  width: 80%;
}
.sp_w100 {
  width: 100%;
}
.sp200px {
  width: 200px;
}
.sp_mw450px {
  max-width: 450px;
}
.sp_mw_none {
  max-width: none;
}
.sp_block {
  display: block !important;
}
.sp_w100 {
  width: 100%;
}

.sp_col_reverse{
	flex-direction: column-reverse;
}


/*------------------------------*/
.section_padding{
	padding-top: 30px;
	padding-bottom: 30px;
}
.section_padding_l{
	padding-top: 50px;
	padding-bottom: 50px;
}

.common_blue_btn{
	height: 55px;
}

.span_angle_right:after{
	width: 38px;height: 38px;
}

.common_h2_title{
	font-size: 200%;
}

.common_h3_title{
	font-size: 130%;
	padding-left: 0.5em;
}



.accordion_toggle_box .toggle_btn.btn_s{
	font-size: 110%;
}



/*ヘッダー*/

header{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#offcanvas-flip .uk-offcanvas-bar,
#offcanvas-flip .uk-offcanvas-bar a{
	color: #333;
}

header .head_logo a{
	flex-direction: row;
	height: 80px;
	padding: 10px 20px;
}
header .head_logo a .en{
	height: 90%;
	margin-right: 10px;
}
header .head_logo a .en img{
	height: 100%;
}
header .head_logo a span.jp{
	margin-top: 0;
}

header .sp_menu_btn{
	width: 80px;
	height: 80px;
	background: #0964AF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.uk-offcanvas{
	top: 80px;
}
.uk-offcanvas-flip .uk-offcanvas-bar{
  width: 100%;
  max-width: 420px;
	right: -420px;
  z-index: 10;
  background: #fff;
	padding: 0;
}

header .sp_menu_btn .btn{
  width: 30px;
  height: 25px;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

header .sp_menu_btn .btn span{
	width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.uk-offcanvas-page header .sp_menu_btn .btn span:nth-child(1){
	transform: translateY(11px) rotate(-45deg);
}
.uk-offcanvas-page header .sp_menu_btn .btn span:nth-child(2){
	opacity: 0;
}
.uk-offcanvas-page header .sp_menu_btn .btn span:nth-child(3){
	transform: translateY(-11px) rotate(45deg);
}


.sp_menu_list .menu_box{
	position: relative;
	z-index: 10;
	background: #fff;
}


.sp_menu_bg{
	position: absolute;
	left: 0;top:0;
	width: 100%;height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9;
	opacity: 0;
	transition: 0.3s;
}

.uk-open .sp_menu_bg{
	opacity: 1;
}


.sp_menu_list .menu_box a{
	color:#333;
	display: block;
	padding:15px 20px 15px 1em;
	border-top: 1px solid #D6D6D6;
	position: relative;
	background: #fff;
	text-decoration: none;
}

.sp_menu_list .menu_box a:after,
.sp_menu_list .menu_box .slide > a:before,
.sp_menu_list .menu_box .slide_2nd > a:before{
	content:"\f054";
	font-family: FontAwesome;
	font-weight: normal;
	color: #0964AF;
	position: absolute;
	right: 20px;top:50%;
	transform: translateY(-50%);
	line-height: 1;
}

.sp_menu_list .menu_box .slide > a:after,
.sp_menu_list .menu_box .slide_2nd > a:after{
	content:"";
	width:15px;height: 1px;
	background: #0964AF;
	right: 18px;
}

.sp_menu_list .menu_box .slide > a:before,
.sp_menu_list .menu_box .slide_2nd > a:before{
	content:"";
	width:1px;height: 15px;
	background: #0964AF;
	right: 25.5px;
	transition: 0.3s;
}
.sp_menu_list .menu_box .slide > a.active:before,
.sp_menu_list .menu_box .slide_2nd > a.active:before{
	opacity: 0;
}

.sp_menu_list .menu_box .slide_menu,
.sp_menu_list .menu_box .slide_menu_2nd{
	padding-bottom: 10px;
	display: none;
}

.sp_menu_list .menu_box .slide_menu a{
	border-top: none;
	padding: 10px 40px 10px 2em;
	background: #fff;
}

.sp_menu_list .menu_box .slide_menu_2nd a{
	padding-left: 3em;
}

.sp_menu_list .menu_box li:last-child{
	border-bottom: 1px solid #D6D6D6;
}

.sp_menu_list .sp_lower_link{
}

.sp_menu_list .sp_lower_link a{
	color: #333;
	font-size: 80%;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px solid #D6D6D6;
	position: relative;
}
.sp_menu_list .sp_lower_link a:after{
	content:"\f054";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;top:0;
	color: #0964AF;
	font-weight: normal;
}

.sp_menu_list .member_btn{
	display: flex;
	flex-wrap: wrap;
}
.sp_menu_list .member_btn > p {
	width: 50%;
}
.sp_menu_list .member_btn > p a{
	color: #fff!important;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
	padding: 15px 0;
}
.sp_menu_list .member_btn > p.nyukai a{background: #F77200}
.sp_menu_list .member_btn > p.kaiin a{background: #0964AF}

/*ヘッダーここまで*/
.foot_fixed_menu{
	width: 100%;
}
.foot_fixed_menu p{
	width: calc(100% / 3);
}
.foot_fixed_menu p a{
	width: 100%;
	font-size: 100%;
}
.foot_fixed_menu p.kaiin a img{
	width: 14px;
}

.foot_totop a{
	font-size: 90%;
	padding: 10px 0;
}



body.page{
	padding-top: 80px;
}

.top_main{
	height: 640px;
}
.top_main h1{
	margin-top: 0;
	font-size: 42px;
}

.breadcrumb ul{
	font-size: 12px;
}
.breadcrumb ul li{
	margin-right: 10px;
	padding-right: 10px;
}


.top_pickup_slide .nav_box .slick-prev:before,
.top_pickup_slide .nav_box .slick-next:before{
	width: 40px;height: 40px;
}

.top_pickup_slide .nav_box .slick-prev{
	left: 5%;
}
.top_pickup_slide .nav_box .slick-next{
	right: 5%;
}

.top_pickup_slide ul li span{
	margin: 0 1.5vw;
}



.common_img_link a{
	display: block;
	position: relative;
}

.common_img_link a .img img.bg{
	width: 100%;
}

.common_img_link a .img .icon{
	top: 30px;
	max-height: 40%;
}

.common_img_link a .txt{
	position: absolute;
	width: 90%;
	left: 5%;bottom: 20px;
	background: #fff;
	padding: 20px;
}

.common_img_link a .txt .title{
	max-width: none;
	padding: 0;
	font-size: 120%;
}

.common_img_link a .txt .comment{
	padding: 0;
	margin-top: 10px;
}

.top_icon_linklist .box .comment{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 90%;
}


.wp_news_box .sp_line_none{
	margin-top: 30px!important;
}

.wp_news_box .sp_line_none:before{
	content: none!important;
}


.top_ope_slide ul{
	width: 100%;
	margin-left: 0;
}

.top_ope_slide ul.slick-slider li{
	padding: 0 10px;
}

.top_ope_slide ul.slick-slider li a{
	padding-top: 0;
	font-size: 90%;
}

.top_ope_slide ul li.slick-center a{
	margin-left: 0;
	width: 100%;
	padding-top: 0;
}

.top_ope_slide .nav_box .slick-prev,
.top_ope_slide .nav_box .slick-next{
	top: auto;bottom: 5px;
	transform: none;
}
.top_ope_slide .nav_box .slick-prev{
	left: 20px;
}
.top_ope_slide .nav_box .slick-next{
	right: 20px;
}

.top_ope_slide .nav_box .slick-prev:before,
.top_ope_slide .nav_box .slick-next:before{
	width: 40px;height: 40px;
}

.top_ope_slide .dots_box{
	margin-top: 30px;
}



.page_main .box{
	flex-direction: column;
	padding: 30px 0;
}

.page_main h1{
	font-size: 200%;
	margin: 0 auto 10px 0;
}




.teikan_title{
	font-size: 120%;
	margin-bottom: 5px;
}
.teikan_tbl th, .teikan_tbl td{
	font-size: 90%;
}
.teikan_tbl th{
	width: 4em;
}
.teikan_tbl td{
	padding-left: 1em;
}


.senmon_tab_btn ul li a{
	font-size: 90%;
	padding: 10px 0;
}


.credit_form .submit input{
	font-size: 13px;
}



.first_access .select a{
	font-size: 150%;
}


.ope_movie_list li a{
	align-items: flex-start;
}

.customer_top_link_grid a
.customer_top_link_grid_title p{
	font-size: .9em;
}