.fl {
  float: left;
}

.fr {
  float: right;
}

/* TEXT (Size & Face)
========================================== */
.small {
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

.attention {
  color: #996666 !important;
}

.sns_attention {
  color: #e41322 !important;
}

/* TEXT (Color)
========================================== */
.fc-red {
  color: #ca0000 !important;
}

/* TEXT (Position)
========================================== */
.al-right {
  text-align: right !important;
}

.al-center {
  text-align: center !important;
}

.al-left {
  text-align: left !important;
}

.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

/* FLOAT
========================================== */
.fl-left {
  float: left  !important;
}

.fl-right {
  float: right !important;
}

* html .fl-left, * html .fl-right {
  display: inline !important;
}

/* IMG
------------------------------------------ */
.fl-imgLeft {
  float: left !important;
  margin-right: 10px !important;
}

.fl-imgRight {
  float: right !important;
  margin-left: 10px !important;
}

.clear {
  clear: both !important;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* MARGIN
========================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt35 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb35 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.color_brown {
  color: #cb9c4a !important;
}

html:first-child body, body {
  color: #333333;
  font-family: Hiragino Kaku Gothic Pro,MS PGothic,Osaka,Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1;
  background: #fff;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: Hiragino Kaku Gothic Pro,MS PGothic,Osaka,Arial,Helvetica,sans-serif;
}

.c_btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 17px 0;
  width: 100%;
  margin: auto;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
}
.c_btn:link, .c_btn:visited, .c_btn:active, .c_btn:hover {
  color: #fff;
  text-decoration: none;
}
.c_btn:after {
  display: block;
  content: "";
  position: absolute;
  right: 6%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -4px;
}
.c_btn.black {
  background: #000;
}
.c_btn.brown {
  background: #cb9c4a;
}
.c_btn.white {
  background: #fff;
  border: 1px solid #333333;
}
.c_btn.white:link, .c_btn.white:visited, .c_btn.white:active, .c_btn.white:hover {
  color: #333333;
}
.c_btn.white:after {
  border-color: #cb9c4a;
}
.c_btn span {
  display: inline-block;
  position: relative;
}
.c_btn.pdf span {
  padding-left: 26px;
}
.c_btn.pdf span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15.5px;
  height: 15.5px;
  background: url(../images/icon_pdf.png) no-repeat 0 0;
  background-size: 15.5px;
}
.c_btn.anc:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.header .header_top {
  height: 50px;
  background: #000;
  border-bottom: 1px solid #2f2b26;
  box-sizing: border-box;
}
.header .header_top .header_inner {
  margin-left: 4%;
}
.header .header_top .header_inner {
  height: 18px;
  padding: 15px 0 15.5px;
}
.header .header_top .logo {
  float: left;
  width: 136px;
}
.header .header_top .logo a {
  display: block;
  width: 100%;
  height: 18px;
  background: url(../images/logo.gif) no-repeat left center;
  background-size: 136px;
  text-indent: -9999px;
}
@media screen and (min-width: 480px) {
  .header .header_top .logo {
    width: 148px;
  }
  .header .header_top .logo a {
    background-size: 148px;
  }
}
.header .header_top .box_rental {
  float: left;
  margin-left: 11px;
  padding-top: 2px;
}
@media screen and (min-width: 480px) {
  .header .header_top .box_rental {
    margin-left: 16px;
  }
}
.header .header_top .box_rental .nav:after {
  content: "";
  display: block;
  clear: both;
}
.header .header_top .box_rental .nav li {
  float: left;
  padding-left: 8px;
  border-left: 1px solid #dddddd;
}
.header .header_top .box_rental .nav li:first-child {
  padding-left: 0;
  border-left: none;
}
.header .header_top .box_rental .nav li a {
  display: block;
  position: relative;
  height: 12px;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  padding-right: 12px;
}
.header .header_top .box_rental .nav li a:after {
  display: block;
  content: "";
  position: absolute;
  right: 6%;
  top: 50%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #cb9c4a;
  border-right: 2px solid #cb9c4a;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -3px;
}
.header .header_top .box_rental .nav li.nav_corporate a {
  color: #cb9c4a;
  pointer-events: none;
}
.header .header_top .box_rental .nav li.nav_corporate a:after {
  display: none;
}
.header .header_nav {
  position: absolute;
  left: 0;
  top: 49px;
  width: 100%;
  z-index: 2;
}
.header .header_nav .btn_menu, .header .header_nav .btn_close_menu {
  position: absolute;
  right: 0;
  top: -49px;
}
.header .header_nav .btn_menu a, .header .header_nav .btn_close_menu a {
  display: block;
  width: 76.5px;
  height: 49px;
  background-color: #2f2b26;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 76.5px;
  text-indent: -9999px;
}
@media screen and (min-width: 480px) {
  .header .header_nav .btn_menu a, .header .header_nav .btn_close_menu a {
    width: 90px;
    background-size: 90px;
  }
}
.header .header_nav .btn_menu a {
  background-image: url(../images/btn_menu.png);
}
.header .header_nav .btn_close_menu {
  display: none;
}
.header .header_nav .btn_close_menu a {
  background-image: url(../images/btn_close_menu.png);
}
.header .header_nav .globalmenu {
  display: none;
  font-size: 0;
  background: #2f2b26;
}
.header .header_nav .globalmenu .btn_simulation,
.header .header_nav .globalmenu .btn_inquiry {
  position: relative;
  display: inline-block;
  width: 50%;
  color: #fff;
  font-size: 13px;
  text-align: center;
/*  padding: 85px 0 20px; */
  padding: 85px 0 5px;
}
.header .header_nav .globalmenu .btn_simulation:before,
.header .header_nav .globalmenu .btn_inquiry:before {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  width: 1px;
  height: 80px;
  background: #595551;
  margin-top: -40px;
}
.header .header_nav .globalmenu .btn_simulation {
  background: url(../images/icon_nav_simulation.png) no-repeat center 29px;
  background-size: 62.5px;
}
.header .header_nav .globalmenu .btn_simulation:before {
  display: none;
}
.header .header_nav .globalmenu .btn_inquiry {
  background: url(../images/icon_nav_inquiry.png) no-repeat center 34px;
  background-size: 43.5px;
}
.header .header_nav .globalmenu nav ul li {
  border-top: 1px solid #595551;
}
.header .header_nav .globalmenu nav ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 59px;
  text-decoration: none;
  height: 59px;
}
.header .header_nav .globalmenu nav ul li a:after {
  display: block;
  content: "";
  position: absolute;
  right: 6%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -4px;
}

