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

　佐山住器 PC用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:hover {
  color: #2aa4c2;
}

a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
}

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

.pchidden {
  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: justify;
  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 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 30px 0px;
  padding: 10px 20px 10px 20px;
  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 {
  background: #e2eff0;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  padding: 20px 30px;
  border-bottom: 1px solid #d3d3d3;
  vertical-align: middle;
}
table td {
  padding: 20px 30px;
  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;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
  box-sizing: border-box;
  border-top: 1px solid #999;
}
.horizontal-list dt {
  width: 20%;
  background: #e2eff0;
  font-weight: bold;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  display: flex;
  align-items: center;
}
.horizontal-list dd {
  width: 80%;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #999;
}

/* ++++++++++ Buttons ++++++++++ */
.nxtbtn {
  margin: 50px auto;
  text-align: center;
}
.nxtbtn a {
  display: inline-block;
  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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.nxtbtn a:hover {
  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: inline-block;
  background: transparent url(../img/icon_link_arrow_l.png) 5% 50% no-repeat;
  color: #80c5d7;
  text-decoration: none;
  padding: 10px 50px 10px 80px;
  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;
}
.backbtn a:hover {
  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 50px auto;
}
.pageNav a {
  background: #80c5d7;
  border: 1px solid #80c5d7;
  color: #fff;
  text-decoration: none;
}
.pageNav a:hover {
  background: #2aa4c2;
  color: #fff;
  border: 1px solid #2aa4c2;
}

.pageNav a,
.pageNav span {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  padding: 14px 17px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

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

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

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


	Header


################################################## */
/* 共通ヘッダ */
header {
  width: 100%;
  padding: 40px 2%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; /*flex-start,center,space-between*/
  align-items: center;
  position: relative;
  z-index: 999999;
}
header h1 {
  position: relative;
  margin-right: auto;
}
header h1 a {
  display: block;
  width: 322px;
  height: 48px;
}
header h1 a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
header p {
  margin: 0px;
}
header p img {
  width: 160px;
  height: 56px;
}
header div.title {
  display: none;
}

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

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

header nav > ul {
  padding-right: 30px;
}

/*2階層目以降は横並びにしない*/
header nav ul ul {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
}

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

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

header nav > ul > li:first-child > a {
  padding-left: 40px;
}

header nav ul li li a {
  padding: 10px 10px;
}

header nav ul li a:hover {
  color: #2aa4c2;
}

header nav ul li.has-child:hover > a {
  color: #2aa4c2;
}

header nav ul li.has-child {
  margin-right: 20px;
}

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

header nav ul li.has-child:hover::before {
  border-top: 1px solid #2aa4c2;
  border-right: 1px solid #2aa4c2;
}

/*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: #000;
  width: 160px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}

/*hoverしたら表示*/
header nav li.has-child:hover > ul,
header nav li.has-child ul li:hover > ul,
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:hover,
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:hover,
header nav li.has-child ul ul li a:active {
  background: #448ED3;
}

/* ========= パンくずリスト（セカンダリ以降PCのみ） ========= */
#breadcrumbs {
  background: #2aa4c2;
  color: #fff;
  margin: 0px 0px 100px 0px;
  padding: 0px 10px;
}
#breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /*flex-start,center,space-between*/
  align-items: center;
}
#breadcrumbs ul li {
  display: inline-block;
  background: transparent url(../img/icon_breadcrumbs_arrow.png) right center no-repeat;
  font-size: 14px;
  margin: 0 0px 0 0;
  padding: 0px 45px 0px 25px;
}
#breadcrumbs ul li:last-child {
  background-image: none;
}
#breadcrumbs ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0px;
  position: relative;
}
#breadcrumbs ul li a:hover {
  color: #005183;
}

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


	Footer


################################################## */
/* トップページフッタ */
#top-footer {
  width: 100%;
  height: 450px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
}
#top-footer p {
  width: 50%;
  height: 450px;
}
#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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
  margin: 0px;
  padding: 30px 15%;
  position: relative;
}
footer div#footer-inner address {
  display: block;
  font-style: normal;
  position: relative;
  margin-right: auto;
}
footer div#footer-inner address p {
  display: table-cell;
  font-size: 16px;
  line-height: 150%;
  padding: 20px 20px 20px 0px;
  vertical-align: middle;
}
footer div#footer-inner div a {
  display: inline-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 30px;
  border-radius: 500px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
footer div#footer-inner div a:hover {
  background: #80c5d7 url(../img/icon_footer_sitemap.png) 99% 50% no-repeat;
}
footer p#copyright {
  background: #2aa4c2;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0px;
  padding: 5px;
  vertical-align: top;
}

