@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------
    topview - canvas
--------------------------------------------------------------------- */

#topview {
  text-align: center;
}
.topview_text {
  position: fixed;
  width: 100%;
  top: 40vh;
  color:#fff;
  transition:all 0.2s 0.2s
}
.topview_text>h1,.topview_text>h2,.topview_text>p{ text-shadow:0px 0px 10px rgba(0,0,0,0.9) }
.topview_text>h1{ font-size:64px; transition:all 0.5s 0.5s }
.topview_text>h2{ font-size:36px; transition:all 0.5s 0.75s; margin-top:0.6em;  }
.topview_text>p{font-size: 34px; font-family: sans-serif; transition:all 0.5s 0.3s; margin-bottom:0.6em;}

#topview_scroll {
  position: fixed;
  display: block;
  bottom: 7vmin;
  width: 36px;
  margin-left:-16px;
  left: 50vw;
  border:1px solid #fff;
  border-radius:50%;
  color:#fff;
  font-size:36px;
  line-height:100%;
  transform: scale(2,1);
  -webkit-animation:topviewScroll 4.5s linear 0s infinite normal;
  animation:topviewScroll 4.5s linear 0s infinite normal;
}

@keyframes topviewScroll{
  0% {bottom:11vmin;}
  84%{bottom:11vmin;}
  88%{bottom:9.5vmin;}
  92%{bottom:10.5vmin;}
  96%{bottom:9.5vmin;}
  100%{bottom:11vmin;}
}
@-webkit-keyframes topviewScroll{
  0% {bottom:11vmin;}
  84%{bottom:11vmin;}
  88%{bottom:9.5vmin;}
  92%{bottom:10.5vmin;}
  96%{bottom:9.5vmin;}
  100%{bottom:11vmin;}
}

video { width: 100%; height: 100%; min-width: 460px; padding-top: 67px;}
#insert_show_img {display: none; padding-top: 67px;}   /* 鋳込み静止画像 */
#canvas-container { width: 100%; background-color: #fff  ; background-size: cover; position: absolute; z-index: 1;}
canvas { width: 100%; vertical-align: top; height: 100px; margin-top: -100px;}
#main_visual_img {padding-top: 67px;} /* スマフォ用*/

/* ------------------------------------------------------------------ */
/* 以下は insert - show が表示されている場合 有効にする場合は [*] の後ろに/で有効] *
@media screen and (max-width: 900px){
  .topview_text {margin-left: -10%;}
}
@media screen and (max-width: 640px){
  #topview { text-align: left; margin-left: 100px; top:20vh;}
  /* video {display: none;}
  #insert_show_img {display:block;}  有効にする場合は [*] の後ろに/で有効] *
}
/* ------------------------------------------------------------------ */

@media screen and (max-width: 767px){
  .topview_text>h1{font-size:42px}
  .topview_text>h2{font-size:23px}
  .topview_text>p{font-size:23px}
  canvas { height: 75px; margin-top: -75px;}
}
@media screen and (max-width: 460px){
  .topview_text>h1{font-size:36px}
  .topview_text>h2{font-size:18px}
  .topview_text>p{font-size:18px}
  canvas { height: 50px; margin-top: -50px;}
}

/* ------------------------------------------------------------------
    insert - show
--------------------------------------------------------------------- */
#insert_show {
  display: block;
  position: absolute;
  /*top: 20vh; 20231215 一時的に解除 */
  /*top: 10vh;  20231116一時変更 */
  top: 100px;
  right: 5%;
  /*overflow: hidden;*/
  cursor: pointer;
  z-index: 1;
}
.insert_box {
  display: block;
  position: relative;
  width: 235px;
  /*height: 165px;*/
  height: auto;
  border: solid 1px white;
  border-radius: 1px;
  background-color: rgba(55, 160, 255, 0.60);
}

.insert_box.hlong {
  height: 200px;
}

