@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/*$font-base:"メイリオ", -apple-system;
$font-bold:"メイリオ", -apple-system;
$font1: "解ミン 月 H";*/
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  /*font-family:$font-base,-apple-system;*/
  color: #212b3b;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(84, 94, 164, 0.2);
  border-right: 1.1em solid rgba(84, 94, 164, 0.2);
  border-bottom: 1.1em solid rgba(84, 94, 164, 0.2);
  border-left: 1.1em solid #545ea4;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#loading-container {
  display: none; }

.loader {
  position: absolute;
  left: 48%;
  top: 30%;
  -webkit-transform: translate(-48%, -30%);
  /* Safari用 */
  transform: translate(-48%, -30%); }
  @media print, screen and (max-width: 991px) {
    .loader {
      left: 38%;
      top: 30%;
      -webkit-transform: translate(-30%, -38%);
      /* Safari用 */
      transform: translate(-30%, -38%); } }

h1, h2, h3, h4, h5, h6, dt {
  /*font-family: Shin Go DeBold,sans-serif;*/
  font-family: "a-otf-ud-shin-go-pr6n",sans-serif;
  font-weight: bold !important; }

a:hover {
  text-decoration: none; }

@media print, screen and (min-width: 992px) {
  br.spnone {
    display: none; } }

.common-btn {
  margin: 20px auto;
  width: 20%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 50%; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif !important;
    font-weight: bold;
    position: relative;
    background-color: #f29600;
    text-decoration: none;
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 1.0px; }
  .common-btn a:after {
    content: ">";
    position: absolute;
    right: 5%; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #54a40b;
    text-decoration: none;
    text-align: center; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px;
  z-index: 1000; }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif !important;
    font-weight: bold;
    background-color: #4658a6;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

.ptitle {
  background-size: cover;
  height: 200px;
  margin: 0 auto;
  padding-top: 50px;
  color: #fff;
  position: relative; }
  .ptitle h2 {
    z-index: 400 !important;
    color: #fff !important;
    display: block;
    top: 50px;
    left: 10vw;
    position: absolute; }
    @media print, screen and (max-width: 991px) {
      .ptitle h2 {
        font-size: 1.6rem; } }
    .ptitle h2 span {
      font-size: 0.8rem; }
  .ptitle .ptitlecover {
    position: absolute;
    background-image: url(../img/ptitlecover.png);
    top: 0;
    left: 0;
    z-index: 300;
    height: 200px;
    width: 100%;
    border-bottom: 5px solid #f29600; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  z-index: 10000;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  #header-fixed header {
    position: relative;
    background-color: #f2f3f7; }
    #header-fixed header .headtxt {
      padding: 10px 5px 5px;
      width: 85vw;
      font-size: 0.70rem; }
      #header-fixed header .headtxt span {
        display: inline-block;
        padding: 2px 5px;
        background-color: #f29600;
        color: #fff; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headtxt {
          display: none; } }
    #header-fixed header .sitetitle {
      float: left;
      width: 300px;
      padding: 5px 5px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .sitetitle {
          width: 300px; } }
      #header-fixed header .sitetitle h1 a {
        text-decoration: none;
        display: block; }
    #header-fixed header .telbox {
      position: fixed;
      top: 0;
      right: 0;
      color: #4658a6;
      padding: 5px 15px;
      display: block;
      font-size: 0.8rem;
      letter-spacing: 0; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .telbox {
          display: none; } }
      #header-fixed header .telbox tel {
        font-size: 1.2rem;
        font-weight: bold; }

