/* ---------------
　　　共用
--------------- */

body {
  padding-top: 100px;
  background: #fff;
  color: #322828;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  font-size: 14px; /* モダンブラウザ向け */
  _text-align: center;
  line-height: 1.7;
  border-top: 5px #f12234 solid;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* リンクの設定 */

a {
  border: none;
  color: #de0016;
  text-decoration: none;
}

a:visited {
  color: #a33677;
  text-decoration: none;
}

a:active {
  color: #de0016;
  text-decoration: none;
}

a:hover {
  color: #de0016;
}

address {
  font-style: normal;
}

i {
  color: #de0016;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 5px;
  vertical-align: middle;
}

em {
  font-style: normal;
}

/* 画像の線を消す */
img {
  border: none;
}

/* 初期化 */
h3 {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
dd {
  margin: 0;
  padding: 0;
}
input {
  vertical-align: middle;
}

.btn {
  display: inline-block;
  margin: 0.5em 1em;
  padding: 0.5em 2em;
  min-width: 120px;
  color: #e10000;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e10000;
  border-radius: 1.5em;
}

a.btn {
  color: #e10000;
}

a.btn:hover {
  color: #fff;
  background: #e10000;
}

/* ---------------
レイアウト関連
--------------- */

.acms-container {
  width: 960px\9;
}

/* コンテンツ全体 */

#wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  _text-align: center; /* for ie6 */
}

/* ヘッダ */

#headWrapper {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  background: #fff;
  border-bottom: 1px #e3d7ba solid;
}

#headWrapper > div {
  position: relative;
}

/* フッタ */

#footWrapper {
  clear: both;
  margin: 0;
  padding: 0;
  background: #ffffff;
  text-align: center;
  zoom: 1;
}

#footer {
  position: relative;
  margin: 0;
  padding: 40px 0;
  overflow: hidden;
  text-align: left;
  background: #f2f2f2;
}
#footer .acms-grid-r.hr {
  border-top: 1px #e3d7ba solid;
  padding-top: 30px;
}

.foot_box_top {
  margin: 5em 0 0 0;
  padding: 10px 1em 3em 1em;
  color: #fff;
  background: #e10000;
}

.foot_box_top .foot_logo img {
  max-width: 240px;
  width: 100%;
  height: auto;
}

.foot_box_top .foot_tel {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
}

.foot_box_top .foot_tel .fax {
  font-size: 18px;
}

.foot_box_top .foot_tel span {
  display: inline-block;
}

.foot_box_top .foot_tel a,
.foot_box_top .foot_tel a:hover {
  color: #fff;
  text-decoration: none;
}

.foot_btn {
  margin-top: 2.2em;
}

.foot_btn a {
  margin: 0 10px 5px 0;
  padding: 5px 10px;
  font-size: 14px;
  color: #e10000;
  border: 1px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  background: #fff;
}
.foot_btn a:hover {
  color: #fff;
  background: #e10000;
}

.foot_box_top .foot_address_box {
  margin-top: 20px;
  text-align: left;
}

.foot_box_top .foot_address {
  margin: 0;
  padding: 0 0 0 10px;
}

.foot_box_top .foot_address a {
  display: inline-block;
  margin: 0.2em 1em;
  padding: 0.2em 0.5em;
  color: #e10000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
}

.foot_box_top .foot_address a:hover {
  color: #fff;
  background: #e10000;
  border: 1px solid #fff;
}

.foot_box_top .hr100 {
  border-bottom: 1px solid #fff;
}

.foot_box_top .hr_right {
  border-right: 1px solid #fff;
}

.foot_menu {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.foot_menu ul li {
  display: inline-block;
  margin: 3px;
  padding: 0 0 2em 0;
  width: calc(50% - 10px);
  vertical-align: top;
  font-weight: bold;
}

.foot_menu ul ul li {
  display: block;
  margin: 0;
  padding: 0.5em 0 0.1em 1em;
  width: 100%;
  font-weight: normal;
}

.foot_menu ul li a {
  color: #000;
}

.ft_text {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.ft_lead {
  margin: 0 0 30px;
  text-align: center;
  color: #645a5a;
  font-size: 14px;
  font-weight: normal;
}
.ft_lead img {
  margin-bottom: 5px;
}

@media screen and (max-width: 479px) {
  .ft_lead {
    font-size: 12px;
  }
}

/* ---------------
　ヘッダ
--------------- */

/* ■■■■■ サイトタイトル #siteTitle　*/

#siteTitle {
  float: left;
  margin: 0;
  padding: 0;
}

#siteTitle img {
  padding: 17px 0;
  vertical-align: bottom;
}

#siteName {
  margin: 14px 0 0 30px;
  font-size: 28px;
}

#siteName a,
#siteName a:hover {
  color: #322828;
  font-weight: bold;
  text-decoration: none;
}

#siteName img {
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 479px) {
  #siteName img {
    margin-top: 20px;
  }
}

.siteNameText {
  font-weight: bold;
}

#siteCaption {
  margin: 10px 0 0 0;
  font-size: 11px;
}

/* ■■■■■ ヘッダーナビ # headNavi　*/

#headNavi {
  display: block;
  list-style: none;
  float: right;
  margin: 25px 0 0 0;
  padding: 0;
  text-align: right;
}

#headNavi li {
  color: #de0016;
  float: right;
  font-weight: bold;
  padding: 0 0 0 20px;
}

#headNavi li a {
  color: #de0016;
}
#headNavi li a:hover {
  color: #645a5a;
}

.headmenu_right {
  float: right;
  margin: 0 0 0 40px;
  padding: 0;
  width: 188px;
  height: 94px;
}

.headmenu_right a:hover img {
  opacity: 0.8;
}

.headmenu_right img {
  width: 94px;
  height: 94px;
}

.headmenu_left {
  float: right;
}

/* ■■■■■ グローバルナビ .acms-navbar 　*/
.sub_navi {
  display: block;
  width: 100%;
  overflow: hidden;
}

.global_menu {
  /* メニュー全体のスタイル */
  display: block;
  width: 100%;
  color: #322828;
  font-size: 15px;
  background: #fff;
  text-align: center;
  font-weight: bold;
}

.global_menu ul {
  text-align: right;
}

.global_menu li {
  display: inline-block;
}

.global_menu a {
  /* 各項目のスタイル */
  display: block;
  padding: 8px 10px 10px 10px;
  color: #322828;
  font-size: 15px;
  font-weight: bold;
}

.global_menu li:hover > a {
  background: #fff;
  border-bottom: 3px #de0016 solid;
}

.global_menu li > ul > li > a {
  /* 子項目のスタイル */
  padding: 10px 15px;
  font-size: 15px;
  font-weight: bold;
}
.global_menu li > ul > li > a:hover {
  /* 子項目のスタイル（ホバー時） */
  color: #f22335;
  background: #fff;
}

.global_menu li > ul {
  /* 下層メニューのスタイル */
  width: 100%;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: 0;
  padding: 30px;
  text-align: center;
  color: #322828;
  background: #fff;
  visibility: hidden; /* 下層メニューを非表示 */
  box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.global_menu li:hover ul {
  /* 下層メニューのスタイル（親項目ホバー時） */
  visibility: visible; /* 下層メニューを表示 */
}

.global_menu li > ul a:hover {
  color: #fff;
  border: none;
}

.acms-navbar {
  position: relative;
  text-align: right;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-top: none;
  border-bottom: none;
}

.acms-navbar ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: right;
  width: auto;
  margin-left: 40px;
}

.acms-navbar a:link,
.acms-navbar a:visited,
.acms-navbar a:hover,
.acms-navbar a:active,
.acms-navbar #viewing {
  height: 22px;
  padding: 0 19px 5px;
  color: #322828;
  font-size: 15px;
  letter-spacing: 1 !important;
  line-height: 1.5;
  border-bottom: 3px #fff solid;
}

.acms-navbar a:hover,
.acms-navbar #viewing {
  color: #de0016;
  background: #ffffff url(../images/nav.png) no-repeat left 4px;
  border-bottom: 3px #de0016 solid;
}

.acms-navbar .stay a,
.acms-navbar a:active {
  color: #322828;
  background: #ffffff url(../images/nav.png) no-repeat left 4px;
  border-bottom: 3px #de0016 solid;
}
.acms-navbar #viewing {
  background: #ffffff;
}

.acms-navbar li {
  border: none;
  background: #ffffff url(../images/nav.png) no-repeat left 4px;
}
.acms-navbar li:last-child {
  border: none;
  background: #ffffff url(../images/nav.png) no-repeat left 4px;
}

.acms-navbar .acms-module-edit a {
  height: auto;
  padding: 6px;
  line-height: 1.5;
}

.acms-navbar ul ul {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
  background: #ffffff;
}

