@charset "utf-8";

/* CSS Document */
.col-xs-12,
.col-sm-4,
.col-sm-6 {
  padding-right: 0px;
  padding-left: 0px;
}

body {
  color: #504038;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-family: Arial;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

h1 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 3px;
}

a:link {
  color: #504038;
  text-decoration: none;
}

/* box-shadow */
.tourvan_area ul li img,
.tuning_area ul li img,
.event_flow_area ol li img,
.qa_area ul li img,
.studio_img img,
.thumbs-slider img,
.swiper-slide img,
.gmap {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

/*.event_flow_area, .qa_area {
	box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, .1);
}*/

/* /box-shadow */

br {
  display: none;
}

h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* header */
.header {
  background: #fff;
  height: 44px;
  position: fixed;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
}

.header h1 {
  float: left;
  margin: 3px auto 0 auto;
  width: 140px;
}

/* gnav */
.gnav {
  display: none;
}

.gnav.on {
  display: block;
}

.gnav ul {
  background: #f5f5f5;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  padding: 13px 0;
  list-style: none;
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
}

.gnav ul li {
  padding: 0 15px 10px 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.gnav ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.gnav a {
  font-size: 18px;
  font-weight: bold;
  color: #504038;
}

.header .sp_menu {
  height: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 83px;
  z-index: 101;
}

.header .sp_menu span.menu_text {
  font-size: 10px;
  color: #000;
  position: absolute;
  right: 30px;
  display: inline-block;
  width: 50px;
  top: 4px;
}

.header .menu-trigger,
.header .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.header .menu-trigger {
  position: absolute;
  right: 0;
  width: 30px;
  height: 24px;
}

.header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}

.header .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.header .menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.header .menu-trigger.on span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.header .menu-trigger.on span:nth-of-type(2) {
  opacity: 0;
}

.header .menu-trigger.on span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* main_visual */
.main_visual {
  padding-top: 44px;
}

.main_visual img {
  width: 100%;
}

.swiper-slide.swiper-slide-duplicate {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* service_area */
.service_area {
  padding: 20px 0;
  background: #fff url(../images/bg_01.gif) repeat;
}

/* tourvan_area */
.tourvan_area {
  background: #fff url(../images/bg_02.gif) repeat;
  padding-bottom: 40px;
  z-index: 2;
}
.tourvan_box {
  position: relative;
  top: 44px;
}

/* box-shadow */
.tourvan_area #slider ul li img,
.tourvan_area #carousel ul li img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #ddd;
}

.tourvan_area #carousel ul li {
  margin-right: 5px;
}

.tourvan_area #carousel ul li:last-child {
  margin-right: 0;
}

.tourvan_area ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 20px 0;
}

.tourvan_area ul li .equipment_box p {
  margin: 5px 0 0;
  font-size: 10px;
  text-align: center;
}

.more_tourvan_equipment {
  border: 1px solid #504038;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  padding: 7px;
  text-align: center;
  width: 200px;
  transition: all 0.2s;
}

.more_tourvan_equipment:hover {
  background-color: #504038;
  color: #fff;
}

/* studio_area */
.studio_area {
  padding: 20px 0 40px;
  background: url(../images/bg_studio.jpg) no-repeat;
  position: relative;
}

.studio_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.studio_imgbox {
  width: 100%;
}
.studio_imgbox img {
  width: 100%;
}

.more_btn {
  border: 1px solid #504038;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  padding: 7px;
  text-align: center;
  width: 200px;
  color: #504038;
  transition: all 0.2s;
}
.more_btn:hover {
  background-color: #504038;
  color: #fff;
}

/* tuning_area */
.tuning_area {
  padding: 20px 0 40px;
  background: url(../images/bg_03.gif) no-repeat;
}

.tuning_area ul {
  list-style: none;
  padding: 0;
}

.tuning_area ul li {
  margin-bottom: 40px;
}

.tuning_area ul li:last-child {
  margin-bottom: 0;
}

.tuning_area ul li .tuning_imgbox {
  margin-bottom: 20px;
}

.modal-content {
  position: fixed;
  margin: 0;
  width: 95%;
  max-width: 640px;
  height: 305px;
  /*padding:25px 10px 10px;
border:2px solid #aaa;
background:#fff;*/
  z-index: 999;
}

.modal-content p {
  margin: 0;
  padding: 0;
}

.modal-content p.flex-caption {
  margin-top: 10px;
  text-align: center;
}