/*メニューを上に動かす*/
/*.is-animation{
	.headtxt{
		display: none!important;
	}
	.sitetitle{
		width:300px!important;
	}
	.telbox{
		display: none!important;
	}

	
}*/
#headmenuback {
  background-color: #4658a6;
  color: #fff !important;
  position: absolute;
  top: 40px;
  right: 0;
  -webkit-transform: translate(0, 0%);
  /* Safari用 */
  transform: translate(0, 0); }
  @media print, screen and (max-width: 991px) {
    #headmenuback {
      display: none; } }
  @media print, screen and (min-width: 992px) {
    #headmenuback {
      display: block; } }
  #headmenuback .headmenu {
    padding-top: 10px;
    /*.container{
    	padding:0;
    }*/ }
    #headmenuback .headmenu ul {
      font-size: 0;
      text-align: center; }
    #headmenuback .headmenu li {
      font-size: 0.9rem;
      display: inline-block;
      padding: 0 10px; }
    #headmenuback .headmenu ul {
      width: 680px;
      display: block; }
      @media print, screen and (min-width: 1200px) {
        #headmenuback .headmenu ul {
          width: 750px; } }
    #headmenuback .headmenu li {
      border-right: 1px solid #fff;
      margin-bottom: 10px;
      padding: 0; }
      #headmenuback .headmenu li a {
        color: #fff;
        display: block;
        padding: 0 10px;
        text-decoration: none;
        font-size: 0.7rem; }
        @media print, screen and (max-width: 1199px) {
          #headmenuback .headmenu li a {
            padding: 0 7px; } }
    #headmenuback .headmenu li:last-child {
      border: none; }

/*! ==================================================
　spnavi
=================================================== */
@media print, screen and (min-width: 992px) {
  #spnavi {
    display: none; } }
#spnavi .spnavititle {
  color: #fff;
  padding: 2px 0;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 10px; }
#spnavi .spnavi {
  padding: 0 10px; }
  @media print, screen and (min-width: 992px) {
    #spnavi .spnavi {
      display: none; } }
  #spnavi .spnavi li {
    list-style: none;
    padding: 5px;
    line-height: 1.2; }
    #spnavi .spnavi li a {
      display: block;
      text-align: center;
      font-size: 0.6rem;
      text-decoration: none;
      padding: 10px 0; }
      #spnavi .spnavi li a img {
        border-style: solid;
        border-width: 5px;
        border-color: #eeeeee;
        border-radius: 50%;
        background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: auto; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #spnavi .spnavi li a img {
            width: 40px;
            height: 40px; } }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　HOME
=================================================== */
#home #topslide {
  position: relative;
  border-bottom: 5px solid #f29600; }
  @media print, screen and (max-width: 575px) {
    #home #topslide img {
      max-width: 100%;
      /*画像中央ぞろえで必要*/
      height: 350px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  #home #topslide .slidecover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 110; }
  #home #topslide .txtbox {
    /*background-color:rgba(0,0,0,0.8);
    padding:15px;*/
    font-weight: bold !important;
    position: absolute;
    top: 20vw;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
    /* Safari用 */
    transform: translate(-50%, -20%);
    z-index: 100;
    text-align: center;
    color: #fff;
    white-space: nowrap; }
    @media print, screen and (max-width: 575px) {
      #home #topslide .txtbox {
        top: 30vw; } }
    #home #topslide .txtbox .txt1 {
      font-family: "a-otf-ud-shin-go-pr6n",sans-serif;
      font-weight: bold !important;
      font-style: normal;
      letter-spacing: 3px;
      /*color: rgb(242, 243, 247);*/
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22); }
      @media print, screen and (max-width: 575px) {
        #home #topslide .txtbox .txt1 {
          font-size: 1.3rem;
          letter-spacing: 1px;
          line-height: 1.2; } }
      @media print, screen and (min-width: 576px) and (max-width: 767px) {
        #home #topslide .txtbox .txt1 {
          font-size: 1.4rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #topslide .txtbox .txt1 {
          font-size: 1.8rem; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #topslide .txtbox .txt1 {
          font-size: 2.0rem; } }
      @media print, screen and (min-width: 1200px) {
        #home #topslide .txtbox .txt1 {
          font-size: 3.2rem; } }
    #home #topslide .txtbox .txt2 {
      margin-top: 20px;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22); }
      @media print, screen and (max-width: 575px) {
        #home #topslide .txtbox .txt2 {
          font-size: 0.7rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #topslide .txtbox .txt2 {
          font-size: 0.9rem; } }