p#btn-pagetop {
  width: 60px;
  height: 60px;
  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: 60px;
  height: 60px;
  background: #e2eff0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2aa4c2;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
}
p#btn-pagetop a img {
  width: 32px;
  height: 42px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
p#btn-pagetop a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
p#btn-pagetop a:hover img {
  transform: translate(0px, -25px) 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%;
  overflow: hidden;
}
#mainimage .slidearea {
  width: 96%;
  padding: 0px 2%;
  height: 40vw;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
#mainimage .slidearea .sp-slides {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 100;
}
#mainimage .slidearea .sp-slides li {
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
#mainimage .slidearea .sp-slides li img {
  vertical-align: middle;
  z-index: 1000;
}
#mainimage .slidearea p {
  width: 45%;
  color: #fff;
  line-height: 150%;
  text-shadow: #000 0px 0px 5px;
  position: absolute;
  left: 4%;
  bottom: 10px;
  z-index: 1500;
}
#mainimage .slidearea p strong {
  display: block;
  letter-spacing: 10px;
  font-weight: normal;
  font-size: 48px;
  text-shadow: #000 0px 0px 10px;
  margin-bottom: 20px;
}
#mainimage #top-emergency {
  width: 96%;
  margin: 0px 2%;
  background: #ef7272;
  padding: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
  box-sizing: border-box;
}
#mainimage #top-emergency p {
  display: inline-block;
  width: 20%;
  max-width: 198px;
}
#mainimage #top-emergency p img {
  width: 100%;
  max-width: 198px;
}
#mainimage #top-emergency ul {
  width: 80%;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /*flex-start,center,space-between*/
  align-items: center;
}
#mainimage #top-emergency ul li {
  width: 15%;
  min-width: 167px;
  padding: 5px;
}
#mainimage #top-emergency ul li a {
  display: block;
  background: #fff;
  text-align: center;
  padding: 5%;
  border-radius: 10px;
}
#mainimage #top-emergency ul li a img {
  width: 100%;
  max-width: 167px;
  vertical-align: top;
}
#mainimage #top-emergency ul li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

/* コンテンツ */
#top-info {
  padding: 80px 15%;
  position: relative;
}
#top-info #top-info-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
  position: relative;
  z-index: 10;
}
#top-info #top-info-inner div {
  width: 30%;
}
#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: justify;
  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 {
  width: 60%;
  list-style: none;
  border-top: 1px solid #d3d3d3;
  margin: 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;
  background: transparent url(../img/icon_info_arrow.png) 95% 50% no-repeat;
  color: #000;
  text-align: justify;
  text-decoration: none;
  padding: 15px 80px 15px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#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:hover {
  background: rgba(255, 255, 255, 0.5) url(../img/icon_info_arrow.png) 98% 50% no-repeat;
  color: #2aa7c5;
}
#top-info > img {
  z-index: 1;
}
#top-info #topinfo-photo {
  width: 296px;
  height: 296px;
  position: absolute;
  top: 30px;
  left: 0px;
}
#top-info #topinfo-welcome {
  width: 232px;
  height: 76px;
  position: absolute;
  top: 5px;
  right: 5px;
}
#top-info #topinfo-sofa {
  width: 58px;
  height: 44px;
  position: absolute;
  bottom: 30%;
  right: 20%;
}

#top-sumai {
  background: repeating-linear-gradient(-45deg, #ffe7c6, #ffe7c6 2px, #f9f8ec 0, #f9f8ec 15px);
  padding: 80px 15%;
  position: relative;
}
#top-sumai #topsumai-light {
  width: 58px;
  height: 70px;
  position: absolute;
  top: -30px;
  left: 20%;
  z-index: 1;
}
#top-sumai #topsumai-aircon {
  width: 112px;
  height: 66px;
  position: absolute;
  top: 100px;
  right: 10%;
  z-index: 1;
}
#top-sumai #topsumai-kuusei {
  width: 38px;
  height: 50px;
  position: absolute;
  bottom: 10px;
  left: 10%;
  z-index: 1;
}
#top-sumai #topsumai-nabe {
  width: 50px;
  height: 46px;
  position: absolute;
  bottom: 60px;
  right: 5%;
  z-index: 1;
}
#top-sumai #topsumai-photo {
  display: none;
}
#top-sumai #top-sumai-title {
  color: #e4801e;
  font-size: 32px;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
#top-sumai div {
  background: transparent url(../img/img_topsumai_photo.png) right center no-repeat;
  padding: 0px 400px 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: 12px;
  left: 0px;
}
#top-sumai div blockquote {
  display: inline-block;
  background: #fff;
  padding: 20px;
}

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


	Contents


