@charset "utf-8";

/*=====================================================
 * Style URL: /common/css/screen.css
 * Version: 1.0
 * Last Up Date: 2023/08/xx
 *
 * Markup Reference:
 *
=====================================================*/

/*----- contents -------

	1: Main Interface setting
		: container
		: header
		: footer
		: wrapper
		: main_contents
		: sub_contents
	2: Module
	3: Common
	4: clearfix

----------------------*/

/*
===== 1: Main Interface setting ===========================*/
html {
  scroll-padding-top: 64px;
}

html,
body {
  height: 100%;
}

body.fixed {
  position: fixed;
  width: 100%;
}

/* header
--------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.9);
  visibility: visible;
  z-index: 3000;
}

header .logo {
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 0;
  line-height: 0;
  z-index: 2000;
}

header .logo img {
  width: 230px;
}
header .logo_sub {
  top: 10px;
  @media (max-width: 445px) {
    top: 5px;
  }
}
header .logo_sub img {
  @media (max-width: 570px) {
    width: 180px;
    margin-top: 8px;
  }
  @media (max-width: 445px) {
    margin-top: 4px;
  }
}
header .logo_sub span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  background: #9b190a;
  vertical-align: top;
  margin: 10px 0 0 10px;
  @media (max-width: 570px) {
    font-size: 11px;
    margin: 10px 0 0 2px;
  }
  @media (max-width: 445px) {
    display: block;
    margin: 2px 0 0 0;
    padding: 1px 5px;
  }
}
header.open .logo {
  background: url(/business/seasonseat2027/imgs/logo_2027_white.png) no-repeat
    50% 50%;
  background-size: contain;
}

header.open .logo img {
  visibility: hidden;
}

header .nav_menu {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 32px;
  z-index: 2000;
}

header .nav_menu a {
  display: block;
  width: 32px;
  height: 32px;
}

header .nav_menu span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 32px;
  height: 4px;
  background-color: #001e40;
  transition: all 0.4s;
}

header .nav_menu span:nth-of-type(1) {
  top: 8px;
}

header .nav_menu span:nth-of-type(2) {
  top: 24px;
}

header .nav_menu.active span:nth-of-type(1) {
  top: 6px;
  left: 0;
  width: 32px;
  background-color: #ffffff;
  transform: translateY(10px) rotate(-45deg);
}

header .nav_menu.active span:nth-of-type(2) {
  top: 26px;
  left: 0;
  width: 32px;
  background-color: #ffffff;
  transform: translateY(-10px) rotate(45deg);
}

header .sec_menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

header .sec_menu_inner {
  width: 100%;
  height: 0;
  background: #082546;
  background-size: 100% auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

header .sec_menu_inner:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #082546;
  transition: all 0.2s ease;
  opacity: 0;
}

header.open .sec_menu_inner:after {
  opacity: 1;
}

header .gnav {
  padding: 130px 0 0;
  text-align: center;
}

header .gnav > ul > li + li {
  margin: 30px 0 0;
}

header .gnav > ul > li > a {
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.1em;
}

header .hnav {
  width: 290px;
  margin: 50px auto 40px;
  padding: 0 0 30px;
  background: #ffffff;
  border-radius: 18px;
  text-align: center;
}

header .hnav p {
  padding: 23px 0 20px;
  color: #041f45;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

header .hnav li + li {
  margin: 24px 0 0;
}

header .hnav li a {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 8px 0 8px;
  background: url(/business/common/img/bullet_arrow_01.png) no-repeat right 16px
    center;
  background-size: 8px auto;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  /* font-size: 14px; */
  font-weight: 500;
  /* line-height: 58px; */
  letter-spacing: 0.2em;
  text-align: center;
}

.hnav_inquiry_text2 {
  line-height: 1;
}

.hnav_inquiry_text2 {
  display: inline-block;
  line-height: 1.5;
}

header .hnav li.hnav_documents a {
  background-color: #001e40;
}

header .hnav li.hnav_inquiry a {
  background-color: #9b190a;
}

