﻿/* 
name:株式会社ブロスアーム
designer: IT-Force Inc.
designer_url: http://it-force.jp/
Ver3.11 2022/04/11
*/
/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
html, body {
  margin: 0;
}
a {
  color: #5171E9;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
a:visited {
  color: #5171E9;
}
a:hover {
  color: #BB0D10;
  text-decoration: none;
}
a:active {
  color: #5171E9;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.clear {
  clear: both;
  line-height: 0em;
}
.horizon {
  border-bottom: 1px #CCC solid;
  padding-top: 0px;
  margin-bottom: 10px;
  clear: both;
}
.dashed {
  border-bottom: 1px #CCC dashed;
  padding-top: 0px;
  margin-bottom: 10px;
  clear: both;
}
img[usemap] {
  max-width: 100%;
  height: auto;
}
/*ページトップへ*/
#page-top {
  z-index: 500;
  position: fixed;
  bottom: 12px;
  right: 12px;
}
#page-top a {
  width: 60px;
  padding: 0;
  display: block;
}
/*スマホ非表示*/
.Add__function {}
.Add___function {
  display: none;
}
/* ---------------------------------------------------------------------
レイアウト定義
--------------------------------------------------------------------- */
#container {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
}
#container a img {
  -ms-interpolation-mode: bicubic;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#container a:hover img {
  -ms-interpolation-mode: bicubic;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*ハンバーガーメニュー*/