#home #homekakoubox {
  padding-top: 80px;
  text-align: center;
  background-image: url(../img/back01.png);
  background-repeat: repeat;
  position: relative; }
  #home #homekakoubox h2 {
    text-align: center;
    line-height: 1.8; }
    @media print, screen and (max-width: 767px) {
      #home #homekakoubox h2 {
        font-size: 1.1rem;
        letter-spacing: 2px; } }
  #home #homekakoubox .txt1 {
    font-size: 0.7rem;
    margin-bottom: 20px !important;
    letter-spacing: 2px; }
    @media print, screen and (max-width: 767px) {
      #home #homekakoubox .txt1 {
        letter-spacing: 0; } }
  #home #homekakoubox .photobtnbox {
    z-index: 200;
    padding-bottom: 30px; }
    #home #homekakoubox .photobtnbox ul {
      margin: 15px 30px 0; }
    #home #homekakoubox .photobtnbox li {
      margin-top: 15px;
      position: relative;
      list-style: none;
      z-index: 200; }
      @media print, screen and (max-width: 767px) {
        #home #homekakoubox .photobtnbox li {
          margin-top: 50px; } }
      #home #homekakoubox .photobtnbox li a {
        display: block;
        overflow: hidden; }
        #home #homekakoubox .photobtnbox li a .number {
          display: inline-block;
          padding: 2px 5px;
          background-color: #f29600;
          color: #fff;
          position: absolute;
          left: 50px;
          top: -25px;
          font-size: 2.0rem;
          z-index: 300; }
        #home #homekakoubox .photobtnbox li a img {
          border-bottom: 10px solid #4658a6; }
          @media print, screen and (min-width: 992px) {
            #home #homekakoubox .photobtnbox li a img {
              -moz-transition: -moz-transform 0.2s linear;
              -webkit-transition: -webkit-transform 0.2s linear;
              -o-transition: -o-transform 0.2s linear;
              -ms-transition: -ms-transform 0.2s linear;
              transition: transform 0.2s linear; } }
        @media print, screen and (min-width: 992px) {
          #home #homekakoubox .photobtnbox li a img:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); } }
        #home #homekakoubox .photobtnbox li a h3 {
          color: #fff;
          margin-top: 30px;
          font-size: 1.4rem; }
          @media print, screen and (max-width: 767px) {
            #home #homekakoubox .photobtnbox li a h3 {
              background-color: #2f3037;
              padding: 20px 10px;
              margin-top: 0;
              font-size: 1.2rem; } }
          @media print, screen and (min-width: 768px) and (max-width: 991px) {
            #home #homekakoubox .photobtnbox li a h3 {
              font-size: 0.9rem; } }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #home #homekakoubox .photobtnbox li a h3 {
              font-size: 1.2rem; } }
      #home #homekakoubox .photobtnbox li a:hover {
        opacity: 1; }
    @media print, screen and (min-width: 768px) {
      #home #homekakoubox .photobtnbox li.number2 {
        margin-top: 50px; } }
  #home #homekakoubox .backcolor1 {
    background-color: #2f3037;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100vw;
    z-index: 100; }
    @media print, screen and (max-width: 767px) {
      #home #homekakoubox .backcolor1 {
        display: none; } }
#home #txtbox {
  padding: 50px 10px 70px; }
  @media print, screen and (max-width: 767px) {
    #home #txtbox {
      padding-top: 0 !important;
      padding-bottom: 50px; } }
  #home #txtbox p {
    text-align: center;
    line-height: 1.8; }
    @media print, screen and (max-width: 991px) {
      #home #txtbox p {
        text-align: left;
        padding: 10px 30px 10px; } }
    @media print, screen and (max-width: 575px) {
      #home #txtbox p br.spnone {
        display: none; } }
    #home #txtbox p span {
      color: #4658a6;
      font-weight: bold;
      font-family: "a-otf-ud-shin-go-pr6n", sans-serif !important; }
  #home #txtbox p.pt30 {
    padding-top: 30px; }