################################################## */
#contents {
  width: 80%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
#contents #cont-inner {
  background: #fff;
  border-radius: 20px;
  padding: 100px 5%;
  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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents article #index-link li a:hover::after {
  right: 10px;
}

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

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

	お知らせ

######################### */
#contents ul#info-list {
  list-style: none;
  border-top: 1px solid #d3d3d3;
  margin: 0px;
  padding: 0px;
}
#contents ul#info-list li {
  border-bottom: 1px solid #d3d3d3;
  margin: 0px;
  padding: 0px;
}
#contents ul#info-list li a {
  display: block;
  background: transparent url(../img/icon_info_arrow.png) 98% 50% no-repeat;
  color: #000;
  text-align: justify;
  text-decoration: none;
  padding: 15px 80px 15px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents ul#info-list li a span {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
#contents ul#info-list li a span img {
  margin-left: 10px;
  vertical-align: text-top;
}
#contents ul#info-list li a strong {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
#contents ul#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 ul#info-list li a:hover {
  background: rgba(249, 248, 236, 0.7) url(../img/icon_info_arrow.png) 99% 50% no-repeat;
  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: 130%;
  padding: 30px 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents ul#fileupload li a img {
  margin-right: 15px;
  vertical-align: middle;
}
#contents ul#fileupload li a:hover {
  background: #e2eff0 none;
}

/* ##### Photo Area ##### */
#contents #photo-thumb {
  list-style: none;
  margin: 50px auto 0px auto;
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /*flex-start,center,space-between*/
  border-bottom: 1px solid #999;
}
#contents #photo-thumb li {
  width: 31.3333333333%;
  min-width: 300px;
  margin: 10px 1%;
  padding: 0px;
  vertical-align: top;
}
#contents #photo-thumb li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 140%;
  overflow: hidden;
}
#contents #photo-thumb li a span {
  display: block;
  margin: 7px 0px;
}
#contents #photo-thumb li a span:first-child {
  text-align: center;
}
#contents #photo-thumb li a span img {
  max-width: 300px;
  max-height: 300px;
}
#contents #photo-thumb li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
#contents #photo-thumb:after {
  content: "";
  display: block;
  width: 31.3333333333%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

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

	事業案内

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

#contents article .biz-product-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  margin: 50px 0px 20px 0px;
  padding: 0px;
}
#contents article .biz-product-list li {
  width: 49%;
  margin: 0px 0px 40px 0px;
  padding: 0px;
}
#contents article .biz-product-list li img {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-bottom: 5px;
}
#contents article .biz-product-list:after {
  content: "";
  display: block;
  width: 49%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

.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 {
  width: 50%;
  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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents article #new-energy-link li a:hover::after {
  right: 10px;
}

/* =========== リフォーム 施工実例集 =========== */
#contents article .biz-reform-list {
  list-style: none;
  margin: 0px auto 30px auto;
  padding: 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  box-sizing: border-box;
}
#contents article .biz-reform-list li {
  width: 31.3333333333%;
  margin: 10px 0%;
  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;
  max-width: 100%;
  max-height: 500px;
  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:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
#contents article .biz-reform-list:after {
  content: "";
  display: block;
  width: 31.3333333333%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

#contents article #biz-product-example {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
  margin: 100px 0px 0px 0px;
  padding: 0px;
}
#contents article #biz-product-example li {
  width: 49%;
  font-size: 18px;
  text-align: justify;
  margin: 0px 0px 40px 0px;
  padding: 0px;
}
#contents article #biz-product-example li img {
  display: block;
  max-width: 100%;
  max-height: 30vw;
  margin: 0px auto 10px auto;
}
#contents article #biz-product-example:after {
  content: "";
  display: block;
  width: 49%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

/* =========== 太陽光発電システム =========== */
#contents article .solar-twoclmn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
  margin: 10px 0px 10px 0px;
  padding: 0px;
}
#contents article .solar-twoclmn p {
  text-align: justify;
  margin: 0px 0px 40px 0px;
  padding: 0px;
}
#contents article .solar-twoclmn p:first-child {
  width: 25%;
  min-width: 330px;
}
#contents article .solar-twoclmn p:last-child {
  width: 70%;
}

/* =========== ハイブリッド給湯システム =========== */
#contents article #biz-hybrid-link {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
#contents article #biz-hybrid-link li {
  width: 49%;
  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:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
