@charset "utf-8";

/* ------------------------------
　　ベース
------------------------------*/
body {
  min-width: 1100px;
  background: #f4f7fb;
  font-size: 1em;
  font-family:
    "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    sans-serif;
  color: #2d4d6e;
}

.main {
  overflow: hidden;
  width: 1020px;
  padding: 50px 40px 40px;
  margin: 0 auto;
  background: #fff;
}

textarea {
  font-family:
    "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    sans-serif;
}

section {
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

/* リンク　*/
a:link {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.seotext {
  font-size: 1em;
  line-height: 1.7;
  text-align: center;
  font-weight: normal;
  color: #2d4d6e;
  background: #f4f7fb;
}

#wrap {
  font-size: 1.4em;
  line-height: 1.8;
  color: #333;
}

.content {
  float: right;
  width: 660px;
}

/* ------------------------------
　　モバイルでのみ改行
------------------------------*/
br.mobile-break {
  display: none;
}

@media (max-width: 767px) {
  br.mobile-break {
    display: block;
  }
}

/* ------------------------------
　　基本料金表（TOP・料金システム）
　　table
------------------------------*/
table {
  width: 100%;
}

th,
td {
  background: #f0f0f0;
  border: 1px solid #e1e1e1;
  padding: 13px 20px 11px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  color: #333;
}

th {
  width: 220px;
}

.module.mod_text table {
  width: 100%;
}

.module.mod_text th,
.module.mod_text td {
  min-width: auto;
  border: 1px solid #e1e1e1;
  padding: 13px 20px 11px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #333;
}

.module.mod_text th,
.module.mod_text td.cols-label,
.module.mod_text td.row-label {
  vertical-align: middle;
  background: #f2f2f2;
  font-weight: bold;
}

.module.mod_text th,
.module.mod_text td.cols-label {
  width: 220px;
}

.module.mod_text th {
  background: #f2f2f2;
}

.module.mod_text td {
  background: #fff;
}

/*---------------------------
  テーブル
-----------------------------*/
.table-bordered td {
  border: 1px solid #ccc;
  padding: 13px 17px 11px;
}

.table td {
  min-width: 200px;
}

.table td {
  min-width: 100px;
  height: 40px;
}

.table {
  width: 100%;
}

.table-bordered {
  border-collapse: collapse;
}

.table-bordered td {
  border: 1px solid #999;
  padding: 5px;
}

@media (max-width: 767px) {
  .module.mod_text table,
  table {
    width: 100%;
    table-layout: fixed;
    overflow-x: hidden;
  }

  th,
  td {
    padding: 8px 12px;
  }
}

/* -------------------------
   会社概要MAP
------------------------- */
.map {
  position: relative;
  width: 100%;
  height: 280px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------
   CTA（ご依頼・お問い合わせはこちら）
------------------------- */
.content .contact {
  display: block;
  width: 100%;
  background: url(../img/bg_contact.jpg) 0 0 repeat;
  padding: 5px;
  margin-top: 40px;
  text-decoration: none;
  font-size: 0.85em;
  font-weight: normal;
  color: #333;
}

.content .contact .c-box {
  overflow: hidden;
  background: #f4f7fb;
  padding: 12px 22px 15px;
  box-shadow: 0 0 4px rgba(101, 168, 235, 0.4);
}

.content .contact .c-text {
  font-family: "Crimson Text", serif;
  margin-bottom: 12px;
  font-size: 1.33em;
  font-weight: 400;
}

.content .contact .c-logo {
  width: 140px;
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}

.content .contact .c-info {
  width: 420px;
  float: left;
}

.content .contact .c-tel {
  margin-bottom: 10px;
  line-height: 1;
}

.content .contact .c-tel span {
  display: inline-block;
  margin-left: 0;
  font-size: 3.3em;
  font-family: "Crimson Text", serif;
  color: #2c4c6d;
}

.content .contact span.tellink {
  display: inline-flex;
  align-items: center;
  background: url(../img/h_phone01.jpg) 0 50% no-repeat;
  padding-left: 40px;
  line-height: 1;
  white-space: nowrap;
}

.content .contact .c-tel1 {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-wrap: nowrap;
  margin-bottom: 12px;
}

.content .contact .c-tel1 span {
  font-size: 2.1em;
  font-family: "Crimson Text", serif;
  color: #2c4c6d;
  white-space: nowrap;
}

.content .contact .c-tel1 span + span {
  margin-left: 0;
}

.content .contact span.tellink2,
.content .contact span.tellink3 {
  display: inline-flex;
  align-items: center;
  background-position: 0 50%;
  padding-left: 30px;
  line-height: 1;
  white-space: nowrap;
}

.content .contact span.tellink2 {
  background: url(../img/h_phone02.jpg) 0 50% no-repeat;
}

.content .contact span.tellink3 {
  background: url(../img/h_phone03.jpg) 0 50% no-repeat;
}

.content .contact a {
  font-weight: normal;
  text-decoration: none;
  color: #2d4d6e;
}

.content .contact .c-tel .text-tel {
  padding-bottom: 20px;
}

.content .contact .c-time {
  font-size: 1.16em;
  color: #2d4d6e;
}

@media screen and (max-width: 680px) {
  .content .contact {
    margin: 40px auto 30px;
  }

  .content .contact .c-box {
    padding: 15px;
  }

  .content .contact .c-logo {
    float: none;
    width: auto;
    margin-right: 0;
    margin: 0 0 10px;
    text-align: center;
  }

  .content .contact .c-info {
    float: none;
    width: 100%;
    text-align: center;
  }

  .content .contact .c-tel1 {
    display: block;
  }
}

/* -------------------------
   パウダー加工の料金ボタン
------------------------- */
.btn {
  text-align: center;
}

.module .btn a {
  display: inline-block;
  position: relative;
}

.module .btn img {
  display: block;
  transition: opacity 0.3s ease;
}

.module .btn a:hover img {
  content: url("../img/btn_process_on.jpg");
}

/* -------------------------
   タイトル
------------------------- */
.module {
  margin-bottom: 40px;
}

.module.mod_h1 {
  margin-bottom: 30px;
}

.mod_h1 h1 {
  background: url("../img/h1_bg.jpg") center top no-repeat;
  padding: 30px 20px 29px;
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, serif, "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 1.57em;
  line-height: 1.2;
  color: #fff;
}

.module.mod_h2 {
  margin-bottom: 20px;
}

.module.mod_h2 h2 {
  background: none;
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, serif, "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  border: none;
  padding: 0px 0px 6px 0px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #334059;
  border-bottom: 1px solid #e0e0e0;
}

.module.mod_h3 {
  margin-bottom: 20px;
}

.module.mod_h3 h3 {
  padding: 4px 10px 4px;
  font-size: 16px;
  color: #fff;
  background: #6fadec;
}

/* -------------------------
   動画
------------------------- */
element.style {
  background-image: url(https://i.ytimg.com/vi_webp/eSFk0MKOKXE/hqdefault.webp);
}

.ytp-cued-thumbnail-overlay-image {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

.unstarted-mode:not(.playing-mode)
  .ytp-cued-thumbnail-overlay:not([aria-hidden="true"]),
.ended-mode .ytp-cued-thumbnail-overlay:not([aria-hidden="true"]) {
  cursor: pointer;
}

.html5-video-player,
.ytp-contextmenu {
  -ms-high-contrast-adjust: none;
  forced-color-adjust: none;
}

.html5-video-player {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  outline: 0;
  font-family: "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;
  color: #eee;
  text-align: left;
  direction: ltr;
  font-size: 11px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
}

/* YouTube埋め込みを幅100%＆16:9固定にする */
.youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* これが使える環境なら最強 */
}

.youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* news gallery 共通
------------------------------*/
/* pagebute */
.mod_news_list ul.pager,
.mod_gallery_list ul.pager {
  text-align: center;
  font-size: 0;
}

.mod_news_list ul.pager li,
.mod_gallery_list ul.pager li {
  display: inline-block;
  margin: 0 5px;
}

.mod_news_list ul.pager a,
.mod_gallery_list ul.pager a {
  display: block;
  width: 30px;
  height: 30px;
  background: #cbe1f8;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #6fadec;
}

.mod_news_list ul.pager a:hover,
.mod_news_list ul.pager a.current,
.mod_gallery_list ul.pager a:hover,
.mod_gallery_list ul.pager a.current {
  background: #6fadec;
  color: #fff;
}

/* news
------------------------------*/
/* list */
.mod_news_list {
  margin-bottom: 40px;
}

.mod_news_list #news {
  margin-bottom: 30px;
}

.mod_news_list #news dl {
  border: none;
  background:
    url(../img/icon_news.jpg) 20px 15px no-repeat,
    url(../img/br.jpg) left bottom repeat-x;
  padding: 11px 0 7px 40px;
  line-height: 1.6;
}

.mod_news_list #news dl dt {
  float: left;
}

