@charset "UTF-8";
/*
* Theme Name: テンプレート01_05
* Author: Iscream Design
* Version: 1.5
* Description:
*/
a[data-href="#"] {
	border: solid red 5px;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href*="."] {
	border: solid red 5px;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href="#"]:hover:before {
	content: "リンクが設定されていない可能性があります。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a[data-href*="."]:hover:before {
	content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tel a[data-href]:hover:before {
	content: "電話番号のリンクは自動的に設定されるので、リンク設定不要です。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
	content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: absolute;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
	width: 100%;
}

[data-collection-list-content]:hover:before {
	content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: absolute;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
	width: 100%;
}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0px;
  padding: 0;
  border-bottom: #DDDDDD 1px solid;
}
hr.dot {
  border-bottom: #DDDDDD 1px dashed;
}
hr.blue {
  border-bottom: #164fc3 2px solid;
}
input, select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}
strong {
  font-weight: bold;
}
body {
  position: relative;
  font-family: YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #333333;
  min-width: 1054px;
  background: #FFFFFF;
}
a {
  color: #f8a131;
  text-decoration: underline;
}
a:hover {
  color: #f8a131;
  text-decoration: none;
}
.fade, .fade a {
  text-decoration: none;
}
.container {
  width: 1054px;
}
.container02 {
  width: 1005;
}
.fade:hover {
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  body {
    min-width: 0px;
    background: none;
  }
  .container, .container02 {
    width: 100%;
  }
}
/************************************ header_01　左ロゴ・下メニュー*/
.header_01 h1 {
  padding: 0;
}
.header_logo {
  padding: 0;
  margin: 15px 0 0;
}
.header_01 .rob {
  margin-top: 20px;
}
.header_contact {
  text-align: right;
}
.header_contact li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header_contact li:last-child {
  margin-right: 0;
}
.header_contact dt, .header_contact dd {
  display: inline-block;
  vertical-align: top;
  padding: 3px 0;
}
.header_contact dt {
  width: 5.5em;
  margin-right: 1em;
  text-align: center;
  background: #f2eee8;
}
@media only screen and (max-width: 800px) {
  .header_logo {
    margin: 8px 0 8px 0;
    padding-top: 0;
  }
  .header_logo img {
    max-height: 31px;
  }
  .header_01 .rob {
    margin-top: 0;
  }
  .header_contact {
    text-align: center;
  }
  .header_contact dl {
    margin: 0;
  }
  .header_contact li {
    display: block;
    margin-left: 0;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .header_contact li:first-child {
    margin-right: 0;
  }
  .header_contact dt {
    width: 5em;
    margin-bottom: 5px;
  }
  .header_contact dd {
    width: auto;
  }
}
/*グローバルメニュー*/
.gNavi > ul {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 0;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.gNavi > ul > li {
  display: inline-block;
  text-align: center;
  position: relative;
}
.gNavi > ul > li::after {
  content: "";
  background: #5278c6;
  width: 1px;
  height: 40px;
  position: absolute;
  top: -9px;
  right: -40px;
}
.gNavi > ul > li:last-child::after {
  display: none;
}
.gNavi > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 0 0 25px 0;
  color: #FFFFFF;
}
.gNavi > ul > li > a:hover {
  color: #f8a131;
}
/* ドロップダウンメニュー */
.gNavi .dd {
  position: relative;
  z-index: 999999;
}
[data-element-id] .gNavi .dd ul{
  display: block;
  position: relative;
}
.gNavi .dd ul {
  position: absolute;
  display: none;
  background: rgba(224, 147, 49, 0.9);
  padding-bottom: 10px;
  left: 50%;
  text-align: left;
  transform: translateX(-50%);
  padding: 20px 20px 20px 60px;
}
.gNavi .dd:nth-child(2) ul {
  width: 315px;
}
.gNavi .dd:nth-child(5) ul {
  width: 210px;
}
.gNavi .dd ul li {
  font-size: 16px;
  line-height: 1em;
  text-align: left;
  padding: 0 0;
  padding-left: 15px;
  background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/shared/ico_arrow.png) no-repeat left 0.7em;
}
.gNavi .dd ul li a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  padding: 10px;
}
.gNavi .dd ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 800px) {
  /* ハンバーガーメニュー */
  .humberger {
    background: #164fc3;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 10000;
  }
  .humberger span {
    background: #fff;
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .humberger span:nth-of-type(1) {
    top: 15px;
  }
  .humberger span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .humberger span:nth-of-type(3) {
    bottom: 15px;
  }
  .is-open .humberger span:nth-of-type(1) {
    transform: translate(-50%, 9px) rotate(-45deg);
  }
  .is-open .humberger span:nth-of-type(2) {
    opacity: 0;
  }
  .is-open .humberger span:nth-of-type(3) {
    transform: translate(-50%, -9px) rotate(45deg);
  }
  .overlay {
    background: transparent;
    position: fixed;
    pointer-events: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    transition: 0.2s;
  }
  .is-open .overlay {
    background: rgba(0, 0, 0, 0.7);
    pointer-events: auto;
  }
  /* ナビ本体 */
  .sp-navi {
    -webkit-text-size-adjust: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .sp-navi.is-open .sp-navi-inner {
    transform: translate3d(0, 0, 0);
  }
  .sp-navi .sp-navi-inner {
    background: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 50px 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    transform: translate3d(100%, 0, 0);
    z-index: 10;
  }
  .sp-navi .sp-navi-inner .navi-main {
    margin: 0 0 30px;
  }
  .sp-navi .sp-navi-inner .navi-main > li {
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .sp-navi .sp-navi-inner .navi-main img {
    margin-bottom: 5px;
    margin-right: 10px;
  }
  .sp-navi .sp-navi-inner .navi-main > li:before {
    background: #164fc3;
    content: "";
    height: 3px;
    width: 8px;
    position: absolute;
    left: 10px;
    top: 23px;
  }
  .sp-navi .sp-navi-inner .navi-main > li:first-child {
    border-top: 1px solid #ddd;
  }
  .sp-navi .sp-navi-inner .navi-main > li > a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.5px;
    padding: 15px 10px 15px 30px;
    overflow: hidden;
    line-height: 1.3em;
    text-decoration: none;
    color: #333;
  }
  .sp-navi .sp-navi-inner .navi-main > li > ul > li {
    border-top: 1px dashed #ddd;
    width: 100%;
  }
  .sp-navi .sp-navi-inner .navi-main > li > ul > li > a {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    padding: 10px 10px 10px 50px;
    position: relative;
    text-decoration: none;
    color: #333;
  }
  .sp-navi .sp-navi-inner .navi-main > li > ul > li > a:before {
    background: #164fc3;
    content: "";
    height: 1px;
    width: 10px;
    position: absolute;
    left: 26px;
    top: 19px;
  }
  .sp-navi .sp-navi-inner .navi-other {
    padding: 0 15px;
  }
  .sp-navi-inner .navi-main img {
    padding-left: 9px;
  }

  .sp_contact {
    padding: 15px;
  }
  .sp_contact .tel {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .sp_contact .time {
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
  }
}
/************************************ コンテンツ*/
.contents {
  float: left;
  width: 730px;
}
@media only screen and (max-width: 800px) {
  .contents {
    float: none;
    width: auto;
  }
}
/************************************ タイトル*/
.heading {
  padding-top: 0px;
  margin-top: -0px;
}
.pagettl {
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "FP-HiraKakuStdN-W7", sans-serif !important;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/bg03.jpg);
  padding: 80px 0;
  margin-bottom: 30px;
}
.heading_img {
  text-align: center;
  margin-bottom: 40px;
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "FP-HiraKakuStdN-W7", sans-serif !important;
  font-size: 28px;
  line-height: 1.4;
  color: #333333;
  background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/shared/h3.png) no-repeat bottom center;
  padding-bottom: 20px;
}
.heading_btmline, .postdata h4 {
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 25px;
  line-height: 1.6;
  color: #484435;
  margin-bottom: 25px;
  border-bottom: solid 1px #c0c0bd;
  padding-bottom: 10px;
  position: relative;
}
.heading_btmline::before, .postdata h4::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  border-bottom: solid 1px #164fc3;
  bottom: -1px;
  width: 50px;
}
.heading_leftcircle, .postdata h5 {
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "FP-HiraKakuStdN-W7", sans-serif !important;
  font-size: 16px;
  ine-height: 1.4;
  margin-bottom: 5px;
  padding: 5px 20px;
  ;
  color: #FFFFFF;
  background: #f8a131;
  border-radius: 5px;
}
.heading_leftcircle02 {
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "FP-HiraKakuStdN-W7", sans-serif !important;
  font-size: 18px;
  ine-height: 1.4;
  margin-bottom: 5px;
  position: relative;
}
.heading_leftcircle02::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 1em;
  background: #164fc3;
  left: 0;
  top: 0.6em;
}
.message-txt {
  color: #164fc3;
  font-size: 23px;
  line-height: 1.8;
  font-family: "FP-ヒラギノUD角ゴF StdN W5";
}
@media only screen and (max-width: 800px) {
  .heading {
    padding-top: 0px;
    margin-top: 0px;
  }
  .pagettl {
    font-size: 24px;
    padding: 40px 15px;
  }
  .heading_img {
    margin-bottom: 20px;
    font-size: 23px;
  }
  .heading_btmline, .postdata h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .heading_leftcircle, .postdata h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/************************************ サイドバー*/
.rNavi {
  float: right;
  width: 240px;
}
.side_sec01 {
  border: 1px solid #dddddd;
  padding: 10px 15px;
}
.side_ttl {
  border-bottom: #ddd 1px solid;
  padding: 0 10px;
}
.side_sec01 li {
  padding: 5px 0;
}
.side_sec01 li:last-child {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: none;
}
.side_sec01 li a {
  color: #331401;
  text-decoration: none;
}
.side_sec01 li a:hover {
  text-decoration: underline;
}
.side_sec02 {
  padding: 10px 20px;
  border-top: #164fc3 solid 3px;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  border-left: #ddd solid 1px;
}
.side_sec02 dt, .side_sec02 dd {
  display: inline-block;
  vertical-align: top;
}
.side_sec02 dt {
  width: 5em;
  padding: 4px;
  margin-right: 1em;
}
.side_sec03 .side_ttl {
  background: #532a18;
  padding: 15px
}
.side_sec03 .side_list {
  padding: 0 10px;
}
.side_sec03 .side_list li {
  border-bottom: dotted 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  .rNavi {
    float: none;
    width: auto;
    max-width: 232px;
    margin: auto;
  }
}
/************************************ フッター */
/************************************ footer_01 */
.footer_01 {
}
.footer_contact dt, .footer_contact dd {
  display: inline-block;
  vertical-align: middle;
}
.footer_contact dt {
  width: 5.5em;
  margin-right: 1em;
  text-align: left;
}
.footer_contact p {
  display: inline-block;
}
.footer_nav li {
  display: inline-block;
}
.footer_nav li::after {
  content: " ｜ "
}
.footer_nav li a {
  text-decoration: none;
  color: #333;
}
.footer_nav li a:hover {
  text-decoration: underline;
}
.pagetop_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 999;
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .pagetop_btn {
    width: 50px;
  }
}
.fixed_bnr {
  display: block;
  position: fixed;
  left: 10px;
  /* top: 50vh; */
  top: 50%;
  z-index: 999;
}
.fixed_bnr .pos-ab {
  position: absolute;
  top: -10px;
  right: -5px;
}
/*fixed_menu*/
.fixed-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.fixed-menu .sp {
  display: flex;
  background: #fbf9f4;
}
.fixed-menu .sp li {
  display: flex;
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  padding: 15px 0;
}
.fixed-menu .sp li p {
  color: #502b10;
}
.fixed-menu .sp li:last-child {
  border-right: none;
  background: #164fc3;
}
.fixed-menu .sp li figure {
  width: 15px;
  margin: 0 auto;
}
.fixed-menu .sp li a {
  text-decoration: none;
  color: #502b10;
  font-size: 1.7vw;
  font-family: "FP-ヒラギノ明朝 ProN W6", "FP-HiraMinProN-W6", sans-serif !important;
  width: 100%;
  line-height: 2em;
}
.fixed-menu .sp li:last-child p {
  color: #FFFFFF;
}
@media only screen and (max-width: 800px) {
  body > .pos-rel:first-child {
    padding-bottom: 70px;
  }
}
/************************************テーブル (01_04 追加)*/
.table-bordered {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}
.table-bordered th, .table-bordered td {
  border-bottom: solid 1px #DDDDDD;
  padding: 10px 15px;
  vertical-align: middle;
}
.table-bordered th {
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: left;
}
.table-bordered .back-green02 {
  color: #007b43;
}
.table-bordered02 {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}
.table-bordered02 th, .table-bordered02 td {
  padding: 20px 15px;
  vertical-align: middle;
  background: #f5f8ff;
  border-bottom: #FFFFFF solid 20px;
}
.table-bordered02 th {
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  background-color: #164fc3;
  color: #FFFFFF;
}
.table-bordered02 td {
  padding: 20px 30px;
}
.table-bordered03 {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}
.table-bordered03 th, .table-bordered03 td {
  padding: 20px 10px;
  vertical-align: middle;
  background: #f5f8ff;
  border-bottom: #FFFFFF solid 20px;
}
.table-bordered03 th {
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  background-color: #164fc3;
  color: #FFFFFF;
}
.table-bordered03 td {
  width: 29%;
}
.th20 th {
  width: 20%;
}
.th30 th {
  width: 30%;
}
.th40 th {
  width: 40%;
}
.th50 th {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .table-bordered tr {
    border-bottom: #c8ae8b dotted 1px;
  }
  .table-bordered02 tr {
    border-bottom: #c8ae8b dotted 1px;
  }
}
/************************************テーブルレスポンシブ仕様 (01_04 追加)*/
@media only screen and (max-width: 800px) {
  .sp-sc {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .sp-sc table {
    width: 100%;
  }
  .sp-listlayout {
    border: none !important;
  }
  .sp-listlayout tr {
    display: block;
  }
  .sp-listlayout th {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }
  .sp-listlayout td {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }
  .sp-listlayout {
    table-layout: fixed;
  }
  .sp-listlayout * {
    word-wrap: break-word;
  }
}
/************************************アーカイブ関連*************************************/
/************************************詳細はこちらボタン(01_04 追加)*/
/* more-btn */
.more-btn{
  text-align: center;
}
.more-btn a {
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  background: #164fc3;
  padding: 20px 60px 20px 60px;
  text-decoration: none;
  display: inline-block;
  transition: .5s ease;
  position: relative;
  text-align: center;
  min-width: 335px;
}
.more-btn a:after {
  content: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/shared/ico_arrow.png);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.more-btn.mini a {
  padding: 15px 10px 15px 20px;
  width: 100%;
}
.more-btn.white a {
  border: #FFFFFF 1px solid;
}
.more-btn02 {
  line-height: 1.2em;
}
.more-btn02 a {
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding: 0 20px 0 0;
  text-decoration: none;
  display: inline-block;
  transition: .5s ease;
  position: relative;
  text-align: center;
  border-radius: 7px;
}
.more-btn02 a:after {
  content: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/shared/ico_arrow_down.png);
  position: absolute;
  right: 0;
  top: 0.5em;
  transform: translateY(-50%);
}
.more-btn03 a {
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 17px;
  line-height: 1;
  color: #FFFFFF;
  background: #7ec997;
  padding: 15px 20px;
  text-decoration: none;
  display: inline-block;
  transition: .5s ease;
  position: relative;
  text-align: center;
  border-radius: 10px;
  width: 100%;
}
.more-btn a:hover, .more-btn02 a:hover, .more-btn03 a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 800px) {
  .more-btn a {
    padding: 15px 40px 15px 40px;
    min-width: 230px;
  }
  .more-btn.mini a {
    width: auto;
    padding: 15px 10px 15px 20px;
    font-size: 13px;
  }
}
/*WP用 投稿表示*/
.topics_sec article ul {
  padding-left: 1.5em;
}
.topics_sec article ul li {
  list-style: outside disc;
}
.topics_sec article p {
  margin-bottom: 15px;
}
.topics_sec article p:last-Child {
  margin-bottom: 0px;
}
ol {
  padding-left: 2em;
}
ol li {
  list-style: outside decimal;
}
.slidePics ul {
  padding-left: 0 !important;
}
.slidePics ul li {
  list-style: none !important;
}
.topics_sec article p {
  margin-bottom: 0;
}
.topics_sec article p:last-Child {
  margin-bottom: 0px;
}
/* スライドショー */
/* .viewer
------------------------- */
.viewer {
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: -999;
}
.viewer img {}
.viewer ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.viewer ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.viewer ul li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.main {}
.main img {
  width: 100%;
  z-index: -999;
  position: relative;
}
.main .container {
  text-align: right;
}
.text_box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%)
}
.text_box img {
  width: auto;
}
.text_box p {
  display: inline-block;
  text-align: left;
  font-size: 38px;
  text-shadow: #888 1px 1px 5px, #888 -1px 1px 5px, #888 1px -1px 5px, #888 -1px -1px 5px;
}
@media only screen and (max-width: 800px) {
  .viewer img {
    min-height: auto;
  }
  .text_box {
    width: 95%;
  }
  .text_box p {
    font-size: 4.5vw;
  }
}
/*fixed-bnr*/
.fixed-bnr {
  position: absolute;
  bottom: -75px;
  right: 5%;
  z-index: 100;
}
.is-fixed {
  position: fixed;
  top: 30px;
  bottom: auto;
  text-align: center;
}
.list_count {
  padding-left: 20px;
}
.list_count li {
  list-style: outside unset;
}
.list_disc {
  padding-left: 20px;
}
.list_disc li {
  list-style: outside disc;
}
.list_disc.blue li, .list_disc.pink li {
  padding-left: 1em;
  text-indent: -.7em;
  list-style: none;
}
.list_disc.pink li:before {
  content: "• ";
  color: #ca4673;
}
.list_disc.blue li:before {
  content: "• ";
  color: #00b0ec;
}
.list_indent {
  padding-left: 1em;
}
.list_indent li {
  text-indent: -1em;
}
.list_check {

}
.list_check.column3 {
  column-count: 3;
}
.list_check li {
  background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/ico_ch.png) no-repeat left top 6px;
  padding-left: 40px;
  color: #164fc3;
  font-family: "FP-ヒラギノUD角ゴF StdN W5";
  font-size: 17px;
}
@media only screen and (max-width: 800px) {
  .list_check.column3 {
    column-count: 1;
  }
}
.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 20px;
}
.postdata ul li {
  list-style: disc;
}
.postdata ol li {
  list-style: decimal;
}
.postdata strong {
  font-weight: bold;
}
.postdata em {
  font-style: italic;
}
.postdata a {
  text-decoration: underline;
}
.postdata a:hover {
  text-decoration: none;
}
/* 新テンプレート - bxslider */
.slidePics {
  position: relative;
}
.slidePics .bx-wrapper {
  text-align: center;
  margin: 0 0 15px;
}
.slidePics .bx-wrapper .bx_slider li {
  padding: 5px;
}
.slidePics .bx-wrapper .bx_slider li img {
  border: 1px solid #e0e0e0;
  max-height: 600px;
}
.slidePics .bx_pager ul {
  overflow: hidden;
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.slidePics .bx_pager ul li {
  width: 11%;
  margin: 0 0 10px 0;
  text-align: center;
}
.slidePics .bx_pager ul li img {
  max-width: 100%;
  max-height: 122px;
  height: auto;
  text-align: center;
}
.slidePics .bx_pager ul li a {
  border: 5px solid #fafafa;
  display: block;
  transition: 0.7s;
  -webkit-transition: 0.7s;
}
.slidePics .bx_pager ul li .active {
  border: 5px solid #e0e0e0;
}
.slidePics .bx-controls .bx-prev:before, .slidePics .bx-controls .bx-next:before {
  content: "<";
  color: #6E6E6E;
  font-size: 40px;
}
.slidePics .bx-controls .bx-prev {
  position: absolute;
  margin: -60px 0 0;
  top: 50%;
  left: 5%;
  z-index: 9999;
}
.slidePics .bx-controls .bx-next {
  position: absolute;
  margin: -60px 0 0;
  top: 50%;
  right: 5%;
  z-index: 9999;
}
.slidePics .bx-controls .bx-next:before {
  content: ">";
}
.slidePics .bx-controls a {
  text-decoration: none;
}
.slidePics .bx-controls a:hover {
  opacity: 0.7;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
@media only screen and (max-width: 800px) {
  .slidePics .bx_pager ul li {
    width: 19%;
  }
}
/************************************フォーム (01_04 追加)*/
/************************************フォーム (01_04 追加)*/
.mw_wp_form {
  font-size: 13px;
  margin: 0 0 20px; /**
  * ボタン
  */ /**
  * その項目のエラーのwrapper
  */ /**
  * 必須マーク
  */ /**
  * 各項目のwrapper
  */ /**
  * 注釈
  */
}
.mw_wp_form dl {
  border-top: #dddddd solid 1px;
  border-left: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  zoom: 1;
}
.mw_wp_form .formend /*管理画面内でフォームの最後のdlに class="formend" を記入*/ {
  border-bottom: #dddddd solid 1px !important;
}
.mw_wp_form dl dt, .mw_wp_form dl dd {
  margin: 0;
  padding: 20px 0 15px 10px;
}
.mw_wp_form dl dt {
  float: left;
  font-weight: bold;
  padding-right: 20px;
  width: 25%;
  position: relative;
}
.mw_wp_form dl dt .mwform-require {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mw_wp_form dl dd {
  overflow: hidden;
  zoom: 1;
  border-left: #dddddd solid 1px;
}
.mw_wp_form dl dd input, .mw_wp_form dl dd textarea, .mw_wp_form dl dd select {
  border: #cccccc solid 1px;
  border-radius: 3px;
  margin: 0;
  max-width: 88%;
  padding: 9px 12px;
  vertical-align: middle;
}
.mw_wp_form dl dd textarea {
  width: 90%;
}
.mw_wp_form dl dd label {
  margin: 0 10px 0 2px;
}
.mw_wp_form dl dd label input[type="checkbox"], .mw_wp_form dl dd label input[type="radio"] {
  margin: 0 5px 0 0;
}
.mw_wp_form p.mwform-btn {
  margin-top: 10px;
  text-align: center;
}
.mw_wp_form p.mwform-btn input {
  background-color: #f5f5f5;
  border: #dddddd solid 1px;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 20px;
}
.mw_wp_form p.mwform-btn input:active, .mw_wp_form p.mwform-btn input:hover {
  background-color: #eee;
}
.mw_wp_form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1; /**
  * エラーメッセージ
  */
}
.mw_wp_form .mwform-errors .mwform-error {
  float: left;
  margin: 0 10px 0 0;
}
.mw_wp_form .mwform-errors .mwform-error span {
  background-color: #F7CCE6;
  border: #ee4d89 solid 1px;
  border-radius: 3px;
  color: #EE4D89;
  display: inline-block;
  font-size: 85%;
  padding: 3px 6px 2px;
}
.mw_wp_form .mwform-require {
  color: #fff;
  background-color: #ff0000;
  font-size: 85%;
  padding: 1px 5px;
}
.mw_wp_form .mwform-field {
  margin: 0 0 5px;
}
.mw_wp_form .mwform-note {
  font-size: 85%;
}
.mw_wp_form .mwform-w30 input {
  width: 37%;
}
.mwform-checkbox-field {
  display: inline-block !important;
  margin-left: 0 !important;
  word-break: keep-all !important;
}
@media screen and (max-width: 480px) {
  .mw_wp_form dl dt {
    float: none;
    width: auto;
    padding-bottom: 10px;
  }
  .mw_wp_form dl dd {
    padding-top: 0;
    border-left: none;
  }
  .mw_wp_form .mwform-w30 input {
    width: 25%;
  }
}
/************************************ ORIGINAL ***********/
/* コンタクト注意文 */
.contact_mobile li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left 40%;
}
.contact_mobile .docomo {
  background-image: url(#);
}
.contact_mobile .softbank {
  background-image: url(#);
}
.contact_mobile .au {
  background-image: url(#);
}
.contact_mobile .ymobile {
  background-image: url(#);
}
.rob.mg10 {
  margin: 0px -10px;
}
.rob.mg10 .coll-1, .rob.mg10 .coll-2, .rob.mg10 .coll-3, .rob.mg10 .coll-4, .rob.mg10 .coll-5, .rob.mg10 .coll-6, .rob.mg10 .coll-7, .rob.mg10 .coll-8, .rob.mg10 .coll-9, .rob.mg10 .coll-10, .rob.mg10 .coll-11, .rob.mg10 .coll-12 {
  padding: 0px 10px;
}
.iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 58%; /* 高さ÷幅 */
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/***********トップページアコーディオン***********/
.accordion {
  width: 100%;
}
.accordion {
  border-top: 1px dotted #ddd;
}
.accordion:last-of-type {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 40px;
}
.accordion th {
  width: 20px;
}
.accordion td {
  padding-left: 20px;
  vertical-align: middle;
}
.accordion dt {
  cursor: pointer;
  background-image: url(#);
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 60px;
}
.accordion dd {
  display: none;
  line-height: 1.8em;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 10px;
}
.accordion dd td p {
  padding-right: 60px;
}
.accordion dt.active {
  background-image: url(#);
}
.accordion dt.over {}
@media only screen and (max-width: 800px) {
  .accordion dt {
    padding-right: 50px;
  }
}
.category-list-area {
  background: #F0F0F0;
  border-radius: 3px;
  padding: 25px;
  margin: 0 0 40px;
}
.category-list-area > select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff;
  border-radius: 3px;
  vertical-align: middle;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  color: #828c9a;
  width: 100%;
}
.archive_list a {
  text-decoration: none !important;
}
.archive_list li:nth-child(2n + 1) {
  clear: both;
}
.archive_list img {
  max-height: 350px;
  width: auto;
}
.underline {
  border-bottom: 2px solid #ff9519;
  padding-bottom: 10px;
}
.line {
  position: relative;
  line-height: 2;
}
.line::before {
  content: "";
  position: absolute;
  background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/line_l.png) no-repeat center left;
  width: 36px;
  height: 64px;
  top: -40%;
  left: -50px;
}
.line::after {
  content: "";
  position: absolute;
  background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/line_r.png) no-repeat center right;
  width: 36px;
  height: 64px;
  top: -40%;
  right: -50px;
}
.inbox01 {
  padding: 40px 60px;
  background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/top_art02_bg01.png) no-repeat center right;
  background-size: cover;
  border: 10px solid #FFFFFF;
}
.inbox01 .pos-ab {
  top: -30px;
  left: 40px;
}
.inbox02 {
  padding: 20px;
  border: 2px #164fc3 solid;
  background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/top_art03_bg01.png) no-repeat right bottom, url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/bg02.jpg);
}
.inbox02 span{
  border-bottom: 1px solid #f8a131;
}
.inbox03 {
  padding: 40px 60px 10px;
}
.inbox04 li {
  position: relative;
}
.inbox04 li::after {
  position: absolute;
  content: "";
  background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/under/arr_r.png) no-repeat;
  width: 21px;
  height: 26px;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.inbox04 li:last-child::after {
  background: none;
}
.inbox04 li div {
  border: 2px solid #154ec0;
  padding: 15px 5px;
}
.inbox05{
  padding: 15px 5px;
  border: #d4d4d4 4px solid;
}
.top_art03 a {
  text-decoration: none !important;
}
.top_art05 {
  background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/top_art05_bg01.png) no-repeat center center;
  background-size: cover;
}
.top_art06 dl {
  display: table;
  width: 100%;
}
.top_art06 dl dt {
  display: table-cell;
  width: 8em;
}
.top_art06 dl dd {
  display: block;
  padding-right: 40px;
  width: 100%;
}
.top_art06 .pos-ab {
  right: 0;
  top: 0;
}
.newsbox h2 .pos-ab {
  top: -20px;
  right: -60px;
}
.newsbox .rob {
  border-bottom: 1px dotted #cfc9bb;
}
.top_map .mapbox {
  position: absolute;
  padding: 30px 60px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 4px 4px #ddd;
}
/*category_box*/
.category-navi {
  padding: 20px;
  background: #f9f7ee;
}
.category-navi select {
  width: 100%;
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "TsukuGoPr5-M", sans-serif !important;
  font-weight: 500;
  border: solid 1px #ddd;
  border-radius: 3px;
  padding: 7px 10px;
  font-size: 16px;
  background-color: #fff;
}
.leaf_box li {
  background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/ico_ch.png) no-repeat left 0.2em;
  padding-left: 40px;
  line-height: 1.8em;
  border-bottom: #DDDDDD 1px dotted;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.leaf_box li:last-child {
  margin-bottom: 0;
}
.leaf_box02 li {
  background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/ico_ch.png) no-repeat left 0.5em;
  padding-left: 30px;
}
.plus {
  position: absolute;
  top: 70px;
  left: 365px;
}
.faq_sec dl {
  display: table;
  width: 100%;
}
.faq_sec dt, .faq_sec dd {
  display: table-cell;
  vertical-align: top;
}
.faq_sec dt {
  width: 50px;
}
.faq_sec dd {
  padding-top: 5px
}
.faq_sec02 dl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.faq_sec02 dt, .faq_sec02 dd {
  display: table-cell;
  vertical-align: top;
}
.faq_sec02 .btarr{
  position: relative;
}
.faq_sec02 .btarr::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/under/arr_b02.png) no-repeat;
  bottom: -15px;
  left: 10px;
}
.faq_sec02 dt {
  width: 50px;
}
.faq_sec02 dt p{
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
}
.faq_sec02 dd {
  padding-top: 5px;
}
.list_pink li {
  padding-left: 1em;
  text-indent: -.7em;
  list-style: none;
  border-top: 1px dotted #c0c0c0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.list_pink li:last-child {
  border-bottom: 1px dotted #c0c0c0;
}
.list_pink li:before {
  content: "• ";
  color: #ca4673;
}
.tab {
  border: 1px solid #EEEEEE;
}
.tab li {
  color: #333;
  float: left;
  margin: 0 30.8px -1px;
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
  cursor: pointer;
  list-style: none;
  transition: .3s;
}
.tab li.active {
  border-bottom: #df1e2e 1px solid;
  cursor: auto;
}
.area .tabcont {
  display: none;
}
.area .tabcont.show {
  display: block;
}
.prftop {
  display: table;
  width: 100%;
}
.prftop .hight {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 800px) {
  .faq_sec {
    padding: 20px 20px;
  }
  .tab {
    text-align: center;
  }
  .tab li {
    width: 100%;
    margin: 0;
  }
  .tab li.active::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-top: 0 solid #c8ae8b;
    border-right: 0 solid transparent;
    border-left: 0 solid transparent;
  }