#home #homebtnbox {
  background-color: #f0f6fb;
  padding-top: 30px;
  padding-bottom: 10px;
  transition: all 1.0s; }
  #home #homebtnbox a {
    font-weight: bold !important;
    font-family: "a-otf-ud-shin-go-pr6n",sans-serif;
    position: absolute;
    color: #fff;
    font-size: 2.0rem;
    padding: 20px;
    display: block;
    line-height: 1.0;
    height: 130px; }
    #home #homebtnbox a span.txt {
      font-size: 1.0rem;
      border-bottom: 2px solid #fff;
      display: inline-block;
      line-height: 3.0; }
  #home #homebtnbox a:hover {
    border: 2px solid #ddd;
    text-decoration: none;
    opacity: 1; }
  #home #homebtnbox .btnbox1 {
    position: relative;
    display: block;
    height: 180px; }
    #home #homebtnbox .btnbox1 .borderbox {
      position: absolute;
      top: 0;
      right: 3%;
      border: 5px solid #f29600;
      height: 130px;
      width: 97%;
      display: block; }
    #home #homebtnbox .btnbox1 a {
      width: 97%;
      top: 15px;
      left: 3%;
      background-image: url(../img/btnback1.jpg);
      background-size: cover; }
    @media print, screen and (max-width: 991px) {
      #home #homebtnbox .btnbox1 .borderbox {
        top: 15px;
        left: 3%; }
      #home #homebtnbox .btnbox1 a {
        top: 0;
        left: 0; } }
  #home #homebtnbox .btnbox2 {
    display: block;
    position: relative;
    height: 180px; }
    #home #homebtnbox .btnbox2 .borderbox {
      position: absolute;
      top: 15px;
      right: 0;
      border: 5px solid #4658a6;
      width: 97%;
      display: block;
      height: 130px; }
    #home #homebtnbox .btnbox2 a {
      width: 97%;
      top: 0;
      right: 3%;
      background-image: url(../img/btnback2.jpg);
      background-size: cover; }
#home #homeproductbox {
  padding: 50px 0;
  background-image: url(../img/back02.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-bottom: 20px; }
  @media print, screen and (max-width: 991px) {
    #home #homeproductbox {
      padding: 50px 0 20px; } }
  #home #homeproductbox h2 span {
    font-size: 0.8rem;
    display: inline-block;
    border-bottom: 2px solid #f29600;
    line-height: 3.0; }
  @media print, screen and (max-width: 991px) {
    #home #homeproductbox h2 {
      font-size: 1.4rem; } }
  #home #homeproductbox a {
    color: #fff;
    overflow: hidden !important;
    display: block; }
  #home #homeproductbox a:hover {
    color: #fff; }
  #home #homeproductbox ul {
    padding: 5px 30px; }
  #home #homeproductbox .productbox h3 {
    padding: 10px 5px;
    font-size: 0.9rem;
    line-height: 1.2; }
    @media print, screen and (max-width: 991px) {
      #home #homeproductbox .productbox h3 {
        font-size: 0.9rem; } }
  #home #homeproductbox .productbox a {
    overflow: hidden;
    height: 400px !important; }
    @media print, screen and (max-width: 767px) {
      #home #homeproductbox .productbox a {
        height: 150px !important; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homeproductbox .productbox a {
        height: 250px !important; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homeproductbox .productbox a {
        height: 300px !important; } }
  #home #homeproductbox .productbox img {
    width: 100% !important;
    height: 400px !important;
    object-fit: contain;
    /* この一行を追加するだけ！ */
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear; }
    @media print, screen and (max-width: 767px) {
      #home #homeproductbox .productbox img {
        height: 150px !important; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homeproductbox .productbox img {
        height: 250px !important; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homeproductbox .productbox img {
        height: 300px !important; } }
  #home #homeproductbox .productbox img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
#home #homenews {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #f0f6fb; }
  #home #homenews h2 {
    text-align: center; }
    #home #homenews h2 span {
      font-size: 0.8rem;
      display: inline-block;
      border-bottom: 2px solid #f29600;
      line-height: 3.0; }
    @media print, screen and (max-width: 991px) {
      #home #homenews h2 {
        font-size: 1.4rem; } }

