@charset "UTF-8";
/*-----------------------------------------------------

　佐山住器 SP用CSS
　URL:http://

-----------------------------------------------------*/
/* BlueGreen */
/* Light BlueGreen */
/* Pale BlueGreen */
/* Orange */
/* BG BlueGreen */
/* 源ノ角ゴシック ボールド */
/* 源ノ角ゴシック レギュラー */
/* A-OTF ゴシックMB101 Pr6N L */
/* ##################################################


　　WEBフォント


################################################## */
/* ++++++++++ LINE Seed JP ++++++++++ */
/* LINE Seed フォントは、LINE株式会社が著作権を有しています */
@font-face {
  font-family: "LINESeedJP";
  font-weight: 100;
  src: url("../fonts/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Th.woff") format("woff"); }

@font-face {
  font-family: "LINESeedJP";
  font-weight: 400;
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff"); }

@font-face {
  font-family: "LINESeedJP";
  font-weight: 600;
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff"); }

@font-face {
  font-family: "LINESeedJP";
  font-weight: 800;
  src: url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff"); }

/* ++++++++++ Adobe WEB FONTS class ++++++++++ */
/* DNP 秀英丸ゴシック Std */
.font-ShueiMaruGo-R {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-ShueiMaruGo-B {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal; }

/* ##################################################


	共通設定


################################################## */
html {
  /*    scroll-behavior: smooth;*/ }

body {
  background: #f6f5e9 none;
  color: #000;
  font-size: 20px;
  text-align: justify;
  line-height: 180%;
  font-family: "LINESeedJP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",  Helvetica, Arial, Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  margin: 0px;
  padding: 0px;
  position: relative; }

p {
  text-align: justify;
  margin-bottom: 0.5em; }

img {
  border: 0px;
  margin: 0px; }

.w100img {
  width: 100%; }

a {
  color: #000; }
  a:active {
    color: #2aa4c2; }

sup {
  font-size: smaller;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

.sphidden {
  display: none; }

.w100img {
  width: 100%;
  margin: 0px auto; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

/* ++++++++++ HeadCatchCopy ++++++++++ */
#contents h2 {
  color: #2aa4c2;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 39px;
  text-align: center;
  line-height: 180%;
  letter-spacing: 3px;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; }
  #contents h2 span {
    display: inline;
    background: transparent url(../img/bg_h2dot.png) center bottom repeat-x;
    padding: 0 5px 10px 0px; }

#contents #cont-inner h3 {
  color: #e4801e;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 50px;
  padding: 5px 10px 10px 5px; }

#contents h4 {
  background: #b5d4d7;
  color: #00517e;
  font-size: 28px;
  line-height: 160%;
  text-align: justify;
  font-weight: 600;
  margin: 80px 0px 20px 0px;
  padding: 20px 10px 20px 10px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  #contents h4:first-child {
    margin-top: 0px; }

#contents h5 {
  font-size: 26px;
  line-height: 160%;
  text-align: justify;
  font-weight: 600;
  margin: 30px 0px 20px 0px;
  padding: 0 0 5px 5px;
  border-bottom: 2px solid #2aa4c2; }

/* ##### Table ##### */
table {
  width: 100%;
  margin: 10px 0px;
  border-collapse: collapse;
  border-top: 1px solid #d3d3d3; }
  table th {
    display: block;
    background: #e2eff0;
    text-align: center;
    font-weight: 600;
    padding: 10px 10px 8px 10px;
    vertical-align: middle; }
  table td {
    display: block;
    padding: 10px 0px 15px 0px;
    border-bottom: 1px solid #d3d3d3;
    vertical-align: middle; }
  table.borderless {
    border: 0px none; }
    table.borderless th {
      border: 0px none; }
    table.borderless td {
      border: 0px none; }

/* ##### List ##### */
#contents ul {
  margin: 20px 0px;
  padding-left: 1.5em; }
  #contents ul li {
    line-height: 150%;
    margin: 0 0 5px 0; }

#contents ol {
  margin: 20px 0px;
  padding-left: 1.5em; }
  #contents ol li {
    line-height: 150%;
    margin: 0 0 10px 0; }

/* ##### Definition List ##### */
.horizontal-list {
  margin: 20px auto;
  padding: 0px;
  box-sizing: border-box;
  border-top: 1px solid #999; }
  .horizontal-list dt {
    background: #e2eff0;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px;
    box-sizing: border-box; }
  .horizontal-list dd {
    padding: 20px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #999; }

/* ++++++++++ Buttons ++++++++++ */
.nxtbtn {
  margin: 50px auto;
  text-align: center; }
  .nxtbtn a {
    display: block;
    background: transparent url(../img/icon_link_arrow.png) 95% 50% no-repeat;
    color: #80c5d7;
    text-align: left;
    text-decoration: none;
    padding: 10px 80px 10px 30px;
    border: 1px solid #80c5d7;
    border-radius: 500px;
    box-sizing: border-box; }
    .nxtbtn a:active {
      color: #2aa7c5;
      background: transparent url(../img/icon_link_arrow.png) 99% 50% no-repeat;
      border: 1px solid #2aa7c5; }

.backbtn {
  margin: 50px auto;
  text-align: center; }
  .backbtn a {
    display: block;
    background: transparent url(../img/icon_link_arrow_l.png) 5% 50% no-repeat;
    color: #80c5d7;
    text-align: right;
    text-decoration: none;
    padding: 10px 30px 10px 80px;
    border: 1px solid #80c5d7;
    border-radius: 500px;
    box-sizing: border-box; }
    .backbtn a:active {
      color: #2aa7c5;
      background: transparent url(../img/icon_link_arrow_l.png) 1% 50% no-repeat;
      border: 1px solid #2aa7c5; }

/* ##### Page Nation ##### */
.pageNav {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  margin: 50px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*flex-start,center,space-between*/ }
  .pageNav a {
    background: #2aa4c2;
    border: 1px solid #2aa4c2;
    color: #fff;
    text-decoration: none; }
    .pageNav a:active {
      background: #2aa4c2;
      color: #fff;
      border: 1px solid #2aa4c2; }

.pageNav a,
.pageNav span {
  display: block;
  width: 48%;
  font-size: 16px;
  line-height: 1em;
  margin: 0px 1% 0px 1%;
  padding: 14px 17px; }

.pageNav .current {
  background: #000;
  border: 1px solid #000;
  color: #fff; }

.pageNav .invalid {
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff; }

.pageNav .page {
  display: none; }

.pageNav span.sphidden {
  display: none; }

/* ++++++++++ Adobe WEB FONTS class ++++++++++ */
/* A-OTF ゴシックMB101 Pr6N L */
.font-GKGBold {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300; }

/* 源ノ角ゴシック */
.font-GennoKaukGo-R {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-GennoKaukGo-M {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal; }

.font-GennoKaukGo-B {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal; }

/* ##################################################


	Header


################################################## */
/* 共通ヘッダ */
header {
  width: 100%;
  background: rgba(249, 248, 236, 0.9) none;
  padding: 15px 0px 0px 0px;
  box-sizing: border-box;
  z-index: 3200;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*flex-start,center,space-between*/
  align-items: center;
  position: relative;
  z-index: 999999;
  position: fixed; }
  header h1 {
    width: 50%;
    max-width: 322px;
    font-weight: normal;
    position: relative;
    margin-left: 10px;
    box-sizing: border-box;
    order: 1; }
    header h1 a {
      display: block;
      width: 100%; }
      header h1 a img {
        width: 100%; }
      header h1 a:active {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: alpha(opacity=80); }
  header nav {
    order: 3; }
  header p {
    width: 35%;
    max-width: 160px;
    margin-right: 10px;
    box-sizing: border-box;
    order: 2; }
    header p img {
      width: 100%; }

/*========= ナビゲーションドロップダウンのためのCSS ===============*/
/*==ナビゲーション全体の設定*/
header nav {
  text-align: center; }

/*ナビゲーションを横並びに*/
header nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0px;
  padding: 0px; }

/*2階層目以降は横並びにしない*/
header nav ul ul {
  display: block; }

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
header nav ul li {
  position: relative; }

/*ナビゲーションのリンク設定*/
header nav ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 20px 0px 20px 0px;
  transition: all 0.3s; }

header nav ul li li a {
  padding: 10px 0px;
  background: #bedde0;
  color: #000 !important; }

header nav ul li a:active {
  background: #2aa7c5;
  color: #fff !important; }

/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
header nav ul li.has-child::before {
  content: '';
  position: absolute;
  right: 0px;
  top: 28px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  transition: all 0.3s; }

/*3階層目を持つliの矢印の設定*/
header nav ul ul li.has-child::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg); }

/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/
header nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: -10px;
  top: 62px;
  z-index: 4;
  /*形状を指定*/
  background: #80c8da;
  color: #ccc;
  width: 160px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s; }

/*hoverしたら表示*/
header nav li.has-child:active > ul,
header nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1; }

/*ナビゲーションaタグの形状*/
header nav li.has-child ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6); }

header nav li.has-child ul li:last-child a {
  border-bottom: none; }

header nav li.has-child ul li a:active {
  background: #2aa4c2;
  color: #fff; }

/*==3階層目*/
/*3階層目の位置*/
header nav li.has-child ul ul {
  top: 0;
  left: 182px;
  background: #66ADF5; }

header nav li.has-child ul ul li a:active {
  background: #448ED3; }

/*==768px以下の形状*/
header nav {
  padding: 0;
  width: 100%; }

header nav ul {
  display: block;
  background: #80c8da;
  color: #fff; }

header nav li.has-child ul,
header nav li.has-child ul ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
  /*JSで制御するため一旦表示*/
  opacity: 1;
  /*JSで制御するため一旦表示*/
  display: none;
  /*JSのslidetoggleで表示させるため非表示に*/
  transition: none;
  /*JSで制御するためCSSのアニメーションを切る*/ }

header nav > ul li a {
  border-top: 1px solid #2aa4c2; }

header nav > ul li:last-child a {
  border-bottom: 1px solid #2aa4c2; }

/*矢印の位置と向き*/
header nav ul li.has-child::before {
  right: 20px; }

header nav ul ul li.has-child::before {
  transform: rotate(135deg);
  right: 20px; }

header nav ul li.has-child.active::before {
  transform: rotate(-45deg); }

/*アコーディオンタイトル*/
header nav .title {
  background: #2aa7c5;
  color: #fff;
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  padding: 5px 5% 5px 3%;
  transition: all 0.5s ease; }

/*アイコンの＋と×*/
header nav .title::before,
header nav .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s ease; }

header nav .title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg); }

header nav .title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg); }

/*　closeというクラスがついたら形状変化　*/
header nav .title.close::before {
  transform: rotate(45deg); }

header nav .title.close::after {
  transform: rotate(-45deg); }

/*アコーディオンで現れるエリア*/
header nav .box {
  display: none;
  /*はじめは非表示*/
  margin: 0px; }

/* ========= パンくずリスト（セカンダリ以降PCのみ） ========= */
#breadcrumbs {
  display: none; }

/* ##################################################


	Footer


################################################## */
/* トップページフッタ */
#top-footer {
  width: 100%;
  height: 60vh; }
  #top-footer p {
    width: 100%;
    height: 30vh;
    margin: 0px; }
    #top-footer p:first-child {
      background: transparent url(../img/photo_top_footerimg_gaikan.jpg) 50% 45% no-repeat;
      background-size: cover; }
    #top-footer p:last-child {
      background: transparent url(../img/photo_top_footerimg_keiban.jpg) 50% 40% no-repeat;
      background-size: cover; }
    #top-footer p span {
      display: none; }