/* 2018 08 22  START */
.header .header_nav .globalmenu .inquiry_sp .inquiry_sp_inner{
	position: relative;
	background: #cb9c4a;
	display: none;
}
.header .header_nav .globalmenu .inquiry_sp .inquiry_sp_inner:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: -12px;
	left: 75%;
	margin-left: -8px;
	border-style: solid;
	border-width: 0 8px 14px 8px;
	border-color: transparent transparent #cb9c4a transparent;
}
.header .header_nav .globalmenu .inquiry_sp a:last-child{
	border-top: 1px solid #d7b475;
}
.header .header_nav .globalmenu .inquiry_sp_inner .inquiry_personal{
	background: url("../images/icon_inquiry_personal.png") no-repeat;
	background-position: calc(50% - 78px) center;
}
.header .header_nav .globalmenu .inquiry_sp_inner .inquiry_corporate{
	background: url("../images/icon_inquiry_corporate.png") no-repeat;
	background-position: calc(50% - 78px) center;
}


.header .header_nav .globalmenu nav ul li.nav_drivein {
  display: block;
  border-top: none;
}
.header .header_nav .globalmenu nav ul li.nav_drivein a {
  color: #fff;
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  padding: 0 13%;
}
.header .header_nav .globalmenu nav ul li a:after {
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -3px;
}

/* 2018 08 22  END */

