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

    Reset

*****************************************/
/* Reset Style */
html {
  /* NOTE: 2020/04/08 - サイト共通ヘッダ・フッタへの影響排除のためコメントアウト */
  /* font-size: 62.5%; */
  text-overflow-y: scroll;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

img,
object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

p {
  line-height: 1.85;
}

/****************************************

    common

*****************************************/
/* NOTE: 2023/09/07 - デフォルト（Noto）を使用 */
.sans-serif {
  /* font-family: "Yu Gothic Medium", "游ゴシック Medium", 'YuGothic','Yu Gothic','ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','ＭＳ ゴシック',sans-serif; */
}

/* NOTE: 2023/09/07 - Noto Serifを使用 */
.serif {
  /* font-family: 'YuMincho','Yu Mincho','游明朝','ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif; */
  font-family: 'Noto Serif JP', serif;
}

.over {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.mcf {
  *zoom: 1;
}
.mcf:before, .mcf:after {
  content: " ";
  display: table;
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

/****************************************

    Link

*****************************************/
main a {
  outline: none;
  text-decoration: underline;
}

main a:hover {
  text-decoration: none;
}

main a.disable {
  cursor: default;
}

main a:visited {
  text-decoration: none;
}

main a.disable:hover {
  text-decoration: none;
}

main a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
main a.default:link:hover {
  text-decoration: none;
}

main a.default:visited {
  color: #800080;
}

main a.default:active {
  color: #ff8000;
}

main a.default:hover {
  color: #b80120;
}

/* ベーススタイル
-------------------------------------------------- */
/* NOTE: 2020/04/08 - サイト共通ヘッダ・フッタへの影響排除のためコメントアウト */
/*
body {
  position: relative;
  min-width: 1100px;
  font-size: 19px;
  color: #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
}
*/

/* NOTE: 2020/04/08 - html 要素, body 要素に与えられていたスタイルのコメントアウト分をここで与える */
/* NOTE: 2023/09/07 - デフォルトフォント（Noto）を使用 */
main {
  position: relative;
  min-width: 1200px;
  font-size: 19px;
  color: #333;
  /* font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif; */
}

/* NOTE: 2020/04/08 - /assets/stylesheets/main-slim.css により border-box が初期値の世界になっているため */
main,
main * {
  box-sizing: content-box;
}

/* NOTE: 2020/04/08 - JS による自動縮小処理をする場合は useAutoScale モディファイヤをつける */
main.-useAutoScale {
}


/* NOTE: 2023/09/07 - 旧デザインのコンテンツ幅を1024px→1160pxに変更 */
.frame {
  position: relative;
  /* width: 1024px; */
  width: 1160px;
  margin: 0 auto;
}

.cover {
  background-size: cover;
}

/*共通スタイル
-------------------------------------------------- */
.Menu__button{
  z-index:11;
}

/*.area-pagetop {
  height: 100px;
}
.area-pagetop .btn-pagetop {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
}
.area-pagetop .btn-pagetop img {
  width: 100%;
}*/



/* NOTE: 2023/09/07 - デフォルトフォント（Noto）を使用 */
#bottom {
  position: relative;
  width: 900px;
  margin: 0 auto;
  /* font-family: "MS Pゴシック", "MS PGothic", arial, Helvetica, clean, sans-serif; */
  line-height: 1.6;
  /*------------------------------ bottomDescriptArea ------------------------------*/
  /*------------------------------ bottomNaviArea ------------------------------*/
  /*------------------------------ footer ------------------------------*/
  /*** grayBackArea ***/
  /*** pickUpArea ***/
}
#bottom {
  *zoom: 1;
}
#bottom:before, #bottom:after {
  content: "";
  display: table;
}
#bottom:after {
  clear: both;
}
#bottom #bottomDescriptArea {
  padding: 0 3px;
  clear: both;
}
#bottom #bottomDescriptArea p {
  margin: 0;
  font-size: 10px;
  color: #808080;
  text-align: right;
}
#bottom #bottomNaviArea {
  padding: 0 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  clear: both;
}
#bottom #bottomNaviArea p {
  margin: 0;
  padding: 0;
}
#bottom #bottomNaviArea #gotoSiteTop {
  margin: 0;
  padding: 0;
  float: left;
}
#bottom #bottomNaviArea #gotoSiteTop p.arrowTopGreen a {
  background: url("//www.toyotahome.co.jp/image/arrow_top.gif") left 2px no-repeat;
  padding-left: 14px;
  visibility: visible;
  font-size: 10px;
  color: #4d4d4d;
  text-decoration: none;
  cursor: pointer;
}
#bottom #bottomNaviArea #gotoSiteTop p.arrowTopGreen a:hover {
  background: url("//www.toyotahome.co.jp/image/arrow_top_on.gif") left 2px no-repeat;
  padding-left: 14px;
  visibility: visible;
  font-size: 10px;
  color: #007C92;
  text-decoration: none;
  cursor: pointer;
}
#bottom #bottomNaviArea #gotoPageTop {
  float: right;
  margin-bottom: 0px;
}
#bottom *:first-child + html #bottomNaviArea #gotoPageTop {
  margin-bottom: 0px;
}
#bottom #footer {
  border: none;
  width: 900px;
  margin: 0;
  padding: 0;
  padding-bottom: 22px;
  _padding-bottom: 11px;
  clear: both;
}
#bottom #footer #grayBackArea {
  display: block;
  background: url("http://www.toyotahome.co.jp/image/footerBackGray.gif") top left no-repeat;
  width: 860px;
  height: 33px;
  padding: 8px 20px;
  clear: both;
}
#bottom #footer #grayBackArea #grayBackListBox li {
  float: left;
  list-style: none;
  margin-right: 16px;
  margin-top: 4px;
}
#bottom *:first-child + html #footer #grayBackArea #grayBackListBox li {
  margin-top: 0px;
}
#bottom #footer #grayBackArea #grayBackListBoxR {
  float: right;
  margin: 0;
}
#bottom #footer #grayBackArea #grayBackListBoxR li {
  float: left;
  list-style: none;
  margin-left: 3px;
}
#bottom #footer #pickUpArea {
  width: 900px;
  /*overflow:hidden;
  clear: both;*/
}
#bottom #footer #pickUpArea dl#pickUpCont {
  float: left;
  width: 680px;
}
#bottom #footer #pickUpArea dl#pickUpCont dt {
  float: left;
  font-size: 13px;
  margin-right: 8px;
  color: #ababab;
  font-weight: bold;
}
#bottom #footer #pickUpArea dl#pickUpCont dd {
  float: left;
  border-left: 1px solid #ccc;
  width: 590px;
}
#bottom #footer #pickUpArea dl#pickUpCont dd ul#pickUpListBox {
  float: left;
  margin-left: 8px;
  _margin-left: 4px;
}
#bottom #footer #pickUpArea dl#pickUpCont dd li {
  font-size: 9px;
  float: left;
  margin-right: 9px;
  list-style: none;
  color: #ababab;
  white-space: nowrap;
}
#bottom #footer #pickUpArea dl#pickUpCont dd li a {
  color: #ababab;
  text-decoration: none;
}
#bottom #footer #pickUpArea dl#pickUpCont dd li a:hover {
  color: #ababab;
  text-decoration: underline;
}
#bottom #footer #pickUpArea #copyrightArea p#copyrightImg {
  float: right;
  margin: 0;
}
#bottom .o2 {
  font-size: 0.7em;
}
#bottom #gdnTag {
  height: 0px;
  max-height: 1px;
  overflow: hidden;
}
#bottom #gdnTag div {
  margin: 0;
  padding: 0;
}
#bottom #copyrightArea {
  margin-bottom: auto;
}