/* 共通フッタ */
footer {
  margin: 0px;
  padding: 0px;
  position: relative; }
  footer div#footer-inner {
    margin: 0px;
    padding: 30px 10px;
    position: relative; }
    footer div#footer-inner address {
      display: block;
      font-style: normal;
      position: relative;
      margin-right: auto; }
      footer div#footer-inner address p {
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        word-break: keep-all;
        overflow-wrap: break-word;
        padding: 0px 0px 10px 0px;
        vertical-align: middle; }
        footer div#footer-inner address p img {
          width: 100%;
          max-width: 322px; }
    footer div#footer-inner div a {
      display: block;
      background: #2aa4c2 url(../img/icon_footer_sitemap.png) 95% 50% no-repeat;
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      padding: 3px 50px 3px 20px;
      border-radius: 500px; }
      footer div#footer-inner div a:active {
        background: #80c5d7 url(../img/icon_footer_sitemap.png) 99% 50% no-repeat; }
  footer p#copyright {
    background: #2aa4c2;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0px;
    padding: 5px;
    vertical-align: top; }
    footer p#copyright span {
      display: none; }

p#btn-pagetop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin: 0px;
  z-index: 999999;
  border-radius: 50%;
  box-sizing: border-box; }
  p#btn-pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    background: #e2eff0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2aa4c2;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: alpha(opacity=50); }
    p#btn-pagetop a img {
      height: 26px; }
    p#btn-pagetop a:active {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: alpha(opacity=80); }
      p#btn-pagetop a:active img {
        transform: translate(0px, -20px) rotate(0deg); }