/*
  .line::before {
    content: "";
    position: absolute;
    background: url(#) no-repeat center left;
    width: 60px;
    height: 4px;
    top: 50%;
    left: -80px;
  }
  .line::after {
    content: "";
    position: absolute;
    background: url(#) no-repeat center right;
    width: 60px;
    height: 4px;
    top: 50%;
    right: -100px;
  }
*/
  .line::before , .line::after {
    display: none;
  }
  .inbox01 {
    padding: 40px;
  }
  .inbox03 {
    padding: 40px 40px 40px;
  }
  .inbox04 li::after {
    background: url(/import/tenant_1/www.wakitani.com/wp-content/themes/temp01_05/images/under/arr_b.png) no-repeat;
    width: 26px;
    height: 21px;
    right: 50%;
    top: auto;
    bottom: -25px;
    transform: translate(50%,0);

  }
  .newsbox dl {
    display: block;
  }
  .newsbox dt, .newsbox dd {
    display: block;
    vertical-align: top;
    padding-bottom: 15px;
  }
  .newsbox dt {
    width: 8em;
    margin-right: 1em;
    line-height: 1.6em;
  }
  .prftop {
    padding-top: 0;
  }
}
.copyright {
  font-family: Verdana, "Droid Sans";
}
.cat ul {
  padding-left: 0 !important;
}
.cat li {
  display: inline-block;
  list-style: none !important;
  background: #164fc3;
  color: #fff;
  padding: 4px 10px 5px;
  margin: 0 5px 10px;
  vertical-align: middle;
}
.cat .ilb {
  display: inline-block;
  vertical-align: middle;
}
/**
* vertical style of radio and checkbox
*/
.mw_wp_form .vertical-item {
  display: block !important;
}
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 5px !important;
}
.business-calendar {
  background: #CACACA;
  border-right: none;
  border-left: none !important;
  border-bottom: 1px solid #333333;
  border-collapse: separate;
  color: #000000;
  border-spacing: 0;
  border-top: none;
  font-size: 9px;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.business-calendar caption {
  border-top: 2px solid #333333;
  border-bottom: 4px double #333333;
  border-right: none;
  border-left: none;
  caption-side: top;
  margin: 5px 0 0;
  padding: 10px;
  text-align: center;
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
}
.business-calendar-future {
  float: right;
}
.business-calendar-future a {
  text-decoration: none;
}
.business-calendar-past {
  float: left;
}
.business-calendar-past a {
  text-decoration: none;
}
.business-calendar th {
  background: #FFFFFF;
  border-top: none;
  border-left: 0;
  border-right: none;
  border-bottom: 1px solid #333333;
  font-weight: normal;
  padding: 6px;
  width: 14%;
  text-align: center;
  font-family: "FP-ヒラギノUD角ゴF StdN W5", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  color: #164fc3;
}
.business-calendar td {
  background: #FFFFFF;
  border-top: none;
  border-left: 0;
  border-right: none;
  border-bottom: 1px dotted #dddddd;
  padding: 8px;
  text-align: center;
  font-size: 13px;
}
.business-calendar-attribute {
  display: none;
}
/**/
a[href*="tel"] {
	pointer-events: none;
	text-decoration: underline;
}
a[href*="tel"]:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  a[href*="tel"] {
        pointer-events: initial !important;
    }
  a[href*="tel"]:hover {
      text-decoration: none;
    }
}


/*****2021/04/21追記*****/
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 100%;
   padding:0;
   margin:0;
   top: 50%;
   font-size: 16px;
   line-height: 1.5;
   /*background: #164fc3;*/
   background: #f8a131;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:5px;
   text-decoration:none !important;
}

#sp-fixed-menu li a span{
  font-size: 25px;
}


/*電話マーク*/
/*#sp-fixed-menu .tel a:before {
    content: "";
    display: block;
    width: 24px;
    height: 23px;
    background: url('/upload/tenant_1/9e14b242b68d0351f294af2ad8cc3a5e.png') center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-63%);
}*/

.lh12 {
  line-height: 1.2;
}

.w50a {
  width: 50%;
}
.w50a video {
  width: 100%;
}
.spb {
  display: flex;
}
@media only screen and (max-width: 599px) {
  .w50a {
    width: 100%;
  }
  .spb {
    display: block;
  }
}