/*** footGlayBeltArea ***/
#footGlayBeltArea {
  background: #808080;
  display: block;
  height: 15px;
  width: 100%;
  margin: 0;
  padding: 0;
}

#footGlayBeltArea h3#footGlayBeltText {
  width: 900px;
  margin: 0 auto;
  display: block;
  font-size: 10px;
  color: #fff;
  text-align: left;
  line-height: 15px;
}

.area-bottom-contact {
  padding: 80px 0;
  color: #fff;
  background-color: #141e32;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF001E3C', endColorstr='#FF141E32');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMWUzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE0MWUzMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #001e3c), color-stop(100%, #141e32));
  background-image: -moz-linear-gradient(top, #001e3c 0%, #141e32 100%);
  background-image: -webkit-linear-gradient(top, #001e3c 0%, #141e32 100%);
  background-image: linear-gradient(to bottom, #001e3c 0%, #141e32 100%);
}
.area-bottom-contact .area-title {
  width: 249px;
  margin: 0 auto 30px;
  padding-top: 0px;
}
.area-bottom-contact .area-title img {
  width: 100%;
  height: auto;
}
.area-bottom-contact .inr {
  *zoom: 1;
}
.area-bottom-contact .inr:before, .area-bottom-contact .inr:after {
  content: "";
  display: table;
}
.area-bottom-contact .inr:after {
  clear: both;
}
.area-bottom-contact .box-present,
.area-bottom-contact .box-inquiry {
  position: relative;
  width: 500px;
  height: 180px;
}
.area-bottom-contact .box-present .btn-link,
.area-bottom-contact .box-inquiry .btn-link {
  display: block;
  background: #fff;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.area-bottom-contact .box-present .btn-link img,
.area-bottom-contact .box-inquiry .btn-link img {
  width: 100%;
}
.area-bottom-contact .box-present .btn-link:hover,
.area-bottom-contact .box-inquiry .btn-link:hover {
  background: #CCD2D8;
}
.area-bottom-contact .box-present {
  float: left;
}
.area-bottom-contact .box-present .box-title {
  position: relative;
  top: 35px;
  width: 378px;
  margin: 0 auto;
}
.area-bottom-contact .box-present .box-title img {
  width: 100%;
}
.area-bottom-contact .box-inquiry {
  float: right;
}
.area-bottom-contact .box-inquiry .box-title {
  position: relative;
  top: 15px;
  width: 331px;
  margin: 0 auto;
}
.area-bottom-contact .box-inquiry .box-title img {
  width: 100%;
}
.area-bottom-contact .box-inquiry .notice {
  position: absolute;
  left: 40px;
  bottom: 8px;
  color: #141e32;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
}