.acms-navbar ul ul a {
  width: 120px;
  height: 40px !important;
  margin: 0;
  border: solid 1px #de0016;
  background: #fff url(../images/icon03.png) no-repeat 10px center;
  font-size: 13px;
  *overflow: visible;
  line-height: 3 !important;
}
.acms-navbar ul ul a:link,
.acms-navbar ul ul a:visited,
.acms-navbar ul ul a:hover,
.acms-navbar ul ul a:active,
.acms-navbar ul ul #viewing {
  padding: 0 30px 0 30px;
  background: #fff url(../images/icon03.png) no-repeat 10px center;
  border-bottom: 1px #de0016 solid;
}

.acms-navbar ul ul a:hover {
  color: #de0016;
  background: #f6eeda url(../images/icon03.png) no-repeat 10px center !important;
  border-bottom: 1px #de0016 solid;
}
.acms-navbar ul li.stay ul a {
  box-shadow: none;
  background: #fff url(../images/icon03.png) no-repeat 10px center;
}
.acms-navbar ul li.stay ul a:hover {
  background: #f6eeda url(../images/icon03.png) no-repeat 10px center !important;
}

.acms-navbar ul ul li {
  border-right: none;
}
.acms-navbar ul ul li:last-child {
  border: none;
}

.acms-show-sp .acms-sidebar {
  display: none;
}

/* ■■■■■ メインイメージ #topImage 　*/

#topImage {
  text-align: left;
}

/* ■■■■■ トピックパス #topicpath 　*/

#topicpath {
  margin: 10px 0 0 0;
  padding: 5px;
  background: #fff;
  border-radius: 0;
  _text-align: left; /* for ie6 */
}

#topicpath li,
#topicpath li a,
#topicpath li:before {
  color: #645a5a;
  white-space: nowrap;
}

.acms-topicpath li + li:before {
  content: "";
}

@media screen and (max-width: 479px) {
  /*.acms-topicpath li {
  float: none;
}
*/
  .acms-topicpath {
    display: none;
  }
}

/* ■■■■■ カテゴリー見出し #categoryH1 　*/

#categoryH1 {
  margin: 0 0 30px 0;
  padding: 15px 0 5px;
  color: #322828;
  font-size: 20px;
  font-weight: bold;
  _text-align: left; /* for ie6 */
  border-bottom: 3px solid #f6f3f3;
}

/* ---------------
　bxslider
--------------- */

.bx-wrapper .bx-viewport {
  width: auto !important;
  max-width: 935px;
  border-radius: 5px;
  left: 0 !important;
}

.bx-wrapper .bx-prev {
  left: 20px !important;
}

.bx-wrapper .bx-next {
  right: 20px !important;
}

/* ---------------
　メイン
--------------- */

/* ■■■■■ メインエリア共通 　*/

.mainModuleBox {
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  border-radius: 0;
  background: #fff;
  border: none;
}

.mainModuleBox h2,
.mainModuleBox h2 a {
  display: block;
}

.more {
  text-align: right;
  color: #645a5a;
}
.more a {
  text-align: right;
  color: #645a5a;
  font-weight: bold;
}
.more a:hover {
  color: #de0016;
}

h2.headline01 {
  margin: 0 10px 20px 10px !important;
  padding: 5px 20px !important;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 5px #e3d7ba;
  background-color: #de0016;
  letter-spacing: 1px;
}

@media screen and (max-width: 479px) {
  h2.headline01 {
    margin-bottom: 20px !important;
  }
}

h2.headline22 {
  position: relative;
  margin: 0 10px 50px 10px !important;
  padding: 5px 20px !important;
  font-size: 30px;
  text-align: center;
  color: #e10000;
  border-radius: 5px;
}

h2.headline22:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  margin: 0 auto;
  padding: 0;
  background: #e10000;
}

/* ■■■■■ ヘッドライン #headline 　*/

.headline {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  background: #ffffff;
}

.headline li {
  vertical-align: bottom;
  zoom: 1; /* 現在いるとき */
  border-top: none;
  border-bottom: 1px #ccc solid;
}

.headline li a {
  border: none;
}

.headline a {
  display: block;
  padding: 16px 10px;
  vertical-align: bottom;
  zoom: 1;
  color: #000;
  line-height: 2;
}

.headline a:hover {
  color: #e10000;
  text-decoration: none;
}

.headline .headlineDat {
  display: inline-block;
  margin: 0 1em 0 0;
}
.headline .acms-label {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0.15em 1em;
  color: #fff;
  background-color: #e10000;
  font-size: 14px;
  border-radius: 1em;
}

.news_box {
  margin: 1em 1em;
  overflow: hidden;
}

.news_head {
  float: left;
  width: 100px;
  margin: 32px 0 0 0;
  font-size: 14px;
  font-weight: bold;
}

.news_headline {
  float: right;
  width: calc(100% - 121px);
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
  border-left: 1px solid #000;
}

.news_headline::after {
  content: "";
  display: block;
  clear: both;
}

.news_headline li {
  padding: 3px 0;
  font-size: 14px;
}

a .news_date {
  padding-right: 2em;
  color: #000;
}

.news_title {
}

.mews_more {
  display: block;
}

/* top_about_box */
.top_about_box {
  position: relative;
  width: 100%;
  margin: 50px 0 0 0;
  padding: 0;
  /* background: url(/themes/2022@okabiz/images/top_about_bg.jpg) top center; */
  background-size: cover;
  text-align: center;
}

.top_about_box .inner_wrap {
  overflow: hidden;
  /* bottom: -400px; */
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #fff;
}

.top_about_box ul {
  margin: 2em auto 40px auto;
}

.top_mainimg_box {
  margin: 0 0 50px 0;
  padding: 0;
  background: #f2f2f2;
}

.top_mainimg_box .pickup {
  text-align: center;
  margin: 0 auto;
  padding: 400px 0 30px 0;
}

#main_visual {
  position: relative;
  margin: 0;
  padding: 0 0 10px 0;
}

#main_visual:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
  background: #e10000;
}

/* top_support_box */
.top_support_box {
  margin: 0;
  padding: 80px 0;
  background: #f2f2f2;
}

.top_support_box_list {
  margin: 20px 0 40px 0;
  padding: 50px 30px;
  text-align: center;
  background: #fff;
}

.top_support_box img {
  width: 100%;
}

.inlineList {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}

.inlineList li {
  margin: 0;
  padding: 20px 30px;
  list-style: none;
  display: inline-block;
}

.inlineList li img {
  width: 140px;
}

/* top_foot_yoyaku_box */
.top_foot_yoyaku_box {
  margin: 0 auto 50px auto;
  padding: 80px 0;
}

.foot_yoyaku_btn {
  margin: 40px 0;
  text-align: center;
}

.foot_yoyaku_btn a {
  margin: 0 auto;
  padding: 2em;
  width: 60%;
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: center;
  border: 2px #b3b3b3 solid;
}

.foot_yoyaku_btn a:hover {
  color: #e10000;
  border: 2px #e10000 solid;
}

.top_footbn {
  margin: 0 auto 5em auto;
}
.top_footbn img {
  width: 100%;
}