/*! ==================================================
　エナテックのものづくり
=================================================== */
#manufacturing {
  background-color: #f0f6fb;
  padding-bottom: 50px; }
  #manufacturing .ptitle {
    background-image: url(../img/manufacturing_headback.jpg);
    background-position: center; }
  #manufacturing .manubox {
    margin-top: 70px;
    position: relative;
    display: block;
    padding: 0 50px 50px; }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #manufacturing .manubox {
        min-height: 400px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #manufacturing .manubox {
        min-height: 500px; } }
    @media print, screen and (min-width: 1200px) {
      #manufacturing .manubox {
        min-height: 380px; } }
  @media print, screen and (max-width: 575px) {
    #manufacturing .manubox1 {
      min-height: 750px; } }
  @media print, screen and (min-width: 576px) and (max-width: 767px) {
    #manufacturing .manubox1 {
      min-height: 600px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #manufacturing .manubox1 {
      min-height: 550px; } }
  #manufacturing .manubox1 .photo {
    background-image: url(../img/manufacturing_photo1.jpg);
    right: 0;
    top: 0; }
  @media print, screen and (max-width: 575px) {
    #manufacturing .manubox2 {
      min-height: 800px; } }
  @media print, screen and (min-width: 576px) and (max-width: 767px) {
    #manufacturing .manubox2 {
      min-height: 500px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #manufacturing .manubox2 {
      min-height: 550px; } }
  #manufacturing .manubox2 .txt {
    left: 35vw; }
    @media print, screen and (max-width: 767px) {
      #manufacturing .manubox2 .txt {
        left: 5vw; } }
  #manufacturing .manubox2 .photo {
    background-image: url(../img/manufacturing_photo2.jpg);
    left: 0;
    top: 0; }
  @media print, screen and (max-width: 575px) {
    #manufacturing .manubox3 {
      min-height: 800px; } }
  @media print, screen and (min-width: 576px) and (max-width: 767px) {
    #manufacturing .manubox3 {
      min-height: 600px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #manufacturing .manubox3 {
      min-height: 550px; } }
  #manufacturing .manubox3 .photo {
    background-image: url(../img/manufacturing_photo3.jpg);
    right: 0;
    top: 0; }
  #manufacturing h3 {
    font-size: 1.4rem;
    line-height: 1.5; }
    #manufacturing h3 span {
      color: #4658a6;
      font-size: 2.0rem;
      position: relative;
      padding-left: 15px; }
    #manufacturing h3 span:before {
      content: "■";
      color: #f29600;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 0.8rem;
      display: block; }
    @media print, screen and (max-width: 991px) {
      #manufacturing h3 {
        letter-spacing: 1px; } }
  #manufacturing .txt {
    position: absolute;
    left: 10vw;
    display: block;
    z-index: 300;
    width: 50vw; }
    #manufacturing .txt p {
      padding-top: 20px;
      line-height: 2.0; }
    @media print, screen and (max-width: 767px) {
      #manufacturing .txt {
        width: 90vw;
        top: 180px;
        left: 5vw; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #manufacturing .txt {
        width: 55vw; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #manufacturing .txt {
        width: 50vw; } }
  #manufacturing .photo {
    position: absolute;
    display: block;
    z-index: 200;
    width: 30vw;
    background-size: cover;
    background-position: center; }
    @media print, screen and (max-width: 767px) {
      #manufacturing .photo {
        height: 150px;
        width: 90vw; } }
    @media print, screen and (min-width: 768px) and (max-width: 1199px) {
      #manufacturing .photo {
        height: 200px;
        width: 30vw; } }
    @media print, screen and (min-width: 1200px) {
      #manufacturing .photo {
        height: 250px;
        width: 30vw; } }

/*! ==================================================
　加工・販売商品
=================================================== */
#productList {
  background-color: #f0f6fb;
  padding-bottom: 100px; }
  #productList .ptitle {
    background-image: url(../img/productlist_headback.jpg);
    background-position: center; }
  #productList #catbtn ul {
    text-align: center;
    margin-top: 40px; }
    #productList #catbtn ul li {
      list-style: none;
      margin-top: 10px; }
      #productList #catbtn ul li a {
        font-family: "a-otf-ud-shin-go-pr6n",sans-serif;
        display: block;
        border-radius: 30px;
        background-color: #fefffd;
        padding: 15px 15px;
        color: #4658a6;
        position: relative;
        font-weight: bold;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
        @media print, screen and (max-width: 991px) {
          #productList #catbtn ul li a {
            font-size: 1.0rem;
            letter-spacing: 0px; } }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #productList #catbtn ul li a {
            font-size: 0.8rem;
            letter-spacing: 0; } }
        @media print, screen and (min-width: 1200px) {
          #productList #catbtn ul li a {
            font-size: 0.9rem; } }
      #productList #catbtn ul li a:before {
        content: "‣";
        top: 50%;
        left: 20px;
        -webkit-transform: translate(-20%, -50%);
        /* Safari用 */
        transform: translate(-20%, -50%);
        position: absolute;
        color: #f29600;
        font-size: 2.5rem; }
  #productList h3 {
    color: #4658a6;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 55px; }
    @media print, screen and (max-width: 767px) {
      #productList h3 {
        font-size: 1.6rem; } }
  #productList p {
    padding-top: 5px;
    font-size: 0.9rem; }
  #productList .list ul li {
    list-style: none; }
    #productList .list ul li .listbox {
      margin-top: 70px;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
      background-color: #ffffff; }
      #productList .list ul li .listbox .photo {
        border-bottom: 1px solid #ddd; }
      #productList .list ul li .listbox dl {
        margin: 0; }
        #productList .list ul li .listbox dl dt {
          background-color: #f29600;
          color: #fff;
          text-align: center;
          font-size: 0.7rem;
          border: 1px solid #fff;
          font-weight: normal;
          padding: 10px 5px; }
        #productList .list ul li .listbox dl dd {
          padding: 5px;
          font-size: 0.9rem; }
          #productList .list ul li .listbox dl dd h4 {
            color: #4658a6;
            font-size: 1.0rem;
            padding-top: 5px; }
      #productList .list ul li .listbox p {
        padding: 5px 5px;
        font-size: 0.8rem; }