#contents article #biz-hybrid-link:after {
  content: "";
  display: block;
  width: 49%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

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

	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;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
}
#contents article .lpgas-2clm > div:first-child {
  width: 55%;
}
#contents article .lpgas-2clm > div:last-child {
  width: 40%;
}
#contents article .lpgas-2clm > div:last-child img {
  max-width: 100%;
}
#contents article .lpgas-2clm.img200 > div:first-child {
  flex: 1;
}
#contents article .lpgas-2clm.img200 > div:last-child {
  width: 200px;
  margin-left: 30px;
}
#contents article .lpgas-2clm.img200 > div:last-child img {
  max-width: 100%;
}

#contents article .lpgas-tb-cover {
  width: 100%;
  white-space: nowrap;
  margin-inline: auto;
  overflow-x: auto;
}
#contents article .lpgas-tb-cover .lpgas-tb {
  width: auto;
  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 {
  background: #e2eff0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 10px 40px;
  border-bottom: 1px solid #ccc;
}
#contents article .lpgas-tb-cover .lpgas-tb .head th {
  background: #bbdadd;
  font-weight: 600;
  padding: 10px 40px;
  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 {
  text-align: center;
  padding: 10px 40px;
  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 50px 25px 50px;
  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;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
}
#contents article .lpgas-num-list li {
  width: 48%;
  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 20px;
}
#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:after {
  content: "";
  display: block;
  width: 48%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

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

#contents article .lpgas-3clm-list {
  list-style: none;
  margin: 20px 0px 20px 0px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
}
#contents article .lpgas-3clm-list li {
  width: 32%;
  font-size: 16px;
  margin: 0;
}
#contents article .lpgas-3clm-list li img {
  max-width: 100%;
}

#contents #lpgas-nav {
  width: 100%;
  margin: 50px auto;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /*flex-start,center,space-between*/
  align-items: stretch;
}
#contents #lpgas-nav li {
  width: 47%;
  min-width: 350px;
  max-width: 400px;
  margin: 0px 1% 10px 1%;
}
#contents #lpgas-nav li a {
  display: block;
  font-size: 18px;
  text-decoration: none;
  border: 1px solid #80c5d7;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents #lpgas-nav li.prev a:hover::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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents #lpgas-nav li.next a:hover::after {
  right: 10px;
}
#contents #lpgas-nav li.h0 {
  height: 0;
}

/* =========== お役立ち情報 =========== */
#contents #useful-search {
  background: #e2eff0;
  margin: 50px auto;
  padding: 30px 30px;
  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 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #2aa4c2;
}
#contents #useful-search dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start; /*flex-start,center,space-between*/
  align-items: stretch;
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
}
#contents #useful-search dl dt {
  width: 150px;
  padding: 10px;
  font-weight: 600;
}
#contents #useful-search dl dd {
  flex: 1;
  padding: 10px;
}
#contents #useful-search dl dd input {
  margin-right: 10px;
}
#contents #useful-search dl dd label {
  padding: 0px 10px;
}
#contents #useful-search p.button_wrap {
  text-align: center;
  margin: 20px 0px 10px 0px;
}
#contents #useful-search p.button_wrap input[type=submit] {
  display: inline-block;
  background: #fff url(../img/icon_link_arrow.png) 95% 50% no-repeat;
  min-width: 300px;
  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]:hover {
  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 20px 15px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents ul#useful-list li a img {
  margin: 0px 10px 5px 0px;
  vertical-align: middle;
}
#contents ul#useful-list li a:hover {
  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 30px;
  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 {
  width: 20%;
  padding: 20px;
  font-weight: 600;
}
#contents #recipe-search table td {
  width: 75%;
  padding: 20px;
}
#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 {
  padding: 0px 10px;
}
#contents #recipe-search p.button_wrap {
  text-align: center;
  margin: 20px 0px 10px 0px;
}
#contents #recipe-search p.button_wrap input[type=submit] {
  display: inline-block;
  background: #fff url(../img/icon_link_arrow.png) 95% 50% no-repeat;
  min-width: 300px;
  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 #recipe-search p.button_wrap input[type=submit]:hover {
  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;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  box-sizing: border-box;
}
#contents #recipe-list li {
  width: 31.3333333333%;
  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%;
  max-height: 400px;
  margin: 0px auto 20px auto;
}
#contents #recipe-list li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
#contents #recipe-list:after {
  content: "";
  display: block;
  width: 31.3333333333%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

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

