/* CSS for Contents */
/* Rec-O Edited. 2017 04 */
/* Load core variables and mixins
 -------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Cascadia+Code&display=swap');
/*------------------------------------------
  TOP PAGE
--------------------------------------------*/
#hero-unit {
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-height: 50vw;
}
#hero-unit * {
  transition: initial;
}
#hero-unit .slide-img {
  display: none;
}
#hero-unit .slide-img img {
  margin: 0 auto;
}
#hero-unit .wrapper {
  position: relative;
  z-index: 1;
  width: 1080px;
  margin: 0 auto;
}
#hero-unit .wrapper .bx-wrapper {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
#hero-unit .wrapper .bx-wrapper #slider {
  margin: 0 auto;
  padding: 0;
}
#hero-unit .wrapper .bx-wrapper .bx-pager.bx-default-pager {
  width: 1080px;
  position: absolute;
  z-index: 59;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  text-align: right;
  display: block;
}
#hero-unit .wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #FFF;
}
#hero-unit .wrapper .bx-wrapper .bx-pager.bx-default-pager a.active,
#hero-unit .wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus,
#hero-unit .wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #FFF;
}
@media (min-width: 960px) {
  #hero-unit {
    min-height: 610px;
  }
}
@media (max-width: 1079px) {
  #hero-unit {
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: transparent;
  }
  #hero-unit .wrapper {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  #hero-unit .wrapper .bx-wrapper {
    background-color: transparent;
  }
  #hero-unit .wrapper .bx-wrapper .bx-pager.bx-default-pager {
    width: 100%;
    position: relative;
    bottom: auto;
    text-align: center;
  }
  #hero-unit .wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #999;
  }
  #hero-unit .wrapper .bx-wrapper .bx-pager.bx-default-pager a.active,
  #hero-unit .wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus,
  #hero-unit .wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #333;
  }
}
#carousel-overlay {
  position: absolute;
  z-index: 60;
  top: 147px;
  right: 0;
  left: 0;
}
#carousel-overlay .overlay-info {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px;
}
@media (max-width: 1079px) {
  #carousel-overlay {
    top: 20px;
  }
}
.tres-info {
  background-color: #4a4a4a;
  text-align: center;
  padding: 20px;
}
h3.site-catch {
  font-family: 'Asar', serif;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  color: #969696;
  margin: 10px 0 40px;
}
h3.site-catch .initials {
  color: #fb0202;
}
@media (max-width: 1079px) {
  h3.site-catch {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h3.site-catch {
    text-align: left;
    display: inline-block;
  }
}
#sec01 {
  padding: 30px 0 50px;
}
@media (max-width: 1079px) {
  #sec01 {
    background-image: none;
  }
}
#sec01 .demo {
    position: relative;
  height: 383px;
}
#sec01 .demo.photo1 {
  background: url(../img/photo1.jpg) no-repeat right top;
}
@media (max-width: 959px) {
  #sec01 .demo {
    height: auto;
  }
  #sec01 .demo.photo {
    background-image: none;
  }
}
#sec01 .demonstration {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9),
        color-stop(.25, transparent),color-stop(.5, transparent),
        color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9),
        color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}
#sec01 .demonstration p {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 73%;
}
@media (max-width: 959px) {
    #sec01 .demonstration {
        background-color: #fff;
        background-image: none;
    }
    #sec01 .demonstration p {
        position: relative;
        width: 100%;
        padding: 20px;
        background-color: #ECECEC;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9),
        color-stop(.25, transparent),color-stop(.5, transparent),
        color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9),
        color-stop(.75, transparent),to(transparent));
        -webkit-background-size: 7px 7px;
    }
}
#sec01 .booth {
  padding: 30px 0 30px 20px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