/* ##################################################


	Top page


################################################## */
/* ##### スクロールでフェードイン（NEW） FadeIn.jsと組み合わせて使う  ##### */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform; }

.fade-in-up {
  transform: translate(0, 50px); }

.fade-in-down {
  transform: translate(0, -50px); }

.fade-in-left {
  transform: translate(-50px, 0); }

.fade-in-right {
  transform: translate(50px, 0); }

.scroll-in {
  opacity: 1;
  transform: translate(0, 0); }

/* メインイメージ（スライドショー） */
#mainimage {
  width: 100%;
  padding-top: 180px;
  overflow: hidden;
  position: relative;
  z-index: 800; }
  #mainimage .slidearea {
    width: 96% !important;
    margin: 0px 2% !important;
    height: 50vw;
    position: relative;
    overflow: hidden; }
    #mainimage .slidearea .sp-slides {
      padding: 0;
      list-style: none;
      position: relative;
      z-index: 100; }
      #mainimage .slidearea .sp-slides li {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: hidden; }
        #mainimage .slidearea .sp-slides li img {
          vertical-align: top;
          object-fit: cover;
          z-index: 1000; }
    #mainimage .slidearea p {
      width: 92%;
      color: #fff;
      font-size: clamp(12px, 1vw, 16px);
      line-height: 150%;
      text-shadow: #000 0px 0px 5px;
      position: absolute;
      left: 4%;
      bottom: 5px;
      z-index: 1500; }
      #mainimage .slidearea p strong {
        display: block;
        letter-spacing: 5px;
        line-height: 150%;
        font-weight: normal;
        font-size: clamp(25px, 1vw, 48px);
        text-shadow: #000 0px 0px 10px;
        margin-bottom: 5px; }
  #mainimage #top-emergency {
    width: 96%;
    margin: 0px 2%;
    background: #ef7272;
    padding: 2% 2% 5% 2%;
    box-sizing: border-box; }
    #mainimage #top-emergency p {
      display: block;
      text-align: center;
      padding: 10px 0px 0px 0px; }
    #mainimage #top-emergency ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      /*flex-start,center,space-between*/
      align-items: center; }
      #mainimage #top-emergency ul li {
        width: 48%;
        padding: 5px 0px; }
        #mainimage #top-emergency ul li a {
          display: block;
          background: #fff;
          text-align: center;
          padding: 10px 5px;
          border-radius: 10px; }
          #mainimage #top-emergency ul li a img {
            width: 100%;
            max-width: 167px;
            vertical-align: top; }
          #mainimage #top-emergency ul li a:active img {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: alpha(opacity=70); }

/* コンテンツ */
#top-info {
  padding: 80px 10px;
  position: relative; }
  #top-info #top-info-inner {
    position: relative;
    z-index: 10; }
    #top-info #top-info-inner div {
      padding-top: 230px; }
      #top-info #top-info-inner div h2 {
        color: #2aa4c2;
        font-family: "dnp-shuei-mgothic-std", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 39px;
        text-align: center;
        line-height: 180%;
        letter-spacing: 3px;
        margin: 0px 0px 30px 0px;
        padding: 0px 0px 0px 0px;
        position: relative; }
        #top-info #top-info-inner div h2 span {
          display: inline;
          background: transparent url(../img/bg_h2dot.png) center bottom repeat-x;
          padding: 0 5px 10px 0px; }
    #top-info #top-info-inner ul {
      list-style: none;
      border-top: 1px solid #d3d3d3;
      margin: 20px 0px;
      padding: 0px; }
      #top-info #top-info-inner ul li {
        border-bottom: 1px solid #d3d3d3;
        margin: 0px;
        padding: 0px; }
        #top-info #top-info-inner ul li a {
          display: block;
          color: #000;
          text-align: justify;
          text-decoration: none;
          padding: 15px 10px 15px 10px; }
          #top-info #top-info-inner ul li a span {
            display: block;
            font-size: 15px;
            margin-bottom: 5px; }
            #top-info #top-info-inner ul li a span img {
              margin-left: 10px;
              vertical-align: text-top; }
          #top-info #top-info-inner ul li a strong {
            display: block;
            font-size: 20px;
            font-weight: normal; }
            #top-info #top-info-inner ul li a strong em {
              display: inline-block;
              background: #f00;
              color: #fff;
              font-size: 12px;
              font-style: normal;
              line-height: 100%;
              margin: 0 0 1px 0;
              padding: 4px 10px;
              vertical-align: middle; }
          #top-info #top-info-inner ul li a:active {
            background: rgba(255, 255, 255, 0.5);
            color: #2aa7c5; }
  #top-info > img {
    z-index: 1; }
  #top-info #topinfo-photo {
    width: 240px;
    height: 240px;
    position: absolute;
    top: 30px;
    left: calc(50% - 120px); }
  #top-info #topinfo-welcome {
    width: 180px;
    position: absolute;
    top: 230px;
    right: 5px; }
  #top-info #topinfo-sofa {
    width: 36px;
    position: absolute;
    bottom: 20px;
    right: 20%; }

