@charset "UTF-8";
a {
  border: none;
  outline: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

p {
  font-weight: 500;
}

p.link_txt {
  padding: 10px 0 40px;
}

p.link_txt a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

p.link_txt a:before {
  content: '▶︎ ';
  display: inline-block;
  font-size: 11px;
  color: #ea5504;
  padding-right: 5px;
}

.btn_area {
  display: block;
  margin-bottom: 40px;
}

.btn a {
  background: #f19900;
}

.btn a:hover {
  background: #f85d0a;
}

section h1.ttl {
  position: relative;
  text-indent: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
}

section h1.ttl span {
  position: absolute;
  font-size: 14px;
  right: 10px;
  top: 10px;
  font-weight: 500;
}

section .section_in h2 {
  display: block;
  background: #f2f2f2;
  border: solid 1px #e5e5e5;
  padding: 8px 24px;
  color: #f87a0a;
  font-size: 21px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 10px;
}

section .section_in h2.green {
  background: #f87a0a;
  border: solid 1px #f87a0a;
  color: #fff;
}

section .section_in h2.orange_ttl {
  background: #f87a0a;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 20px;
}

section .section_in h2.enjoy_ttl {
  background: #f1b000;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 20px;
  border: none;
}

section .section_in p {
  font-size: 15px;
  line-height: 1.8;
  padding: 10px 5px;
  color: #333;
  font-weight: 500;
}

section .ib_wrap {
  letter-spacing: -0.4em;
}

section .ib_wrap div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}

@media print, screen and (max-width: 767px) {
  section h1.ttl {
    position: relative;
  }
  section h1.ttl span {
    position: static;
    font-size: 13px;
    display: block;
    padding: 5px 0 0;
  }
  section .section_in h2 {
    padding: 8px 24px;
    color: #f87a0a;
    font-size: 18px;
  }
  section .section_in h2.orange_ttl {
    background: #f87a0a;
    color: #fff;
    padding: 12px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 20px;
  }
  section .section_in h2.enjoy_ttl {
    background: #f1b000;
    color: #fff;
    padding: 12px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 20px;
  }
  section .section_in p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  section h1.ttl span {
    font-size: 12px;
  }
  section .section_in h2 {
    padding: 8px 20px;
    color: #f87a0a;
    font-size: 16px;
  }
  section .section_in h2.enjoy_ttl {
    padding: 12px;
    font-size: 16px;
  }
  section .section_in p {
    font-size: 13px;
  }
}

.factory_notice {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: solid 2px #f87a0a;
}

.factory_notice p {
  font-size: 14px;
  line-height: 1.8;
}

.factory_notice p span {
  display: block;
  text-align: right;
  padding-bottom: 5px;
}

.factory_notice ul li {
  display: block;
  padding: 5px 5px 5px 1em;
  font-size: 14px;
  line-height: 1.7;
  box-sizing: border-box;
}

.factory_notice ul li strong {
  display: block;
  padding-bottom: 5px;
  position: relative;
}

.factory_notice ul li strong:before {
  content: '■';
  display: inline-block;
  text-indent: -1em;
  font-size: 16px;
}

.factory_notice ul li span {
  display: block;
  text-align: right;
  padding-bottom: 5px;
}

@media print, screen and (max-width: 767px) {
  .factory_notice {
    width: 100%;
    margin-bottom: 25px;
    padding: 8px 16px;
    box-sizing: border-box;
    border: solid 2px #f87a0a;
  }
  .factory_notice ul li {
    font-size: 13px;
  }
}

@media print, screen and (max-width: 480px) {
  .factory_notice {
    box-sizing: border-box;
    border: solid 1px #f87a0a;
  }
  .factory_notice p {
    font-size: 13px !important;
  }
  .factory_notice p ul li {
    font-size: 13px;
  }
  .factory_notice p ul li strong:before {
    content: '■';
    font-size: 15px;
  }
}

.factory_nav {
  width: 100%;
  padding: 0 0 30px 0;
}

.factory_nav ul {
  width: 100%;
  letter-spacing: -0.4em;
}

.factory_nav ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 32%;
  margin: 0 2% 2% 0;
}

.factory_nav ul li a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  border: solid 3px #555;
  border-radius: 6px;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.factory_nav ul li a:hover {
  border-color: #f87a0a;
  color: #f87a0a;
}

.factory_nav ul li a.current {
  background: #f87a0a;
  border-color: #f87a0a;
  color: #fff;
}