/* TOP お知らせ/ブログのタブ切り替え */
section.tabbox {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 80px auto;
}
section.tabbox::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  order: -1;
  background: #e10000;
}
section.tabbox .tabLabel {
  /* タブ */
  margin-right: 3px;
  padding: 5px 1em;
  flex: 1;
  order: -1;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
  background: #fff;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
section.tabbox .tabLabel::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  pointer-events: none;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  background: #e10000;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 10;
  opacity: 0;
}
section.tabbox .tabLabel:nth-last-of-type(1) {
  margin-right: 0;
}
section.tabbox input {
  /* ラジオボタン非表示 */
  display: none;
}
section.tabbox .content {
  /* 本文 */
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
section.tabbox .content > div {
  pointer-events: none;
  transform: translateX(30%);
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
}
/*アクティブ設定*/
section.tabbox input:checked + .tabLabel {
  /*タブ*/
  color: #fff;
  background: #e10000;
}
section.tabbox input:checked ~ .tabLabel::after {
  transform: translateX(-100%);
}
section.tabbox input:checked + .tabLabel::after {
  opacity: 1;
  transform: translateX(0);
}
section.tabbox input:checked + .tabLabel + .content {
  /*本文*/
  height: auto;
  padding: 0;
  order: 1;
  opacity: 1;
}
section.tabbox input:checked ~ .content > div {
  transform: translateX(30%);
}
section.tabbox input:checked + .tabLabel + .content > div {
  pointer-events: auto;
  transform: translateX(0);
}

/* TOP LINEお問い合わせ */
.line_box {
  position: relative;
  margin: 0 auto 80px auto;
  padding: 30px;
  color: #fff;
  background: #06c755;
}
.line_box .left_box {
  display: inline-block;
  width: 59%;
  text-align: center;
}
.line_box .right_box {
  display: inline-block;
  width: 39%;
  text-align: center;
}
.line_box h2 {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 30px;
  border-bottom: 2px solid #249324;
}
.line_box p {
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
.line_box p.btn {
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  background: #fff;
  border: 3px solid #249324;
}
.line_box p.btn:hover {
  color: #fff;
  background: #249324;
}
.line_box p.btn a,
.line_box p.btn a:visited,
.line_box p.btn a:active {
  display: block;
  padding: 0.5em 2em;
  color: #249324;
  text-decoration: none;
}
.line_box p.btn a:hover {
  display: block;
  padding: 0.5em 2em;
  color: #fff;
  text-decoration: none;
}
/* スマホ */
@media screen and (max-width: 767px) {
  .line_box .left_box,
  .line_box .right_box {
    display: block;
    width: 100%;
  }
  .line_box h2 {
    font-size: 18px;
  }
  .line_box p {
    margin: 10px 0 0 0;
    font-size: 15px;
  }
  .line_box p.btn {
    margin: 20px 0 30px 0;
  }
}

/* ■■■■■ サマリー1/デフォルト .summaryDefault 　*/

.summaryDefault {
  padding: 0;
}

.summaryDefault .summaryDefaultEntry {
  position: relative;
  float: left;
  width: 440px;
  margin: 0 10px 10px;
  border: none;
  overflow: hidden;
  background: #ffffff url(../images/icon01.png) no-repeat 98% 70px;
}

@media screen and (max-width: 950px) {
  .summaryDefault .summaryDefaultEntry {
    float: none;
    width: 100% !important;
    margin: 0 10px 10px;
    border: none;
  }

  .summaryDefault .summaryInfo {
    width: 50%;
    float: right;
  }
}

.summaryDefault .summaryDefaultEntry div {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  background: #fff;
  color: #ffffff;
  text-align: center;
  line-height: 7.5em;
}

.summaryDefault .summaryInfo {
  width: 230px;
  float: right;
}

.summaryDefault .summaryDefaultEntry p {
  position: relative;
  top: 75px;
  left: 10px;
  margin: 0;
  padding: 5px 10px 0 0;
  word-break: break-all;
  font-size: 14px;
  line-height: 1.5;
  color: #645a5a;
}

.summaryDefault .summaryDefaultEntry p.date {
  color: #9a6c0f;
}

.summaryDefault .summaryDefaultEntry .summaryTitle {
  position: absolute;
  left: 180px;
  top: 10px;
  padding-left: 8px;
  font-weight: bold;
  font-size: 16px;
  border-left: 5px #de0016 solid;
}

@media screen and (max-width: 479px) {
  .summaryDefault .summaryDefaultEntry {
    background: #ffffff url(../images/icon01.png) no-repeat 95% 70px;
  }

  .summaryDefault .summaryDefaultEntry div {
    width: 110px !important;
  }
  .summaryDefault .summaryInfo {
    width: 440px !important;
  }

  .summaryDefault .summaryDefaultEntry p {
    font-size: 12px;
  }

  .summaryDefault .summaryDefaultEntry .summaryTitle {
    left: 120px;
    padding-right: 10px;
    font-size: 14px;
  }

  .summaryDefault dl {
    margin-right: 20px !important;
  }
}

.summaryDefault .summaryDefaultEntry .summaryTitle a {
  color: #322828;
}

.summaryDefault dl {
  position: relative;
  clear: both;
  padding: 15px;
  border-radius: 5px;
  color: #645a5a;
  background-color: #f6f3f3;
}
.summaryDefault dt {
  font-weight: bold;
}

.summaryDefault .bl-hover {
  background-color: #f6eeda;
}

.summaryDefault .summaryDefaultEntry:nth-of-type(1),
.summaryDefault .bl-hover:nth-of-type(1) {
  border-radius: 5px 0 0 0;
}

.summaryDefault .summaryDefaultEntry:nth-of-type(2),
.summaryDefault .bl-hover:nth-of-type(2) {
  border-radius: 0 5px 0 0;
}

.summaryDefault .summaryDefaultEntry:nth-last-of-type(2),
.summaryDefault .bl-hover:nth-last-of-type(2) {
  border-radius: 0 0 0 5px;
}

.summaryDefault .summaryDefaultEntry:nth-last-of-type(1),
.summaryDefault .bl-hover:nth-last-of-type(1) {
  border-radius: 0 0 5px 0;
}

/* ■■■■■ サマリー2/カスタムフィールド .summaryCustom 　*/

.summaryCustom {
  margin: 0 0 0 10px;
  padding: 0;
}

.summaryCustom .summaryCustomEntry {
  float: left;
  list-style: none;
  width: 220px;
  margin: 0 20px 30px 0;
  padding: 0 0 10px;
  background: #ffffff;
  border-bottom: 1px #a99595 dotted;
}

.summaryCustom .summaryCustomEntry:not(:target) {
  margin: 0 20px 30px 0;
}

.summaryCustom .bl-hover {
  background: #f7efdb;
}

.summaryCustom .summaryCustomEntry .photo {
  height: 200px;
  background: #999999;
}

.summaryCustom .summaryCustomEntry .archive p {
  margin: 0 0 3px;
  padding: 0;
}

.summaryCustom .summaryCustomEntry .title,
.summaryCustom .summaryCustomEntry .archive .title {
  margin: 0 0 10px 0;
  padding: 0 10px 8px;
  background: url(../images/h4.png) repeat-x left bottom;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
  zoom: 1;
  /*text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;*/
  font-size: 16px;
  color: #322828;
  line-height: 1.4;
}
.summaryCustom .summaryCustomEntry .title a {
  color: #322828;
}

.summaryCustom .summaryCustomEntry .summaryTitle {
  padding: 5px 10px 0 10px;
  font-weight: bold;
  font-size: 14px;
}

.summaryCustom .summaryCustomEntry p.date {
  margin: 0 0 0 5px;
  padding: 0;
  color: #9a6c0f;
}
.summaryCustom .summaryCustomEntry .archive p.date {
  margin: 0 0 10px 5px;
  padding: 0;
  color: #9a6c0f;
  letter-spacing: -0.05em;
}

.summaryCustom .summaryCustomEntry p span {
  color: #ffffff;
  background-color: #645a5a;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 12px;
  margin: 0 10px 0 5px;
}

.summaryCustom .summaryCustomEntry .ecture {
  background-color: #f5f2f2;
  margin-bottom: 10px;
}
.summaryCustom .summaryCustomEntry .ecture p {
  padding: 10px !important;
  font-weight: bold;
  color: #645a5a;
}

.summaryCustom .summaryCustomEntry .more {
  margin: 0;
  padding: 0;
  text-align: right;
}

/* ■■■■■ エントリー #entryBody 　*/

.acms-entry {
  margin: 0 0 20px 0;
  padding: 0;
  border-radius: 5px;
  background: #ffffff;
}

/*　　　エントリーヘッダー　　　*/

.entryHeader {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px #645a5a solid;
  color: #322828;
  position: relative;
}

.entryHeader p {
  margin: 0;
  padding: 0;
}

.entryHeader p span.ef_title {
  color: #ffffff;
  background-color: #645a5a;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
}

.entryHeader p span {
  font-size: 14px;
  color: #645a5a;
}
.entryHeader p span a {
  color: #645a5a;
}
.entryHeader p span a:hover {
  color: #de0016;
}
.entryHeader p time {
  font-size: 14px;
  color: #645a5a;
}
.entryHeader p span a:hover {
  text-decoration: none;
}

.entryHeader p span:first-child a {
  color: #ffffff;
  background-color: #645a5a;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
}

#seminarContents .entryHeader {
}
#seminarContents .entryHeader.archive {
  padding-left: 65px;
  background: url(../images/end.png) no-repeat left center;
}

#archiveContents .entryHeader {
  padding-left: 65px;
  background: url(../images/end.png) no-repeat left center;
}

.seminarLead p.date {
  margin: 0;
  padding: 20px 10px;
  color: #9a6c0f;
  font-weight: bold;
  font-size: 14px;
}

.seminarLead p.date span {
  color: #ffffff;
  background-color: #645a5a;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 12px;
  margin-right: 10px;
}

/* エントリータイトル */

.acms-entry .entryTitle,
.entryTitle {
  margin: 0;
  padding: 10px 0 0;
  background: none;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.2;
}

#seminarContents .acms-entry .entryTitle,
#seminarContents .entryTitle {
  margin: -10px 0 0;
  padding: 0 10px 0 0;
}

.entryTitle a,
.entryTitle a:hover {
  color: #322828;
  text-decoration: none;
}

.acms-entry .entryTitle02,
.entryTitle02 {
  margin: 0;
  padding: 0 0;
  background: none;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2px;
  color: #322828;
}

.entryTitle02 span {
  color: #9a6c0f;
  font-size: 14px;
  font-weight: bold;
}