#sec01 .booth.left {
  border-left: 1px solid #333;
  margin-right: -1px;
}
@media (max-width: 959px) {
  #sec01 .booth {
    border: none;
    padding-bottom: 15px;
    padding: 40px 0 0 0;
  }
  #sec01 .booth.left {
    border-left: none;
  }
  #sec01 .booth h3  {
    text-align: left;
  }
  #sec01 .booth p {
    text-align: left;
  }
}
#sec01 .product p {
    margin: 20px 0 0 20px;
}
@media (max-width: 959px) {
    .producth3  {
        margin: 50px 0 0 0;
    }
    #sec01 .product p {
        margin: 20px 0;
    }
}
.infoSec {
  background-color: #b3ceda;
}
.infoSec h2 {
  background-image: url(../css/img/h3bg_1.png);
}
.infoSec h2:before,
.infoSec h2:after {
  border-top: 2px solid #FFF;
}
.infoSec h2 span {
  background-color: #b3ceda;
}
.infoSec .dl-horizontal dt {
  width: 130px;
  margin-bottom: 5px;
}
.infoSec .dl-horizontal dd {
  margin-left: 140px;
  margin-bottom: 5px;
}
.infoSec .access {
  display: inline-block;
}
.infoSec .access li > span {
  display: inline-block;
}
.infoSec .access li > *:first-child {
  width: 11em;
}
@media (max-width: 3000px) {
  .infoSec .dl-horizontal dt {
    width: 90px;
    float: left;
    text-align: right;
  }
  .infoSec .dl-horizontal dd {
    margin-left: 90px;
  }
  .infoSec .access li > *:first-child {
    width: auto;
    margin-right: 1em;
  }
}
.infoSec a {
  color: #CC0000;
  text-decoration: underline;
}
i.kumamoto {
  font-family: "Cascadia Code", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#googlemap {
  height: 370px;
}
.table.contact th,
.table.contact td {
  border-color: #A8A8A8;
  vertical-align: middle;
}
.table.contact td {
  text-align: center;
}
.table.contact td.telephone {
  white-space: nowrap;
}
.table.contact td.branch {
  white-space: nowrap;
}
.table.contact > thead > tr > th {
  background-color: #898989;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}
.table.contact > tbody > tr > th {
  background-color: #EFEFEF;
  font-weight: normal;
}
@media (max-width: 959px) {
  .table.contact td {
    text-align: left;
  }
  .table.contact td.branch {
    white-space: normal;
  }
}
#sec03 .companyLogos{
	width: 100%;
	text-align: center;
}
#sec03 .companyLogos ul{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#sec03 .companyLogos li{
	width: 18%;
	padding: 0;
	margin: 0.5%;
	list-style: none;
	display: inline-block;
}
#sec03 .companyLogos ul:last-child{
    margin: 0 0 0 1%;
	text-align: left;
}
#sec03 .companyLogos img{
	width: 100%;
}
@media (max-width: 767px) {
    #sec03 .companyLogos li{
        width: 18%;
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
    }
    #sec03 .companyLogos ul:last-child{
    margin: 0 0 0 2%;
    }
}


/*180829*/
#sec04 .companyLogos{
	width: 100%;
	text-align: center;
}
#sec04 .companyLogos ul{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#sec04 .companyLogos li{
	width: 18%;
	padding: 0;
	margin: 0.5%;
	list-style: none;
	display: inline-block;
}
#sec04 .companyLogos ul:last-child{
    margin: 0 0 0 1%;
	text-align: left;
}
#sec04 .companyLogos img{
	width: 100%;
}
@media (max-width: 767px) {
    #sec04 .companyLogos li{
        width: 18%;
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
    }
    #sec04 .companyLogos ul:last-child{
    margin: 0 0 0 2%;
    }
}

/*191105*/
.event-date {
  display: inline-block;
}
p.half {
  width: 50%;
}
@media (max-width: 767px) {
  .event-date {
    text-align: left;
  }
  p.half {
    width: auto;
  }
}

/*201020*/
.msg_canceled p {
  padding: 0 0 1em;
}
#rescue_table {
  margin: 20px 0;
}
#rescue_table dl {
  margin-right: 8px;
}
#rescue_table dt {
  border-bottom: 1px solid #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: flex-end;
  margin: 0 0 8px;
}
#rescue_table dt img {
  margin: 6px 0 0;
}
#rescue_table dd {
  text-align: center;
}
@media (max-width: 767px) {
  #rescue_table,
  #rescue_table tbody,
  #rescue_table tr,
  #rescue_table td {
    display: block;
    width: 100%;
  }
  #rescue_table dl {
    margin-right: 0;
  }
  #rescue_table dt br {
    display: none;
  }
}