.factory_nav ul li a.current:hover {
  background: #f87a0a;
  border-color: #f87a0a;
  color: #fff;
}

.factory_nav ul li:last-child {
  margin: 0 0 2% 0;
}

.factory_column {
  padding: 20px 0;
  width: 100%;
  margin-bottom: 30px;
}

.factory_column .factory_photo {
  width: 200px;
  padding: 0 10px;
  box-sizing: border-box;
  vertical-align: middle;
}

.factory_column .factory_photo img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.factory_column .factory_txt {
  width: calc(100% - 200px);
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

.factory_column .factory_txt p span {
  color: #f87a0a;
}

h3.ttl {
  color: #f87a0a;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px;
  padding: 10px 5px 0;
}

span.attention {
  color: #ea5504;
}

.factory_table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #ddd;
  width: 100%;
  margin: 30px 0 30px;
}

.factory_table tr:nth-child(2n) {
  background: #f8f8f8;
}

.factory_table th {
  padding: 18px 15px;
  width: 10em;
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
  border-bottom: solid 1px #ddd;
  vertical-align: top;
}

.factory_table td {
  padding: 18px 15px;
  font-size: 14px;
  line-height: 1.8;
  border-bottom: solid 1px #ddd;
  width: calc(100% - 11em);
}

.factory_table td a {
  color: #f87a0a;
  text-decoration: underline;
}

.factory_table td a:hover {
  text-decoration: none;
}

.factory_table td ul.indent_item li {
  display: block;
  padding: 0px 0 2px 1em;
  text-indent: -1em;
  font-size: 14px;
}

.picture {
  width: 50%;
  margin: 30px auto 0;
}

.event_picture {
  width: 80%;
  margin: 40px auto 10px;
  border: solid 1px #ddd;
  box-sizing: border-box;
}

.gmap_wrap {
  display: block;
  margin: 10px 0;
  border: solid 1px #ddd;
  padding: 5px;
}

@media print, screen and (max-width: 767px) {
  .factory_nav ul li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .factory_nav ul li a {
    border: solid 3px #555;
    font-size: 14px;
  }
  .factory_nav ul li:last-child {
    margin: 0 0 2% 0;
  }
  .factory_column {
    padding: 20px 0;
  }
  .factory_column .factory_photo {
    vertical-align: top;
  }
  .factory_column .factory_photo img {
    width: 180px;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .factory_column .factory_txt {
    vertical-align: top;
  }
  .factory_table th {
    padding: 15px;
    font-size: 13px;
  }
  .factory_table td {
    padding: 15px;
    font-size: 13px;
    width: calc(100% - 11em);
  }
  .factory_table td ul.indent_item li {
    font-size: 13px;
  }
  h3.ttl {
    font-size: 16px;
  }
  .gmap_wrap {
    padding: 5px;
  }
}

@media print, screen and (max-width: 640px) {
  .factory_nav ul li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .factory_nav ul li a {
    border: solid 3px #555;
    font-size: 13px;
  }
  .factory_nav ul li:last-child {
    margin: 0 0 2% 0;
  }
  .factory_column {
    padding: 20px 0;
  }
  .factory_column .factory_photo {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
  }
  .factory_column .factory_photo img {
    width: 180px;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .factory_column .factory_txt {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .factory_table th {
    padding: 12px 12px 5px 12px;
    font-size: 13px;
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
  .factory_table td {
    padding: 5px 12px 12px 12px;
    font-size: 13px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  h3.ttl {
    font-size: 15px;
    margin: 10px 0 5px;
  }
  .gmap_wrap {
    padding: 0;
  }
  .event_picture {
    width: 100%;
    margin: 30px auto 10px;
    border: solid 1px #ddd;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 576px) {
  .factory_nav ul li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .factory_nav ul li a {
    border: solid 2px #555;
    font-size: 13px;
  }
  .factory_nav ul li:last-child {
    margin: 0 0 2% 0;
  }
  .factory_nav ul li:nth-child(2n) {
    margin: 0 0 2% 0;
  }
  .picture {
    width: 80%;
    margin: 20px auto 0;
  }
}




/*  オンライン工場見学ボタン  */
.btn-online-tour {
    background: #f87a0a;
    border-color: #f87a0a;
    color: #fff;
    display: block;
    text-align: center;
    display: block;
    padding: 14px 10px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    margin: 6% auto 8%;
    max-width: 450px;
}
.btn-online-tour:hover{
  opacity: 0.8;
}
@media screen and (max-width: 576px) {
  .btn-online-tour {
      margin: 30px auto 40px;
  }
}