.entryHeader .more {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.entryHeader .more a {
  color: #645a5a;
  text-decoration: none;
}
.entryHeader .more a:hover {
  color: #de0016;
  text-decoration: none;
}

.staffSubText {
  margin-bottom: 5px !important;
}

/* ページャー */

.acms-pager {
  margin: 15px 0 0 10px;
}

.acms-pager li span > a,
.acms-pager li.cur span,
.acms-pager li > a {
  background-color: #f5f2f2;
  border: 1px solid #e3d7ba;
  color: #333;
  background-image: none;
}
.acms-pager li a:hover {
  background-color: #f6eeda;
  color: #4f3b3b;
  border: solid 1px #e3d7ba;
  background-image: none;
}
.acms-pager li.cur span {
  background: #f6eeda;
  border: 1px solid #e3d7ba;
}
.acms-pager li > a:active {
  background-color: #f6eeda;
  border: 1px solid #e3d7ba;
}

.entryListNavi {
  overflow: hidden;
}

.entryListNavi .prev {
  float: left;
}
.entryListNavi .next {
  float: right;
}
.entryListNavi p {
  clear: both;
  padding-top: 15px;
  text-align: center;
}

.textItemNumber {
  margin-top: 0;
  color: #645a5a;
  font-weight: bold;
}

/* エントリーの日付・カテゴリー */

.acms-entry .entryCategory {
  display: inline;
  margin: 5px 0 0 0;
  padding: 0;
}

.entryCategory span {
  padding: 0 5px 0 0;
}

.entryCategory span a {
  font-weight: normal;
}

/*　　　カスタムフィールド部分　　　*/

.entryCustom {
  margin: 0 0 20px 0;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f5f2f2;
}

.entryCustom .thumbnail {
  width: 200px;
  float: left;
  margin: 0 20px 0 0;
}

.entryCustom p {
  margin: 0px !important;
  padding: 20px !important;
  font-size: 14px !important;
}
.entryCustom p span {
  margin: 0px !important;
  padding: 0px !important;
  display: block;
  font-weight: bold;
}

/*　　　エントリー本文部分　　　*/

.entryColumn {
  padding: 20px 0 10px 0;
}

/*　　　続きを読むリンク　　　*/

.acms-entry .continueLink {
  margin: 0 20px 5px 0;
}

.acms-entry .continueLink a {
  padding: 5px 15px 5px 10px;
  background-color: #52beff;
  color: #ffffff;
  font-weight: bold;
}

.acms-entry .continueLink a:hover {
  background-color: #999999;
  text-decoration: none;
}

/*　　　エントリータグ　　　*/

.index .entryTag,
.acms-entry .entryTag {
  position: relative;
  margin: 20px 0 0 0;
  padding: 5px 20px 5px 90px;
  background-color: #f7efdb;
}

.index .entryTag dt,
.acms-entry .entryTag dt {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  _top: 0;
  _left: -90px;
  width: 70px;
  padding: 0 10px 0 0;
  background-color: #62605c;
  color: #ffffff;
  font-size: 13px;
  text-align: right;
  zoom: 1;
}

.index .entryTag dd,
.acms-entry .entryTag dd {
  display: inline;
  margin: 0;
  padding: 0 15px 0 0;
}

.index .entryTag a,
.acms-entry .entryTag a {
  padding: 2px 3px;
}

/*　　　エントリーフッター　　　*/

.acms-entry .entryFooter {
  margin: 0;
  padding: 10px 20px 0 0;
  text-align: left;
}

/* ------ エントリー内スタイル ------ */

/* 半角英数字折り返し対応 */

.acms-entry table th,
.acms-entry table td {
  word-break: break-all;
}

/* タイトル枠 */

.acms-entry .titleWrapper {
  padding: 15px;
}

.acms-entry .titleWrapper .acms-entry .titleWrapper p {
  margin-bottom: 0;
}

.acms-entry p {
  margin: 0 0 20px 10px;
  font-size: 16px;
  line-height: 1.8;
}

.acms-entry p em {
  font-style: normal;
  font-weight: bold;
  color: #9b6d10;
}

.acms-entry p strong {
  font-weight: bold;
  color: #9a6c0f;
  font-size: 18px;
  padding-bottom: 5px;
  background: url(../images/strong.png) repeat-x left bottom;
}

/* 添付ファイルアイコン */

.columnIcon {
  padding: 5px;
}

/* 添付ファイルのキャプション */

.caption {
  margin: 2px 0 5px !important;
  padding: 0 5px;
  color: #9b6d10;
  font-size: 14px !important;
  text-align: left;
  line-height: 1.4 !important;
}

.nocaption {
  margin-bottom: 10px;
}

/* 見出し */

.acms-entry h2 {
  margin: 0 20px 10px 0;
  font-size: 24px;
}

.acms-entry h3 {
  overflow: hidden;
  margin: 30px 10px 20px 10px;
  padding: 3px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 5px #e3d7ba;
  background-color: #de0016;
  letter-spacing: 2px;
  zoom: 1;
}

.acms-entry h4 {
  overflow: hidden;
  margin: 0 10px 20px 10px;
  padding: 0 10px 5px;
  background: url(../images/h4.png) repeat-x left bottom;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
  zoom: 1;
}

.acms-entry h5 {
  overflow: hidden;
  margin: 0 0 15px 10px;
  padding: 0 10px;
  border-left: solid 5px #de0016;
  font-size: 16px;
  zoom: 1;
}

.acms-entry blockquote p {
  font-size: 16px;
}

/* リスト */

.acms-entry ul {
  overflow: hidden;
  margin: 20px 0;
  padding: 0 0 0 20px;
  font-size: 16px;
  zoom: 1;
  list-style: none;
}

.acms-entry ul img {
  vertical-align: top;
}

.acms-entry ul li {
  margin: 0;
  padding: 5px 0 5px 18px;
  line-height: 1.6;
  background: url(../images/li.png) no-repeat 0px 10px;
}

.acms-entry ol {
  overflow: hidden;
  margin: 20px 0 15px;
  padding: 0 0 0 35px;
  font-size: 16px;
  zoom: 1;
}

.acms-entry ol li {
  margin: 0 0 0.8em;
  padding: 0;
  line-height: 1.6;
  list-style-type: decimal;
}

/* ソース */

.acms-entry .acms-pre {
  overflow: auto;
  clear: both;
  _width: 600px;
  margin: 20px 0 15px;
  padding: 10px;
  background: #f7efdb;
  color: #645a5a;
  font-size: 14px;
}

/* 引用 */

.acms-entry blockquote {
  clear: both;
  margin: 20px 0 15px 0;
  padding: 17px 20px;
  padding-top: 9px\9;
  *padding-top: 9px;
  _padding-top: 9px;
  background: #f7efdb;
  font-size: 14px;
}

/* テーブル */

.acms-entry table {
  margin: 20px 0 15px 0;
  padding: 0;
  border-collapse: collapse;
  font-size: 14px;
}

.acms-entry table caption {
  background: #f7efdb;
}

.acms-entry table tr {
  margin: 0;
  padding: 0;
}

.acms-entry table th {
  padding: 8px 12px;
  border: 1px solid #e4d8bb;
  background-color: #f7efdb;
  color: #322828;
  text-align: left;
  font-weight: bold;
}

.acms-entry table td {
  padding: 5px 10px;
  border: 1px solid #e4d8bb;
}

/* 定義型リスト */

.acms-entry dl {
  margin: 0 0 15px 20px;
  padding: 5px 0 0 20px;
  font-size: 16px;
  background: url(../images/dl.png) repeat-y left top;
}
.acms-entry dl dt {
}
.acms-entry dl dd {
  padding: 0 0 10px 0;
}

/* ---------------
　サブ
--------------- */

/* ■■■■■ サブエリア共通 　*/

.subModuleBox {
  margin: 0 0 20px 10px;
}

.subModuleBox h2 {
  margin: 0 0 5px;
  color: #322828;
  font-size: 14px;
  text-align: left;
}

.js-nav .subModuleBox h2,
.js-nav #linkList li {
  color: #ffffff;
}

/* ■■■■■ エントリーリスト #entryList 　*/

#entryList {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  border-top: solid 1px #645a5a; /* そのページを表示しているとき */
}

#entryList li {
  vertical-align: bottom;
  zoom: 1;
}

#entryList .stay {
  color: #de0016;
  background-color: #f6eeda;
}

#entryList a {
  display: block;
  padding: 8px 10px 8px 27px;
  color: #645a5a;
  border-bottom: dotted 1px #645a5a;
  vertical-align: bottom;
  zoom: 1;
  background: #fff url(../images/icon05.png) no-repeat 10px 13px;
}

#entryList a:hover {
  color: #de0016;
  text-decoration: none;
  background: #f6eeda url(../images/icon05.png) no-repeat 10px 13px;
}

/* ■■■■■ カテゴリーリスト #categoryList 　*/

#categoryList {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  border-top: solid 1px #645a5a; /* そのページを表示しているとき */
}