#top-sumai {
  background: repeating-linear-gradient(-45deg, #ffe7c6, #ffe7c6 2px, #f9f8ec 0, #f9f8ec 15px);
  padding: 50px 10px;
  position: relative; }
  #top-sumai #topsumai-light {
    width: 36px;
    position: absolute;
    top: -10px;
    left: 20%;
    z-index: 1; }
  #top-sumai #topsumai-aircon {
    width: 70px;
    position: absolute;
    top: 10px;
    right: 10%;
    z-index: 1; }
  #top-sumai #topsumai-kuusei {
    width: 24px;
    position: absolute;
    bottom: 10px;
    left: 10%;
    z-index: 1; }
  #top-sumai #topsumai-nabe {
    width: 30px;
    position: absolute;
    bottom: 120px;
    right: 0;
    z-index: 110; }
  #top-sumai #topsumai-photo {
    width: 116px;
    position: absolute;
    bottom: 10px;
    right: 5%;
    z-index: 100; }
  #top-sumai #top-sumai-title {
    color: #e4801e;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    position: relative;
    z-index: 10; }
  #top-sumai div {
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 10; }
    #top-sumai div ul {
      list-style: none;
      margin: 0px 0px 5px 0px; }
      #top-sumai div ul li {
        text-align: left;
        margin: 0 0 5px 0px;
        padding: 0 0 0 20px;
        position: relative; }
        #top-sumai div ul li span {
          display: inline-block;
          background: #fff;
          padding: 0px 15px;
          margin: 0px 0px 5px 0px; }
        #top-sumai div ul li::before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 0 7px 12px;
          border-color: transparent transparent transparent #ff9900;
          position: absolute;
          top: 8px;
          left: 0px; }
    #top-sumai div blockquote {
      display: inline-block;
      background: #fff;
      padding: 20px; }

/* ##################################################


	Contents


################################################## */
#contents {
  margin: 0px 10px 0px 10px;
  padding: 180px 0 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 100; }
  #contents #cont-inner {
    background: #fff;
    border-radius: 20px;
    padding: 80px 10px 30px 10px;
    margin: 50px 0px 0px 0px;
    box-sizing: border-box; }
    #contents #cont-inner article {
      margin: 0px;
      padding: 0px 0px 120px 0px;
      position: relative; }

#contents #cont-inner strong {
  font-weight: 600; }

#contents article #index-link {
  list-style: none;
  margin: 50px 0px 20px 0px;
  padding: 0px; }
  #contents article #index-link li {
    margin: 0px 0px 10px 0px;
    padding: 0px; }
    #contents article #index-link li a {
      display: block;
      font-size: 22px;
      font-weight: 600;
      text-decoration: none;
      padding: 10px 40px 10px 20px;
      border: 1px solid #80c5d7;
      position: relative; }
      #contents article #index-link li a::after {
        content: '';
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border-top: solid 1px #2aa4c2;
        border-right: solid 1px #2aa4c2;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 20px; }
      #contents article #index-link li a:active::after {
        right: 10px; }

#contents .title-text {
  font-size: 18px;
  margin-bottom: 50px; }

/* #########################

	お知らせ

######################### */
#contents #info-list {
  list-style: none;
  border-top: 1px solid #d3d3d3;
  margin: 20px 0px;
  padding: 0px; }
  #contents #info-list li {
    border-bottom: 1px solid #d3d3d3;
    margin: 0px;
    padding: 0px; }
    #contents #info-list li a {
      display: block;
      color: #000;
      text-align: justify;
      text-decoration: none;
      padding: 15px 10px 15px 10px; }
      #contents #info-list li a span {
        display: block;
        font-size: 15px;
        margin-bottom: 5px; }
        #contents #info-list li a span img {
          margin-left: 10px;
          vertical-align: text-top; }
      #contents #info-list li a strong {
        display: block;
        font-size: 20px;
        font-weight: normal; }
        #contents #info-list li a strong em {
          display: inline-block;
          background: #f00;
          color: #fff;
          font-size: 12px;
          font-style: normal;
          line-height: 100%;
          margin: 0 0 1px 0;
          padding: 4px 10px;
          vertical-align: middle; }
      #contents #info-list li a:active {
        background: rgba(249, 248, 236, 0.7);
        color: #2aa7c5; }

#info-date {
  font-size: 15px;
  text-align: right;
  margin-bottom: 50px; }
  #info-date img {
    vertical-align: text-top;
    margin-left: 5px; }

#info-text {
  text-align: justify;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 100px 0px;
  border-bottom: 1px solid #999; }
  #info-text img {
    max-width: 100%; }

/* ##### File Upload ##### */
#contents ul#fileupload {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  #contents ul#fileupload li {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #999; }
    #contents ul#fileupload li a {
      display: block;
      color: #000;
      font-size: 14px;
      text-decoration: none;
      line-height: 200%;
      padding: 30px 10px; }
      #contents ul#fileupload li a img {
        margin-right: 5px;
        vertical-align: middle; }
      #contents ul#fileupload li a:active {
        background: #e2eff0 none; }

/* ##### Photo Area ##### */
#contents #photo-thumb {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 30px 0px;
  border-bottom: 1px solid #999; }
  #contents #photo-thumb li {
    max-width: 450px;
    margin: 0 auto 20px auto;
    padding: 0px;
    vertical-align: top; }
    #contents #photo-thumb li a {
      display: block;
      max-width: 450px;
      color: #000;
      text-decoration: none;
      font-size: 12px;
      line-height: 140%;
      text-align: left; }
      #contents #photo-thumb li a span {
        display: block;
        max-height: 450px;
        margin: 7px 0px; }
        #contents #photo-thumb li a span:first-child {
          max-width: 450px;
          max-height: 450px;
          text-align: center; }
        #contents #photo-thumb li a span img {
          max-width: 100%;
          max-height: 450px;
          height: auto; }
      #contents #photo-thumb li a:active {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: alpha(opacity=80); }

/* #########################

	事業案内

######################### */
/* =========== 事業案内 =========== */
#lpgashoan {
  text-align: center;
  margin: 20px 0px; }
  #lpgashoan img {
    width: 100%;
    max-width: 800px; }

#contents article .biz-product-list {
  list-style: none;
  margin: 50px 0px 20px 0px;
  padding: 0px; }
  #contents article .biz-product-list li {
    margin: 0px 0px 40px 0px;
    padding: 0px; }
    #contents article .biz-product-list li img {
      display: block;
      width: 100%;
      max-width: 700px;
      margin-bottom: 5px; }

.strongblue {
  color: #2a9dbb;
  font-weight: 600; }

.emred {
  color: #f00;
  font-style: normal; }

#contents article #makerlink {
  list-style: none;
  margin: 30px 0px 10px 0px;
  padding: 0px; }
  #contents article #makerlink li {
    margin: 0px 0px 10px 0px;
    padding: 0px; }

