@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
#plan, #hosho, #contact {
  scroll-margin-top: 50px; 
}
.main_img {
  overflow: hidden;
  background-color: #000;
  margin-bottom: 60px;
}
.main_img img {
  width: 55%;
  float: right;
}
.main_box {
  width: 45%;
  padding: 6% 6% 0% 8%;
  text-align: left;
  float: left;
}
.main_box img {
  width: 100%;
  margin-bottom: 10%;
  display: block;
}
.main_box p {
  color: #fff;
  font-size: 1.3vw;
  margin-bottom: 15%;
}
.button-wrap a {
  margin-bottom: 4%;
  width: 85%;
  color: #fff;
  font-size: 1vw;
  display: block;
  border: 1px solid #fff;
  padding: 1% 10% 1% 0%;
  text-align: center;
  background: url('../img/owners/btn_arrow.png') no-repeat 95%;
}
/*メニュー---------------------------*/
.anchor_menu {
  width: 100%;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  text-align: center;
	padding: 15px 0;
}
.anchor_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.anchor_menu li {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap;
}
.bar {
  margin: 0 6px;
  font-size: 1.2rem;
}
/*---------------------------------*/
.quality {
  margin-top: 70px;
  display: flex;
}
.quality_img {
  width: 45%;
}
.quality .text {
  width: 42%;
  margin: 0 auto;
}
.quality p {
  text-align: left;
  font-size: 18px;
  margin-bottom: 100px;
  line-height: 2;
}
p span {
  font-size: 13px;
  vertical-align: 3px;
}
.bg_gray {
  background-color: #f2f2f2;
}
.bg_blue {
  background-color: #f4f3f7;
}
.lead {
  margin-bottom: 50px;
}
.t_left {
  text-align: left;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.div_01 {
  text-align: left;
  margin-top: 60px;
}
.div_01 h3 {
  font-size: 27px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
}
.cation {
  font-size: 12px;
  margin-top: 15px;
  text-align: left;
}
.container-wide h3 {
  font-size: 31px;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
}

/*開閉ボタン----------------------------------------*/
.container-wide {
  width: 1100px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.toggle-box {
  margin-bottom: 20px;
}
.toggle-checkbox {
  display: none;
}
.toggle-label {
  background: #000;
  color: #fff;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 31px;
  cursor: pointer;
  display: block;
  position: relative;
}
.arrow-img {
  width: 37px;
  height: 37px;
  background: url('../img/owners/arrow_down.png') no-repeat center;
  background-size: contain;
  display: inline-block;
  transition: transform 0.3s ease;
  position: absolute;
  right: 2%;
  top: 30%;
}
.toggle-checkbox:checked + .toggle-label .arrow-img {
  transform: rotate(180deg);
}
.toggle-checkbox:checked + .toggle-label + .toggle-content {
  display: block;
}
/*----------------------------------------*/
.toggle-content {
  display: none;
  padding: 0px 50px 100px;
  text-align: left;
  background-color: #f2f2f2;
}

.toggle-box h4 {
  font-size: 27px;
  font-weight: 500;
  padding-top: 30px;
  margin-bottom: 10px;
}
.toggle-box .cation {
  font-size: 12px;
  margin-top: 10px;
}
.table-caption {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  border: 1px solid #000;
  display: inline-block;
  padding: 0px 30px;
  margin-bottom: 20px;
}
.load-table table {
  width: 100%;
  border-collapse: collapse;
}
.load-table th, .load-table td {
  border: 1px solid #000;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
.load-table th {
  width: 28%;
}
.load-table th span {
  font-size: 13px;
  vertical-align: 3px;
}
.load-table td {
  font-size: 15px;
}
.toggle-content img {
  margin-top: 50px;
}
.injury-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
.injury-table th, .injury-table td {
  border: 1px solid #000;
  padding: 5px 5px;
  font-size: 14px;
  font-feature-settings: "palt";
  vertical-align: middle;
}
.injury-table th {
  background: #ccc;
  text-align: center;
}
.injury-table th:first-child {
  width: 19%;
}
.injury-table td:first-child {
  width: 69%;
}
.injury-table td:last-child {
  text-align: center;
}
.bg_blue .cation {
  text-align: left;
  font-size: 12px;
}
.bg_blue .btn {
  margin-top: 70px;
  display: inline-block;
  background: url('../img/owners/btn_arrow.png') no-repeat 95%;
  background-color: #2a356a;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 150px 10px 50px;
}
.pamphlet {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: 100px;
}
.pamphlet p {
  font-size: 15px;
}
#TB_window {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 10000 !important;
}
.movie-caption {
  margin-top: 10px;
}
.date {
  text-align: right;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	#plan, #hosho, #contact {
  scroll-margin-top: 50px;
	display: block;
}
  .container-wide {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .main_img {
    margin-bottom: 20px;
  }
  .main_img img {
    width: 100%;
    float: none;
  }
  .main_box {
    width: 100%;
    top: 0;
    padding: 10% 7% 10%;
  }
  .main_box img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .main_box p {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 7%;
  }
  .button-wrap a {
    margin-bottom: 4%;
    width: 100%;
    font-size: 4vw;
    padding: 5% 10% 5% 0%;
    background: url('../img/owners/btn_arrow.png') no-repeat 95%;
  }
  /*メニュー---------------------------*/
	.anchor_menu {
	padding: 5px 0;
	}
	.anchor_menu a {
    font-size: 3.3vw;
    line-height: 1.3;
  }
  .bar {
    margin: 0 0px;
    font-size: 7vw;
  }
  /*---------------------------------*/
  .quality {
    margin-top: 35px;
    display: block;
  }
  .quality_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .quality .text {
    width: 100%;
  }
  .quality p {
    font-size: 4vw;
    margin-bottom: 30px;
  }
  p span {
    font-size: 3vw;
    vertical-align: 3px;
  }
  .lead {
    margin-bottom: 25px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div_01 {
    text-align: left;
    margin-top: 30px;
  }
  .div_01 h3 {
    font-size: 4.5vw;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .cation {
    font-size: 3vw;
    margin-top: 15px;
    text-align: left;
  }
  .lead {
    text-align: left;
  }
  .container-wide h3 {
    font-size: 4.5vw;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
  }
  /*開閉ボタン----------------------------------------*/
  .toggle-label {
    padding: 10px 0px;
    font-size: 4vw;
    line-height: 1.5;
  }
  .arrow-img {
    width: 7%;
    background: url('../img/owners/arrow_down.png') no-repeat center;
    background-size: contain;
    display: inline-block;
    transition: transform 0.3s ease;
    position: absolute;
    right: 5%;
    top: 23%;
  }
  .toggle-checkbox:checked + .toggle-label + .toggle-content {
    display: block;
  }
  /*----------------------------------------*/
  .toggle-content {
    padding: 0px 5% 50px;
  }
  .toggle-box h4 {
    font-size: 4.5vw;
    font-weight: 500;
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .toggle-box .cation {
    font-size: 3vw;
    margin-top: 10px;
  }
  .table-caption {
    font-size: 4.5vw;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .load-table th, .load-table td {
    border: 1px solid #000;
    padding: 10px;
    text-align: left;
  }
  .load-table th {
    width: 40%;
    font-size: 3.5vw;
  }
  .load-table th span {
    font-size: 3vw;
  }
  .load-table td {
    font-size: 3.3vw;
  }
  .toggle-content img {
    margin-top: 25px;
  }
  .injury-table {
    margin-bottom: 20px;
  }
  .injury-table th, .injury-table td {
    font-size: 3.5vw;
    display: flex;
  }
  .injury-table th {
    background: #ccc;
    text-align: center;
    border-bottom: none;
  }
  .injury-table th:first-child {
    width: 100%;
  }
  .injury-table_sp {
    font-size: 3.5vw;
    width: 100%;
  }
  .injury-table_sp th, .injury-table_sp td {
    padding: 7px;
    border: 1px solid #000;
    vertical-align: middle;
  }
  .injury-table_sp th {
    background: #ccc;
  }
  .injury-table_sp .th_01 {
    width: 100%;
  }
  .injury-table_sp .th_02 {
    width: 50%;
    text-align: center;
  }
  .injury-table_sp td:first-child {
    width: 65%;
  }
  .injury-table_sp td:last-child {
    text-align: center;
  }
  .bg_blue .lead {
    text-align: left;
  }
  .bg_blue .cation {
    text-align: left;
    font-size: 3vw;
  }
  .bg_blue .btn {
    width: 100%;
    margin-top: 30px;
    font-size: 4vw;
    padding: 10px 20px 10px 20px;
  }
  .pamphlet {
    display: block;
    gap: 10px;
    margin-bottom: 50px;
  }
  .pamphlet p {
    margin-top: -10px;
    font-size: 4vw;
    line-height: 1.3;
  }
	#TB_window {
    width: 96vw !important;
    aspect-ratio: 674 / 420 !important;
    height: auto !important;
    max-height: 90vh !important;
  }
  #TB_iframeContent {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 674 / 420 !important;
  }
  .movie-caption {
    line-height: 1.3;
  }
  .date {
    font-size: 3vw;
  }
}