.footer_contents_info {
  background: #565049;
  padding: 40px 0;
}
.footer_contents_info .info_inner {
  width: 300px;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .footer_contents_info .info_inner {
    width: 460px;
  }
}
.footer_contents_info .box_info + .box_info {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #898580;
}
.footer_contents_info .box_info .txt_info {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* 2018 08 22  START */
.footer_contents_info .box_info.box_info_inquiry .c_btn{}
.footer_contents_info .box_info.box_info_inquiry a.inquiry_personal{
	margin-bottom: 20px;
	background: url("../images/icon_inquiry_personal.png") no-repeat  #cb9c4a;
}
.footer_contents_info .box_info.box_info_inquiry a.inquiry_corporate{
	background: url("../images/icon_inquiry_corporate.png") no-repeat  #cb9c4a;
}
.footer_contents_info .box_info.box_info_inquiry a.inquiry_personal,
.footer_contents_info .box_info.box_info_inquiry a.inquiry_corporate{
	background-size: auto 50%;
	background-position: calc(50% - 126px) center;
}
@media screen and (min-width: 480px) {
	.footer_contents_info .box_info.box_info_inquiry .c_btn{}
	.footer_contents_info .box_info.box_info_inquiry a.inquiry_personal,
	.footer_contents_info .box_info.box_info_inquiry a.inquiry_corporate{
		background-position: calc(50% - 132px) center;
	}
}
/* 2018 08 22  END */

#footer_contents .theater_pageTop,
#footer_contents .top_links,
#footer_contents .gnav_wrap,
#footer_contents .eseki {
  display: none;
}
#footer_contents .footer_section04 {
  background: #2f2b26;
}
#footer_contents .footer_section04 ul li a {
  background: transparent;
  padding-left: 0;
  padding-right: 15px;
  position: relative;
}
#footer_contents .footer_section04 ul li a:after {
  display: block;
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -3px;
}
#footer_contents .footer_section04 address {
  color: #d4cabd;
  font-size: 10px;
}

.sec {
  padding-bottom: 50px;
}
.sec .sec_inner {
  width: 300px;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .sec .sec_inner {
    width: 460px;
  }
}
.sec .sec_inner h2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
}
.sec .sec_inner h3 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  margin: 40px 0 20px;
}

.ttl_area {
  padding: 30px 0;
  background: #f3f2ee;
}
.ttl_area .ttl_area_inner {
  width: 300px;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .ttl_area .ttl_area_inner {
    width: 460px;
  }
}
.ttl_area h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.ttl_area .lead {
  font-size: 14px;
  line-height: 1.5;
}

.toggle_menu {
  margin-bottom: 1px;
}
.toggle_menu dt {
  position: relative;
  display: table;
  width: 100%;
  min-height: 65px;
  background: #2f2b26;
  cursor: pointer;
  padding: 10px 0;
  box-sizing: border-box;
}
.toggle_menu dt:after {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: -6px;
}
.toggle_menu dt .menu_inner {
  display: table-cell;
  vertical-align: middle;
}
.toggle_menu dt .menu_inner .ttl {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
}
.toggle_menu dt .menu_inner .area {
  color: #cb9c4a;
  font-size: 11px;
}
.toggle_menu dd {
  display: none;
  padding: 20px 15px;
  background: #f3f2ee;
  text-align: left;
}
.toggle_menu.active dt {
  background: #565049;
}
.toggle_menu.active dt:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.pagetop {
  display: block;
  position: absolute;
  right: 0;
  top: -9999px;
  width: 45px;
  height: 45px;
  background: #999999;
}
.pagetop:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: -3px 0 0 -3px;
}

.c_list {
  text-align: left;
}
.c_list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 7px;
}
.c_list li:first-child {
  margin-top: 0;
}

.list_disc {
  text-align: left;
  margin-left: 0.5em;
}
.list_disc li {
  list-style: disc;
  margin-left: 1em;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 7px;
}
.list_disc li:first-child {
  margin-top: 0;
}