#contents article #new-energy-link {
  list-style: none;
  margin: 50px 0px 20px 0px;
  padding: 0px; }
  #contents article #new-energy-link li {
    margin: 0px 0px 10px 0px;
    padding: 0px; }
    #contents article #new-energy-link li a {
      display: block;
      font-size: 22px;
      font-weight: 600;
      text-decoration: none;
      padding: 10px 40px 10px 20px;
      border: 1px solid #80c5d7;
      position: relative; }
      #contents article #new-energy-link li a::after {
        content: '';
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border-top: solid 1px #2aa4c2;
        border-right: solid 1px #2aa4c2;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 20px; }
      #contents article #new-energy-link li a:active::after {
        right: 10px; }

/* =========== リフォーム 施工実例集 =========== */
#contents article .biz-reform-list {
  list-style: none;
  margin: 0px auto 50px auto;
  padding: 0px 0px;
  box-sizing: border-box; }
  #contents article .biz-reform-list li {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    vertical-align: top;
    box-sizing: border-box; }
    #contents article .biz-reform-list li a {
      display: block;
      color: #000;
      font-size: 18px;
      text-decoration: none;
      line-height: 140%;
      overflow: hidden; }
      #contents article .biz-reform-list li a img {
        display: block;
        width: 100%;
        margin: 0px auto 10px auto; }
      #contents article .biz-reform-list li a em {
        display: inline-block;
        background: #f00;
        color: #fff;
        font-size: 12px;
        font-style: normal;
        line-height: 100%;
        margin: 0 0 1px 0;
        padding: 4px 10px;
        vertical-align: middle; }
      #contents article .biz-reform-list li a:active {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: alpha(opacity=80); }

#contents article #biz-product-example {
  list-style: none;
  margin: 100px 0px 0px 0px;
  padding: 0px; }
  #contents article #biz-product-example li {
    font-size: 18px;
    text-align: justify;
    margin: 0px 0px 40px 0px;
    padding: 0px; }
    #contents article #biz-product-example li img {
      display: block;
      width: 100%;
      margin: 0px auto 10px auto; }

/* =========== 太陽光発電システム =========== */
#contents article .solar-twoclmn {
  margin: 10px 0px 10px 0px;
  padding: 0px; }
  #contents article .solar-twoclmn p {
    text-align: justify;
    margin: 0px 0px 20px 0px;
    padding: 0px; }
    #contents article .solar-twoclmn p:first-child {
      text-align: center; }

/* =========== ハイブリッド給湯システム =========== */
#contents article #biz-hybrid-link {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px; }
  #contents article #biz-hybrid-link li {
    font-size: 18px;
    text-align: justify;
    margin: 0px 0px 40px 0px;
    padding: 0px; }
    #contents article #biz-hybrid-link li a {
      display: block;
      text-align: center; }
      #contents article #biz-hybrid-link li a img {
        width: 100%;
        max-width: 892px;
        margin: 0px auto 10px auto; }
      #contents article #biz-hybrid-link li a:active {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: alpha(opacity=80); }

/* #########################

	LPガス関連情報

######################### */
/* =========== LPガスについて =========== */
/* インデックス */
#contents article #lpgas-link {
  margin: 50px 0px;
  padding: 0px;
  list-style: none; }
  #contents article #lpgas-link li {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
    position: relative; }
    #contents article #lpgas-link li::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      border: 5px solid transparent;
      border-left: 8px solid #e4801e; }

#contents article #lpgas-source {
  font-size: 18px;
  text-align: right;
  line-height: 150%; }

/* 共通 */
#contents article #lpgas-desc {
  margin-bottom: 100px; }

#contents article .lpgas-2clm {
  margin-bottom: 20px; }
  #contents article .lpgas-2clm > div:first-child {
    margin-bottom: 20px; }
  #contents article .lpgas-2clm > div:last-child img {
    max-width: 100%; }
  #contents article .lpgas-2clm.img200 > div:last-child img {
    width: 100%;
    max-width: 200px; }

#contents article .lpgas-tb-cover {
  width: 100%;
  white-space: nowrap;
  margin-inline: auto;
  overflow-x: auto; }
  #contents article .lpgas-tb-cover .lpgas-tb {
    font-size: 18px;
    line-height: 150%;
    border-collapse: collapse;
    cursor: grab; }
    #contents article .lpgas-tb-cover .lpgas-tb:active {
      cursor: grabbing; }
    #contents article .lpgas-tb-cover .lpgas-tb .red th, #contents article .lpgas-tb-cover .lpgas-tb .red td {
      background: #f8edee;
      color: #ae272d; }
    #contents article .lpgas-tb-cover .lpgas-tb .txtblue {
      color: #00718f; }
    #contents article .lpgas-tb-cover .lpgas-tb th {
      display: table-cell;
      background: #e2eff0;
      font-weight: normal;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      padding: 10px 10px;
      border-bottom: 1px solid #ccc; }
    #contents article .lpgas-tb-cover .lpgas-tb .head th {
      display: table-cell;
      background: #bbdadd;
      font-weight: 600;
      padding: 10px 10px;
      border-bottom: 0px none; }
      #contents article .lpgas-tb-cover .lpgas-tb .head th.red {
        background: #eac9cc;
        color: #ae272d; }
      #contents article .lpgas-tb-cover .lpgas-tb .head th span {
        font-size: 14px; }
    #contents article .lpgas-tb-cover .lpgas-tb td {
      display: table-cell;
      text-align: center;
      padding: 10px 10px;
      border-bottom: 1px solid #ccc; }
      #contents article .lpgas-tb-cover .lpgas-tb td.red {
        background: #f8edee;
        color: #ae272d; }

#contents article .note {
  font-size: 16px;
  line-height: 150%; }

#lpgas-textarea {
  background: #e2eff0;
  margin: 20px 0px 0px 0px;
  padding: 30px 10px 20px 10px;
  border-radius: 20px; }
  #lpgas-textarea .title {
    color: #00517e;
    font-weight: 600; }

#contents article .lpgas-num-list {
  list-style: none;
  margin: 50px 0px 20px 0px;
  padding: 0px; }
  #contents article .lpgas-num-list li {
    margin: 0 0 40px 0; }
    #contents article .lpgas-num-list li span {
      display: block; }
      #contents article .lpgas-num-list li span.title {
        background: #e2eff0;
        font-weight: 600;
        margin-bottom: 10px;
        padding: 10px 10px; }
      #contents article .lpgas-num-list li span strong {
        color: #2aa4c2;
        font-weight: 600; }
      #contents article .lpgas-num-list li span img {
        display: block;
        max-width: 100%;
        margin: 20px auto 0px auto; }

