@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++
   File: business_detail.css
   Update: 2026-03-18
   (c)kobako design
++++++++++++++++++++++++++++++++++++++ */



/* ////////////////////////////////////////////////////////////////////////

   PC

//////////////////////////////////////////////////////////////////////// */

/* ====================================================
		Contents
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#contents article {
  padding-top: 160px;
}


/* ====================================================
		Header
==================================================== */
/* -------------------------------
		Global Navigation
------------------------------- */
#gNavi ul li:nth-child(1) a {
  color: #de3e21;
}
#gNavi ul li.has-child ul li a {
  color: #262423;
}


/* ====================================================
		Lead Text
==================================================== */
/* -------------------------------
		Text
------------------------------- */
#contents .leadTxt {
  font-size: 1.5rem;
}


/* ====================================================
		Service
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#service {
  padding-top: 110px;
}

/* -------------------------------
		Title
------------------------------- */
#service h2 {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
#service h2::after {
  content: '';
  width: 24px;
  height: 2px;
  background: #de3e21;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* -------------------------------
		List
------------------------------- */
#service ul {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
  margin: 0 auto;
}
#service ul li {
  font-size: 1.5rem;
  position: relative;
}
#service ul li::after {
  content: '　／　';
  color: #b3b3b3;
}
#service ul li:last-child::after {
  content: none;
}

/* Bottom List */
#service .bottomList {
  border-top: 1px solid #dfdede;
}


/* ====================================================
		Gallery
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#gallery {
  padding-top: 130px;
}

/* -------------------------------
		Caption
------------------------------- */
#gallery ul li p {
  font-size: 1.3rem;
  padding-top: 5px;
}

/* -------------------------------
		Photo
------------------------------- */
#gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#gallery ul li img {
  border-radius: 3px;
}

/* -------------------------------
		Photo - Large
------------------------------- */
#gallery ul.largePhoto li {
  width: 48%;
}
#gallery ul.largePhoto li:nth-child(2) {
  margin-left: 4%;
}

/* -------------------------------
		Photo - Small
------------------------------- */
#gallery ul.smallPhoto {
  padding-top: 35px;
}
#gallery ul.smallPhoto li {
  width: 31.6%;
  margin-bottom: 35px;
}
#gallery ul.smallPhoto li:nth-child(2),
#gallery ul.smallPhoto li:nth-child(3) {
  margin-left: 2.6%;
}


/* ====================================================
		Works
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#works {
}
#works section {
  padding-bottom: 50px;
}

/* -------------------------------
		Title
------------------------------- */
#works h3 {
  font-size: 2.2rem;
  font-weight: 400;
  padding-bottom: 15px;
}

/* -------------------------------
		Table
------------------------------- */
#works table {
  width: 100%;
  table-layout: fixed;
}
#works table tr th:nth-child(1),
#works table tr td:nth-child(1) {
  width: calc(90px - 1px);
}
#works table tr th:nth-child(2),
#works table tr td:nth-child(2) {
  width: calc(680px - 1px);
}
#works table tr th:nth-child(3),
#works table tr td:nth-child(3) {
  width: auto;
}

/* Thead */
#works table thead tr th {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  background: #182a56;
  padding: 3px 0;
}
#works table thead tr th:nth-child(1),
#works table thead tr th:nth-child(2) {
  border-right: 1px solid #747f9a;
}

/* Tbody */
#works table tbody tr th,
#works table tbody tr td {
  font-size: 1.3rem;
  border-bottom: 1px solid #dfdede;
  padding: 10px;
}
#works table tbody tr th {
  font-weight: 400;
  text-align: center;
  letter-spacing: .1em;
  border-right: 1px solid #dfdede;
}
#works table tbody tr td:nth-child(2) {
  border-right: 1px solid #dfdede;
}


/* ====================================================
		Business List - Page Bottom
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#businessLinkList {
  background: #e7e9ef;
  margin-top: 250px;
  padding: 70px 0 60px;
}
/* -------------------------------
		List
------------------------------- */
#businessLinkList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#businessLinkList ul li {
  width: 32.8%;
  margin-bottom: .9%;
}
#businessLinkList ul li a {
  background: #fff;
  border-radius: 3px;
  display: block;
  padding: 20px 6% 18px;
  position: relative;
}

#businessLinkList ul li a strong,
#businessLinkList ul li a span {
  display: block;
}

/* Japanese */
#businessLinkList ul li a strong {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

/* English */
#businessLinkList ul li a span {
  color: #de3e21;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
}

/* Arrow */
#businessLinkList ul li a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-right: 1px solid #de3e21;
  border-bottom: 1px solid #de3e21;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(-50%,-50%) rotate(-45deg);
  display: block;
}