/*! ==================================================
　加工技術
=================================================== */
#technology {
  background-color: #f0f6fb; }
  #technology .ptitle {
    background-image: url(../img/technology_headback.jpg);
    background-position: center; }
  #technology .box {
    margin-top: 50px;
    border-bottom: 1px solid #c7cbdf;
    padding-bottom: 50px; }
  #technology p {
    padding-top: 10px; }
  #technology h3 {
    color: #4658a6; }
    @media print, screen and (max-width: 767px) {
      #technology h3 {
        margin-top: 30px;
        font-size: 1.6rem; } }

/*! ==================================================
　加工設備
=================================================== */
#equipment {
  background-color: #f0f6fb;
  padding-bottom: 50px; }
  #equipment .ptitle {
    background-image: url(../img/equipment_headback.jpg);
    background-position: center; }
  #equipment .box {
    margin-top: 50px;
    border-bottom: 1px solid #c7cbdf;
    padding-bottom: 50px; }
  #equipment p {
    padding-top: 10px; }
  #equipment h3 {
    color: #4658a6; }
    @media print, screen and (max-width: 767px) {
      #equipment h3 {
        font-size: 1.2rem; } }
  #equipment .photo {
    margin-bottom: 30px; }

/*! ==================================================
　会社概要
=================================================== */
#company {
  background-color: #f0f6fb;
  padding-bottom: 100px; }
  #company .ptitle {
    background-image: url(../img/company_headback.jpg);
    background-position: top; }
  #company h3 {
    color: #4658a6;
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 2.0; }
    @media print, screen and (max-width: 991px) {
      #company h3 {
        text-align: left;
        font-size: 1.4rem;
        margin-top: 40px;
        margin-bottom: 20px; } }
  #company h3.stitle {
    text-align: center;
    border-bottom: 5px solid #c7cbdf;
    padding-bottom: 15px;
    font-size: 1.4rem; }
    #company h3.stitle span {
      display: inline-block;
      padding: 0 10px;
      color: #fff;
      background-color: #4658a6;
      margin: 10px; }
      @media print, screen and (max-width: 991px) {
        #company h3.stitle span {
          font-size: 1.0rem;
          margin: 5px; } }
  #company dl {
    border-bottom: 1px dotted #ddd; }
    @media print, screen and (min-width: 768px) {
      #company dl {
        text-align: left; } }
    #company dl dt {
      padding: 15px;
      color: #4658a6;
      font-size: 0.9rem; }
    #company dl dd {
      padding: 15px; }
      @media print, screen and (max-width: 767px) {
        #company dl dd {
          padding-top: 0; } }
      #company dl dd p {
        padding-top: 0;
        text-align: left; }