#contents article .lpgas-num-list-onetitle {
  background: #e2eff0;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 10px 10px; }

#contents article .lpgas-3clm-list {
  list-style: none;
  margin: 20px 0px 20px 0px;
  padding: 0px; }
  #contents article .lpgas-3clm-list li {
    margin: 0 0 10px 0; }
    #contents article .lpgas-3clm-list li img {
      max-width: 100%; }

#contents #lpgas-nav {
  margin: 50px auto;
  padding: 0px;
  list-style: none; }
  #contents #lpgas-nav li {
    margin: 0px 0px 10px 0px; }
    #contents #lpgas-nav li a {
      display: block;
      font-size: 18px;
      text-decoration: none;
      border: 1px solid #80c5d7;
      position: relative;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px; }
    #contents #lpgas-nav li.prev a {
      text-align: right;
      padding: 10px 20px 10px 40px; }
      #contents #lpgas-nav li.prev a::after {
        content: '';
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border-top: solid 1px #2aa4c2;
        border-right: solid 1px #2aa4c2;
        transform: rotate(-135deg);
        position: absolute;
        top: 50%;
        left: 20px; }
      #contents #lpgas-nav li.prev a:active::after {
        left: 10px; }
    #contents #lpgas-nav li.next a {
      padding: 10px 40px 10px 20px; }
      #contents #lpgas-nav li.next a::after {
        content: '';
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border-top: solid 1px #2aa4c2;
        border-right: solid 1px #2aa4c2;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 20px; }
      #contents #lpgas-nav li.next a:active::after {
        right: 10px; }
    #contents #lpgas-nav li.h0 {
      height: 0; }

/* =========== お役立ち情報 =========== */
#contents #useful-search {
  background: #e2eff0;
  margin: 50px auto;
  padding: 30px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  #contents #useful-search > p {
    color: #2aa4c2;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0 !important;
    border-bottom: 1px solid #2aa4c2; }
  #contents #useful-search dl {
    width: 100%;
    border-bottom: 1px #ccc solid; }
    #contents #useful-search dl dt {
      font-weight: 600;
      text-align: center;
      padding: 10px 0px; }
    #contents #useful-search dl dd {
      padding: 10px 0px; }
      #contents #useful-search dl dd input {
        margin-right: 10px; }
      #contents #useful-search dl dd label {
        display: block;
        padding: 5px 0px; }
  #contents #useful-search p.button_wrap {
    text-align: center;
    margin: 20px 0px 20px 0px;
    box-sizing: border-box; }
    #contents #useful-search p.button_wrap input[type="submit"] {
      display: block;
      width: 100%;
      background: #fff url(../img/icon_link_arrow.png) 95% 50% no-repeat;
      color: #80c5d7;
      text-decoration: none;
      font-family: "LINESeedJP", Verdana, Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
      font-size: 20px;
      padding: 10px 80px 10px 50px;
      border: 1px solid #80c5d7;
      border-radius: 500px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      cursor: pointer;
      box-sizing: border-box;
      outline: none; }
      #contents #useful-search p.button_wrap input[type="submit"]:active {
        color: #2aa7c5;
        background: #fff url(../img/icon_link_arrow.png) 99% 50% no-repeat;
        border: 1px solid #2aa7c5; }

#contents ul#useful-list {
  list-style: none;
  border-top: 1px solid #d3d3d3;
  margin: 80px 0px;
  padding: 0px; }
  #contents ul#useful-list li {
    border-bottom: 1px solid #d3d3d3;
    margin: 0px;
    padding: 0px; }
    #contents ul#useful-list li a {
      display: block;
      color: #000;
      text-align: justify;
      text-decoration: none;
      line-height: 130%;
      padding: 20px 10px; }
      #contents ul#useful-list li a img {
        display: block;
        margin: 0px auto 10px auto; }
      #contents ul#useful-list li a:active {
        background: rgba(249, 248, 236, 0.7);
        color: #2aa7c5; }

#useful-date {
  font-size: 15px;
  text-align: right;
  margin-bottom: 50px; }
  #useful-date img {
    vertical-align: text-top;
    margin-left: 10px; }

#contents article#useful-text {
  text-align: justify;
  padding: 0px 0px 50px 0px;
  border-bottom: 1px solid #ccc !important; }
  #contents article#useful-text img {
    max-width: 100%;
    margin: 10px 0px; }

/* =========== 季節のレシピ =========== */
#contents #recipe-search {
  background: #e2eff0;
  margin: 50px auto;
  padding: 30px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  #contents #recipe-search > p {
    color: #2aa4c2;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #2aa4c2; }
  #contents #recipe-search table {
    width: 100%;
    margin: 0 0 10px 0;
    border: 0px none; }
    #contents #recipe-search table tr {
      border-bottom: 1px solid #ccc; }
    #contents #recipe-search table th {
      font-weight: 600;
      padding: 10px 0 0 0; }
    #contents #recipe-search table td {
      padding: 0 0 10px 0; }
      #contents #recipe-search table td input[type="text"] {
        width: 100%;
        border: 1px solid #ccc;
        padding: 8px;
        font-family: "LINESeedJP", Verdana, Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
        font-size: 20px;
        box-sizing: border-box;
        outline: none; }
      #contents #recipe-search table td input[type="checkbox"] {
        margin-right: 10px; }
      #contents #recipe-search table td label {
        display: block;
        padding: 5px 0px; }
  #contents #recipe-search p.button_wrap {
    text-align: center;
    margin: 20px 0px 20px 0px;
    box-sizing: border-box; }
    #contents #recipe-search p.button_wrap input[type="submit"] {
      display: block;
      width: 100%;
      background: #fff url(../img/icon_link_arrow.png) 95% 50% no-repeat;
      color: #80c5d7;
      text-decoration: none;
      font-family: "LINESeedJP", Verdana, Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
      font-size: 20px;
      padding: 10px 80px 10px 50px;
      border: 1px solid #80c5d7;
      border-radius: 500px;
      cursor: pointer;
      box-sizing: border-box;
      outline: none; }
      #contents #recipe-search p.button_wrap input[type="submit"]:active {
        color: #2aa7c5;
        background: #fff url(../img/icon_link_arrow.png) 99% 50% no-repeat;
        border: 1px solid #2aa7c5; }