.hamburger {
  display: block;
  /* position: fixed; */
  position: absolute;
  height: 80px; /*アイコン全体の横範囲*/
  width: 80px; /*アイコン全体の縦範囲*/
  top: 6px; /*アイコン縦位置*/
  right: 0px; /*アイコンの横位置*/
  left: auto;
  z-index: 10000;
  padding: 0;
  /* background: #000; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.hamburger__icon {
  position: relative;
  margin: 26px auto 0 auto;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 30px; /*アイコンの大きさ*/
  height: 2px; /*アイコンの太さ*/
  background-color: #000; /*アイコンの色*/
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -7px;
}
.hamburger__icon:after {
  top: 7px;
}
.hamburger__TXT {
  display: none;
  font-family: 'Khand', sans-serif;
  text-align: center;
  color: #FFF;
  padding: 16px 0 0 3px;
  letter-spacing: 0.2em;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #FFF; /*✕の色*/
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
/*ハンバーガーの中身*/
.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav a {
  color: #fff;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  margin: 160px auto 0 auto;
  color: #FFF;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*ナビゲーション*/
.Navi_Box {
  color: #FFF;
}
.Navi_Box img {
  max-width: 100%;
  height: auto;
}
.Navi_a_Box {
  width: 94%;
  margin: auto;
}
.Navi_a_Inn {
  float: left;
  width: 33%;
  padding-bottom: 24px;
}
.Navi_a_Itm {}
.Navi_a_Itm {
  display: block;
  width: 80%;
  margin: auto;
  border-bottom: 1px solid #888;
  padding-bottom: 4px;
}
.Navi_a_Itm {}
.Navi_a_Itm-TXT {
  float: left;
  width: 80%;
}
.Navi_a_Arr {
  float: right;
  padding: 8px 0 0 0;
  width: 10%;
  text-align: right;
}
.Navi_a_JP {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 100%;
  color: #F2F2F2;
  padding-bottom: 4px;
}
.Navi_a_EN {
  font-family: 'Barlow', sans-serif;
  font-size: 74%;
  color: #CCC;
}
.Navi_c_Box {
  width: 60%;
  margin: auto;
  padding: 54px 0;
}
.Navi_c_Inn {
  float: left;
  width: 33%;
}
.Navi_c_Item {}
.Navi_c_Item a {
  display: block;
  color: #CCC;
  width: 90%;
  margin: auto;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 90%;
  text-align: center;
  border: 1px solid #888;
  line-height: 1em;
  padding: 12px 0 13px 0;
}
.Navi_c_Item a:hover {
  background: #FFFFCC;
  color: #000;
}
.Navi_d_Box {
  text-align: center;
  padding: 0 0 24px 0;
}
.Navi_TXT {
  text-align: center;
}
.Navi_TXT a {
  font-family: 'Kosugi Maru', sans-serif;
  color: #CCC;
  font-size: 90%;
}
.Navi_TXT a:hover {
  color: #FFFFCC;
}
.Navi_SNS {
  text-align: center;
  font-size: 200%;
  letter-spacing: 0.1em;
  padding: 24px 0;
}
.Navi_SNS table {
  margin: auto;
}
.Navi_SNS td {
  padding: 0 4px;
}
.Hum_Logo {
  text-align: center;
  padding: 0 0 60px 0;
}
.Hum_Logo img {
  max-width: 24%;
  height: auto;
}
.Foot_Upp_Ico {
  padding-bottom: 12px;
}
.Foot_Upp_Ico ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.Foot_Upp_Ico li {
  display: inline;
  padding: 0 2px;
  font-size: 200%;
}
/*メールフォーム*/
.Fm_Area {
  width: 100%;
  margin: 0 auto 48px auto;
  padding: 0;
}
.Fm_Rmk {
  width: 80%;
  margin: auto;
  border: 1px solid #CCC;
}
.Fm_Rmk_TTL {
  background: #333;
  color: #FFF;
  padding: 4px 8px;
}
.Fm_Rmk_TXT {
  font-size: 11px;
  padding: 8px;
  line-height: 1.8em;
}
.Fm__Box {
  width: 68%;
  margin: 12px auto 12px auto;
  background: #FFF;
  border-radius: 8px;
	padding: 48px;
}
.Fm__Inn {}
.Fm__TTL {
  width: 40%;
  margin: 48px auto 24px auto;
  padding: 16px 0;
  text-align: center;
  font-size: 120%;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 4px dotted #CCC;
  border-top: 4px dotted #CCC;
}
.Fm_Wrap {
  padding-bottom: 24px;
  overflow: hidden;
}
.Fm_Left {
  float: left;
  width: 20%;
  background: #F2F2F2;
  border-radius: 2px;
  padding: 4px 0;
  text-align: center;
  font-size: 90%;
  margin: 2px 0 0 0;
}
.Fm_Right {
  float: right;
  width: 70%;
  padding: 0;
  font-size: 90%;
}
.Fm_Hissu {
  float: left;
  width: 5%;
  border-radius: 2px;
  padding: 4px 0;
  font-size: 90%;
  text-align: center;
  background: #E50206;
  color: #FFF;
  margin: 2px 0 0 0;
}
.Fm_Free {
  float: left;
  width: 5%;
  border-radius: 2px;
  padding: 4px 0;
  font-size: 90%;
  text-align: center;
  background: #CCC;
  color: #FFF;
  margin: 2px 0 0 0;
}
.Fm_Btn {
  width: 30%;
  margin: auto;
  padding: 12px 0 0 0;
}
/*フォームの各パーツ用*/
input[type=text] {
  padding: 5px 4px 4px 4px;
  font-size: 1em;
  border: solid 1px #CCC;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
.Fm_Btn input[type=submit] {
  margin: 0;
  background-color: #D90407;
  color: #FFF;
  border-style: none;
  padding: 12px 48px 8px 48px;
  border-radius: 2px;
  font-size: 120%;
  width: 100%;
}
.Fm_Btn input[type=submit]:hover {
  background: #CCC;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
input.color {
  color: #4797BC;
  font-weight: bold;
  width: 100%;
}
input::-webkit-input-placeholder {
  color: #CCC;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input:-ms-input-placeholder {
  color: #CCC;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input::-moz-placeholder {
  color: #CCC;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container_form {
  margin: 0;
  width: 95%;
}
.container_form > .dropdown {
  margin: 0;
  vertical-align: top;
}
.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 200px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}
.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}
/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}
/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}
/*CGI用*/
.Fm___TTL {
  width: 40%;
  margin: 0 auto 24px auto;
  padding: 16px 0;
  text-align: center;
  font-size: 120%;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 4px dotted #CCC;
  border-top: 4px dotted #CCC;
}
.Fm___Msg {
  font-size: 90%;
  line-height: 1.8em;
  color: #666;
}
.Fm___TXT {
  text-align: center;
}
/*可変ナビゲーション*/
#top-head {
  position: fixed;
  width: 100%;
  margin: auto;
  padding: 18px 0 11px 0;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #C7003A;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /*border: 1px solid rgba(255, 255, 255, .5);*/
}
#top-head:after {
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
}
#top-head a, #top-head {
  text-decoration: none;
}
#top-head .logo {
  float: left;
  margin: 0 0 0 80px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 48px 0 0;
}
#global-nav ul li {
  float: left;
  position: relative;
  background: url("../images/line_deg.png") no-repeat left;
  width: 160px;
  margin: 8px 0 0 0;
}
#global-nav ul li a {
  display: block;
  margin: 0;
  padding: 0 0 12px 0;
  color: #FFF;
}
#global-nav ul li a:hover {
  color: #F2F2F2;
}
.Navi_Mene {
  padding: 0;
  margin: 0;
}
.Navi_TXT {
  line-height: 1em;
  font-size: 16px;
  text-align: center;
  font-family: 'Goldman', cursive;
  margin: 12px 0 0 0;
}
/* Fixed */
#top-head.fixed {
  background: #C7003A;
  width: 100%;
  padding: 15px 0 8px 0;
  top: 0;
  border-radius: 0px !important;
  border: 0px solid rgba(255, 255, 255, .5);
}
#top-head.fixed .logo {
  margin: 0 0 0 48px;
}
#top-head.fixed .logo img {
  max-width: 80%;
  height: auto;
}
#top-head.fixed:after {
  width: 100%;
}
#top-head.fixed #global-nav ul li a {
  margin: 0;
  color: #FFF;
  padding: 0 0 0 0 !important;
  background-image: none !important;
}
#top-head.fixed #global-nav ul li a:hover {
  color: #F2F2F2;
}
#top-head.fixed .Navi_Mene {
  text-align: center !important;
  height: 1em;
  padding-bottom: 4px;
}
#top-head.fixed .Navi_En {
  padding: 0 0 0 0;
  line-height: 1em;
  font-size: 12px;
  text-align: center;
}
#top-head.fixed .Navi_TXT {
  line-height: 1em;
  font-size: 12px;
  text-align: center;
}
/* transition */
#top-head, #top-head:after, #top-head .logo, #global-nav ul li, #global-nav ul li a, .Navi_INQ_Ico {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/*スマホ用フッター*/
#SMP_Foot {
  display: none;
}
/*ヘッダーツール*/
#Head_Tool_Area {
  padding: 10px 0 0 0;
}
#Head_Tool_Box {
  width: 88%;
  margin: auto;
}
#Head_Tool_Left {
  float: left;
  width: 40%;
  padding: 12px 0 0 0;
}
#Head_Tool_Left h1 {
  color: #FFF;
}
#Head_Tool_Right {
  float: right;
  width: 58%;
}
#Head_Tool_SNS {
  float: right;
  font-size: 180%;
  padding: 0 0 0 0;
  margin: 0 24px 0 0;
}
#Head_Tool_Phone {
  float: right;
  font-size: 200%;
  font-weight: 500;
  padding: 0 0 0 0;
  margin: 4px 24px 0 0;
  line-height: 1em;
}
#Head_Tool_SNS a, #Head_Tool_Phone a {
  color: #FFF;
}
#Head_Tool_SNS a:hover, #Head_Tool_Phone a:hover {
  color: #DC0003;
}
#Head_Tool_Recruit {
  float: right;
}
#Head_Tool_Recruit a {
  display: block;
  color: #FFF;
  background: #6F5437;
  border-radius: 4px;
  padding: 4px 24px 6px 24px;
  margin: 6px 0 0 0;
}
#Head_Tool_Recruit a:hover {
  background: #DC0003;
}
#Head_TTL {
  margin: 260px 0 24px 0;
  text-align: center;
}
#Head_TTL img {
  max-width: 100%;
  height: auto;
}
#Head_TXT {
  text-align: center;
  width: 48%;
  margin: auto;
  background: rgba(255, 255, 255, .8);
  color: #3E312B;
  font-size: 160%;
  padding: 12px 0 14px 0;
  border-radius: 4px;
  font-weight: 800;
}
/*コンテンツ*/
#Wrapp {
  background: #F0EDE8;
}
/*HERO*/
#Hero {
  height: 760px;
  overflow: hidden;
  background: #666;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}