/*! ==================================================
　採用情報
=================================================== */
#recruit {
  background-color: #f0f6fb;
  padding-bottom: 100px; }
  #recruit .ptitle {
    background-image: url(../img/recruit_headback.jpg);
    background-position: center; }
  #recruit h3 {
    color: #4658a6;
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 2.0; }
    @media print, screen and (max-width: 991px) {
      #recruit h3 {
        text-align: left;
        font-size: 1.4rem;
        margin-top: 40px;
        margin-bottom: 20px; } }
  #recruit h3.boshutitle {
    text-align: center;
    border-bottom: 5px solid #c7cbdf;
    padding-bottom: 15px;
    font-size: 1.4rem; }
    #recruit h3.boshutitle span {
      display: inline-block;
      padding: 0 10px;
      color: #fff;
      background-color: #4658a6;
      margin: 10px; }
      @media print, screen and (max-width: 991px) {
        #recruit h3.boshutitle span {
          font-size: 1.0rem;
          margin: 5px; } }
  #recruit .photo {
    padding: 0;
    margin-top: 70px;
    padding: 1px; }
  #recruit p {
    padding-top: 15px;
    text-align: center; }
    @media print, screen and (max-width: 991px) {
      #recruit p {
        text-align: left; } }
  #recruit dl {
    border-bottom: 1px dotted #ddd; }
    @media print, screen and (min-width: 768px) {
      #recruit dl {
        text-align: left; } }
    #recruit dl dt {
      padding: 15px;
      color: #4658a6;
      font-size: 0.9rem; }
    #recruit dl dd {
      padding: 15px; }
      @media print, screen and (max-width: 767px) {
        #recruit dl dd {
          padding-top: 0; } }
      #recruit dl dd p {
        padding-top: 0;
        text-align: left; }

/*! ==================================================
　プライバシーポリシー
=================================================== */
#privacy {
  background-color: #f0f6fb;
  padding-bottom: 100px; }
  #privacy .container {
    padding-top: 40px; }
  #privacy .ptitle {
    background-image: url(../img/privacy_headback.jpg);
    background-position: center; }
  #privacy h3 {
    color: #4658a6;
    margin-top: 50px;
    line-height: 2.0; }
    @media print, screen and (max-width: 991px) {
      #privacy h3 {
        text-align: left;
        font-size: 1.4rem;
        margin-top: 40px;
        margin-bottom: 20px; } }
  #privacy ul {
    margin: 30px 25px 0; }
  #privacy p {
    padding-top: 10px;
    line-height: 1.5; }

/*! ==================================================
　#news,#homenews
=================================================== */
#news {
  background-color: #f0f6fb; }
  #news .ptitle {
    background-image: url(../img/news_headback.jpg);
    background-position: center; }

.newsList {
  /*home newslist共通*/
  padding-top: 15px; }
  .newsList time {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 5px;
    margin-right: 15px;
    float: left;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif !important;
    font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      .newsList time {
        font-size: 0.7rem; } }
    .newsList time span {
      display: inline-block;
      background-color: #f29600;
      padding: 2px 5px;
      color: #fff; }
  .newsList h3 {
    font-size: 1.4rem;
    float: left;
    font-weight: bold;
    color: #4658a6;
    display: block; }
    @media print, screen and (max-width: 767px) {
      .newsList h3 {
        padding-top: 5px;
        font-size: 1.2rem;
        letter-spacing: 1.0px; } }
  .newsList .list {
    border-bottom: 2px dotted #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 5px; }
    .newsList .list p {
      font-size: 0.8rem; }

#news .newsList {
  padding-top: 50px;
  padding-bottom: 50px; }

#news .newsDetail {
  padding-bottom: 20px;
  padding-top: 20px; }
  #news .newsDetail h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #4658a6;
    border-bottom: 2px dotted #ddd;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 20px; }
    @media print, screen and (max-width: 991px) {
      #news .newsDetail h3 {
        padding-top: 5px;
        font-size: 1.2rem;
        letter-spacing: 1.0px; } }
  #news .newsDetail time {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 5px;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif !important;
    font-weight: bold;
    margin-top: 50px; }
    @media print, screen and (max-width: 767px) {
      #news .newsDetail time {
        font-size: 0.7rem; } }
    #news .newsDetail time span {
      display: inline-block;
      background-color: #f29600;
      padding: 2px 5px;
      color: #fff; }
  #news .newsDetail #content {
    padding-top: 0;
    padding-bottom: 30px; }
    #news .newsDetail #content ul {
      margin: 20px !important; }
    #news .newsDetail #content a {
      text-decoration: underline; }
    #news .newsDetail #content p {
      padding-top: 15px; }

#news .pagelink {
  text-align: center;
  padding-top: 30px;
  font-size: 0.8rem; }