header .logo_bellunadome {
  background: #ffffff;
  line-height: 74px;
  text-align: center;
}

header .logo_bellunadome img {
  width: 184px;
  vertical-align: middle;
}

header .logo_seibu {
  display: none;
}

.gnav li ul {
  display: inline-block;
  min-width: 176px;
  margin: 24px 0 0;
  border-top: 1px solid #8392a3;
}

.gnav li li {
  padding: 14px 0;
  border-bottom: 1px solid #8392a3;
  line-height: 1;
}

.gnav li ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

/* footer（既存サイト流用）
--------------------*/
footer {
  position: relative;
  margin: 60px 0 0;
}

.footer-base-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f5f5f5;
}

.footer-box {
  text-align: center;
}

.footer-box .footer-logo {
  margin-bottom: 30px;
  transition: all 0.2s ease-out;
}

.footer-box .footer-logo img {
  max-height: 50px;
}

.footer-box .footer-logo:hover {
  opacity: 0.6;
}

.footer-box .footer-nav {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-box .footer-nav li {
  list-style: none;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
}

.footer-box .footer-nav li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease-out;
}

.footer-box .footer-nav li a:hover {
  opacity: 0.6;
}

.footer-box address {
  padding: 0 0 90px;
  text-decoration: none;
  font-style: normal;
  font-size: 12px;
  color: #696969;
}

.seasonseat .footer-box address {
  padding: 0;
}

@media screen and (max-width: 930px) {
  .footer-box .footer-nav li {
    /* width: 40%; */
    margin-bottom: 20px;
  }
}

.footer-nav a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/assets/img/icon_window_black.png);
  background-size: contain;
  vertical-align: -0.5px;
  margin-left: 5px;
  margin-right: 5px;
}

/* contact */
footer .contact {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 1000;
}

.seasonseat footer .contact {
  display: none !important;
}

footer .contact p {
  padding: 16px 0 12px;
  color: #041f45;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

footer .contact ul {
  padding: 0 5.333% 16px;
}

footer .contact li {
  float: left;
  width: 47.761%;
}

footer .contact li + li {
  float: right;
}

footer .contact a {
  display: block;
  padding: 0 0 1px;
  background: url(/business/common/img/bullet_arrow_01.png) no-repeat right 14px
    center;
  background-size: 6px auto;
  border-radius: 40px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.2em;
  text-align: center;
}

footer .contact li.hnav_documents a {
  background-color: #001e40;
}

footer .contact li.hnav_inquiry a {
  background-color: #9b190a;
}

/* .pagetop */
footer .pagetop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  opacity: 0;
  z-index: 20;
}

footer .pagetop a {
  display: block;
}

footer .pagetop a img {
  width: 40px;
}

.sec_grp_logo {
  padding: 30px 0;
}

.sec_grp_logo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 2%;
}

.sec_grp_logo ul li {
  margin: 0 10px;
}

.sec_grp_logo ul li {
  margin-top: 30px;
}

.sec_grp_logo ul:nth-child(1) li:nth-child(1) img {
  width: 83px;
}

.sec_grp_logo ul:nth-child(1) li:nth-child(2) img {
  width: 73px;
}

.sec_grp_logo ul:nth-child(1) li:nth-child(3) img {
  width: 140px;
}

.sec_grp_logo ul:nth-child(2) li:nth-child(1) img {
  width: 123px;
}

.sec_grp_logo ul:nth-child(2) li:nth-child(2) img {
  width: 46px;
}

.sec_grp_logo ul:nth-child(2) li:nth-child(3) img {
  width: 71px;
}

.sec_grp_logo ul:nth-child(2) li:nth-child(4) img {
  width: 38px;
}

.sec_grp_logo ul:nth-child(2) li:nth-child(5) img {
  width: 150px;
}

.sec_grp_logo ul:nth-child(2) li:nth-child(6) img {
  width: 170px;
}

.sec_grp_logo ul:nth-child(2) li:nth-child(7) img {
  width: 165px;
}

.sec_grp_logo ul:nth-child(2) li:nth-child(8) img {
  width: 150px;
}