#Hero_Wrapp {
  width: 90%;
  margin: 280px auto 0 auto;
  text-align: center;
}
#Hero_TXT {
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  font-size: 180%;
  padding-bottom: 24px;
}
#Hero_LOGO {}
#Hero_LOGO img {
  max-width: 100%;
  height: auto;
}
/*コンセプト*/
#Concept_Area {
  margin: 80px 0 0 0;
  padding-bottom: 80px;
  background: url("../images/bg_works.png") no-repeat top right;
}
#Concept_Box {
  width: 80%;
  margin: auto;
}
#Concept_Wrapp {
  padding: 108px 0 0 0;
}
.Concept_TTL {
  float: left;
  background: #333;
  color: #FFF;
  font-size: 240%;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 12px;
  line-height: 1em;
  padding: 8px 24px 12px 24px;
}
#Concept_TXT {
  line-height: 3em;
  font-size: 120%;
  padding: 80px 0 0 0;
}
.Concept_Fonts {
  color: #B1A573;
}
/*Work*/
#Work_Area {
  background: url("../images/bg_work.png") no-repeat top center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  color: #FFF;
}
#Work_Box {
  padding: 120px 0;
  width: 80%;
  margin: auto;
}
#Work_Read {
  background: #B4976F;
  width: 480px;
  margin: auto;
  font-size: 140%;
  text-align: center;
  font-weight: 500;
  padding: 4px 0 8px 0;
}
#Work_TTL {
  font-size: 240%;
  font-weight: 500;
  text-align: center;
}
#Work_Wrapp {
  margin: 80px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.Work_Inn {
  flex-basis: 33%;
}
.Work_Inn_Aka {
  background: linear-gradient(120deg, #80000C, #D40023);
  padding: 24px;
  margin: 0 24px;
  height: 240px;
}
.Work_Inn_Ki {
  background: linear-gradient(120deg, #B47620, #B4976F);
  padding: 24px;
  margin: 0 24px;
  height: 240px;
}
.Work_Inn_Ao {
  background: linear-gradient(120deg, #1D1A48, #555BC6);
  padding: 24px;
  margin: 0 24px;
  height: 240px;
}
.Work_Inn_TTL {
  text-align: center;
  font-size: 140%;
  font-weight: 500;
  padding-bottom: 12px;
}
.Work_InnLine {
  width: 24%;
  margin: auto;
  border-bottom: 1px solid #CCC;
}
.Work_Inn_En {
  text-align: center;
  font-family: 'Goldman', cursive;
  font-size: 90%;
  padding: 4px 0 0 0;
  color: rgba(255, 255, 255, .6);
}
.Work_Inn_TXT {
  padding: 24px 0 0 0;
  font-size: 90%;
  line-height: 2em;
}
/*会社案内*/
#Company_Area {
  background: #F0EDE8;
  padding: 120px 0;
}
#Company_Box {
  width: 80%;
  margin: auto;
  text-align: center;
}
#Company_TTL {
  color: #C7003A;
  font-family: 'Goldman', cursive;
  font-size: 280%;
}
#Company_Line {
  color: #C7003A;
  font-size: 90%;
  padding: 4px 0 0 0;
  letter-spacing: .2em;
}
#Company_TXT {
  text-align: left !important;
  width: 64%;
  margin: auto;
  padding: 80px 0 0 0;
}
.Company_TXT_Wrapp {
  color: #333;
  margin: 0 0 24px 0;
}
.Company_TXT_Left {
  float: left;
  width: 24%;
  border-right: 1px solid #C7003A;
  padding: 8px 0;
  font-size: 90% !important;
}
.Company_TXT_Right {
  float: right;
  width: 68%;
  padding: 8px 0;
  font-size: 90% !important;
}
.Company_TXT_Right ul {}
.Company_TXT_Right li {
  line-height: 2.2em;
}
/*Google Maps*/
#Map_Area {}
#Map_Box {
  height: 540px;
  overflow: hidden;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 540px;
  width: 100%;
}
/*コンタクト*/
#Contact_Area {
  background: #F0EDE8;
  padding: 120px 0;
}
#Contact_Box {
  width: 80%;
  margin: auto;
  text-align: center;
}
#Contact_TTL {
  color: #C7003A;
  font-family: 'Goldman', cursive;
  font-size: 280%;
}
#Contact_Line {
  color: #C7003A;
  font-size: 90%;
  padding: 4px 0 0 0;
  letter-spacing: .2em;
}
#Contact_TXT {
  font-family: 'Noto Serif JP', serif;
  padding: 24px 0 8px 0;
  font-size: 120%;
}
#Contact_Btn {
  width: 48%;
  margin: 48px auto 0 auto;
  border: 1px solid #C7003A;
}
#Contact_Btn a {
  display: block;
  padding: 32px 0;
  font-size: 130%;
  font-family: 'Noto Serif JP', serif;
  color: #C7003A;
}
#Contact_Btn a:hover {
  color: #FFF;
  background: #C7003A;
}
/*フッター*/
#Foot_Area {
  background: #C7003A;
  color: #FFF;
  padding: 48px 0;
}
#Foot_Box {
  width: 80%;
  margin: auto;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 90%;
}
#Foot_Logo {}
#Foot_Logo img {
  max-width: 100%;
  height: auto;
}
#Foot_Navi {
  padding: 24px 0;
}
#Foot_Navi a {
  color: #F2F2F2;
}
#Foot_TXT {
  line-height: 1.8em;
}
#Foot_TXT a {
  color: #F2F2F2;
}
#Foot_TXT h1 {
  padding: 24px 0 0 0;
}
#Foot_TXT h2 {
  font-size: 120%;
  padding: 16px 0 0 0;
}
#Foot_Copyright {
  color: #CCC;
  padding: 48px 0 0 0;
  font-size: 12px;
}
/* ---------------------------------------------------------------------
下層ページ
--------------------------------------------------------------------- */
/*横スクロールテーブル*/
.js-scrollable {
  /*overflow-x: scroll;
   width: 400px;*/
}
.js-scrollable table {
  /*width: 1000px;*/
}
.Tbfix {
  /*position: sticky;
  left: -1px;*/
}