.modal-overlay {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-close {
  color: #000;
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  background: #fff;
  padding: 3px;
}

.modal-close:hover {
  cursor: pointer;
  color: #666;
  text-decoration: none;
}

.tourvan_area ul.slides {
  margin-bottom: 0;
  margin-top: 5px;
}

.tourvan_area .carousel .flex-viewport ul.slides {
  margin-top: 0;
}

.tourvan_area ul.flex-direction-nav {
  margin: 0;
}

/* company_area */
.company_area {
  padding: 20px 0 40px;
  position: relative;
  background: #f5f5f5;
}

.company_area .company_main_area {
}

.company_area .overview_area {
}

.company_area .overview_area ul {
  list-style: none;
  padding-left: 0;
}

.company_area .overview_area ul li {
  border-bottom: #ddd solid 1px;
  padding: 10px 0;
  text-align: left;
}

.company_area .overview_area ul li:first-child {
  border-top: #ddd solid 1px;
}

.company_area .overview_area ul li dl {
  display: table;
  width: 100%;
  margin: 0;
}

.company_area .overview_area ul li dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 28%;
  font-size: 10px;
}

.company_area .overview_area ul li dl dd {
  display: table-cell;
  width: 72%;
}

.company_area .overview_area ul li dl dd ul {
}

.company_area .overview_area ul li dl dd ul li {
  padding: 0;
  border: none;
}

.company_area .overview_area ul li dl dd ul li:first-child {
  border-top: none;
}

.company_area .overview_area ul li dl dd ul li a {
  text-decoration: underline;
}

.company_area .overview_area ul li dl dd ul li a:hover {
  text-decoration: none;
}

.company_area .map_area {
  margin: 20px 0;
}