.mod_news_list #news dl dd {
  margin-left: 110px;
}

/* btn */
.mod_news_list .pager a {
  display: block;
  width: 300px;
  background: url(../img/btn_news_off.jpg) center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  padding: 50px 0 0;
  margin: 0 auto;
  font-size: 0;
}

.mod_news_list .pager a::after {
  content: url(../img/btn_news_on.jpg);
  display: none;
}

.mod_news_list .pager a:hover {
  background: url(../img/btn_news_on.jpg) center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

/* detail */
#news_detail {
  margin-bottom: 50px;
}

.mod_news_detail .date {
  color: #333;
}

/* リンク */
.mod_link_banner_center.mod_img_medium .img_medium {
  margin-bottom: 20px;
}

/*===============================================
  画面の横幅が680px以下に適用
===============================================*/
@media screen and (max-width: 680px) {
  /* table */
  .module.mod_text th,
  .module.mod_text td {
    display: table-cell;
    min-width: 96px !important;
    width: auto !important;
    height: auto !important;
  }
}

/*===============================================
  画面の横幅が480px以下に適用
===============================================*/
@media screen and (max-width: 480px) {
  .content .contact {
    width: 100%;
  }

  .content .contact .c-info {
    width: 100%;
    float: none;
    text-align: center;
  }

  .content .contact .c-logo {
    width: 60%;
    height: auto;
    margin: 0 auto;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .content .contact .c-mail {
    float: none;
    margin: 10px auto 0;
  }

  .s-banner li.width50 {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.marb-10 {
  margin-bottom: 10px !important;
}

.marb-20 {
  margin-bottom: 20px !important;
}

.marb-30 {
  margin-bottom: 30px !important;
}

.marb-40 {
  margin-bottom: 40px !important;
}

.text-center {
  text-align: center;
}

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

* {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
html {
  font-size: 62.5%;
}
address {
  font-style: normal;
}

/*364行目変更*/
button {
  cursor: pointer;
}

/*ここからコアシーケンス追加分*/

.img_pet {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.img_pet ul {
  display: flex;
  list-style: none;
  justify-content: center;
}
.img_pet li {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/*-------------------------------------------------------------------
module
-------------------------------------------------------------------*/
.module {
  width: 100%;
  margin-bottom: 30px;
}

/* モジュール　【見出し（h2）モジュール】 */
.mod_h2 h2 {
  border-left: #000000 3px solid;
  border-bottom: #000000 1px dotted;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.4;
}

/* モジュール　【見出し（h3）モジュール】 */
.mod_h3 h3 {
  background-color: #dfdfdf;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

/* モジュール　【画像モジュール（左）】 */
.mod_img_left {
  text-align: left;
}

/* モジュール　【画像モジュール（中央）】 */
.mod_img_center {
  text-align: center;
}

/* モジュール　【画像モジュール（右）】 */
.mod_img_right {
  text-align: right;
}

/* モジュール　【画像モジュール（小）】 */
.mod_img_small .img_small img {
  width: 200px;
}

/* モジュール　【画像モジュール（中）】 */
.mod_img_medium .img_medium img {
  width: 300px;
}

/* モジュール　【画像モジュール（大）】 */
.mod_img_large .img_large img {
  width: 500px;
}

/* モジュール　【画像モジュール（特大）】 */
.mod_img_origin .img_origin img {
  max-width: 100%;
}

/* モジュール　【画像（左、小）付きテキストモジュール】 */
.mod_img_text_left {
  overflow: hidden;
  zoom: 1;
}

.mod_img_text_left .img_small {
  float: left;
  width: 200px;
}

.mod_img_text_left .text_box {
  margin-left: 220px;
}

/* モジュール　【画像（右、小）付きテキストモジュール】 */
.mod_img_text_right {
  overflow: hidden;
  zoom: 1;
}

.mod_img_text_right .img_small {
  float: right;
  width: 200px;
}

.mod_img_text_right .text_box {
  margin-right: 220px;
}

/* モジュール　【画像（左、中）付きテキストモジュール】 */
.mod_img_text_left .img_medium {
  float: left;
  width: 300px;
}

.mod_img_text_left.mod_img_medium .text_box {
  margin-left: 320px;
}

/* モジュール　【画像（右、中）付きテキストモジュール】 */
.mod_img_text_right .img_medium {
  float: right;
  width: 300px;
}

.mod_img_text_right.mod_img_medium .text_box {
  margin-right: 320px;
}

/* モジュール　【画像（左、大）付きテキストモジュール】 */
.mod_img_text_left .img_large {
  float: left;
  width: 500px;
}

.mod_img_text_left.mod_img_large .text_box {
  margin-left: 520px;
}

/* モジュール　【画像（右、大）付きテキストモジュール】 */
.mod_img_text_right .img_large {
  float: right;
  width: 500px;
}

.mod_img_text_right.mod_img_large .text_box {
  margin-right: 520px;
}

/* モジュール　【リンクバナーモジュール　画像（小,左）】 */
.mod_link_banner_left {
  overflow: hidden;
  zoom: 1;
}

.mod_link_banner_left.mod_img_small .img_small {
  float: left;
  width: 200px;
}

.mod_link_banner_left.mod_img_small .text_box {
  margin-left: 220px;
}

/* モジュール　【リンクバナーモジュール　画像（小,右）】 */
.mod_link_banner_right {
  overflow: hidden;
  zoom: 1;
}

.mod_link_banner_right.mod_img_small .img_small {
  float: right;
  width: 200px;
}

.mod_link_banner_right.mod_img_small .text_box {
  margin-right: 220px;
}

/* モジュール　【リンクバナーモジュール　画像（小,中央）】 */
.mod_link_banner_center {
  overflow: hidden;
  zoom: 1;
}

.mod_link_banner_center.mod_img_small .img_small {
  text-align: center;
}

/* モジュール　【リンクバナーモジュール　画像（中,左）】 */
.mod_link_banner_left.mod_img_medium .img_medium {
  float: left;
  width: 300px;
}

.mod_link_banner_left.mod_img_medium .text_box {
  margin-left: 320px;
}

/* モジュール　【リンクバナーモジュール　画像（中,右）】 */
.mod_link_banner_right.mod_img_medium .img_medium {
  float: right;
  width: 300px;
}

.mod_link_banner_right.mod_img_medium .text_box {
  margin-right: 320px;
}

/* モジュール　【リンクバナーモジュール　画像（中,中央）】 */
.mod_link_banner_center.mod_img_medium .img_medium {
  text-align: center;
}

/* モジュール　【リンクバナーモジュール　画像（大,左）】 */
.mod_link_banner_left.mod_img_large .img_large {
  float: left;
  width: 500px;
}

.mod_link_banner_left.mod_img_large .text_box {
  margin-left: 520px;
}

/* モジュール　【リンクバナーモジュール　画像（大,右）】 */
.mod_link_banner_right.mod_img_large .img_large {
  float: right;
  width: 500px;
}

.mod_link_banner_right.mod_img_large .text_box {
  margin-right: 520px;
}

/* モジュール　【リンクバナーモジュール　画像（大,中央）】 */
.mod_link_banner_center.mod_img_large .img_large {
  text-align: center;
}

/* モジュール　【リンクバナーモジュール　画像（Wide）】 */
.mod_img_wide img {
  width: 100%;
}

.mod_file > div:first-child {
  float: left;
  text-align: center;
}

.mod_file > .text_box {
  margin-left: 100px;
}

/* モジュール　【マップモジュール】 */
.map {
  width: 100%;
  height: 350px;
}

/* default pagebute */
ul.pagebute {
  margin-bottom: 40px;
  overflow: hidden;
  zoom: 1;
  text-align: center;
}
ul.pagebute li {
  display: inline;
  margin-right: 2px;
}
ul.pagebute li a,
ul.pagebute li span {
  border: 1px solid #666;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  text-decoration: none;
  background-color: #666;
  color: #fff;
  line-height: 1;
  padding: 4px 5px 2px;
}
ul.pagebute li span {
  color: #666;
}
ul.pagebute li span,
ul.pagebute li a:hover {
  background: none;
  text-decoration: none;
  color: #666;
}
ul.pagebute li .link_page,
ul.pagebute li .current_page {
  width: 20px;
  text-align: center;
  margin: 0 1px 0 0;
}
ul.pagebute li a.link_next,
ul.pagebute li a.link_before {
  text-decoration: underline;
  border: none;
  background: none;
  color: #666;
}
ul.pagebute li a.link_next {
  margin-left: 5px;
}
ul.pagebute li a.link_before {
  margin-right: 5px;
}
ul.pagebute li a.link_next:hover,
ul.pagebute li a.link_before:hover {
  text-decoration: none;
}

/* レスポンシブモジュール */
@media screen and (max-width: 680px) {
  /* 画像テキストモジュール */
  .mod_img_text_left .img_large {
    max-width: 50%;
    width: 100%;
    margin-right: 10px;
  }
  .mod_img_text_right .img_large {
    max-width: 50%;
    width: 100%;
    margin-left: 10px;
  }
  .mod_img_text_left.mod_img_large .text_box {
    margin-left: auto;
  }
  .mod_img_text_right.mod_img_large .text_box {
    margin-right: auto;
  }
  .mod_img_text_left .img_medium {
    max-width: 40%;
    width: 100%;
    margin-right: 10px;
  }
  .mod_img_text_right .img_medium {
    max-width: 40%;
    width: 100%;
    margin-left: 10px;
  }
  .mod_img_text_left.mod_img_medium .text_box {
    margin-left: auto;
  }
  .mod_img_text_right.mod_img_medium .text_box {
    margin-right: auto;
  }
  .mod_img_text_left .img_small {
    max-width: 30%;
    width: 100%;
    margin-right: 10px;
  }
  .mod_img_text_right .img_small {
    max-width: 30%;
    width: 100%;
    margin-left: 10px;
  }
  .mod_img_text_left.mod_img_small .text_box {
    margin-left: auto;
  }
  .mod_img_text_right.mod_img_small .text_box {
    margin-right: auto;
  }
  /* リンクバナーモジュール */
  .mod_link_banner_left .img_origin,
  .mod_link_banner_right .img_origin {
    max-width: 100%;
    width: 100%;
  }
  .mod_link_banner_left .img_large {
    max-width: 50%;
    width: 100%;
    margin-right: 10px;
  }
  .mod_link_banner_right .img_large {
    max-width: 50%;
    width: 100%;
    margin-left: 10px;
  }
  .mod_link_banner_left.mod_img_large .text_box {
    margin-left: auto;
  }
  .mod_link_banner_right.mod_img_large .text_box {
    margin-right: auto;
  }
  .mod_link_banner_left .img_medium {
    max-width: 40%;
    width: 100%;
    margin-right: 10px;
  }
  .mod_link_banner_right .img_medium {
    max-width: 40%;
    width: 100%;
    margin-left: 10px;
  }
  .mod_link_banner_left.mod_img_medium .text_box {
    margin-left: auto;
  }
  .mod_link_banner_right.mod_img_medium .text_box {
    margin-right: auto;
  }
  .mod_link_banner_left .img_small {
    max-width: 30%;
    width: 100%;
    margin-right: 10px;
  }
  .mod_link_banner_right .img_small {
    max-width: 30%;
    width: 100%;
    margin-left: 10px;
  }
  .mod_link_banner_left.mod_img_small .text_box {
    margin-left: auto;
  }
  .mod_link_banner_right.mod_img_small .text_box {
    margin-right: auto;
  }
  /* マップモジュール */
  .map {
    width: 100% !important;
  }
  /* お問い合わせモジュール */
  #content table th,
  #content table td {
    padding: 10px 20px 10px;
  }
}