#contents #recipe-ingredients {
  margin: 20px 0px 100px 0px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  box-sizing: border-box;
}
#contents #recipe-ingredients #photo {
  width: 55%;
  text-align: center;
}
#contents #recipe-ingredients #photo img {
  max-width: 100%;
  max-height: 500px;
}
#contents #recipe-ingredients #ingredients {
  width: 40%;
  background: #e2eff0;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 20px;
}
#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;
}
#contents article #recipe-process li {
  margin: 0px 0px 50px 20px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  position: relative;
  box-sizing: border-box;
}
#contents article #recipe-process li p.photo {
  width: 300px;
  text-align: center;
  margin: 0 30px 0 0;
  padding: 0px;
}
#contents article #recipe-process li p.photo img {
  max-width: 100%;
  max-height: 300px;
  vertical-align: top;
}
#contents article #recipe-process li p.text {
  flex: 1;
  margin: 0;
  padding: 10px 0px;
}
#contents article #recipe-process li:before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(li) "";
  counter-increment: li;
  width: 30px;
  height: 100%;
  background: #ffc33c;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  position: absolute;
  left: -50px;
  top: 0px;
  padding: 20px;
  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 20px 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 p.answer-title a {
  color: #eb7272 !important;
}
#contents ul .ac-content div strong {
  color: #b3000a;
  font-weight: 600;
}
#contents ul .ac-content div strong a {
  color: #b3000a !important;
}

/* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
.icon-wrap {
  position: absolute;
  right: 20px;
  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;
  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;
}

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

#inquiryform {
  margin-top: 50px;
}

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

dl#inquiry-item dt, dl#inquiry-item-check dt {
  background: #ecf4f5;
  float: left;
  padding: 25px 0;
  font-weight: 600;
  text-indent: 1em;
  line-height: 150%;
}

dl#inquiry-item dd, dl#inquiry-item-check dd {
  padding: 25px 0 25px 17em;
  line-height: 180%;
  border-bottom: 1px #ccc solid;
  /*&: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-check dd {
  font-weight: bold;
}

/* table版 */
#contents table#inquiry-item, #contents table#inquiry-item-check {
  width: 100%;
  border-collapse: collapse;
}

#contents table#inquiry-item th, #contents table#inquiry-item-check th {
  width: 13em;
  background: #ecf4f5;
  font-weight: 600;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
}

#contents table#inquiry-item td, #contents table#inquiry-item-check td {
  line-height: 180%;
  vertical-align: middle;
}

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

#inquiry-item-check td {
  font-weight: bold;
}
#inquiry-item-check td img {
  max-width: 500px;
  max-height: 500px;
  margin: 0 0 10px 0;
}

#contents table#inquiry-item td em {
  font-size: 16px;
  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: 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;
}

#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 {
  width: 12em;
  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;
  margin: 5px 0px;
  cursor: pointer;
}
#inquiryform input[type=file]:hover {
  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;
}

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

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

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

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

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

.CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
  background: rgb(41, 151, 226);
}

.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: relative;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  transition: all 0.15s linear;
}

.CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-weight: bold;
}

#inquiryform p.select-form {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #fff;
}
#inquiryform p.select-form::before {
  position: absolute;
  top: 1em;
  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: 5px 50px 5px 30px;
  cursor: pointer;
}
#inquiryform p.select-form select select::-ms-expand {
  display: none;
}

#formsubmit {
  text-align: center;
  margin-top: 20px;
}

#inquiryform p.button_wrap {
  text-align: center;
  margin: 80px 0px 0px 0px;
}
#inquiryform p.button_wrap input[type=submit] {
  display: inline-block;
  min-width: 300px;
  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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
#inquiryform p.button_wrap input[type=submit]:hover {
  color: #2aa7c5;
  background: transparent url(../img/icon_link_arrow.png) 99% 50% no-repeat;
  border: 1px solid #2aa7c5;
}

label {
  cursor: pointer;
}

.mikinyu {
  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: inline-block;
  min-width: 300px;
  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;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#inquiryform p.backbutton_wrap input#formbackbtn:hover {
  color: #666;
  background: transparent url(../img/icon_link_arrow_l_g.png) 1% 50% no-repeat;
  border: 1px solid #999;
}

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

	サイトマップ

######################### */
#contents article #sitemap-link {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#contents article #sitemap-link > li {
  font-weight: 600;
  margin: 0px;
  padding: 50px 20px;
  border-bottom: 1px solid #ccc;
}
#contents article #sitemap-link > li a {
  display: block;
  color: #2aa4c2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents article #sitemap-link > li a:hover {
  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 30px;
}
#contents article #sitemap-link > li ul li {
  margin-bottom: 15px;
}
#contents article #sitemap-link > li ul li a {
  display: block;
  color: #2aa4c2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents article #sitemap-link > li ul li a:hover {
  color: #00517e;
}
#contents article #sitemap-link > li ul li:last-child {
  margin-bottom: 0px;
}