.gmap {
  position: relative;

  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.gmap iframe,
.gmap object,
.gmap embed {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.gmap p {
  padding: 5px 10px 0;
}

.page_top {
  position: fixed;
  right: 15px;
  bottom: 0;
  margin-bottom: 0;
  cursor: pointer;
  z-index: 10;
}

/* footer */
.footer_area {
  padding: 24px 0 13px;
  background: #999 url(../images/bg_04.gif) repeat-x top;
  text-align: center;
  position: relative;
}

.footer_area .copy {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}

/*------------------------------------------------------------
cobraページ
--------------------------------------------------------------*/
.cobra_hero_visual {
  position: relative;
  background: url(../../images/cobra/bg_cobra_hero.png) no-repeat;
  background-color: #000;
  background-size: cover;
  padding: 0 0 100px;
}
.cobra_hero_visual::before {
  position: absolute;
  content: "FITTING";
  opacity: 0.5;
  bottom: -1%;
  right: 4%;
  font-size: 80px;
  font-weight: bold;
  background: linear-gradient(to right, #383838 0%, #352929 50%, #353535 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  z-index: 0;
}
.hero-contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  overflow-x: hidden;
  gap: 16px;
  z-index: 3;
}
.hero-info {
  margin-top: -20px;
}
.hero-info span {
  display: inline-block;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 32px;
}
.cobra_video {
  max-height: 700px;
}
.cobra_logo {
  margin-top: 32px;
  max-width: 120px;
}
.cobra_logo img {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cobra_hero_visual h1 {
  position: relative;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  margin: 24px 0 8px 48px;
}
.cobra_hero_visual h1::before {
  position: absolute;
  content: "";
  background-image: url(../../images/cobra/golfball.png);
  background-size: cover;
  width: 32px;
  height: 32px;
  top: 8px;
  left: -40px;
}
.cobra_hero_visual p {
  color: #fff;
  font-size: 16px;
  line-height: 3.2rem;
  font-weight: normal;
  margin-bottom: 32px;
  margin-left: 48px;
}
a.reservation_btn {
  padding: 12px 72px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  background: #4d0000;
  border-radius: 99px;
  display: inline-block;
  max-width: 320px;
  width: 100%;
  transition: all 0.3s;
}
a.reservation_btn:hover {
  background: #fff;
  color: #4d0000;
}
.cobra_lead {
  position: relative;
  padding: 40px 0 120px;
  background: url(../../images/cobra/bg_cobra_lead.jpg) no-repeat;
  background-size: cover;
}
.cobra_lead::before {
  position: absolute;
  content: "MENU";
  bottom: 0%;
  left: 4%;
  opacity: 0.5;
  font-size: 80px;
  font-weight: bold;
  background: linear-gradient(to right, #383838 0%, #352929 50%, #353535 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  z-index: 0;
}
.cobra_lead p {
  position: relative;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 3.2rem;
  margin-bottom: 24px;
  font-weight: normal;
  z-index: 3;
}
.cobra_lead p:last-child {
  margin-bottom: 0px;
}

.cobra_fitting {
  padding: 0px 0 40px;
  background: url(../../images/cobra/bg_cobra_menu.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}

.menu-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: -32px;
}
.menu-card {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.menu-card__img {
  aspect-ratio: 4 / 3;
  max-width: 400px;
  max-height: 320px;
}
.menu-card__img img {
  width: 100%;
  height: 100%;
}
.menu-card__disc {
  text-align: left;
  padding: 16px;
  background: #f1f1f1;
}
.menu-card__disc small {
  font-size: 16px;
  font-weight: bold;
}
.menu-card__disc h2 {
  text-align: left;
  margin: 0;
  font-size: 24px;
  padding-bottom: 8px;
}
.menu-card__disc p {
  margin: 0;
  font-size: 16px;
}
.fitting-menu h2 {
  font-size: 32px;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  line-height: 4rem;
}
.fitting-menu h2 span {
  display: inline-block;
  font-size: 32px;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
}
.fitting-lead {
  font-size: 16px;
  margin-bottom: 24px;
}
.fitting-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.fitting-info__plan,
.fitting-info__time {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  font-size: 16px;
}
.fitting-info__plan::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 2px;
  width: 24px;
  height: 24px;
  background: url(../../images/cobra/icon_money.png) no-repeat;
  background-size: cover;
}
.fitting-info__time::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 2px;
  width: 24px;
  height: 24px;
  background: url(../../images/cobra/icon_time.png) no-repeat;
  background-size: cover;
}

.fitting-menu__attention {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.fitting-menu__attention p {
  font-size: 14px;
}
.fitting-flow {
  background: url(../../images/cobra/bg_cobra_flow.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0 40px;
  position: relative;
  text-align: center;
}
.fitting-flow::before {
  position: absolute;
  content: "FlOW";
  top: -0.6%;
  right: 5%;
  opacity: 0.5;
  font-size: 80px;
  font-weight: bold;
  background: linear-gradient(to right, #383838 0%, #352929 50%, #353535 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  z-index: 0;
}
.flow-head h2 {
  font-size: 32px;
  line-height: 4rem;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  text-align: left;
  color: #fff;
}
.flow-head h2 span {
  display: inline-block;
  font-size: 32px;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
}
.flow-head p {
  font-size: 14px;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  text-align: left;
}
.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: fit-content;
  margin: 40px 0;
}
.flow-step {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: fit-content;
  text-align: left;
}
.flow-number {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: fit-content;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: -93px;
  z-index: 2;
  width: fit-content;
}
.flow-number small {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: -4px;
}
.flow-number h3 {
  font-size: 32px;
  margin: 0;
}
.flow-number__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #353535;
  padding: 16px;
  align-items: center;
  max-width: 800px;
}
.flow-number__info__img {
  aspect-ratio: 8 / 5;
}
.flow-number__info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flow-number__info__disc {
  color: #fff;
}
.flow-number__info__disc h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px;
}
.flow-number__info__disc p {
  font-size: 16px;
  line-height: 2.4rem;
}

.cobra_facilities {
  position: relative;
  padding: 40px 15px;
  background-color: #000000;
  background: url(../../images/cobra/bg_cobra_facility.jpg) no-repeat;
  background-size: cover;
}
.cobra_facility-head {
  position: relative;
}
.cobra_facility-head h1 {
  font-size: 56px;
  background: linear-gradient(to right, #383838 0%, #352929 50%, #353535 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.cobra_facility-head h2 {
  font-size: 32px;
  line-height: 4rem;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  margin-bottom: 24px;
  text-align: center;
}
.cobra_facility-head p {
  font-size: 20px;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  text-align: center;
}
.gallery-container.cobra_facility-gallery {
  max-width: 960px;
}
.main-slider--cobra {
  position: relative;
}
.main-slider--cobra .swiper-wrapper {
  height: 100%;
}
.main-slider--cobra .swiper-slide {
  height: 100%;
}

.main-slider--cobra .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main-slider--cobra .swiper-slide img {
  max-width: 100%;
  max-height: 540px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  align-self: center;
}

.thumbs-slider--cobra {
  margin-top: 10px;
}

.thumbs-slider--cobra .swiper-slide {
  cursor: pointer;
  transition: opacity 0.3s;
  position: relative;
}
.thumbs-slider--cobra .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  transition: background 0.3s;
}
.thumbs-slider--cobra .swiper-slide.swiper-slide-thumb-active::after {
  background: transparent;
}

.thumbs-slider--cobra .swiper-slide img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
/* カスタムナビゲーションボタン */
.swiper-button-prev-custom--cobra,
.swiper-button-next-custom--cobra {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.9);
  opacity: 0.7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  background: rgba(255, 255, 255);
}

.swiper-button-prev-custom--cobra {
  left: 8%;
}

.swiper-button-next-custom--cobra {
  right: 8%;
}

.swiper-button-prev-custom--cobra::before {
  font-family: "flexslider-icon";
  content: "\f001";
  font-size: 24px;
}

.swiper-button-next-custom--cobra::before {
  font-family: "flexslider-icon";
  content: "\f002";
  font-size: 24px;
}

.faq {
  position: relative;
  padding: 80px 15px 80px;
  background-color: #000000;
  background: url(../../images/cobra/bg_cobra_faq.jpg) no-repeat;
  background-size: cover;
}
.faq::before {
  position: absolute;
  content: "QA";
  top: 0.3%;
  right: 4%;
  opacity: 0.8;
  font-size: 80px;
  font-weight: bold;
  background: linear-gradient(to right, #383838 0%, #352929 50%, #353535 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  z-index: 0;
}
.faq-head h2 {
  font-size: 32px;
  line-height: 4rem;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  text-align: left;
  color: #fff;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.accordion-header {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 24px 52px 24px 64px;
  background-color: #444444;
  border-radius: 8px;
  cursor: pointer;
}

.accordion-header.active {
  border-radius: 8px 8px 0px 0px;
}

.accordion-header::before {
  position: absolute;
  content: "Q";
  background-color: #000000;
  color: #fff;
  padding: 2px 10px;
  top: calc(50% - 18px);
  left: 16px;
  font-size: 24px;
  font-weight: normal;
}

.accordion-header::after {
  position: absolute;
  content: "+";
  color: #fff;
  top: calc(50% - 39px);
  right: 16px;
  font-size: 48px;
  font-weight: 200;
}
.accordion-header.active::after {
  position: absolute;
  content: "-";
  top: calc(50% - 108px);
  right: 7px;
  font-size: 136px;
  font-weight: 100;
}

.accordion-content {
  position: relative;
  color: #fff;
  font-size: 16px;
  padding: 0 24px 0 80px; /* 初期状態は上下0 */
  background-color: #1e1e1e;
  border-radius: 0 0 8px 8px;
  max-height: 0;
  overflow: hidden;
}

/* 開いた状態 */
.accordion-content.open {
  max-height: 500px; /* コンテンツより少し大きめに設定 */
  padding: 24px 24px 24px 88px; /* 開いた時のパディング */
}
.accordion-content::before {
  position: absolute;
  content: "A";
  background-color: #fff;
  color: #000;
  padding: 2px 10px;
  top: calc(50% - 18px);
  left: 40px;
  font-size: 24px;
  font-weight: normal;
}

/*------------------------------------------------------------
STUDIOページ
--------------------------------------------------------------*/
.hero {
  padding-top: 44px;
}
.hero_visual {
  height: 100%;
  max-height: 600px;
  width: 100%;
  position: relative;
  background-color: #333;
}

.hero_visual video {
  max-height: 600px;
  width: 100%;
  object-fit: contain;
}
.gallery-container {
  margin: 20px 0;
  overflow-x: hidden;
}

.swiper-wrapper {
  align-items: center;
}
.main-slider {
  position: relative;
}
.main-slider .swiper-wrapper {
  height: 100%;
}
.main-slider .swiper-slide {
  height: 100%;
}

.main-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main-slider .swiper-slide img {
  max-width: 100%;
  max-height: 540px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  align-self: center;
}

.thumbs-slider {
  margin-top: 10px;
}

.thumbs-slider .swiper-slide {
  cursor: pointer;
  transition: opacity 0.3s;
  position: relative;
}
.thumbs-slider .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  transition: background 0.3s;
}
.thumbs-slider .swiper-slide.swiper-slide-thumb-active::after {
  background: transparent;
}

.thumbs-slider .swiper-slide img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* カスタムナビゲーションボタン */
.swiper-button-prev-custom,
.swiper-button-next-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.9);
  opacity: 0.7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  background: rgba(255, 255, 255);
}