#SubHero {
  height: 360px;
  overflow: hidden;
  background: #666;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}
#SubHero_Wrapp {
  width: 90%;
  margin: 140px auto 0 auto;
  text-align: center;
}
#SubHero_TXT {
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  font-size: 180%;
  padding-bottom: 24px;
}
#SubHero_LOGO {}
#SubHero_LOGO img {
  max-width: 100%;
  height: auto;
}



#Page_Area {
  background: #F0EDE8;
  padding: 80px 0;
}
#Page_Box {
  width: 80%;
  margin: auto;
  text-align: center;
}
#Page_TTL {
  color: #C7003A;
  font-family: 'Goldman', cursive;
  font-size: 280%;
}
#Page_Line {
  color: #C7003A;
  font-size: 90%;
  padding: 4px 0 0 0;
  letter-spacing: .2em;
}
#Page_TXT {
  text-align: left !important;
  width: 64%;
  margin: auto;
  padding: 80px 0 0 0;
	color: #666;
}
/*お問い合わせナビ*/
.Inquiry_Area {}
.Inquiry_Box {
  width: 97%;
	margin: 0 auto 80px auto;
}
.Inquiry_Wrapp {
  float: left;
  width: 30%;
}
.Inquiry_Arr {
  float: left;
  width: 5%;
  text-align: center;
  padding: 16px 0;
  font-size: 90%;
}
.Inquiry_Inn-on {
  text-align: center;
  padding: 16px 0;
  border: 1px solid #000;
  font-size: 90%;
  background: #000;
  color: #FFF;
}
.Inquiry_Inn-off {
  text-align: center;
  padding: 16px 0;
  border: 1px solid #000;
  font-size: 90%;
}
.Contact_TXT {
  text-align: center;
  font-size: 90%;
  color: #666;
  padding: 24px 0;
  word-break: keep-all;
}


/*お問い合わせの枠*/
#Inq_Box{
	text-align: left !important;
}


/*プライバシーポリシー*/
#PP{
}
#PP h4{
	font-weight: 500;
	padding:  0 0 1em 0;
}
#PP ul{
	padding: 0;
}
#PP li{
	padding-bottom: 1em;
}


