#contents #recipe-list {
  list-style: none;
  margin: 30px auto 30px auto;
  padding: 0px 0px;
  box-sizing: border-box; }
  #contents #recipe-list li {
    margin: 0px 0 40px 0;
    padding: 0px;
    vertical-align: top;
    box-sizing: border-box; }
    #contents #recipe-list li a {
      display: block;
      color: #2aa4c2;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none;
      line-height: 140%;
      overflow: hidden; }
      #contents #recipe-list li a img {
        display: block;
        max-width: 100%;
        margin: 0px auto 20px auto; }
      #contents #recipe-list li a:active {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: alpha(opacity=80); }

#contents dl#recipe-genre {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*flex-start,center,space-between*/
  margin: 0px 0px 50px 0px;
  padding: 20px 0px 10px 0px;
  border-top: 1px #ccc solid;
  box-sizing: border-box; }
  #contents dl#recipe-genre dt {
    flex-basis: 120px;
    background: #2aa4c2;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    box-sizing: border-box; }
  #contents dl#recipe-genre dd {
    flex-basis: calc(100% - 140px);
    margin: 0 0 10px 0;
    padding: 5px;
    box-sizing: border-box; }

#contents #recipe-ingredients {
  margin: 20px 0px 100px 0px;
  padding: 0px;
  box-sizing: border-box; }
  #contents #recipe-ingredients #photo {
    text-align: center; }
    #contents #recipe-ingredients #photo img {
      max-width: 100%; }
  #contents #recipe-ingredients #ingredients {
    background: #e2eff0;
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 10px; }
    #contents #recipe-ingredients #ingredients p.title {
      display: block;
      color: #2aa4c2;
      font-size: 22px;
      font-weight: 600;
      text-align: center;
      margin: 0 0 10px 0;
      padding: 0 0 5px 0;
      border-bottom: 1px solid #2aa4c2; }
    #contents #recipe-ingredients #ingredients p.complete {
      font-size: 18px;
      text-align: right;
      margin: 0 0 20px 0; }
    #contents #recipe-ingredients #ingredients p.quantity {
      text-align: left; }

#contents article #recipe-process {
  list-style: none;
  counter-reset: li;
  position: relative;
  box-sizing: border-box;
  margin: 20px 0px 0px 0px;
  padding: 0px; }
  #contents article #recipe-process li {
    margin: 80px 0px 50px 0px;
    padding: 0px;
    position: relative;
    box-sizing: border-box; }
    #contents article #recipe-process li p.photo {
      text-align: center;
      margin: 0; }
      #contents article #recipe-process li p.photo img {
        max-width: 100%;
        vertical-align: top;
        margin-bottom: 10px; }
    #contents article #recipe-process li p.text {
      margin: 0; }
    #contents article #recipe-process li:before {
      display: block;
      content: counter(li) "";
      counter-increment: li;
      width: 100%;
      background: #ffc33c;
      color: #fff;
      font-size: 28px;
      font-weight: 600;
      text-align: center;
      line-height: 1;
      position: absolute;
      left: 0px;
      top: -60px;
      padding: 10px;
      box-sizing: border-box; }

/* =========== よくあるご質問（Q&A） =========== */
/* アコーディオン */
#contents ul.ac {
  list-style: none;
  margin: 50px 0px;
  padding: 0px; }

#contents ul.ac > li {
  padding: 0 0 30px 0;
  margin: 0px;
  list-style: none; }

#contents ul .ac-label {
  background: #fac03d;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 50px 10px 20px;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#contents ul .ac-content {
  display: none;
  padding: 10px 0px 20px 0px; }
  #contents ul .ac-content p.answer-title {
    color: #eb7272;
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0px; }
  #contents ul .ac-content div strong {
    color: #b3000a;
    font-weight: 600; }

/* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
.icon-wrap {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px; }

/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%; }

/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%); }

/* そのうち1本を縦にする */
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg); }

/* プラスアイコンクリック後、マイナスにする */
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg); }

/* #########################

	会社案内

######################### */
#mission {
  line-height: 3em; }
  #mission strong {
    color: #f00;
    font-weight: 600; }

#contents article ul#guidelines {
  margin: 10px 0px 10px 0px;
  padding: 0px;
  list-style: none; }
  #contents article ul#guidelines li {
    margin: 0px 0px 20px 0px;
    padding: 0px; }
    #contents article ul#guidelines li::before {
      content: "●";
      display: inline;
      margin-right: 0.5em; }
    #contents article ul#guidelines li strong {
      font-weight: 600; }

#accessmap {
  width: 100%;
  height: 460px;
  box-sizing: border-box; }

/* #########################

	お問い合わせ

######################### */
#contents article #inquiry-tel {
  background: #ecf4f5;
  text-align: left;
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  #contents article #inquiry-tel strong {
    font-size: 36px;
    font-weight: 400; }
    #contents article #inquiry-tel strong a {
      white-space: nowrap; }

.hissu {
  color: #f00;
  margin-left: 5px; }

#inquiryform {
  margin-top: 50px; }

/* dl版 */
dl#inquiry-item, dl#inquiry-item-check {
  width: 100%;
  margin: 20px auto; }

dl#inquiry-item dt, dl#inquiry-item-check dt {
  color: #000;
  text-align: center;
  font-weight: bold;
  margin: 0 0 0.3em;
  padding: 10px 0px 0px 0px; }

dl#inquiry-item dd {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  /*&:last-child {
		border: 0px none;
	}*/ }

dl#inquiry-item-check dd {
  text-align: left;
  margin-bottom: 10px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc; }
  dl#inquiry-item-check dd:last-child {
    border: 0px none; }

dl#inquiry-item dd img, dl#inquiry-item-check dd img {
  vertical-align: middle;
  margin-left: 5px; }

dl#inquiry-item dd span {
  display: block;
  padding: 10px; }

.inquiry-item-check dd {
  font-weight: bold; }

/* table版 */
#contents table#inquiry-item, #contents table#inquiry-item-check {
  width: 100%;
  margin: 20px auto;
  border-top: 1px #ccc solid;
  border-collapse: collapse; }

#contents table#inquiry-item th, #contents table#inquiry-item-check th {
  background: #ecf4f5;
  font-weight: 600;
  line-height: 180%;
  text-align: center; }

#contents table#inquiry-item td {
  display: block;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px 25px 0px; }