/*! ==================================================
　contact
=================================================== */
#contact {
  background-color: #f0f6fb; }
  #contact .ptitle {
    background-image: url(../img/contact_headback.jpg);
    background-position: center; }
  #contact .contactform {
    padding: 30px 15px;
    /*.btn_submit{
    	text-align:center;
    	margin:0 auto;
    }*/ }
    @media print, screen and (min-width: 992px) {
      #contact .contactform {
        min-height: 500px; } }
    @media print, screen and (max-width: 767px) {
      #contact .contactform {
        padding: 15px 0; } }
    #contact .contactform form {
      margin: 20px 0;
      padding: 10px 0; }
    #contact .contactform .form-group {
      margin: 5px 0;
      padding: 0; }
      #contact .contactform .form-group label {
        font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .form-group input {
          font-size: 1.6rem; } }
    #contact .contactform .formback {
      background-color: #fcfcfc;
      padding: 15px 5px;
      margin-top: 15px; }
    #contact .contactform table {
      border: 1px solid #fff; }
      #contact .contactform table th {
        width: 30%;
        font-weight: bold;
        background-color: #fff;
        border: 3px solid #f0f6fb; }
      #contact .contactform table td {
        width: 70%;
        background-color: #fff;
        border: 3px solid #f0f6fb; }
    #contact .contactform input {
      width: 100%;
      padding: 5px;
      margin: 0;
      border: 3px solid #f0f6fb; }
      @media print, screen and (min-width: 768px) {
        #contact .contactform input {
          margin: 0 15px; } }
    #contact .contactform textarea {
      width: 100%;
      border: 3px solid #f0f6fb;
      margin: 0; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform textarea {
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 768px) {
        #contact .contactform textarea {
          margin: 0 15px; } }
    #contact .contactform p {
      padding: 15px; }
    #contact .contactform .btnInput {
      margin-top: 30px; }
      #contact .contactform .btnInput ul {
        font-size: 0;
        text-align: center; }
      #contact .contactform .btnInput li {
        font-size: 1rem;
        display: inline-block;
        padding: 0 10px; }
      #contact .contactform .btnInput li {
        list-style: none;
        font-family: "a-otf-ud-shin-go-pr6n", sans-serif !important; }
      #contact .contactform .btnInput input {
        width: 50%;
        text-align: center;
        cursor: pointer;
        color: #fff;
        border: 1px solid #fff;
        background-color: #f29600;
        width: 200px;
        margin: auto; }
        @media print, screen and (max-width: 767px) {
          #contact .contactform .btnInput input {
            width: 100px; } }
    #contact .contactform .hissu, #contact .contactform .alert {
      color: #c00;
      font-weight: bold; }

/*! ==================================================
　footer
=================================================== */
footer #footnavi {
  background-color: #4658a6;
  padding: 15px 10px;
  border-bottom: 1px solid #fff; }
  footer #footnavi ul {
    font-size: 0;
    text-align: center; }
  footer #footnavi li {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 10px; }
  footer #footnavi li {
    padding-top: 5px;
    padding-bottom: 5px; }
    footer #footnavi li a {
      color: #fff;
      font-size: 0.7rem; }
  @media print, screen and (max-width: 991px) {
    footer #footnavi {
      display: none; } }
  @media print, screen and (min-width: 992px) {
    footer #footnavi {
      display: block; } }
footer #footer {
  padding-bottom: 50px;
  padding-top: 20px;
  background-color: #4658a6;
  color: #fff; }
  footer #footer a {
    color: #fff !important; }
  footer #footer .name {
    padding: 20px 0 0;
    font-size: 2.0rem;
    width: 80%;
    margin: auto; }
  footer #footer address {
    width: 70%;
    margin: 40px auto 0;
    font-size: 0.9rem; }
    @media print, screen and (max-width: 991px) {
      footer #footer address {
        margin: 20px auto 0;
        width: 80%;
        letter-spacing: 0; } }
  footer #footer .tel {
    margin: 15px auto 0; }
    @media print, screen and (max-width: 991px) {
      footer #footer .tel {
        margin: 20px auto 0; } }
footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #4658a6;
  color: #fff; }

/*! ==================================================
　その他
=================================================== */
.cattitle {
  margin-top: -110px;
  padding-top: 110px; }