.img_box {
  display: flex;
  margin: 0 0 40px;
}
.img_box > figure {
  width: 240px;
  margin: 0 30px 0 0;
}
.img_box > div {
  flex: 1;
}
@media (max-width: 767px) {
  .img_box {
    flex-direction: column;
  }
  .img_box > figure {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
}

/*230829*/
  .event_info {
    margin-bottom:20px;
  }
.event_info .date {
  font-size: 1.4em;
}
@media (min-width: 960px) {
  .event_info {
    font-size: 20px;
    text-align: left;
    max-width: 600px;
    margin:0 auto 40px;
    padding-left: 20px;
  }
}

.infoSec .dl-horizontal ul {
  padding: 0 0 0 1em;
}
ol.non {
  list-style: none;
  padding: 0;
}
ol.non li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#sec01 .product_img img {
  max-width: 100%;
}

#sec01 .product_img > * {
  padding: 0 0 10px;
}

@media (min-width: 960px) {
  #sec01 .product_img > *:nth-child(odd) {
    padding: 0 5px 10px 0;
  }
  #sec01 .product_img > *:nth-child(even) {
    padding: 0 0 10px 5px;
  }
}

/*2201001*/
.kyosan-company {
  border:1px solid #000; 
  line-height:48px; 
  background-color: #f8f8ff; 
  width:1080px;
}
.kyosan-inner {
  width:860px;
  margin:60px auto;
  padding-left:40px;
}
.kyosan-item-1 {
  margin-right:36px;
  font-weight: bold;
}
.kyosan-item-2 {
  margin-right:55px;
  font-weight: bold;
}
.kyosan-item-3 {
  margin-right:65px;
  font-weight: bold;
}
.kyosan-item-4 {
  font-weight: bold;
}

.event_info_2{
  text-align: left;
  padding: 0 10%;
  line-height: 40px;
  font-size: 20px;
}
.attention {
  color:red;
  font-weight:bold;
  font-size: 26px;
  display: block;
  line-height: 70px;
  text-align: center;
}
.jyun-fudo {
  text-align: right;
  font-size: 14px;
}
.text-red {
  color:red;
}
.kyosan-kinjitu {
  text-align: center;
  font-size: 50px;
  padding:200px 0;
}
@media (max-width: 1079px) {
  .kyosan-company {
    width:940px;
  }
  .kyosan-inner {
    width:800px;
    margin:60px auto;
    padding-left:20px;
  }
  .kyosan-item-2 {
    margin-right:40px;
  }
  .kyosan-item-1 {
    margin-right:30px;
  }
  .kyosan-item-3 {
    margin-right:50px;
  }
  .event_info_2{
    padding:0 10% 0 20%;
    line-height: 36px;
    font-size: 18px;
  }
  .attention {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .kyosan-company {
    width:680px;
  }
  .kyosan-inner {
    width:620px;
    margin:40px auto;
    padding-left:0;
  }
  .kyosan-item-2 {
    margin-right:20px;
    font-size:15px;
  }
  .kyosan-item-1 {
    margin-right:10px;
    font-size:15px;
  }
  .kyosan-item-3 {
    margin-right:30px;
    font-size:15px;
  }
  .kyosan-item-4 {
    font-size:15px;
  }
  .event_info_2{
    padding:0 4% 0 8%;
  }
}
@media (max-width: 767px) {
  .kyosan-company {
    width:100%
  }
  .kyosan-inner {
    width:90%;
    margin:20px auto;
    padding-left:0;
  }
  .kyosan-item-2 {
    margin-right:16px;
    font-size:15px;
  }
  .kyosan-item-1 {
    margin-right:10px;
    font-size:15px;
  }
  .kyosan-item-3 {
    margin-right:20px;
    font-size:15px;
  }
  .kyosan-item-4 {
    font-size:15px;
  }

}

@media (max-width: 959px) {
  .pc_only {
    display: none !important;
  }
  #sec01,
  #sec02,
  #sec03,
  #sec04,
  #sec05 {
    scroll-margin-top: 110px;
  }
}