.insert_box_img{text-align: center;}
.insert_box_title{text-align: center;color: #fff; font-weight: bold;}
.insert_box_name{color:#fff; font-size: 80%; line-height: 150%; padding: 0 2%;}
.insert_box_msg {color:#D5D5D5; font-size: 80%; line-height: 120%; padding: 3px 5%;}
.insert_box_link{color:#E8CF63; font-size: 80%; line-height: 1em; text-align: center;}
#insert_show .insert_box:hover,
#insert_show .top_contact_btn:hover {
  transform: scale(1.2,1.2);
  transition: all 0.3s;
}
.top_contact_btn {
  margin-bottom: 16px;
}
.top_contact_btn img {
  width: 235px;
  height: auto;
}
.top_contact_btn a {
  outline:0;
}

@media screen and (max-width: 900px){
  .insert_box_img{display: none;}
  .insert_box_msg{display: none;}
  .insert_box.hlong{height: 120px;}      /* default=110px , TAKASA ha MOJI ni AWASETE KAERU */
  .top_contact_btn {display: none !important;}
}
@media screen and (max-width: 640px){
  #insert_show{top: 240px;/*top:180px; 20230920 */}
  .insert_box_name{line-height: 110%;}
  /*.insert_box{height: 100px;}*/      /* default=110px , TAKASA ha MOJI ni AWASETE KAERU */
  .insert_box{padding-top:5px; padding-bottom:5px;}
  .insert_box{width: 235px;}      /* default=235px , HABA ha MOJI ni AWASETE KAERU */
  .insert_box.hlong {height:auto; min-height: 80px;}
}


/* ------------------------------------------------------------------
    main - MessageBox
--------------------------------------------------------------------- */
#msgbox{ margin: 0px auto; font-size:110%; }
.msg {
  margin: 5px auto;
  border:solid 1px gray;
  border-radius: 1em;
  padding: 10px;
}
/* ------------------------------------------------------------------
    main - strength 強み
--------------------------------------------------------------------- */
#strength{
  width: 100%;
  margin: 0px auto;
}
/* ----------------------------- */
.boxtuyomi{
  display: block;
  margin: 0 auto;
  width: 55%;
  float: left;
  transition: 0.2s;
}
.entrust{
  display: block;
  margin: 0 auto;
  width: 45%;
  float: left;
  transition: 0.2s;
}
/* ----------------------------- */
.titletuyomi, .titletuyomimain{
  margin:0 auto;
  padding:40px 0px;
  font-size: 250%;
  text-align:center;
  text-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
.titletuyomi{
  display:none;
  padding:0px 0px;
  font-size: 150%;
}
.tuyomi {
  width:100%;
  display:flex;
  position: relative;
  justify-content: center;
  padding:0;
  list-style: none;
}
.tuyomi li{
  display: block;
  width: 25%;
  margin:2%;
  min-width: 100px;
}
.tuyomi li a {
  display: block;
  font-size: 100%;
  line-height: 120%;
  transition: all 0.3s;
}
.tuyomi li a:hover {
  transform: scale(1.1,1.1);
  transition: all 0.5s;
}
.tuyomi li a span {
  display: none;
}

.entrust img{
  position: relative;
  transform: translateY(15%);
  width: 90%;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
}

.entrust_title, .entrust_msg{
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  transition: all 0.2s;
}
.entrust_title{
  color: #000;
  font-size: 180%;
  text-shadow:1px 1px 1px rgba(255,255,255,0.99);
  font-weight: bold;
  transform: translateY(-450%);
}
.entrust_msg{
  color:#fff;
  font-size: 120%;
  font-weight: bold;
  text-shadow:1px 1px 1px rgba(0,0,0,1);
  line-height: 150%;
  transform: scale(0,0) translateY(0%);
}
.entrust:hover .entrust_msg{
  transform: scale(1,1) translateY(-100%);
  transition-timing-function: ease-out;
}

/* ------------------------------------------------------------------ */
@media screen and (max-width: 830px) {
  .titletuyomimain{ font-size: 200%; }
}
@media screen and (max-width: 620px) {
  /* 上下に分かれる */
  .titletuyomimain{padding: 30px 0; }
  .boxtuyomi{width: 100%; }
  .tuyomi li{  width: 25%; margin:2%; }
}
@media screen and (max-width: 480px) {
  #strength{margin: 0px auto; }
  .tuyomi li{ margin: 1%; min-width: 100px; }
  .titletuyomimain{ padding: 10px 0; }
}
@media screen and (max-width: 360px) {
  #strength{margin: 10px auto; }
  .tuyomi { display:block; }
  .tuyomi li{ margin: 10px auto; }
  .titletuyomimain{ display:none; }
  .titletuyomi{ display:block; }
}
/*--------------------------*/
@media screen and (max-width: 960px) {
  .entrust_title{ font-size: 160%; }
  .entrust_msg{ font-size: 110%; }
}
@media screen and (max-width: 800px) {
  .entrust_title{ font-size: 140%; transform: translateY(-350%);}
  .entrust_msg{ font-size: 100%; line-height: 130%;}
}
@media screen and (max-width: 700px) {
  .entrust_title{ font-size: 120%; transform: translateY(-300%);}
  .entrust_msg{ font-size: 95%; line-height: 110%;}
}
@media screen and (max-width: 620px) {
  /* 上下に分かれる */
  .entrust{width: 100%; }
  .entrust img { transform: translateY(0%); width: 80%; padding-top: 20px}
  .entrust_title, .entrust_msg{  width: 80%; }
  .entrust_title{ font-size: 200%; transform: translateY(-700%); transition: transform 0.3s;}
  .entrust_msg{ font-size: 120%; line-height: 150%; opacity: 0.0;
  transform: scale(1,1) translateY(-150%);}
  .entrust:hover .entrust_msg{transform: scale(1,1) translateY(-150%); opacity: 1.0;}
}
@media screen and (max-width: 500px) {
  .entrust_title{ font-size: 180%; transform: translateY(-600%);}
  .entrust_msg{ font-size: 120%; line-height: 130%;}
}
@media screen and (max-width: 460px) {
  .entrust_title{ font-size: 160%; transform: translateY(-550%);}
  .entrust_msg{ font-size: 120%; line-height: 130%;}
}
@media screen and (max-width: 430px) {
  .entrust_title{ font-size: 150%; transform: translateY(-500%);}
  .entrust_msg{ font-size: 100%; line-height: 120%; transform: translateY(-120%);}
}
@media screen and (max-width: 380px) {
  .entrust_title{ font-size: 120%; transform: translateY(-450%);}
  .entrust_msg{ font-size: 95%; transform: translateY(-100%);}
}
@media screen and (max-width: 340px) {
  .entrust_title{ font-size: 120%; transform: translateY(-450%);}
  .entrust_msg{ font-size: 90%; transform: translateY(-100%);}
}
@media screen and (max-width: 320px) {
  .entrust_title{ font-size: 100%; transform: translateY(-350%);}
  .entrust_msg{ font-size: 80%; transform: translateY(-100%);}
}
@media screen and (max-width: 290px) {
  .entrust_msg{ font-size: 70%;}
}

/* ------------------------------------------------------------------
    main - topix
--------------------------------------------------------------------- */
#topix_area{
  width: 100%;
  margin: 0px auto 10px;
}



.tpx_box{
      width: 23%;
    float: left;
    margin-right: 2%;
}
.tpx_cont{
  width: 100;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 620px) {
	#topix_area{
  width: 90%;
}
	
	.tpx_cont{
  height: auto;
}
}

.tpx_title{
  text-align:right;
  display:block;
  color: #252525;
  font-size:140%;
  text-shadow:1px 1px 1px rgba(0,0,0,0.1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  overflow: hidden;
}
.tpx_cont:hover .tpx_title{
  color: #616161;
  font-weight:bold;
  text-shadow: none;
  transition:0.3s;
}
.tpx_img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.tpx_cont:hover .tpx_img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2) translateY(13px);
  opacity: 0.7;
}
.tpx_text{
  text-align: center;
  transform: translateY(-100px);
  color: #000;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  visibility: hidden;
}
.tpx_cont:hover .tpx_text{
  text-shadow:0px 1px 2px rgba(255,255,255,1);
  visibility:visible;
}