#contents table#inquiry-item-check td {
  display: block;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px 15px 0px; }

#contents table#inquiry-item td img, #contents table#inquiry-item-check td img {
  vertical-align: middle;
  margin-left: 5px; }

#contents table#inquiry-item td em {
  font-size: 16px;
  line-height: 130%;
  font-style: normal; }

#contents table#inquiry-item td span, #contents table#inquiry-item-check td span {
  display: block;
  background: #ecf4f5;
  padding: 5px 10px;
  margin: 20px 0px 10px 0px; }
  #contents table#inquiry-item td span:first-child, #contents table#inquiry-item-check td span:first-child {
    margin: 0px 0px 10px 0px; }

#inquiryform input, #inquiryform textarea, #inquiryform select {
  border: 1px solid #ccc;
  padding: 20px 10px;
  font-family: "LINESeedJP", Verdana, Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
  font-size: 20px;
  box-sizing: border-box;
  outline: none; }

#inquiryform input[type="text"], #inquiryform input[type="email"], #inquiryform input[type="file"] {
  width: 100%; }

#inquiryform input[type="checkbox"] {
  margin-right: 10px; }

#inquiryform input[type="radio"] {
  margin-right: 10px; }

#inquiryform input[type="date"] {
  margin: 0px 20px 0px 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

#inquiryform input.calendarform {
  margin: 0px 20px 10px 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

#inquiryform input[type="file"] {
  border-color: #80c5d7;
  background-color: #80c5d7;
  cursor: pointer; }
  #inquiryform input[type="file"]:active {
    border-color: #000; }

#inquiryform input[type="text"].shortinput {
  width: 5em; }

#inquiryform textarea {
  width: 100%;
  height: 10em; }

#inquiryform input[type="text"]:focus, #inquiryform input[type="email"]:focus, #inquiryform textarea:focus {
  background-color: #e2eff0;
  border: 1px solid #2aa4c2; }

#inquiryform label {
  display: inline-block;
  margin-bottom: 10px; }

/* Checkbox */
.CheckboxInput {
  padding: 12px 8px 12px 40px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative; }

.CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0; }

.CheckboxInput:active {
  background: rgba(0, 0, 0, 0.03) !important; }

.CheckboxInput:active > .CheckboxInput-DummyInput {
  transform: scale(1.3); }

.CheckboxInput-Input:focus + .CheckboxInput-DummyInput {
  transform: scale(1.3); }

.CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
  background: #2997e2; }

.CheckboxInput-Input:checked + .CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-5px, 3px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #fff; }

.CheckboxInput-Input:checked + .CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-5px, 3px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #fff; }

.CheckboxInput-DummyInput {
  position: absolute;
  top: calc(50% - 18px);
  left: 5px;
  display: block;
  width: 18px;
  height: 18px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2.5em;
  transition: all 0.15s linear; }

.CheckboxInput-LabelText {
  margin-left: 5px;
  display: block;
  font-weight: bold; }
  .CheckboxInput-LabelText a {
    text-decoration: none;
    pointer-events: none; }

#inquiryform p.select-form {
  width: 90%;
  background: #fff;
  text-align: center;
  position: relative;
  border-radius: 2px;
  margin: 0px auto; }
  #inquiryform p.select-form::before {
    position: absolute;
    top: 1.2em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none; }
  #inquiryform p.select-form select {
    width: 100%;
    background: #fff none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px 50px 10px 30px;
    cursor: pointer; }
    #inquiryform p.select-form select select::-ms-expand {
      display: none; }

#inquiryform p.button_wrap {
  text-align: center;
  margin: 80px 0px 0px 0px; }
  #inquiryform p.button_wrap input[type="submit"] {
    display: block;
    width: 100%;
    background: transparent url(../img/icon_link_arrow.png) 95% 50% no-repeat;
    color: #80c5d7;
    text-decoration: none;
    padding: 10px 80px 10px 50px;
    border: 1px solid #80c5d7;
    border-radius: 500px;
    box-sizing: border-box;
    cursor: pointer; }
    #inquiryform p.button_wrap input[type="submit"]:active {
      color: #2aa7c5;
      background: transparent url(../img/icon_link_arrow.png) 99% 50% no-repeat;
      border: 1px solid #2aa7c5; }

.mikinyu {
  display: block;
  color: #999;
  font-style: italic;
  font-weight: normal; }

.hissu-item {
  color: #f00;
  font-weight: 600; }

dl#inquiry-item-check dd img {
  max-width: 300px;
  max-height: 300px;
  border: 1px solid #ccc; }

#inquiryform p.backbutton_wrap {
  text-align: center;
  margin: 10px 0px 0px 0px; }
  #inquiryform p.backbutton_wrap input#formbackbtn {
    display: block;
    width: 100%;
    background: transparent url(../img/icon_link_arrow_l_g.png) 5% 50% no-repeat;
    color: #999;
    text-decoration: none;
    padding: 10px 50px 10px 80px;
    border: 1px solid #ccc;
    border-radius: 500px;
    box-sizing: border-box;
    cursor: pointer; }
    #inquiryform p.backbutton_wrap input#formbackbtn:active {
      color: #666;
      background: transparent url(../img/icon_link_arrow_l_g.png) 1% 50% no-repeat;
      border: 1px solid #999; }

.ui-datepicker table {
  display: table; }
  .ui-datepicker table th {
    display: table-cell !important; }
  .ui-datepicker table td {
    display: table-cell !important; }

/* #########################

	サイトマップ

######################### */
#contents article #sitemap-link {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  #contents article #sitemap-link > li {
    font-weight: 600;
    margin: 0px;
    padding: 50px 10px;
    border-bottom: 1px solid #ccc; }
    #contents article #sitemap-link > li a {
      display: block;
      color: #2aa4c2; }
      #contents article #sitemap-link > li a:active {
        color: #00517e; }
    #contents article #sitemap-link > li:first-child {
      padding-top: 0px; }
    #contents article #sitemap-link > li ul {
      list-style: none;
      margin: 15px 0 0 1em;
      padding: 0px; }
      #contents article #sitemap-link > li ul li {
        margin-bottom: 15px; }
        #contents article #sitemap-link > li ul li a {
          display: block;
          color: #2aa4c2; }
          #contents article #sitemap-link > li ul li a:active {
            color: #00517e; }
        #contents article #sitemap-link > li ul li:last-child {
          margin-bottom: 0px; }