.swiper-button-prev-custom {
  left: 10%;
}

.swiper-button-next-custom {
  right: 10%;
}

.swiper-button-prev-custom::before {
  font-family: "flexslider-icon";
  content: "\f001";
  font-size: 24px;
}

.swiper-button-next-custom::before {
  font-family: "flexslider-icon";
  content: "\f002";
  font-size: 24px;
}

.floor_map {
  padding: 20px 0 40px;
  background: url(../images/bg_studio.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.facility-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.facility-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #fff;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #dddddd;
}

.facility-card__img {
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
}

.facility-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.facility-card__disc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.facility-card__disc__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.facility-card__disc__floor {
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  background-color: #504038;
  margin-bottom: 0;
}
.facility-card__disc h2 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
}
.facility-card__disc p {
  margin: 0;
}
.facility-card__disc__btn {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.floor_btn {
  border: 1px solid #504038;
  border-radius: 4px;
  display: block;
  padding: 7px;
  text-align: center;
  width: 100%;
  color: #504038;
  transition: all 0.2s;
}
.floor_btn:hover {
  background-color: #504038;
  color: #fff;
}

/*------------------------------------------------------------ mediaクエリ（428px~） --------------------------------------------------------------*/
@media screen and (min-width: 428px) {
  .facility-cards {
    grid-template-columns: 1fr;
  }
  .facility-card {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .facility-card__img,
  .facility-card__disc {
    width: 50%;
  }

  .facility-card__disc__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/*------------------------------------------------------------ mediaクエリ（768px~） --------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  br {
    display: block;
  }

  .modal-content {
    height: 481px;
  }
  /* tourvan_area */
  .tourvan_box {
    position: relative;
    top: 100px;
  }

  /* studio_area */
  .studio_img {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 40px;
    margin-bottom: 40px;
  }
  .studio_imgbox {
    width: 50%;
  }
  .studio_img {
    width: 100%;
  }
  /* tuning_area */
  .tuning_area ul li {
    display: flex;
    width: 100%;
  }

  .tuning_area ul li:last-child {
    /*flex-direction:row-reverse*/
  }

  .tuning_area ul li .tuning_imgbox {
    width: 35%;
  }

  .tuning_area ul li .tuning_txtbox {
    width: 65%;
  }

  .tuning_area ul li:last-child .tuning_txtbox {
    width: 65%;
    padding-left: 0;
    padding-right: 20px;
  }

  .tuning_area ul li .tuning_txtbox {
    padding-left: 20px;
  }

  .tuning_area ul li .tuning_txtbox br {
    display: none;
  }

  /*------------------------------------------------------------
STUDIOページ
--------------------------------------------------------------*/
  .thumbs-slider {
    margin-top: 20px;
  }

  .thumbs-slider .swiper-slide {
    margin-right: 10px;
  }
  .swiper-button-prev-custom {
    left: 10%;
  }

  .swiper-button-next-custom {
    right: 10%;
  }
  .swiper-button-prev-custom,
  .swiper-button-next-custom {
    transition: all 0.3s;
    background: none;
  }
  .swiper-button-prev-custom:hover,
  .swiper-button-next-custom:hover {
    background: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255);
  }

  /*------------------------------------------------------------
cobraページ
--------------------------------------------------------------*/
  .cobra_hero_visual {
    max-height: none;
    padding: 0 0 0px;
  }
  .cobra_hero_visual::before {
    font-size: 80px;
    bottom: -0.3%;
  }
  .hero-contents {
    flex-direction: column-reverse;
    padding-bottom: 100px;
    gap: 56px;
  }
  .cobra_logo {
    margin-top: 32px;
    max-width: 160px;
  }
  .cobra_hero_visual h1 {
    font-size: 32px;
    margin: 24px 0 8px 47px;
  }
  .cobra_hero_visual h1::before {
    left: -48px;
    top: 2px;
  }
  .cobra_hero_visual h1 span {
    font-size: 32px;
  }
  .cobra_hero_visual p {
    font-size: 16px;
    line-height: 3.2rem;
    margin-bottom: 24px;
    line-height: 28px;
  }
  .cobra_video {
    max-height: 870px;
  }
  .cobra_lead {
    padding: 80px 0 160px;
  }
  .cobra_lead::before {
    bottom: 10%;
    left: 13%;
    font-size: 110px;
  }
  .cobra_lead p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 3.2rem;
    margin-bottom: 24px;
    font-weight: normal;
  }

  .cobra_fitting {
    padding: 0px 0 40px;
  }

  .menu-cards {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 16px;
    margin-top: -48px;
  }
  .menu-card {
    display: flex;
    flex-direction: column;
  }
  .fw-hyb {
    margin-top: -110px;
  }
  .iron {
    margin-top: -155px;
  }
  .menu-card__img {
    aspect-ratio: 4 / 3;
    max-width: 400px;
    max-height: 320px;
  }
  .fitting-menu h2 {
    font-size: 40px;
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
  }
  .fitting-lead {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .fitting-info {
    display: flex;
    justify-content: center;
    gap: 16px;
  }

  .fitting-info__plan,
  .fitting-info__time {
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
    font-size: 20px;
  }

  .fitting-menu__attention {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .fitting-menu__attention p {
    font-size: 14px;
  }
  .fitting-flow {
    background: url(../../images/cobra/bg_cobra_flow.jpg) no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
  }
  .flow-head h2 {
    font-size: 40px;
  }
  .flow-head h2 span {
    font-size: 40px;
  }
  .flow-head p {
    position: relative;
    font-size: 14px;
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    color: #fff;
    text-align: left;
    z-index: 10;
  }
  .flow-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: fit-content;
    margin: 40px 0;
  }
  .flow-step {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: fit-content;
    text-align: left;
  }
  .flow-number {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: fit-content;
    align-items: center;
    padding: 10px 16px;
    margin-bottom: 0px;
  }
  .flow-number small {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -8px;
  }
  .flow-number h3 {
    font-size: 48px;
    margin: 0;
  }
  .flow-number__info {
    display: flex;
    flex-direction: row;
    gap: 24px;
    background: #353535;
    padding: 40px;
    align-items: center;
    max-width: 800px;
  }
  .flow-number__info__img {
    aspect-ratio: 8 / 5;
    max-width: 240px;
    height: 150px;
  }
  .flow-number__info__disc h4 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .flow-number__info__disc p {
    font-size: 16px;
    line-height: 2.4rem;
  }
  .cobra_facility-head h1 {
    font-size: 110px;
  }
  .faq {
    padding: 80px 15px 80px;
    background-color: #000000;
  }
  .faq::before {
    top: -0.2%;
    right: 3%;
    font-size: 110px;
  }
}

/*------------------------------------------------------------
mediaクエリ（992px~）
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  h1 {
    text-align: center;
  }

  h2 {
    text-align: center;
    margin-bottom: 40px;
  }

  /*------------------------------------------------------------
header 
--------------------------------------------------------------*/
  .header {
    height: 73px;
  }

  .header h1 {
    float: left;
    margin: 20px 0 0 0;
    width: 234px;
  }

  .header .sp_menu {
    display: none;
  }

  /*------------------------------------------------------------
gnav 
--------------------------------------------------------------*/
  .gnav {
    position: relative;
    display: block;
  }

  .gnav ul {
    position: absolute;
    top: 28px;
    right: 0;
    background: #fff;
    width: 666px;
    left: auto;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }

  .gnav ul li {
    float: left;
    margin: 0 14px;
    border: none;
  }

  .gnav a {
    font-size: 18px;
    font-weight: bold;
  }

  /*------------------------------------------------------------
main visual 
--------------------------------------------------------------*/

  p {
    margin-bottom: 20px;
  }

  .main_visual {
    padding-top: 73px;
  }

  /* service_area */
  .service_area {
    padding: 40px 0 140px;
  }

  .service_area p {
    text-align: center;
  }

  /* tourvan_area */

  .tourvan_area {
    position: relative;
    height: 825px;
  }

  .p_reative {
    position: relative;
    top: -180px;
    z-index: 1;
  }

  .tourvan_area:before {
    content: " ";
    background: url(../../images/tourvan_bg_t.png) no-repeat top center;
    position: absolute;
    top: -220px;
    width: 100%;
    height: 280px;
  }

  .tourvan_area:after {
    content: " ";
    background: url(../../images/tourvan_bg_b.png) no-repeat bottom center;
    transform: scale(-1, 1);
    padding: 0 0 100px 0;
    position: absolute;
    bottom: -230px;
    width: 100%;
    height: 280px;
    z-index: -1;
  }

  .tourvan_area p {
    text-align: center;
  }

  .tourvan_area ul {
    margin: 40px 0 30px;
  }

  .tourvan_area ul li {
    text-align: center;
  }

  .tourvan_area ul li .equipment_box p {
    font-size: 14px;
  }

  .tourvan_box {
    position: relative;
    top: -110px;
  }

  /* studio_area */
  .studio_area {
    padding: 180px 0 20px;
  }
  .studio_area p {
    text-align: center;
    margin-bottom: 40px;
  }

  .studio_img {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
  }

  .studio_area:after {
    content: " ";
    background: url(../../images/studio_bg_b.png) no-repeat bottom center;
    padding: 0 0 100px 0;
    position: absolute;
    bottom: -230px;
    width: 100%;
    height: 280px;
    z-index: -1;
  }

  .hero {
    padding-top: 73px;
  }
  .floor_map::after {
    content: "";
    background: url(../../images/studio_bg_b.png) no-repeat top center;
    position: absolute;
    padding-top: 100px;
    width: 100%;
    z-index: -1;
    height: 420px;
    top: -190px;
    transform: scale(-1, -1);
  }

  .gallery-container {
    max-width: 1200px;
    margin: 40px auto;
  }

  .swiper-button-prev-custom {
    left: 18%;
  }

  .swiper-button-next-custom {
    right: 18%;
  }

  .facility-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  /* tuning_area */

  .tuning_area {
    padding: 200px 0;
    position: relative;
    z-index: 2;
  }

  .tuning_area ul li {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .tuning_area ul li .tuning_imgbox {
    width: 75%;
  }

  .tuning_area ul li:first-child .tuning_txtbox {
    padding-left: 30px;
  }

  .tuning_area ul li:first-child .tuning_txtbox br {
    display: none;
  }

  /* company_main_area */

  .company_area {
    padding: 0 0 60px;
    position: relative;
  }

  .company_area:before {
    content: " ";
    background: url(../../images/company_bg_t.png) no-repeat top center;
    padding: 160px 0 0 0;
    position: absolute;
    top: -180px;
    width: 100%;
    height: 280px;
    z-index: 0;
  }

  .company_area h1 {
    position: relative;
    z-index: 1;
  }

  .company_area .company_main_area {
    padding-top: 20px;
  }

  .company_area .overview_area ul li dl dt {
    font-size: 14px;
  }
  .cobra_hero_visual h1 {
    font-size: 24px;
  }
  .cobra_hero_visual h1 span {
    font-size: 24px;
  }
  .hero-contents {
    flex-direction: row;
    padding-bottom: 0px;
  }
  .cobra_hero_visual::before {
    bottom: -0.8%;
    left: calc(50% - 213px);
    font-size: 64px;
  }
  .cobra_hero_visual h1::before {
    left: -48px;
    top: 2px;
  }
  .fw-hyb {
    margin-top: -105px;
  }
  .iron {
    margin-top: -150px;
  }
  .fitting-flow::before {
    top: 3%;
    right: 13%;
    font-size: 120px;
  }

  .cobra_facility-head::before {
    top: -100%;
    font-size: 120px;
    right: 0;
    left: 0%;
  }
  .swiper-button-prev-custom--cobra {
    left: 20%;
  }

  .swiper-button-next-custom--cobra {
    right: 20%;
  }
}

@media screen and (min-width: 1200px) {
  .tourvan_area {
    height: 985px;
  }
  .cobra_hero_visual h1 {
    font-size: 40px;
  }
  .cobra_hero_visual h1 span {
    font-size: 40px;
  }
  .cobra_hero_visual h1::before {
    left: -48px;
    top: 12px;
  }
  .cobra_hero_visual::before {
    bottom: 1%;
  }
  .flow-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: fit-content;
    margin: 40px 0;
  }
  .flow-step {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: fit-content;
    text-align: left;
  }
  .flow-number {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: fit-content;
    align-items: center;
    padding: 10px 16px;
    margin-bottom: 0px;
  }
  .cobra_hero_visual::before {
    bottom: 0.2%;
    left: calc(50% - 210px);
    font-size: 80px;
  }
  .st2-4 {
    margin-left: 110px;
  }
  .st3 {
    margin-left: 220px;
  }
  .faq::before {
    top: 0.8%;
    right: 4%;
    font-size: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .faq::before {
    right: 9%;
  }
}