/* ------------------------------------------------------------------ */
@media screen and (max-width: 800px) {
  .tpx_box{ width: 50%; transition: 0.3s;}
  .tpx_lastch{ clear: both; width: 100%; margin: 0 auto; transition: 0.3s; }
}
@media screen and (max-width: 550px) {
  .tpx_box{ transition: 0.3s; width: 100%; clear: both; margin: 0 auto; }
}

/* ------------------------------------------------------------------
    main - information
--------------------------------------------------------------------- */
#infonews {
  position:relative;
  display:block;
  margin:0 auto;
  padding-bottom:40px;
  width:90%;
  max-width:767px;
}
.infotitlesvg{
  display:block;
  position:relative;
  width:80px;
  float:left;
}
.infotitlebox{
  display:block;
  position:relative;
  width: calc(100% - 200px);
  padding-left: 120px;
  float: left;
}
.infotitle{
  display:block;
  position:relative;
  width: 100%;
  font-size:160%;
  padding-top:30px;
}
.infotitlebox a{
  display:block;
  position:relative;
  width: 100%;
  color: dodgerblue;
  font-size: 100%;
  text-align: right;
  padding-right: 20px;
  xx_padding-top:45px;
}
.infotitlebox a:hover{ color: tomato;}

.infoinner{
  display:inline-block;
  position:relative;
  width:100%;
  overflow:hidden;
}
.infoinner a div{
  float:left;
  display:inline-block;
  font-size: 110%;
  line-height:120%;
}
.info_ymd, .info_type{
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}
.info_ymd{
  width:110px !important;
}
.info_type{
  text-align:center;
  width:60px !important;
}
.info_msg{
  display:block;
  position: relative;
  margin-left:20px;
  transition: 0.3s;
}
.infoinner a::before,
.infoinner a::after{
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  transition: 0.3s;
}
.infoinner a::before{
  top:0;
  left:0;
}
.infoinner a::after{
  bottom:0;
  left:0;
}
.infoinner a:hover::before,
.infoinner a:hover::after {
  width:100%;
}
.bg_blue a::before,
.bg_blue a::after{ background-color: #97C9FF;}
.bg_pink a::before,
.bg_pink a::after{ background-color: #FF97F7;}
.bg_green a::before,
.bg_green a::after{ background-color: #76FFB0;}

.bg_blue .info_type{ background-color: #dbffff;}
.bg_pink .info_type{ background-color: #ffdbff;}
.bg_green .info_type{ background-color: #dbffdb;}

@media screen and (max-width: 520px) {
  .infotitlebox{
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}

/* ------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  #infonews{
    border:solid 2px #d2dcd2;
    border-radius: 8px;
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  #infonews{ border:solid 2px #d2dcd2; width: 84%;}
  .info_msg{
    margin-left: 35px;
  }
}
@media screen and (max-width: 320px) {
  #infonews{ border:solid 1px #d2dcd2;}
}

/* ------------------------------------------------------------------
    main - ISO-14001
--------------------------------------------------------------------- */
#iso14001{
  position:relative;
  display:block;
  margin:0 auto;
  padding:10px 0px;
  width:100%;
}
.iso14001 {
  margin: auto;
  width: 100%;
  max-width: 200px;
  border: #B1B1B1 solid 1px;
}
.iso14001 img {width: 200px;}

/* ------------------------------------------------------------------
    main - fukuyama
--------------------------------------------------------------------- */
#fukuyama{
  position:relative;
  display:block;
  margin:0 auto;
  padding-top:30px;
  width:100%;
}
.fukuyamatitle{
  width: 100%;
  text-align:center;
  font-size:120%;
  word-break:keep-all;
}
.fukuyamatitle>span {
  color:#B500B9;
}
.fukuyamasubtitle {
  width: 100%;
  text-align:center;
}
.fukuyamaclick {
  width: 100%;
  text-align:center;
  font-size: 80%;
  color: seagreen;
  line-height: 1.2em;
}

/* ---- loopSlider ---- */
#wrapper { padding: 0;}

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 140px;
  overflow: hidden;
  position: absolute;
  background-color: #000;
}

/* ---CLEARFIX ELEMENTS-- */
.loopSliderWrap:after {
  content: "";
  display: none;
  clear: none;
}

.fukuyamaphoto {
  position: relative;
  _margin: 0 auto;
  _padding: 0px;
  width:100%;
  height:140px;
  overflow:hidden;
  background: #000;
}
.fukuyamaphoto ul{
  _list-style:none;
  _margin: 0 0;
  _padding: 0;
  height: 150px;
  float: left;
  overflow: hidden;
}

.fukuyamaphoto ul li{
  display: block;
  float:left;
  width:200px;
  height:auto;
  margin: auto;
  position:relative;
  padding: 10px 5px 0px;
  overflow:hidden;
}

.fukuyamaphoto ul li img{
  _width: 200px;
  _height: 120px;
}
.fukuyamaphoto ul li .fukuyamainfo{
  position:absolute;
  _position: relative;
  margin-top: 15px;
  padding: 0px 10px;
  background:rgba(0,0,0,0.4);
  color:#fff;
  font-size: 80%;
  top:0;
  left:-110%;
  transition: 0.2s;
}
.fukuyamaphoto ul li:hover .fukuyamainfo {
    left:0;
}

.top_romantic_block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.top_romantic_block div {
  padding: 0 8px;
}
.top_romantic_block img {
width: 240px;
height: auto;
}

@media screen and (max-width: 768px) {
  .top_romantic_block {
    display: block;
    text-align: center;
  }
	.top_romantic_block img {
		width: 240px;
		height: auto;
	}
  .top_romantic_block div {
    font-size: 14px;
  }
}

/* ------------------------------------------------------------------
    loading
--------------------------------------------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #fff;
}
#loading > div {
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
}