#categoryList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#categoryList li {
  vertical-align: bottom;
  zoom: 1;
}

#categoryList a {
  display: block;
  padding: 8px 10px 8px 2px;
  color: #645a5a;
  border-bottom: dotted 1px #645a5a;
  vertical-align: bottom;
  zoom: 1;
}

#categoryList a:hover {
  color: #de0016;
  background-color: #f6eeda;
  text-decoration: none;
}

#categoryList .stay {
  color: #de0016;
  background-color: #f6eeda;
}

#categoryList ul li ul li a {
  padding: 3px 10px 3px 40px;
}

/* ■■■■■ サマリー3/縮小版 #summaryMini 　*/

#summaryMini {
  margin: 0 0 20px 0;
  border-top: solid 1px #e4d8bb;
  border-bottom: solid 1px #ffffff;
}

#summaryMini .summaryMiniEntry a {
  display: block;
  margin: 0;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #e4d8bb;
}

#summaryMini .summaryMiniEntry a:hover {
  background: #ffffff;
  text-decoration: none;
}

#summaryMini .summaryMiniEntry .summaryMiniThumbnail {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
  background: #999999;
}

#summaryMini .summaryMiniEntry .summaryMiniTitle {
  display: block;
  float: left;
  width: 150px;
  margin: 8px 0 0;
}

/* ■■■■■ バナー #banner 　*/

#banner {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#banner li {
  zoom: 1;
  margin: 0 0 10px;
}

/* ■■■■■ リンクリスト #linkList 　*/

#linkList {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  border-top: solid 1px #645a5a; /* そのページを表示しているとき */
}

#linkList li {
  vertical-align: bottom;
  zoom: 1;
}

#linkList a {
  display: block;
  padding: 8px 10px 8px 2px;
  color: #645a5a;
  border-bottom: dotted 1px #645a5a;
  vertical-align: bottom;
  zoom: 1;
}

#linkList a:hover {
  color: #de0016;
  background-color: #f6eeda;
  text-decoration: none;
}

/* ---------------
　フッター
--------------- */

/* ■■■■■ 会社情報 #companyAbout 　*/

#companyAbout {
  position: inherit;
  margin: 0;
  padding: 0;
}

/*#companyAbout dt {
	margin: 10px 0;
	font-size: 20px;
	font-weight: bold;
}
*/

.footModuleBox {
  margin: 0 0 30px;
  padding: 10px 5px 20px;
  border: 1px #e3d7ba solid;
}

.footModuleBox h2 {
  margin: 0 10px 2px 10px;
  padding: 5px 0 5px;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px #e3d7ba solid;
}
.footModuleBox h2 a {
  color: #322828;
}
.footModuleBox h2 a:hover {
  text-decoration: none;
}
.footModuleBox h2 i {
  font-size: 1em;
  margin-left: 10px;
}

/* ■■■■■ フッターナビ # footNavi　*/

#footNavi {
  clear: both;
  display: block;
  list-style: none;
}

@media screen and (max-width: 479px) {
  #footNavi {
  }
}

#footNavi .footerLink li {
  float: left;
  padding: 0;
  margin-right: 20px;
  font-weight: bold;
}
#footNavi .footerLink li a {
  color: #645a5a;
}
#footNavi .footerLink li a:hover {
  color: #de0016;
}
#footNavi .footerLink li a i {
  margin: 0;
}

/* ■■■■■ 検索フォーム #search 　*/

#search {
  width: 220px;
  margin: -10px 0 0;
  padding: 5px;
  border: 1px #e3d7ba solid;
  border-radius: 5px;
  background: #ffffff;
}

#search input {
  border: none;
  box-shadow: none;
}

#search input.txt_area {
  width: 190px;
}

#footNavi #search {
}

@media screen and (max-width: 950px) {
  #footNavi ul {
    margin: 0;
    padding: 0;
    float: left;
  }

  #footNavi #search {
    width: 230px;
    margin: -20px 0 10px;
    padding: 0;
    float: right;
  }
}

@media screen and (max-width: 479px) {
  #footNavi #search {
    display: none;
  }
}

/* ■■■■■ ページの先頭へリンク #pageTop 　*/

#pageTop {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
}

#pageTop a {
  display: inline-block;
  padding: 12px 8px;
  border-radius: 5px;
  background: #de0016;
  color: #fff;
  -webkit-box-shadow: 0px 5px 0px #e3d7ba;
  -moz-box-shadow: 0px 5px 0px #e3d7ba;
}
#pageTop i {
  color: #fff;
  font-size: 26px;
}

/* ■■■■■ コピーライト #copyright 　*/

#copyright {
  display: block;
  padding: 10px 20px;
  background: #333;
  color: #ffffff;
  font-size: 11px;
  text-align: right;
}

#copyright p {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  font-size: 11px;
  text-align: right;
  zoom: 1;
}

#copyright img {
  vertical-align: middle;
}

#copyright a,
#copyright a:visited,
#copyright a:active {
  color: #fff;
}
#copyright a:hover {
  color: #ccc;
}

/* ---------------
　メールフォーム
--------------- */

.contactH2 {
  margin: 0 20px 10px 0;
  padding: 3px 10px 5px;
  border-bottom: solid 1px #999999;
  color: #322828;
  font-size: 16px;
}

.formBox {
  margin: 0 10px;
}

/* 電話番号　*/

#contactNo {
  margin: 5px 0 15px 20px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
}
#contactNo i {
}

/* フォームテーブル */

.ablogcmsForm {
  width: 100%;
  margin: 0 20px 20px 20px;
  border-collapse: collapse;
  border: none;
  border-top: 1px solid #e4d8bb;
}

.ablogcmsForm th {
  width: 180px;
  margin: 0;
  padding: 8px 10px;
  border: none;
  border-bottom: 1px solid #e4d8bb;
  background-color: #f7efdb;
  color: #322828;
  vertical-align: top;
  white-space: normal;
  word-break: break-word;
}

.acms-entry table.ablogcmsForm th,
.acms-entry table.ablogcmsForm td,
.ablogcmsForm td {
  margin: 0;
  padding: 5px 20px;
  border: none;
  border-bottom: 1px solid #e4d8bb;
  word-break: break-word;
}

.ablogcmsForm label {
  word-break: break-word;
}

.required {
  margin: 0 10px;
  padding: 1px 8px;
  border-radius: 3px;
  background-color: #c40f32;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  word-break: break-word;
}

.mailStep {
  padding: 0;
}

.formBtnBox {
  margin-bottom: 20px;
}

/* ステップ */

#mailStep {
  list-style: none;
  display: block;
  padding: 20px;
  margin: 0 0 20px 0;
  border-radius: 5px;
  background-color: #d9d9d9;
  font-size: 18px;
}

#mailStep li {
  float: left;
  margin: 0 25px 0 0;
  color: #999999;
}

#mailStep .current {
  color: #322828;
  font-weight: bold;
}

/* ---------------
　レスポンシブ対応
--------------- */

/* タブレット */

/* ---------------
　管理用スタイル
--------------- */

.comPost {
  margin: 0 0 10px 0 !important;
}

.formEntryAction {
  margin: 20px 0 !important;
}

.js-edit_inplace.align_hidden::before {
  margin-right: 20px;
}

.editLink {
  font-size: 12px;
  font-weight: normal;
}

#nav-open-btn,
.siteHeader {
  display: none;
}

/* ---------------
　ユニットグリッド
--------------- */

/* エントリー内要素　box-sizing対処法 */

.entry-container {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}

.acms-table-responsive {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}

/* グリッドシステム内のYoutubeの幅 */

.acms-entry [class*="acms-col-"] .column-youtube-auto {
  width: auto !important;
}