/* container
--------------------*/
#container {
  position: relative;
  overflow: hidden;
}

#container .sec_inner {
  position: relative;
}

/* contents
--------------------*/
#contents {
}

/* wrapper
--------------------*/
#index #wrapper {
  padding: 68px 0 0;
}

#wrapper--is-hl-hidden {
  padding: 68px 0 0;
}

/* main_contents
--------------------*/
#main_contents {
}

/* sub_contents
--------------------*/
#sub_contents {
}

/*
===== 2: Module ===========================*/

/* bread_crumbs
--------------------*/
.bread_crumbs {
}

/* h
--------------------*/
.h_lv_01 {
}

/* sec_bt
--------------------*/
/* sec_bt_01 */
.sec_bt_01 a {
}

/* hr
--------------------*/
hr {
}

/* sec_headline
--------------------*/
.sec_headline {
  padding: 100px 4% 50px;
  background: #fafafa;
}

.sec_headline .ls p {
  margin: 17px 0 0;
  color: #082546;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.05em;
}

.sec_headline .ls ul li {
  margin: 20px 0 0;
  line-height: 1;
}

.sec_headline .ls ul li a {
  display: inline-block;
  padding: 0 20px 1.5px 0;
  background: url(/business/common/img/bullet_arrow_04.png) no-repeat 100% 50%;
  background-size: auto 10px;
  color: #1b65d1;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.sec_headline .rs {
  margin: 20px 0 0;
}

/* pagenav
--------------------*/
.pagenav {
  padding: 20px 5.333% 0;
}

.pagenav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  margin: 0 auto;
}

.pagenav ul li {
  width: calc(48.484% - 2px);
  margin: 10px 3.03% 0 0;
  border: 1px solid #082546;
  border-radius: 4px;
}

.pagenav ul li:nth-child(even) {
  margin-right: 0;
}

.pagenav ul li a {
  display: block;
  padding: 0 0 8.66%;
  background: url(/business/common/img/bullet_arrow_06.png) no-repeat 50%
    82.193%;
  background-size: 13px auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.777;
  text-align: center;
}

/* Link setting
-------------------------------------*/
a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:active {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

/*
===== 3: Common ===========================*/

.sp_hidden {
  display: none !important;
}

.br_pc {
  display: none !important;
}

#container .hidetxt {
  text-indent: -9999px;
  overflow: hidden;
}

#container .tx_l {
  text-align: left !important;
}

#container .tx_c {
  text-align: center !important;
}

#container .tx_r {
  text-align: right !important;
}

#container .va_t {
  vertical-align: top !important;
}

#container .va_m {
  vertical-align: middle !important;
}

#container .va_b {
  vertical-align: bottom !important;
}

#container .img_txt {
  font-size: 0;
  line-height: 0;
}

#container .tx_notfound {
  margin: 40px 0 0;
}

/*--- margin ---*/
#container .mt0 {
  margin-top: 0px !important;
}

#container .mt5 {
  margin-top: 5px !important;
}

#container .mt10 {
  margin-top: 10px !important;
}

#container .mt15 {
  margin-top: 15px !important;
}

#container .mt20 {
  margin-top: 20px !important;
}

#container .mt25 {
  margin-top: 25px !important;
}

#container .mt30 {
  margin-top: 30px !important;
}

#container .mt35 {
  margin-top: 35px !important;
}

#container .mt40 {
  margin-top: 40px !important;
}

#container .pt5 {
  padding-top: 5px !important;
}

#container .pt10 {
  padding-top: 10px !important;
}

#container .pt15 {
  padding-top: 15px !important;
}

#container .pt20 {
  padding-top: 20px !important;
}

#container .pt25 {
  padding-top: 25px !important;
}

#container .pt30 {
  padding-top: 30px !important;
}

#container .pt35 {
  padding-top: 35px !important;
}

#container .pt40 {
  padding-top: 40px !important;
}

/*
===== 4: clearfix ===========================*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac ¥*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.br_hnav {
  display: none;
}

/* End hide from IE-mac */