/* Current */
#businessLinkList ul li.current a {
  background: #182a56;
}
#businessLinkList ul li.current a strong,
#businessLinkList ul li.current a span {
  color: #fff;
}
#businessLinkList ul li.current a::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* Hover */
#businessLinkList ul li a:hover {
  background: #fdd000;
  opacity: 1;
}
#businessLinkList ul li.current a:hover {
  background: #182a56;
}


/* ====================================================
		Footer
==================================================== */
#gFooter {
  padding-top: 0;
}





/* ////////////////////////////////////////////////////////////////////////

   TABLET

//////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 897px) and (max-width: 1040px) {
  /* ====================================================
      Works
  ==================================================== */
  /* -------------------------------
      Table
  ------------------------------- */
  #works table tr th:nth-child(2),
  #works table tr td:nth-child(2) {
    width: calc(520px - 1px);
  }
  
  
}



/* ////////////////////////////////////////////////////////////////////////

   SMART PHONE

//////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    padding-top: 100px;
  }
  
  
  /* ====================================================
      Lead Text
  ==================================================== */
  /* -------------------------------
      Text
  ------------------------------- */
  #contents .leadTxt {
    font-size: 1.3rem;
  }
  
  
  /* ====================================================
      Service
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #service {
    padding-top: 60px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #service h2 {
    font-size: 1.6rem;
    text-align: left;
    padding: 12px 0 10px;
    margin-bottom: 0;
  }
  #service h2::after {
    width: 16px;
    height: 2px;
    background: #de3e21;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    display: block;
    transform: none;
  }
  
  /* -------------------------------
      List
  ------------------------------- */
  #service ul {
    justify-content: flex-start;
    padding: 20px 0 0;
  }
  #service ul li {
    width: calc(100% - 8px);
    font-size: 1.3rem;
    line-height: 1.4;
    padding-left: 8px;
    margin-bottom: 8px;
  }
  #service ul li:nth-of-type(odd) {
    margin-right: 4%;
  }
  #service ul li::after,
  #service ul li:last-child::after{
    content: '';
    width: 3px;
    height: 3px;
    background: #de3e21;
    border-radius: 10px;
    position: absolute;
    top: 0.6em;
    left: 0;
  }
  
  /* Bottom List */
  #service .bottomList {
    border-top: none;
    padding: 0;
  }
  
  
  /* ====================================================
      Gallery
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #gallery {
    padding-top: 80px;
  }
  
  /* -------------------------------
      Caption
  ------------------------------- */
  #gallery ul li p {
    font-size: 1.2rem;
    padding-top: 2px;
  }
  
  /* -------------------------------
      Photo - Large
  ------------------------------- */
  #gallery ul.largePhoto li {
    width: 100%;
    margin-bottom: 25px;
  }
  #gallery ul.largePhoto li:nth-child(2) {
    margin-left: 0;
  }
  
  /* -------------------------------
      Photo - Small
  ------------------------------- */
  #gallery ul.smallPhoto {
    padding-top: 0;
  }
  #gallery ul.smallPhoto li {
    width: 100%;
    margin-bottom: 25px;
  }
  #gallery ul.smallPhoto li:nth-child(2),
  #gallery ul.smallPhoto li:nth-child(3) {
    margin-left: 0;
  }
  
  
  /* ====================================================
      Works
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #works section {
    padding-bottom: 30px;
  }

  /* -------------------------------
      Title
  ------------------------------- */
  #works h3 {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  
  /* -------------------------------
      Table
  ------------------------------- */
  #works .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #works .table-scroll table {
    min-width: 700px;
  }
  #works table tr th:nth-child(1),
  #works table tr td:nth-child(1) {
    width: calc(50px - 1px);
  }
  #works table tr th:nth-child(2),
  #works table tr td:nth-child(2) {
    width: calc(500px - 1px);
  }
  
  /* Thead */
  #works table thead tr th {
    font-size: 1.1rem;
  }
  
  /* Tbody */
  #works table tbody tr th,
  #works table tbody tr td {
    font-size: 1.2rem;
    padding: 6px 10px;
  }
  
  
  /* ====================================================
      Business List - Page Bottom
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #businessLinkList {
    margin-top: 100px;
    padding: 40px 0 35px;
  }
  
  /* -------------------------------
      List
  ------------------------------- */
  #businessLinkList ul li {
    width: 49%;
    margin-bottom: 2%;
  }
  #businessLinkList ul li a {
    padding: 10px 6% 8px;
  }
  
  /* Japanese */
  #businessLinkList ul li a strong {
    font-size: 1.3rem;
  }
  
  /* Arrow */
  #businessLinkList ul li a::before {
    width: 3px;
    height: 3px;
  }
  
  
  
  
  
  
  

}