/* ---------------
　グリッドシステム
--------------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .acms-navbar a:link,
  .acms-navbar a:visited,
  .acms-navbar a:hover,
  .acms-navbar a:active,
  .acms-navbar #viewing {
    padding: 0 20px;
  }

  #siteName {
    font-size: 20px;
  }

  #headTelNo span {
    font-size: 18px;
  }

  #headWrapper .acms-col-8,
  #headWrapper .acms-col-4 {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  #headWrapper .acms-col-8 {
    width: 66.6667%;
  }

  #headWrapper .acms-col-4 {
    width: 33.3333%;
  }

  .summaryDefault .summaryDefaultEntry {
    width: 340px;
  }
}

@media screen and (max-width: 950px) {
  /* メインカラム */

  .acms-col-9.main {
    float: none;
    left: inherit;
    width: auto;
    margin: 0 auto;
  }

  /* サブ */

  .acms-col-3.sub {
    float: none;
    right: inherit;
    width: auto;
    max-width: 720px;
    margin: 0 auto;
  }

  .acms-col-3.sub .subModuleBox {
    float: left;
    width: 213px;
    margin: 0 10px;
  }

  .acms-col-3.sub .subModuleBox .photo {
    height: auto !important;
  }

  .acms-col-3.sub .subModuleBox img {
    left: inherit !important;
    top: inherit !important;
    width: 170px !important;
    height: auto;
  }

  /* ヘッダー */

  #headWrapper #siteName,
  #headWrapper #siteCaption {
    margin: 10px 0 0 10px;
  }

  /* フッター */

  #companyAbout {
    padding: 20px 10px;
  }

  #search {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  body {
    border-top: solid 5px #322828;
  }

  #siteTitle img {
    width: auto;
    height: auto;
  }

  #siteName {
    width: auto;
    font-size: 16px;
  }

  .acms-navbar {
    display: none;
  }

  #topicpath {
    padding: 5px 10px;
    border-radius: 0;
  }

  #categoryH1 {
    margin: 0 0 15px;
    padding: 15px 10px;
    border-radius: 0;
    font-size: 16px;
  }

  .bx-viewport,
  .bx-wrapper img {
    height: auto !important;
  }

  .mainModuleBox {
    border-radius: 0;
  }

  .headline .title {
    display: block;
  }

  .summaryDefault .summaryDefaultEntry {
    width: auto;
  }

  .summaryDefault .summaryDefaultEntry:nth-of-type(1),
  .summaryDefault .bl-hover:nth-of-type(1),
  .summaryDefault .summaryDefaultEntry:nth-of-type(2),
  .summaryDefault .bl-hover:nth-of-type(2),
  .summaryDefault .summaryDefaultEntry:nth-last-of-type(2),
  .summaryDefault .bl-hover:nth-last-of-type(2),
  .summaryDefault .summaryDefaultEntry:nth-last-of-type(1),
  .summaryDefault .bl-hover:nth-last-of-type(1) {
    border-radius: 0;
  }

  #summaryCustom .summaryCustomEntry {
    width: auto;
    margin-bottom: 10px;
  }

  #summaryCustom .summaryCustomEntry > div {
    width: auto;
  }

  .tableHistory th,
  .tableHistory td {
    display: block;
  }

  .tableHistory .photo {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .acms-entry .entryCategory {
    margin: 5px 0 0 10px;
  }

  .entryTitle,
  .acms-entry .entryTitle {
    margin: 0 10px;
    padding: 0;
    font-size: 20px;
  }

  .acms-entry .realestateCampaign img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .contactBox {
    padding: 15px 10px;
  }

  .acms-entry .contactH2 {
    margin-right: 0;
  }

  /* ステップ */

  #mailStep {
    border-radius: 0;
  }

  #mailStep li {
    float: none;
    margin: 0 0 10px 0;
  }

  .column-image-auto {
    width: auto !important;
  }

  .acms-table-responsive {
    overflow-x: scroll;
    overflow-y: scroll;
  }

  .acms-grid,
  .acms-grid-r {
    margin-right: 0;
    margin-left: 0;
  }

  .acms-grid-r .acms-push-1,
  .acms-grid-r .acms-push-2,
  .acms-grid-r .acms-push-3,
  .acms-grid-r .acms-push-4,
  .acms-grid-r .acms-push-5,
  .acms-grid-r .acms-push-6,
  .acms-grid-r .acms-push-7,
  .acms-grid-r .acms-push-8,
  .acms-grid-r .acms-push-9,
  .acms-grid-r .acms-push-10,
  .acms-grid-r .acms-push-11 {
    left: inherit;
  }

  .acms-grid-r .acms-pull-1,
  .acms-grid-r .acms-pull-2,
  .acms-grid-r .acms-pull-3,
  .acms-grid-r .acms-pull-4,
  .acms-grid-r .acms-pull-5,
  .acms-grid-r .acms-pull-6,
  .acms-grid-r .acms-pull-7,
  .acms-grid-r .acms-pull-8,
  .acms-grid-r .acms-pull-9,
  .acms-grid-r .acms-pull-10,
  .acms-grid-r .acms-pull-11 {
    right: inherit;
  }

  .acms-grid-r [class*="acms-col"] {
    padding-right: 0;
  }

  /* ナビゲーション */

  .acms-show-sp .acms-sidebar {
    display: block;
  }

  /* ヘッダー */

  #headWrapper {
    padding-top: 10px;
  }

  #headWrapper .acms-col-8 {
    margin-bottom: 0;
  }

  /* メイン */

  .acms-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .main {
    padding-left: 0;
  }

  #nav-open-btn,
  .siteHeader {
    display: block;
  }

  .nav-btn {
    position: absolute;
    top: 0;
    padding: 10px;
  }

  #adminBox,
  .mainModuleBox {
    margin-right: 0;
  }

  #siteCaption {
    width: auto;
  }

  .mainModuleBox h2 {
    margin: 0;
    padding: 10px;
  }

  /* モジュール */

  #headline,
  #summaryDefault {
    margin: 0;
    border-radius: 0;
  }

  #headline .title {
    display: block;
  }

  .acms-container .bx-wrapper .bx-viewport {
    border: none;
  }

  .summaryDefault .summaryDefaultEntry {
    float: none;
    width: auto;
  }

  .summaryDefault .summaryDefaultEntry .summaryTitle {
    margin-top: 0;
  }

  .acms-entry,
  #topicpath,
  #categoryH1,
  .acms-grid-r .acms-revison-admin,
  .acms-entry p,
  .acms-entry table {
    margin-right: 0;
  }

  #search {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-bottom: 0;
  }

  #footer {
    padding: 0 10px;
  }

  #footer .acms-col-6 {
    margin-bottom: 0;
  }

  #pageTop {
    text-align: right;
  }

  #pageTop a {
    display: inline;
    position: inherit;
    right: inherit;
    bottom: inherit;
  }

  #copyright p {
    width: auto;
    font-size: 11px;
  }

  .main .mapWrapper {
    padding: 10px;
  }

  #realestateMap .js-s2d-ready,
  #realestateMap .column-map- {
    width: 230px !important;
    height: 230px !important;
  }

  #realestateMap img.column-map- {
    width: 280px !important;
    height: auto !important;
  }

  .acms-entry#realestateSearch {
    border: none;
  }

  .acms-entry.ablogcmsForm {
    width: auto;
    border: none;
  }

  #realestateSearch th,
  #realestateSearch td,
  .ablogcmsForm th,
  .ablogcmsForm td {
    display: block;
    width: auto;
    padding: 0;
    border: none;
  }

  #realestateSearch td,
  .ablogcmsForm td {
    padding-bottom: 10px;
  }

  .ablogcmsForm td {
    padding: 10px 0 15px;
  }

  .siteHeaderWrapper {
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #ffffff;
    z-index: 500;
  }

  .siteHeader {
    position: relative;
  }

  .siteHeader #nav-open-btn {
    display: inline;
  }

  .siteHeader .headTel,
  .siteHeader .headFaq,
  .siteHeader .headAccess {
    position: absolute;
    top: 0;
    font-size: 18px;
    color: #322828;
    line-height: 1;
  }

  .siteHeader .headTel {
    right: 120px;
    top: 10px;
  }

  .siteHeader .headFaq {
    right: 70px;
    top: 10px;
  }

  .siteHeader .headAccess {
    right: 20px;
    top: 10px;
  }

  #siteName img {
    vertical-align: middle;
  }

  #siteName,
  #siteCaption {
    padding: 0;
  }

  .acms-sidebar ul {
    list-style: none;
    padding-left: 0;
  }

  .acms-sidebar ul ul {
    display: none;
  }

  .acms-sidebar li {
    border-bottom: solid 1px #645a5a;
  }

  .acms-sidebar a {
    display: block;
    padding: 10px 15px;
    /*	color: #ffffff;*/
  }

  .acms-sidebar li.stay,
  .acms-sidebar a:hover {
    background-color: #ffe9e9;
    text-decoration: none;
  }

  #nav a {
  }

  /*#nav .subTitle {
	padding: 5px;
	background-color: #444444;
	color: #ffffff;
	font-size: 11px;
}
*/
  .subModuleBox {
    padding: 10px;
  }

  .subModuleBox h2 {
    text-align: left;
  }

  .subModuleBox .photo {
    width: auto !important;
    height: auto !important;
  }

  .subModuleBox .photo img {
    left: inherit !important;
    top: inherit !important;
  }

  .subModuleBox p {
    margin-top: 0;
  }

  .subModuleBox img {
    width: 100% !important;
    height: auto !important;
  }

  #linkList li a:hover {
    background-color: transparent;
    text-decoration: underline;
  }

  .entryListBox {
    margin: 0;
    padding: 0;
  }

  .entryListBox #entryList {
    border: none;
  }

  .entryListBox #entryList a {
    border-top: none;
    border-bottom: 1px solid #645a5a;
  }

  .entryListBox #entryList a:hover {
    background-color: #555555;
    text-decoration: none;
  }

  .categoryListBox {
    padding: 0;
  }

  #categoryList li {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #645a5a;
    border-radius: 0;
    background-color: transparent;
  }

  #categoryList li a {
    padding: 10px 15px;
    color: #ffffff;
  }

  #categoryList li a:hover {
    border-radius: 0;
    background-color: #555555;
  }

  .acms-btn-action-group th,
  .acms-btn-action-group td {
    display: block;
    width: 100%;
  }

  .acms-form .ablogcmsForm input.acms-form-width-medium,
  .acms-form .ablogcmsForm .acms-form-width-medium {
    width: 100%;
  }

  .entryColumn {
    padding: 20px 0px;
  }

  .entryCategory {
    margin-left: 10px;
  }

  .acms-col-3.sub .subModuleBox {
    float: none;
    margin: 0;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .column-image-left {
    float: none;
  }

  .inlineList li img {
    width: 40% !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

/* ▼ミズノが追加したスタイル */

/* 明朝体 */
.textSerif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Times New Roman",
    "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .textSerif {
    font-size: 16px;
    margin: 10px;
  }
  .textSerif br {
    display: none;
  }
}

/* ユニット用強調テキスト */
p.center {
  text-align: center;
}
p.red strong {
  color: #de0016;
  background: none;
}
p.line {
  border-top: 1px dashed #de0016;
  border-bottom: 1px dashed #de0016;
  padding: 8px 0;
}

/* ユニット用　背景色 */
.bg_strong {
  border: 1px solid #e4d8bb;
  background: #f7efdb;
  padding: 5px 0;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.bg_weak {
  border: 1px solid #f3eeee;
  background: #f6f3f3;
  font-size: 14px !important;
  color: #645a5a !important;
  padding: 5px 0;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* ボタンSS */
/*.buttonSS {
	margin: 0 5px;
	padding: 0;
	display: inline-block;
	border-radius: 5px;
	background-color: #E3D7BA;
	border-bottom: 5px #E3D7BA solid;
}
.buttonSS a{
	position: relative;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background: #4f3b3b;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 7px;
	border-radius: 5px;
	color: #FFFFFF !important;
}
.buttonSS a i {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 2px 0 0;
}
.buttonSS a:hover {
}
.buttonSS a:active {
}
*/

.buttonSS {
  margin-left: 15px;
}
.buttonSS a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  background: #4f3b3b;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  padding: 0px 10px 0px 10px;
  border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 4px 0px #e3d7ba;
  box-shadow: 0px 4px 0px #e3d7ba;
  text-shadow: -1px -1px 0px #322828;
}
.buttonSS a i {
  font-size: 16px;
  padding: 0 2px 0 0;
  color: #ffffff;
}
.buttonSS a:hover {
  top: 1px;
  box-shadow: 0px 3px 0px #e3d7ba;
  box-shadow: 0px 3px 0px #e3d7ba;
}
.buttonSS a:active {
  background: #645a5a;
  top: 2px;
  box-shadow: 0px 2px 0px #e3d7ba;
  box-shadow: 0px 2px 0px #e3d7ba;
}

/* ボタンS */
.buttonS {
}
.buttonS a {
  position: relative;
  margin: 1em auto;
  padding: 10px 2em;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
}
.buttonS a:hover {
  color: #de0016;
  border: 1px solid #de0016;
}

/* ボタンM */
.buttonM {
}
.buttonM a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  background: #4f3b3b;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  padding: 6px 24px 6px 12px;
  border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 5px 0px #e3d7ba;
  box-shadow: 0px 5px 0px #e3d7ba;
  text-shadow: -1px -1px 0px #322828;
}
.buttonM a i {
  font-size: 18px;
  padding: 0 5px 0 0;
  color: #ffffff;
}
.buttonM a:hover {
  top: 1px;
  box-shadow: 0px 4px 0px #e3d7ba;
  box-shadow: 0px 4px 0px #e3d7ba;
}
.buttonM a:active {
  background: #645a5a;
  top: 2px;
  box-shadow: 0px 3px 0px #e3d7ba;
  box-shadow: 0px 3px 0px #e3d7ba;
}

/* ボタンL */
.buttonL {
  display: inline-block;
}
.buttonL a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
  background: #4f3b3b;
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0 10px 30px 10px;
  padding: 30px 0;
  border-radius: 10px;
  box-shadow: 0px 5px 0px #e3d7ba;
  text-shadow: -1px -1px 0px #322828;
}
.buttonL i {
  font-size: 46px;
  color: #ffffff;
}
.buttonL a:hover {
  top: 1px;
  box-shadow: 0px 4px 0px #e3d7ba;
  box-shadow: 0px 4px 0px #e3d7ba;
}
.buttonL a:active {
  background: #645a5a;
  top: 2px;
  box-shadow: 0px 3px 0px #e3d7ba;
  box-shadow: 0px 3px 0px #e3d7ba;
}

.entryBottomNavi {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #645a5a solid;
}
.entryBottomNavi ul {
  overflow: hidden;
  /*	margin-right: -20px;*/
}
.entryBottomNavi li {
  list-style: none;
}
.entryBottomNavi li span {
  border: 2px solid #a99595;
  display: inline-block;
  width: 216px;
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 10px;
  padding: 8px 0 6px 0;
  text-indent: 20px;
  background-color: #ffffff;
  color: #a99595;
}

.entryBottomNavi li a {
  border: 2px solid #de0016;
  display: inline-block;
  width: 216px;
  float: left;
  margin: 0 20px 10px 0;
  border-radius: 10px;
  padding: 8px 0 6px 0;
  text-indent: 10px;
  background-color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 479px) {
  .entryBottomNavi li a {
    width: 40%;
    margin: 0 10px 10px;
    padding: 8px 10px 6px 0;
  }
}

.entryBottomNavi li a:hover {
  background-color: #f6eeda;
  text-decoration: none;
}
.entryBottomNavi li a.stay {
  border: 2px solid #f2eded;
  color: #a99595 !important;
}
.entryBottomNavi li a.stay i {
  color: #a99595 !important;
}
.entryBottomNavi li a:visited {
  color: #de0016;
}

/* ボタン横並び */
.buttonList {
  list-style: none;
  border-radius: 5px;
}

@media screen and (max-width: 479px) {
  .buttonList li.buttonL {
    max-width: inherit;
    width: 47%;
    margin: 0 1% 6%;
  }
  .buttonList li.buttonL a {
    font-size: 12px !important;
  }
}

#socialBtn {
  padding-top: 30px;
  margin-left: 5px;
  text-align: left;
  overflow: hidden;
  line-height: 1;
}

#socialBtn div {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

/* 2020/03/26 実験的に水野が追加*/
.acms-entry p {
  padding-right: 10px;
  padding-left: 10px;
}

/* 2020/10/30 水野が追加 オカビズとは？ページ*/
.about_title_box {
  padding: 60px 0 20px 0;
}
.about_title_box p {
  text-align: center;
  font-weight: bold;
  color: #9b6d10;
  letter-spacing: 2px;
}
.about_title_box h3 {
  letter-spacing: 1px;
  text-align: center;
  color: #ed1c24;
  background-color: #fff;
  margin-top: 15px;
  box-shadow: none;
}

/* 2022/04/26 水野が追加 ストーリーページ*/
.index_story {
}
.index_story .text01 {
  text-align: center;
  font-size: 16px;
  margin: 0 10px 30px 10px;
  padding: 10px;
  border: 1px solid #999;
}
.entry_story {
}
.entry_story .entryColumn p {
  line-height: 2;
  padding: 20px 0;
}
.entry_story .entryColumn h4 {
  padding-top: 30px;
  letter-spacing: 2px;
}
.entry_story .entryColumn h5 {
  margin-top: 50px;
}

/* ▼▼▼スマホ用 折りたたみメニュー */
.headerLogo {
  display: table-cell;
  width: 40%;
  padding: 0;
}

.headerNav {
  display: table-cell;
  width: 60%;
}

.navbar {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.navbar > ul {
  float: right;
  list-style: none;
  padding: 0;
}

.navbar li {
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 20px 0 10px;
  padding-left: 10px;
  background-image: url("../image/sankaku.png");
  background-repeat: no-repeat;
  background-position: 0 46%;
}
.navbar li.navbarBtn {
  background-image: none;
}

@media screen and (max-width: 9999px) {
  /* メニューバー */
  #sp_menu {
    padding-top: 66px; /* メニューバーの高さ 1/2 */
  }

  #sp_menu_head {
    display: table;
    width: 100%;
    height: 66px; /* メニューバーの高さ 2/2 */
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    background: #000;
  }

  #sp_menu .siteTitleImage {
    max-height: 50px;
    margin-top: 5px;
  }

  #sp_menu_head .left,
  #sp_menu_head .right {
    display: table-cell;
  }

  #sp_menu_head .left {
    vertical-align: middle;
  }

  #sp_menu .siteName {
    margin: 0;
    padding: 2px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
  }

  #sp_menu .siteName a,
  #sp_menu .siteName a:hover,
  #sp_menu .siteName a:focus,
  #sp_menu .siteName a:active,
  #sp_menu .siteName a:visited {
    color: #fff;
  }

  #sp_menu_head .right {
    white-space: nowrap;
    vertical-align: top;
  }

  /* アイコン */
  .navMenuActionItem {
    display: table-cell;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    line-height: 1;
  }
  .navMenuActionLink,
  .navMenuActionLink:hover,
  .navMenuActionLink:active,
  .navMenuActionLink:visited,
  .navMenuActionLink:focus {
    color: #fff;
  }

  /* メニューボタン */
  #sp_menu_open {
    width: 60px;
  }

  /* メニュー本体 */
  #sp_menu_body {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #000;
    border-bottom: 2px solid #999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  }

  #sp_menu_box {
    box-sizing: border-box;
    display: none;
    margin: 0;
    padding: 5px;
    width: 100%;
    text-align: center;
  }

  #sp_menu_box a {
    display: block;
  }

  .grobal1col ul,
  .grobal2col ul,
  ul.sub2col {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    list-style: none;
  }

  #sp_menu_box .btn2col:after,
  .grobal2col ul:after,
  ul.sub2col:after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    float: none;
  }

  .grobal1col ul li,
  .grobal2col ul li,
  ul.sub2col li {
    box-sizing: border-box;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .grobal1col ul li {
    width: 100%;
  }

  .grobal2col ul li,
  ul.sub2col li {
    width: 50%;
  }

  .grobal1col ul li a,
  .grobal2col ul li a,
  ul.sub2col li a {
    position: relative;
    margin: 0;
    padding: 0.75em 1.5em 0.75em 1em;
    color: #333;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    line-height: 1;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
  }

  ul.sub2col li a {
    font-size: 14px;
    background: #f0f0f0;
  }

  .grobal1col ul li a:hover,
  .grobal2col ul li a:hover,
  ul.sub2col li a:hover {
    background: #e8e8e8;
  }

  .grobal1col ul li a:after,
  .grobal2col ul li a:after,
  ul.sub2col li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 1em;
    right: 0.75em;
    width: 6px;
    height: 6px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .grobal1col ul li.open > a:after,
  .grobal2col ul li.open > a:after {
    display: block;
    content: "";
    position: absolute;
    top: 1em;
    right: 0.75em;
    width: 6px;
    height: 6px;
    border-right: none;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #sp_menu_box .btn1col {
    box-sizing: border-box;
    margin: 0 0 5px 0;
    padding: 0 5px;
    width: 100%;
  }

  #sp_menu_box .btn2col {
    box-sizing: border-box;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    background: none;
  }

  #sp_menu_box .btn2col li {
    box-sizing: border-box;
    display: block;
    float: left;
    overflow: hidden;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 5px;
  }

  /* スマホ用のメニューボタン　スタイル */
  .navMenuAction li {
    list-style-type: none;
    text-align: center;
  }
  #sp_menu_open {
    /*width: 46px; //メニューボタンの横幅　別スタイル用 */
  }
  #sp_menu_head {
    background: #f4a900; /* ヘッダーの色 */
  }
  .menuBtnIcon {
    background: #783d1c;
    width: 46px;
    height: 46px;
    display: inline-block;
    padding: 10px;
  }
  a.menuBtnIcon,
  a:visited.menuBtnIcon,
  a:hover.menuBtnIcon {
    color: #e10000;
    text-decoration: none;
  }
  .menuBtnIcon {
    font-size: 12px;
  }
  .menuBtnIcon i {
    display: block;
    font-size: 26px;
    margin-bottom: 6px;
  }
}
/* ▲▲▲スマホ用 折りたたみメニュー */

/* レスポンシブ
---------------------------------------- */

/* タブレット */
@media screen and (max-width: 1130px) {
  #sp_menu_head {
    background: #fff;
  }

  .globalnavi ul {
    width: 100%;
    text-align: center;
  }

  .globalnavi li.m01 {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .foot_navi ul {
    margin: 0 auto;
    padding: 0 6px;
    font-size: 0;
    list-style: none;
    display: table;
  }

  .foot_navi li {
    display: table-cell;
    margin: 0 20px 0 0;
    padding: 5px 6px;
    width: 33.3%;
  }

  .foot_sitemap_wrap {
    display: table;
    width: 100%;
    margin-top: 15px;
  }

  .foot_sitemap {
    width: 33.3%;
    display: table-cell;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  #headWrapper {
    padding: 0;
  }

  /* メニュー */
  #sp_menu_head {
    background: #fff;
  }

  #sp_menu .siteName img {
    margin: 7px 0 0 0;
    max-height: 40px;
    width: auto;
  }

  #sp_menu_body {
    background: #e10000;
  }

  .menuBtnIcon {
    background: #fff;
  }

  .sp_menu-btn,
  a:hover.sp_menu-btn {
    background-color: #000;
    border: 1px solid #754c24;
    color: #fff;
  }

  #sp_menu_box .sp_menu-btn {
    color: #fff;
  }
  /* 電話メニュー */
  .sp_menu_telbtn {
    width: 80%;
    margin: 10px auto;
  }
  .sp_menu_telbtn_link {
    font-size: 25px;
    margin: 10px 0;
    color: #fff;
  }
  .sp_menu_telbtn_time {
    font-size: 18px;
    margin: 0;
  }
  .sp_menu_telbtn_link:visited {
    color: #fff;
  }
  .sp_menu_shop_banner {
    margin: 10px 0 0 0;
  }

  .navMenuAction li {
    list-style-type: none;
    text-align: left;
  }

  .navMenuAction li a {
    text-align: center;
  }
}

.news_headline {
  float: inherit;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  border-left: none;
}

.news_headline li {
  padding: 3px 0;
  font-size: 14px;
  border-top: 1px solid #ccc;
}

.news_head {
  float: inherit;
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: bold;
}

.top_about_box {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  /* background: url(/themes/2022@okabiz/images/top_about_bg.jpg) top center no-repeat; */
  background-size: contain;
  text-align: center;
}

.top_about_box .inner_wrap {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #fff;
}

.btn {
  display: inline-block;
  margin: 0.5em 1em;
  padding: 0.2em 2em;
  min-width: 200px;
  color: #e10000;
  font-size: 14px;
  text-align: center;
  border: 1px solid #e10000;
  border-radius: 1.5em;
}

.top_mainimg_box .pickup {
  text-align: center;
  margin: 0 auto;
  padding: 280px 0 30px 0;
}

h2.headline22 {
  position: relative;
  margin: 0 10px 50px 10px !important;
  padding: 5px 20px !important;
  font-size: 18px;
  text-align: center;
  color: #e10000;
  border-radius: 5px;
}

section.tabbox .tabLabel {
  margin-right: 3px;
  padding: 5px 1em;
  flex: 1;
  order: -1;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.headline {
  font-size: 15px;
  line-height: 1.2;
}

.top_support_box_list {
  padding: 5px 10px;
  width: 90%;
  text-align: center;
  background: #fff;
  margin: 0 auto;
}

.inlineList li {
  margin: 0;
  padding: 5px 5px;
  width: calc(50% - 20px);
  list-style: none;
  display: inline-block;
}

.top_support_box_list .inlineList li img {
  width: 100% !important;
}

.foot_yoyaku_btn a {
  margin: 20px auto;
  padding: 0.5em 1em;
  width: 60%;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-align: center;
  border: 2px #b3b3b3 solid;
}

.foot_box_top .foot_tel {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  padding: 0;
}

.foot_box_top .foot_tel .fax {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  padding: 0;
}

.foot_box_top .hr100 {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.foot_box_top .hr_right {
  border-right: none;
  margin: 0 0 20px 0;
}

/* case-study */
.casestudy_menu {
  margin: .5em 0 5em 0;
  border-bottom: 1px solid #efefef;
}
.casestudy_menu h3 {
  margin: 0;
  padding: 0.5em 1em 0 0.5em;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #efefef;
}
.casestudy_menu ul {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin: 0 1em .5em 1em;
  padding: 0;
}
.casestudy_menu li {
	margin: 5px 0.25em 3.5px;
	padding: .25em 0;
}

.casestudy_menu li a {
	color: #e10000;
  margin: 0;
  padding: 0.25em 1em;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #e10000;
  border-radius: 2em;
  	background: #fff;
}
.casestudy_menu li a:hover {
	color: #fff;
  	background: #e10000;
}

#casestudy_box .casestudy_item:hover {
  opacity: 0.8;
}

#casestudy_box .cs_company {
  margin: 0;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 15px;
  background: #e10000;
}

#casestudy_box .cs_soudan {
  margin: 0 0 2em 0;
  padding: 5px;
  color: #e10000;
  font-size: 14px;
  font-weight: bold;
}

#casestudy_box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}



.casestudy_entry h4 {
	color: #e10000;
}







