<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(assets/css/reset.min.css);
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: normal;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752GT8A.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfBBc-.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: normal;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Custom Style */
html {
  background-color: #e9e9e9;
}
body {
  background-color: white;
  max-width: 1920px;
  margin: auto;
  font-family: "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "MS PGothic", Osaka, "sans-serif";
  /*以下サイバー追記*/
  font-feature-settings: "palt"1;
  letter-spacing: 1px;
}
a {
  color: #333;
}
a:hover {
  color: #ff8b03;
  text-decoration: none;
}
.head {
  background-color: #bf000d;
  color: white;
  border-bottom: 1px solid #93020c;
}
.head .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.head .inner h1 {
  font-size: 12px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 6px 20px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head .inner .head-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.head .inner .head-link &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  color: white;
}
.head .inner .head-link &gt; a svg {
  width: 1.2em;
  min-width: 1.2em;
  height: 1.2em;
  margin-right: 8px;
}
.head .inner .head-link &gt; a svg path {
  fill: white;
}
.head .inner .head-link &gt; a:hover {
  background-color: #93020c;
}
.head .inner .head-link .free-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.head .inner .head-link .free-line a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 30px;
  line-height: 1.1;
  color: #bf000d;
  background-color: #fff;
  padding: 1px 12px;
}
.head .inner .head-link .free-line a svg {
  width: 1.2em;
  min-width: 1.2em;
  height: 1.2em;
  margin-right: 8px;
}
.head .inner .head-link .free-line a svg path {
  fill: #bf000d;
}
.head .inner .head-link .free-line a .numbers {
  font-size: 0.7em;
  font-weight: 900;
  font-family: 'Roboto';
  padding-top: 0.5em;
}
.head .inner .head-link .free-line a .numbers span {
  display: inline-block;
  position: relative;
}
.head .inner .head-link .free-line a .numbers span i {
  font-style: normal;
  display: block;
  width: 100%;
  height: 1em;
  text-align: center;
  line-height: 1em;
  font-size: 0.8em;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-0.8em);
  transform: translateY(-0.8em);
  font-size: 10px;
  font-weight: bold;
}
.head .inner .head-link .free-line a:hover {
  background-color: #93020c;
  color: white;
}
.head .inner .head-link .free-line a:hover path {
  fill: white;
}
.head-navigator {
  background-color: #bf000d;
}
.head-navigator .inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-navigation .menu-main-container, .site-navigation ul, .site-navigation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-navigation a {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  line-height: 1.2;
  border-left: 1px solid #93020c;
}
.site-navigation a:hover {
  background-color: #93020c;
}
.site-navigation a span {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: center;
}
.site-navigation a span:last-child {
  font-size: 14px;
  font-family: 'oswald';
  font-style: italic;
  font-weight: normal;
  margin-top: 0.5em;
  text-transform: capitalize;
}
.brand {
  margin: 12px 0 12px 30px;
}
.brand a {
  width: 220px;
  display: block;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.brand a img {
  display: block;
  width: 100%;
}
.brand a:hover {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.22, 0.28, 1.4);
  transition-timing-function: cubic-bezier(0.52, 1.22, 0.28, 1.4);
}
.slider-content {
  width: 100%;
}
.slider-content .slide-item {
  width: 1400px;
  height: 600px;
  background-color: #f6f6f6;
  position: relative;
}
.slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  background: #bf000d url(assets/img/angle-right-solid.svg) center center/30px 30px no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0.4;
}
.slick-arrow.slick-next {
  -webkit-transform: translateY(-50%) translateX(680px);
  transform: translateY(-50%) translateX(680px);
}
.slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) translateX(-720px) rotate(180deg);
  transform: translateY(-50%) translateX(-720px) rotate(180deg);
  background: #bf000d url(assets/img/angle-right-solid.svg) center center/30px 30px no-repeat;
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slick-dots {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots li {
  width: 16px;
  height: 16px;
  background-color: #bf000d;
  opacity: 0.4;
  text-indent: -9999px;
  margin: 4px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.slick-dots li.slick-active {
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.slide-description {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px 30px 60px 60px;
}
.slide-description .des-wrapper {
  position: relative;
  z-index: 10;
  color: white;
}
.slide-description .des-wrapper img:first-child {
  display: block;
  width: 100%;
  max-width: 360px;
  max-height: 150px;
}
.slide-description .des-wrapper h2 {
  font-size: 28px;
  line-height: 1.2;
  max-width: 500px;
  margin: 0.6em 0;
}
.slide-description .des-wrapper .slide_des {
  line-height: 1.7;
  max-width: 500px;
}
.slide-description:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  display: block;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.slide-item .hidden-anchor {
  display: block;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slide-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slide-bg img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* 20181207 korenaga */
  /*width:300px;*/
  height: 224px;
  overflow: hidden;
  margin: 5px auto;
}
.hasbg img {
  width: 100%;
}
main {
  margin: auto;
  width: 100%;
  max-width: 1400px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
main &gt; * {
  position: relative;
  z-index: 5;
}
main:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 340px;
  height: 100%;
  position: absolute;
  background-color: #f3f3f3;
  z-index: 1;
}
main aside {
  min-width: 280px;
  width: 280px;
  margin-right: 60px;
}
main .primary-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
aside .widget-title {
  position: relative;
  font-weight: 900;
  font-size: 18px;
  color: #bf000d;
  line-height: 1;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 16px 20px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}
aside .widget-title span {
  font-weight: normal;
  font-size: 0.6em;
  font-style: italic;
  margin-left: 8px;
  font-family: 'Oswald';
}
aside .widget-title svg {
  min-width: 1.8em;
  width: 1.8em;
  height: 1.4em;
  margin-right: 6px;
}
aside .widget-title svg path {
  fill: #bf000d;
}
aside .widget-content {
  padding: 20px 20px 0;
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}
aside .widget-content h3 {
  line-height: 1.1;
  white-space: nowrap;
  display: block;
  font-weight: 900;
  font-size: 135%;
  color: #bf000d;
  padding-left: 12px;
  border-left: 4px solid #bf000d;
}
aside .widget-content .sub-areas {
  margin: 5px 0 20px;
}
aside .widget-content .sub-areas h3 {
  padding-top: 8px;
  padding-bottom: 10px;
  margin-top: 10px;
  background-color: #fffefe;
  border-bottom: 1px solid #bf000d;
}
aside .widget-content .sub-areas ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}
aside .widget-content .sub-areas ul ul li {
  width: calc(33.33% - 10px);
  margin-bottom: 10px;
  margin-left: 10px;
}
aside .widget-content .sub-areas ul ul li a {
  display: block;
  line-height: 1;
  padding: 6px;
  background-color: #bf000d;
  color: white;
  text-align: center;
  font-size: 12px;
}
aside .widget-content .sub-areas ul ul li a:hover {
  background-color: #ff8b03;
}
aside .extra-text {
  margin: 20px 0;
}
aside .extra-text p {
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 15px;
}
aside .extra-text .s-logo-1 {
  width: 130px;
  display: block;
  margin: 15px auto 0;
}
.quick-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -20px;
}
.quick-link a {
  margin-left: 20px;
  width: calc(50% - 20px);
  display: block;
}
.quick-link a:hover {
  opacity: 0.8;
}
.note {
  line-height: 1.8;
  margin: 20px 0;
}
.note dl {}
.note dt {
  padding: 0 0 0 1em;
  background-color: #eeeeee;
}
.note dd {
  padding: 0 0 0 2em;
  background-color: #eeeeee;
  margin-bottom: 2px;
}
.contactArea {
	display: flex;
	flex-flow: row wrap;
	border: 1px solid #bf000d;
	padding: 10px;
	background-color: #fbfbfb;
}
.contactArea h3 {
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
	padding: 20px;
	color: #262626;
	font-size: 18px;
}
.contactArea p{
 color: #fff;
}
.contactArea .contactBtn {
	flex-basis: 49%;
	max-width: 49%;
	text-align: center;
	background-color: #bf000d;
	border-radius: 5px;
	margin: 10px auto;
}
.contactArea .contactBtn a {
	display: block;
	color: #fff !important;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
 border-top: 2px solid #ffffff;
}
.contactArea .phoneBtn {
  flex-basis: 49%;
  max-width: 49%;
  text-align: center;background-color: #bf000d;
border-radius: 5px;	margin: 10px auto;
}
.contactArea .phoneBtn a {
	display: block;
	color: #fff !important;
	padding: 10px;
	font-size: 18px;
	font-weight: bold; border-top: 2px solid #ffffff;
}

#map {
	width: 100%;
	height: 450px;
}


.tomibox-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 30px 0;
}
.tomibox-intro .figure {
  min-width: 35%;
  max-width: 35%;
  margin-right: 20px;
  position: relative;
}
.tomibox-intro .figure img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
}
.tomibox-intro .tomibox-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tomibox-intro .tomibox-content h4 {
  font-size: 22px;
  line-height: 1.6;
  display: block;
  margin-bottom: 10px;
  color: #00a4d3;
}
.tomibox-intro .tomibox-content p em {
  color: #bf000d;
  font-weight: bold;
}
.tomibox-intro .tomibox-content .tomibox-thmubnail {
  margin-top: 15px;
  width: 100%;
  display: block;
  max-width: 400px;
}
.common-h3 {
  font-size: 18px;
  line-height: 1.1;
  padding: 10px 10px;
  color: white;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #bf000d;
  margin-bottom: 15px;
}
.common-h3 span.jp {
  display: block;
  border-left: 4px solid #ffffff;
  padding-left: 6px;

}
.common-h3 span.jp small {
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 8px;
}
.common-h3 span.en {
  font-weight: normal;
  font-style: italic;
  font-size: 0.8em;
  font-family: 'oswald';
  text-transform: capitalize;
}
section.method_contents &gt; div &gt; div.method_box_ttl &gt; h3&nbsp;{
  line-height: 3rem !important;
}


.five-types {
  margin-top: 20px;
  background: url(assets/img/five-types-bg.jpg) center center/cover no-repeat;
  overflow: hidden;
  padding: 20px 20px 0;
}
.five-types .common-h3 {
  margin-bottom: 20px;
}
.five-types-h4 {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 1.1;
  padding: 10px 10px;
  color: #bf000d;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: white;
  margin-bottom: 20px;
}
.five-types-h4 span.jp {
  display: block;
  font-weight: 900;
}
.five-types-h4 img {
  max-width: 1.6em;
  min-width: 1.6em;
  height: 1.3em;
  display: block;
  width: 100%;
  margin-right: 8px;
  padding: 1px 4px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #bf000d;
}
.five-types-h4.blue {
  color: #00a4d3;
}
.five-types-h4.blue img {
  background-color: #00a4d3;
}
.type-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -20px;
  margin-bottom: 20px;
}
.type-content figure {
  margin: 15px;
  display: block;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
/*maeda追記*/
.home .type-content figure {
  margin: 15px 0 15px;
}
.parkingrand {
  display: flex;
  flex-flow: row wrap;
}
.parkingBox {
  flex-basis: 24%;
  max-width: 24%;
  margin: 0 1% 20px 0;
}
.parkTitle {
  background-color: #bf000d;
  color: #fff;
  padding: 5px;
}
.parkTitle a {
  color: #ffffff !important;
}

/*---料金変更お知らせ用*/
.feeWrap p {
	padding: 0 20px 20px;
}

.feeChange table{
	background: #eee;
	margin: 10px auto 40px;
	width: 80%;
	border-spacing: 1px;
	border-collapse: inherit;
}
.feeChange th {
		font-weight: bold;
	padding: 10px;
	text-align: center;
}
.feeChange td {
	padding: 10px;
	vertical-align: middle;
	background-color: #fff;	text-align: center;
}
.feeChange td.old{
	font-weight: bold;
}
.feeChange td.new{
	font-weight: bold;
	color: #B7383A;
}
.feeWrap .feeChange p {
	padding: 0;	width: 80%;
	margin: auto;
}
tr:target td {
	border-top: 3px solid #DD1518 !important;
}
tr:target td:first-child {
	background-color: #262626 !important;
}
tr:target a {
	color: #ffffff !important;
}
@media(max-width:1150px) {
  .home .type-content figure {
    width: 100%;
  }
}
/*maeda追記*/
.type-content figure img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.type-content .type-box {
  background-color: #fff;
  margin-left: 20px;
  width: calc(49.9999% - 20px);
  padding-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.type-content .type-box h5 {
  line-height: 1.2;
  padding-left: 6px;
  border-left: 4px solid #bf000d;
  color: #bf000d;
  font-weight: 900;
  font-size: 16px;
  margin: 0 15px;
}
.type-content .type-box h6 {
  display: block;
  line-height: 1.3;
  color: white;
  background-color: #bf000d;
  margin: 15px 0;
  font-size: 14px;
  text-align: right;
  padding: 3px 10px;
}
.type-content .type-box p {
  padding: 0 15px;
}
.type-content.blue .type-box h5 {
  color: #00a4d3;
  border-left-color: #00a4d3;
}
.type-content.blue .type-box h6 {
  background-color: #00a4d3;
}
.art-footer {
  background: url(assets/img/footer-art-bg.jpg) center bottom/auto 90% repeat-x;
  padding: 20px 20px 100px;
}
.site-footer {
  background-color: #bf000d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
}
.site-footer .copyright {
  color: white;
  font-size: 12px;
  line-height: 1.4;
}
.site-footer .footer-nav {
  padding: 0 8px;
}
.site-footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-footer .footer-nav ul a {
  display: block;
  line-height: 1;
  padding: 2px 10px;
  border-right: 1px solid white;
  color: white;
  font-size: 12px;
}
.site-footer .footer-nav ul a:hover {
  text-decoration: underline;
}
.site-footer .footer-nav ul li:first-child a {
  border-left: 1px solid white;
}
#menu-status {
  display: none;
}
.ghost-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 95;
  background-color: #f3f3f3;
  padding-top: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
}
.ghost-nav .menu-main-container {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  padding: 5px;
  width: 100%;
}
.ghost-nav .menu-main-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ghost-nav .menu-main-container li {
  padding: 5px;
  width: 50%;
}
.ghost-nav .menu-main-container a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  line-height: 1.2;
  padding: 15px 20px;
}
.ghost-nav .menu-main-container a span {
  font-weight: bold;
}
.ghost-nav .menu-main-container a span:last-child {
  font-weight: normal;
  font-size: 0.8em;
  font-family: "oswald";
  font-style: italic;
}
.ghost-nav .menu-main-container a:hover {
  background-color: #ff8b03;
  color: white;
}
.toggle-btn {
  width: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px 0 10px;
  cursor: pointer;
}
.toggle-btn svg {
  width: 42px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  padding: 3px 5px;
}
.toggle-btn path {
  fill: white;
}
#menu-status:checked ~ .site-header .toggle-btn svg {
  background-color: #93020c;
}
#menu-status:checked ~ .ghost-nav {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#menu-status:checked ~ .ghost-nav .menu-main-container {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
#area-status {
  display: none;
}
.area-search-title {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 50;
  cursor: pointer;
}
.area-search-title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #bf000d;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
html[data-client=sp] .widget-content {
  display: none;
}
html[data-client=sp] #area-status:checked ~ main .widget-content {
  display: block;
}
@media (max-width: 1800px) {
  .site-navigation a {
    padding: 0 25px;
  }
}
@media (max-width: 1600px) {
  .slider-content .slide-item {
    width: calc(100vw - 200px);
    height: 43vw;
  }
  .slick-arrow.slick-prev {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: 72px;
  }
  .slick-arrow.slick-next {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 72px;
    left: auto;
  }
  main {
    max-width: calc(100vw - 200px);
  }
  .site-navigation a span {
    font-size: 14px;
  }
  .site-navigation a span:last-child {
    font-size: 12px;
  }
  .brand a {
    width: 200px;
  }
}
@media (max-width: 1500px) {
  main {
    max-width: none;
  }
  .site-navigation a {
    padding: 0 20px;
  }
}
@media (max-width: 1360px) {
  main {
    max-width: none;
  }
  .brand a {
    width: 180px;
  }
  .site-navigation a {
    padding: 0 15px;
  }
}
@media (max-width: 1300px) {
  .site-navigation a span {
    font-size: 12px;
  }
  .site-navigation a span:last-child {
    font-size: 10px;
  }
  .type-content .type-box h6 {
    font-size: 14px;
  }
}
@media (min-width: 1151px) {
  .ghost-nav {
    -webkit-transform: translateY(-101%) !important;
    transform: translateY(-101%) !important;
    opacity: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
  .toggle-btn {
    display: none !important;
  }
}
@media (max-width: 1150px) {
  .site-navigation {
    display: none;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .head-navigator {
    height: 65px;
  }
  .head {
    height: 39px;
  }
  .hero {
    margin-top: 97px;
  }
  .head .inner h1 {
    display: none;
  }
  .head .inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .head .inner .head-link &gt; a {
    font-size: 12px;
    padding: 0 15px;
  }
  .head .inner .head-link .free-line a {
    font-size: 24px;
  }
  .head {
    height: 32px;
  }
  .slider-content .slide-item {
    width: 100vw;
    height: 50vw;
  }
  .slick-arrow.slick-prev {
    left: 10px;
  }
  .slick-arrow.slick-next {
    right: 10px;
  }
  .slide-description .des-wrapper img:first-child {
    max-width: 300px;
    max-height: 120px;
  }
  .slide-description .des-wrapper h2 {
    font-size: 22px;
  }
  .slide-description .des-wrapper p, .note, .tomibox-content p, .type-content .type-box p, .art-footer p {
    font-size: 13px;
  }
  .tomibox-intro .tomibox-content h4 {
    font-size: 20px;
  }
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f3f3f3;
    padding: 0;
    margin-top: 50px;
  }
  main aside {
    padding: 30px;
    min-width: 0;
    max-width: none;
    margin: 0;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  aside .widget-content .sub-areas ul ul li {
    max-width: none;
    width: calc(20% - 10px);
    -ms-flex-preferred-size: calc(20% - 10px);
    flex-basis: calc(20% - 10px);
    min-width: 70px;
  }
  main:after {
    display: none;
  }
  .primary-content {
    padding: 30px;
    background-color: #fff;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .head .inner .head-link &gt; a:hover {
    background-color: #bf000d !important;
  }
  .head .inner .head-link .free-line a:hover {
    color: #bf000d !important;
    background-color: white !important;
  }
  .head .inner .head-link .free-line a:hover svg path {
    fill: #bf000d !important;
  }
}
@media (max-width: 900px) {
  .type-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .type-content .type-box {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .tomibox-intro {
    display: block;
  }
  .tomibox-intro .figure {
    height: 50vw;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .five-types {
    background-image: none;
    background-color: #f3f3f4;
  }
  .slide-description .des-wrapper img:first-child {
    max-width: 250px;
    max-height: 90px;
  }
  .slide-description .des-wrapper h2 {
    font-size: 20px;
  }
  .site-footer {
    padding: 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
  }
  .site-footer .copyright {
    margin-top: 6px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
  }
  .site-footer .footer-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer .footer-nav ul li {
    width: 100%;
  }
  .site-footer .footer-nav ul a {
    white-space: nowrap;
    border: 0 !important;
    width: 100%;
    text-align: center;
    padding: 5px 8px;
    text-decoration: underline;
  }
}
@media (max-width: 700px) {
  .common-h3 span.jp small {
    display: block;
    width: 100%;
    margin-left: 1px;
    margin-top: 3px;
    font-size: 12px;
  }
/*---料金変更お知らせ用*/
.feeWrap p {
	padding: 0 20px 20px;
}

.feeChange table {
	background: #eee;
	margin: 10px auto 40px;
	width: 100%;
	border-spacing: 1px;
	border-collapse: inherit;
	font-size: 2.8vw;
}
.feeChange th {
		font-weight: bold;
	padding: 10px;
	text-align: center;
}
.feeChange td {
	padding: 10px;
	vertical-align: middle;
	background-color: #fff;	text-align: center;
}
.feeChange td.old{
	font-weight: bold;
}
.feeChange td.new{
	font-weight: bold;
	color: #B7383A;
}
.feeWrap .feeChange p {
	padding: 0;	width: 80%;
	margin: auto;
}	
}
@media (max-width: 600px) {
  .quick-link {
    display: block;
    margin: 0;
  }
  .quick-link a {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0 0 20px;
  }
  .type-content {
    margin: 0;
    display: block;
  }
  .type-content .type-box {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0 0 20px;
  }
  .art-footer {
    background: url(assets/img/footer-art-bg.jpg) center bottom/auto 60% repeat-x;
    padding: 20px 20px 160px;
  }
  .slider-content .slide-item {
    height: calc(100vh - 87px);
    min-height: 400px;
    max-height: 480px;
  }
  .slick-arrow {
    display: none !important;
  }
  .slide-description .des-wrapper p {
    font-size: 12px;
  }
  aside .widget-content .sub-areas ul li {
    width: calc(33.33333% - 10px);
    -ms-flex-preferred-size: calc(33.33333% - 10px);
    flex-basis: calc(33.33333% - 10px);
  }
  .ghost-nav .menu-main-container li {
    width: 100%;
  }
  .ghost-nav .menu-main-container li a:hover {
    background-color: white;
    color: #333;
  }
  .head .inner .head-link &gt; a {
    width: 31px;
    height: 31px;
    overflow: hidden;
    text-indent: -9999999999999999px;
    position: relative;
    display: block;
  }
  .head .inner .head-link &gt; a svg {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px;
    margin: 0;
  }
  .head .inner .head-link .free-line {
    margin-left: 6px;
  }
  .brand a {
    width: 140px;
  }
  .brand {
    margin-left: 20px;
  }
  .head-navigator {
    height: 55px;
  }
  .hero {
    margin-top: 86px;
  }
  .ghost-nav {
    padding-top: 87px;
  }
  .ghost-nav .menu-main-container a {
    font-size: 14px;
    padding: 11px 15px;
  }
  .slide-description {
    padding: 20px 20px 40px 20px;
  }
  .slick-dots li {
    width: 16px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .slick-dots li.slick-active {
    background-color: white;
    opacity: 0.9;
  }
  .slick-dots {
    bottom: 15px;
  }
  .slide-description .des-wrapper {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  }
  .slide-description .des-wrapper h2 {
    line-height: 1.4;
  }
  .ghost-nav {
    background-color: #bf000d;
    padding-top: 79px;
  }
  .ghost-nav .menu-main-container a {
    color: #bf000d;
  }
}
@media (max-width: 450px) {
  main aside {
    padding: 20px;
  }
  .five-types {
    padding: 0;
    background-color: transparent;
  }
  .five-types-h4 {
    background-color: #f3f3f3;
  }
  .type-content .type-box {
    background-color: #f3f3f3;
  }
  .five-types-h4 {
    line-height: 1.3;
  }
 .parkingBox {
	flex-basis: 49%;
	max-width: 49%;
	margin: 0 1% 20px 0;
}
 .contactArea {
	display: flex;
	flex-flow: column nowrap;
	border: 1px solid #bf000d;
	padding: 10px;
	background-color: #fbfbfb;
}
 .contactArea .contactBtn {
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
	background-color: #bf000d;
	border-radius: 5px;
	margin: 10px auto;
  width: 100%;
}
 .contactArea .phoneBtn {
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
	background-color: #bf000d;
	border-radius: 5px;
	margin: 10px auto;  width: 100%;
}
  .primary-content {
    /*padding: 20px;*/
    padding: 20px 5px;
  }
  .tomibox-intro {
    margin: 20px 0;
  }
  .art-footer {
    padding: 0px 0px 120px;
  }
  .type-content .type-box h6 {
    margin: 13px 0 10px;
  }
}
/*　以下、single.php用　土屋追加　*/
.primary-content .pankuzu {
  margin: 0;
}
.primary-content .pankuzu ul {
  list-style-type: none;
  font-size: 12px;
  overflow: hidden;
  padding: 0 0 14px;
}
.primary-content .pankuzu li {
  float: left;
}
.primary-content li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.primary-content a:visited {
  color: #bf000d;
  text-decoration: none;
}
.primary-content a:link {
  color: #bf000d;
  text-decoration: none;
}
.primary-content .text-box {
  box-sizing: border-box;
  padding: 16px 15px;
  background-color: #f3f3f3;
  float: none;
  margin-bottom: 25px;
}
.primary-content .text-box p {
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
  margin: 0;
}
.primary-content .midashi-sub {
  margin-bottom: 15px;
}
.primary-content .ttl {
  margin: 1rem 0;
}
.primary-content .ttl h2 {
  font-weight: bold;
  color: #bf000d;
  font-size: 3em;
}
.primary-content .ttl p {
  font-weight: bold;
  font-size: 16px;
}
.primary-content .midashi-sub h4 {
  font-size: 22px;
  line-height: 1.6;
  display: block;
  color: #00a4d3;
}
.primary-content .detali-left {
  float: left;
  margin: 21px 0px 0px 0px;
  padding: 0;
  width: 500px;
  overflow: hidden;
}
.primary-content .detali-left h5 {
  line-height: 1.2;
  padding-left: 6px;
  border-left: 4px solid #bf000d;
  color: #bf000d;
  font-weight: 900;
  font-size: 20px;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-right: 20px;
}
.primary-content .detali-left p {
  font-size: 16px;
  margin-left: 15px;
}
.primary-content .detali-left .last {
  margin-bottom: 25px;
}
.primary-content .text-red {
  color: #bf000d;
  font-weight: bold;
}
.primary-content .detali-img {
  text-align: center;
  float: none;
  width: 300px;
}
.primary-content .margin-40 {
  margin-bottom: 40px;
}
.primary-content .bottom-line {
  text-align: right;
  font-size: 12px;
  border-top: 2px solid #bf000d;
  clear: both;
  margin-top: 22px;
  margin-right: 1px;
  padding-top: 6px;
}
.primary-content .formttl-box {
  text-align: center;
}
.primary-content .formttl {
  font-size: 24px;
  margin: 21px 0px 0px 0px;
  color: #404040;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(128, 128, 128, 0.18);
}
.primary-content .form-box {
  clear: both;
  display: block;
  text-align: left;
  margin-left: 15px;
}
.primary-content .form-contents {
  font-size: 16px;
}
.primary-content hr {
  color: f3f3f3;
  width: 100%;
  size: 1;
}
/*前田：w-100に変更*/
/*　以上、土屋追加ここまで　*/
/*以下前田追記*/
.primary-content input, .primary-content textarea, .primary-content select, .primary-content radio {
  border: 1px solid #ccc;
}
.flex {
  display: flex;
}
.flex.single {
  display: flex;
  flex-flow: row wrap;
}
.primary-content .detali-100 {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.primary-content .tomy-main-post p {
  margin-bottom: 1em;
}
.primary-content .tomy-main-post dl {
  margin-bottom: 1em;
}
.primary-content .tomy-main-post dt {
  font-weight: bold;
}
.primary-content .tomy-main-post dd {
  margin-bottom: 1em;
}
.primary-content .detali-100 h5 {
  line-height: 1.2;
  border-left: 4px solid #bf000d;
  padding-left: 5px;
  color: #bf000d;
  font-weight: 900;
  font-size: 20px;
  margin-left: 5px;
  margin-bottom: 15px;
  margin-right: 5px;
}
.primary-content .detali-100 .last {
  margin-bottom: 2rem;
}
.cardlocker {
  text-align: center;
}
.cardlocker .komikomi {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 18px;
}
.cardlocker .taxArea {
  font-size: 24px;
  color: #ff3000;
  text-align: center;
}
.blue-midashi {
  font-size: 22px;
  line-height: 1.6;
  display: block;
  margin-bottom: 10px;
  color: #00a4d3;
}
.red-em {
  color: #bf000d;
  font-weight: bold;
}
.primary-content .detali-100 p {
  padding: 0 1em;
}
.flex-2col &gt; div {
  flex: 1;
}
.img-box {
  margin: auto;
  text-align: center;
  padding: 0;
  margin-top: 0 !important;
}
.img-box img {
  width: 100% !important;
  height: auto !important;
}
.gallery {
  display: flex !important;
  margin-bottom: 1.5em !important;
  margin-top: 1em !important; /*justify-content: space-between !important;*/
}
.formtoBtn {
  position: fixed;
  padding: 20px 10px;
  text-align: center;
  line-height: 1.0;
  z-index: 5;
  width: auto;
}
.formtoBtn a {
  text-align: center;
  /* background: #f33; */
  color: #fff;
  background: #f33;
  border-radius: 10px;
  padding: 10px;
  font-size: 3vw;
}
@media(max-width:767px) {
  .flex {
    flex-wrap: wrap;
  }
  .flex-2col &gt; div {
    flex: initial;
  }
  #gallery-1 {
    flex-wrap: wrap !important;
  }
}
/*******************************
* フォームの設定
********************************/
table.contact {
  display: flex;
  width: 100%;
  margin: 16px 0px 16px 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  word-break: break-all;
}
.contact tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.contact td {
  width: 100%;
  text-align: left;
  padding: 15px;
  border: none;
}
.contact th {
  width: 300px;
  padding: 15px;
  text-align: left;
  color: #333;
  font-weight: normal;
  font-size: 20px;
  vertical-align: middle;
  border: none;
}
.contact tr, .contact th, .contact td {
  display: flex;
  align-content: center;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="date"] {
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px;
}
/* 20181207 korenaga */
.cform {
  display: table !important;
}
.cform input[type="text"], .cform input[type="tel"], .cform input[type="email"], .cform textarea {
  width: 100% !important;
  max-width: 100% !important;
}
/* 20181207 korenaga */
.wpcf7-list-item-label {
  font-weight: bold;
}
.sample-txt {
  color: #999999;
  padding-left: 1em;
  display: inline-flex;
  align-items: center;
}
.contact textarea {
  width: 100%;
}
.your-message {
  display: block;
  width: 100%;
}
.contact-jyusyo-td {
  flex-wrap: wrap;
}
.contact-jyusyo-td p {
  display: block;
  width: 100%;
}
.wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
}
span.wpcf7-list-item {
  display: inline-flex;
  align-items: center;
}
[type=checkbox], [type=radio] {
  margin-right: 5px;
}
.wpcf7-list-item.first {
  margin-left: 0;
}
.icon {
  color: #fff;
  border-radius: 5px;
  font-size: 11px;
  padding: 3px;
  margin-left: 4px;
  white-space: nowrap;
  word-break: keep-all;
  align-self: baseline;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.hissu {
  background: #C00;
}
.wpcf7-submit {
  margin: auto;
  text-align: center;
  width: 150px;
  background: #C00;
  color: #FFF;
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
span.wpcf7-not-valid-tip {
  line-height: 1;
  font-weight: bold;
}
/* お問い合わせサンクスページ */
.thanksArea h3 {
  color: #00a4d3;
  font-size: 32px;
  margin-bottom: 24px;
  text-shadow: 2px 0px 1px rgba(7, 112, 123, 0.3);
}
.thanksArea ul {
  margin: 0 auto 24px;
  font-size: 18px;
}
.thanksArea li {
  text-indent: -1em;
  padding-left: 1em;
}
.thanksArea p {
  font-size: 14px;
}
.thanksInfo {
  text-align: center;
  margin: 56px auto 0;
}
.thanksInfo h4 {
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  font-weight: normal;
}
.thanksInfo p {
  margin-bottom: 32px;
}
@media(max-width:767px) {
  .contact tr, .contact th, .contact td {
    flex-wrap: wrap;
    display: block;
    width: 100%;
  }
  .contact tbody {
    display: block !important;
    width: 100%;
  }
  .contact th {
    padding-bottom: 0;
    font-size: 1em;
    font-weight: bold;
  }
  .sample-txt {
    padding-left: 0;
  }
  .contact * {
    box-sizing: border-box !important;
    max-width: 100% !important;
  }
  .base-info {
    display: block;
  }
}
/*追加共通プロパティ*/
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
.badge a {
  color: inherit !important;
}
.badge-primary {
  color: #fff !important;
  background-color: #00a4d3;
}
.badge-secondary {
  color: #fff !important;
  background-color: #6c757d;
}
.badge-success {
  color: #fff !important;
  background-color: #28a745;
}
.badge-info {
  color: #fff !important;
  background-color: #17a2b8;
}
.badge-warning {
  color: #212529 !important;
  background-color: #ffc107;
}
.badge-danger {
  color: #fff !important;
  background-color: #dc3545;
}
.badge-light {
  color: #212529 !important;
  background-color: #f8f9fa;
}
.badge-dark {
  color: #fff !important;
  background-color: #343a40;
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.justyfy-center {
  justify-content: center;
}
.yellow-back {
  background-color: #f5fb4d;
}
.yellow-underline {
  border-bottom: 3px solid #f5fb4d;
}
.text-muted {
  color: #636c72 !important;
}
.text-primary {
  color: #0275d8 !important;
}
.text-success {
  color: #5cb85c !important;
}
.text-info {
  color: #5bc0de !important;
}
.text-warning {
  color: #f0ad4e !important;
}
.text-danger {
  color: #d9534f !important;
}
.text-white {
  color: #fff !important;
}
.bold {
  font-weight: bold;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.waribikiWrap.first {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
  margin: 0 auto 40px;
}
.waribikiWrap.second {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
  margin: 0 auto 40px;
}
.waribikiWrap.second {
  padding: 10px;
  border: 4px solid #0674C4;
}
.waribikiWrap.second .camTitle {
  text-align: center;
  font-weight: bold;
  display: block;
  background-color: #0674c4;
  width: 100%;
  color: #fff;
  padding: 10px;
}
.waribikiWrap.second p {
  width: 100%;
  display: block;
  color: #B90205
}
.waribikiBox {
  flex-basis: 45%;
  border: 2px solid #bf000d;
  border-radius: 5px;
  padding: 10px;
}
.waribikiBox span {
  display: block;
}
.kikan {
  background-color: #bf000d;
  color: #fff;
  border-radius: 30px;
}
.kikanPrice {
  color: #bf000d;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.0;
}
@media(min-width:768px) {
  .only-sp {
    display: none !important;
  }
  .formtoBtn a {
    text-align: center;
    /* background: #f33; */
    color: #fff;
    background: #f33;
    border-radius: 10px;
    padding: 10px;
    width: 200px;
    display: block;
    right: 0;
    margin: 0 0 0 auto;
    font-size: 14px;
  }
  .formtoBtn a span {
    display: block;
  }
  .pagetop {
    position: fixed;
    z-index: 20;
    right: 20px;
    bottom: 50px;
  }
  .pagetop a {
    float: left;
    padding-top: 46px;
    height: 0 !important;
    height: 46px;
    margin: 0;
    overflow: hidden;
    outline: 0;
    background: url(https://www.tomy-box.com/wp/wp-content/themes/tomibox2018/img/pagetop.png) 50% 50% no-repeat #6d6d6d;
    width: 46px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
  }
}
@media(max-width:767px) {
  .only-sp {
    display: block !important;
  }
}
/*ブログ記事内のエディタのレイアウト*/
.basic-post-contant-main .primary-content {}
.basic-post-contant-main .text-center {
  text-align: center;
}
.basic-post-contant-main .text-right {
  text-align: right;
}
.basic-post-contant-main .text-left {
  text-align: left;
}
.basic-post-contant-main .aligncenter {
  float: center;
}
.basic-post-contant-main .text-center img, .basic-post-contant-main .text-left img, .basic-post-contant-main .text-right img {
  display: inline !important;
}
.basic-post-contant-main .primary-content .alignright {
  float: right;
}
.basic-post-contant-main .primary-content .alignleft {
  float: left;
}
.basic-post-contant-main div, .basic-post-contant-main p {
  clear: both;
  overflow: hidden;
}
.basic-post-contant-main br, .basic-post-contant-main hr {
  clear: both;
}
/******************************:
* 以下、下層ページ
********************************/
/*　施設紹介ガイド　土屋追加　*/
/*　前田追記あり　*/
/*　トミーBOXとは？　*/
.page-facility-whats {
  width: 100%;
  background: url("https://www.tomy-box.com/wp/wp-content/uploads/2018/11/facility-whats-bg.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.tomibox-content {
  line-height: 1.5;
}
.page-facility-whats-text {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
}
.page-facility-whats-text p {
  font-size: 1em;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.page-facility-whats-text p span {
  font-size: 1.375em;
  color: #bf000d;
  font-weight: bold;
}
.page-facility-whats-boxspace {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-facility-whats-box {
  border-radius: 6px;
  border: 3px solid #bf000d;
  width: 48%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-facility-whats-box, .page-facility-whats-box02 p {
  /* padding-top: 10px; */
  /* padding-left: 15px; */
  /* padding-right: 15px; */
  padding-bottom: 10px;
}
.page-facility-whats-box p {
  margin: 10px 30px 30px;
}
.whats-box-ttl {
  background: #bf000d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
/* 20181207 korenaga */
.whats-box-icons {
  width: 98%;
  margin: 20px auto 0;
}
.whats-box-icons img {
  width: 100%;
}
.whats-box-icons02 img {
  margin-top: 28px;
}
.whats-box-icons03 img {
  margin-top: 31px;
}
.facility-lineup-info p {
  font-size: 18px;
  font-weight: bold;
  color: #bf1d0b;
  border-left: 5px solid #bf000d;
  margin: 10px 0; /*padding-left: 5px;*/
}
.facility-lineup-info02 p {
  font-size: 18px;
  font-weight: bold;
  color: #bf1d0b;
  border-left: 5px solid #bf000d;
  margin: 10px 0;
  padding-left: 5px;
}
.facility-lineup-info p .al-tomybox, .facility-lineup-info02 p .al-tomybox {
  display: block;
  padding: 3px 5px;
}
.facility-lineup-info p .al-tomybox:hover, .facility-lineup-info02 p .al-tomybox:hover {
  background-color: #fffeed;
  color: #ff8b03 !important;
}
.lineup-text-ttl {
  background: #bf000d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  text-align: right;
  padding: 3px;
}
.facility-lineup {
  margin-bottom: 50px;
  margin-top: 50px;
}
.facility-lineup-contents {
  display: flex;
}
.facility-lineup-info img {
  margin: auto;
}
.facility-lineup-box {
  padding: 0 5px;
}
@media(min-width:971px) {
  .page-id-97 .facility-lineup-box {
    width: 49.999% !important;
  }
}
.facility-lineup-text p {
  padding: 20px 10px 50px;
}
.facility-about-intro {
  background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/12/23b2cdcf75758b4b84d3bc7e8043bcf2.jpg) no-repeat center center;
  text-align: center;
  padding-top: 115px;
  padding-bottom: 155px;
  background-size: auto;
}
.facility-about-intro p {
  margin: auto;
  display: block;
  width: 60%;
  font-size: 15px;
}
.facility-about-intro p span {
  font-size: 18px;
  color: #00a4d3;
  font-weight: bold;
}
.intro-ttl {
  margin-bottom: 20px;
}
.intro-ttl span {
  font-size: 18px;
  color: #00a4d3;
  font-weight: bold;
}
.facility-about-contents-top img {
  width: 100%;
}
.facility-about-contents-inner01-ttl h3 {
  color: #000;
  font-size: 18px;
  border-left: 5px solid #bf000d;
  padding-left: 10px;
  margin: 30px 0 10px;
}
.facility-about-contents-inner01 {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.facility-about-contents-inner01 .boxTextWrap {
 flex-basis: 100%;
 max-width: 100%;
 
}
.facility-about-contents-inner01 .boxTypeWrap {
 flex-basis: 100%;
 max-width: 100%;  display: flex;
  justify-content: space-between;
 
}
.facility-about-contents-inner01 .boxTypeBlock {
 flex-basis: 49%;
 max-width: 49%;
 text-align: center;
 
}
.facility-about-contents-inner01 .boxTypeBlock img {
margin: auto;
 
}
.facility-about-contents-inner01-text {
  width: 50%;
}
.facility-about-contents-inner01-detail {
  font-size: 17px;
  margin: 20px 0;
}
span.normal {
  font-size: 15px;
}
.inner_img {
  width: 40%;
}
.inner_img img {
  width: 100%;
  padding-top: 60px;
}
.facility-about-contents-inner02 img {
  width: 100%;
  margin: 30px 0;
}
.recomend {
  display: flex;
  background: #ffffc9;
  /*margin: 30px 0;*/
  padding: 10px;
  position: relative;
}
.recomend .imgbox {
  min-width: 209px;
  overflow: visible;
  margin: 0 auto;
}
.recomend-text {
  padding: 15px;
}
.recomend-text span {
  font-size: 18px;
  font-weight: bold;
  color: #00a4d3;
}
.recomend-text a {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.place-list {
  margin: 50px 0 40px;
}
.place-list-ttl h3 {
  color: #000;
  font-size: 22px;
}
.place-list-ttl {
  background: #f3f3f3;
  padding: 20px 10px;
}
.place-list ul {
  margin: 10px 0 20px;
}
.place-list ul li {
  border-bottom: 2px solid #f3f3f3; /*padding: 10px 15px;*/
}
.place-list ul li a {
  color: #000 !important;
  font-size: 135%;
  font-weight: bold;
  display: block;
  border-left: 3px solid #fff;
  padding: 10px 15px;
}
.place-list ul li a:hover {
  background-color: #fffeee;
  border-left: 3px solid #ff8b03;
  color: #ff8b03 !important;
}
.place-list ul li a span {
  font-size: 80%;
  font-weight: normal;
}
.facility-about-contents-top {
  font-size: 18px;
  font-weight: bold;
  color: #00a4d3;
}
.facility-about-contents-inner03-ttl h3 {
  color: #000;
  font-size: 18px;
  border-left: 5px solid #bf000d;
  padding-left: 10px;
  margin: 30px 0 10px;
}
.facility-about-contents-inner03 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.facility-about-contents-inner03-text {
  width: 50%;
}
.facility-about-contents-inner03 img {
  margin-top: 40px;
}
.base-detail-info-2col {
  display: flex;
  justify-content: space-around;
}
.base-detail-info-2col, .base-detail-info-1col {
  margin-bottom: 1%;
}
.base-detail-info-1col-item, .base-detail-info-2col-item {
  background-color: #FFF;
  padding: 5px 0px;
}
.base-detail-info-2col-inbanner {
  justify-content: space-around;
}
.base-detail-info-1col-item {
  margin: 0 0.5%;
}
.base-detail-info-2col-inbanner .base-detail-info-2col-item {
  background-color: #FFFFEF;
  border-radius: 1.5rem;
  padding: 1rem;
  width: 45%;
  border: 3px solid #f5fb4d;
  font-size: small;
  vertical-align: center;
}
.base-detail-info-2col-inbanner .base-detail-info-2col-item .badge-pill {
  margin-right: 5px;
}
.base_info-template-default .primary-content .detali-100 {
  background-color: #fcfcfc;
}
.triangle img {
  margin: 30px auto 0;
}
/*　施設紹介ガイドsp　伊藤追加　*/
@media(max-width:970px) {
  .facility-lineup-contents {
    display: flex;
    flex-wrap: wrap;
  }
  .facility-lineup-info02 img {
    margin: auto;
  }
  .facility-lineup-info img {
    width: 80%;
  }
  .facility-lineup-info02 img {
    width: 80%;
  }
  .facility-lineup-box {
    /*margin-top: 25px;*/
    margin-bottom: 25px;
  }
  .facility-about-contents-top img {
    width: 100%;
    margin-top: 30px;
  }
}
@media(max-width:767px) {
  .page-facility-whats {
    width: 100%;
    background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/11/facility-whats-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .page-facility-whats-text {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  .page-facility-whats-text p {
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page-facility-whats-boxspace {
    display: block;
  }
  .page-facility-whats-box {
    width: 100%;
  }
  .whats-box-icons img {
    margin: auto;
  }
  .whats-box-icons02 img {
    margin: 28px auto 0;
  }
  .whats-box-icons03 img {
    margin: 31px auto 0;
  }
  .lineup-text-ttl {
    background: #bf000d;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 4px;
    text-align: right;
    padding: 3px;
  }
  .facility-lineup {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .facility-lineup-text p {
    padding: 10px 10px 10px;
  }
  .facility-lineup-contents {
    display: flex;
    flex-wrap: wrap;
  }
  .facility-lineup-info02 img {
    margin: auto;
  }
  /*.facility-about-intro {
    background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/12/23b2cdc….jpg) no-repeat center center;
    text-align: center;
    /*padding-top: 35px;
    padding-bottom: 55px;
    background-size: cover;
}*/
  .intro-ttl span {
    font-size: 14px;
    color: #00a4d3;
    font-weight: bold;
  }
  .facility-about-contents-top img {
    width: 100%;
    margin-top: 15px;
  }
  .facility-about-intro {
    background-size: cover;
    padding: 25px 15px;
    background-position: left;
  }
  .facility-about-intro p span {
    font-size: 15px;
    color: #00a4d3;
    font-weight: bold;
  }
  .facility-about-intro p {
    margin: auto;
    display: block;
    width: 100%;
    font-size: 13px;
    /*padding: 0 5px;*/
    text-align: left;
  }
  .facility-about-intro_text {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px 5px;
  }
  .facility-about-contents-inner01 {
    display: block;
  }
  .facility-about-contents-inner01-text {
    width: 100%;
  }
  .inner_img {
    width: 100%;
  }
  .inner_img img {
    width: 100%;
    padding-top: 0px;
  }
  .recomend {
    flex-wrap: wrap;
    padding: 10px 5px;
  }
  .recomend-text {
    padding: 15px 0px;
  }
  .center {
    text-align: center;
  }
  .recomend img {
    margin: auto;
  }
  .place-list {
    margin: 20px 0 40px;
  }
  .place-list-ttl h3 {
    color: #000;
    font-size: 18px;
  }
  .place-list ul li a {
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
  }
  .facility-about-contents-top {
    font-size: 16px;
    font-weight: bold;
    color: #00a4d3;
  }
  .facility-about-contents-inner03 {
    display: block;
  }
  .facility-about-contents-inner03-text {
    width: 100%;
  }
  .facility-about-contents-inner03 img {
    margin: 40px auto 0;
    width: 100%;
  }
  .facility-lineup-info img {
    width: 100%;
  }
  .facility-lineup-info02 img {
    width: 100%;
  }
  .facility-about-contents-inner01-detail {
    font-size: 17px;
    margin: 20px 0 0;
  }
  .facility-about-contents-inner03 img {
    margin: 5px auto 0;
    width: 100%;
  }
}
/*　ご利用ガイド　伊藤追加　*/
.guide_intro {
  width: 100%;
  background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/12/tommy_guide.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.guide_intro_text {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
}
.guide_intro_text p {
  font-size: 1em;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.guide_intro_text p span {
  font-size: 1.375em;
  color: #bf000d;
  font-weight: bold;
}
article {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 25px; /*padding-bottom: 25px;*/
}
.bold {
  font-weight: bold;
}
/*article p {
	font-size: 1em;
    padding-left: 25px;
    padding-right: 25px;
}*/
/**** guide_intro ***/
.guide_flow ul {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 25px;
}
.guide_flow ul li {
  position: relative;
  width: 15%;
  text-align: center;
  background-color: #bf000d;
  border-radius: 4px;
  color: #fff;
  padding: 10px 5px;
}
.guide_flow ul li p, h3 {
  color: #fff;
  font-weight: bold;
}
.guide_flow ul li:hover {
  /*background:  #ff8b03;*/
}
.guide_flow h3 {
  font-size: 18px;
}
.guide_flow ul li:not(:last-child)::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #00BCD4;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -17px;
}
/*.guide_flow ul li::after {
	position: absolute;
     content: '';
     width: 12px;
     height: 12px;
     border-top: solid 2px #000;
     border-right: solid 2px #000;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 40%;
     right: -50px;
     margin-top: -3px;
}*/
/*** guide_chart ***/
#guide_chart {
  /*margin-top: 50px;*/
}
/*#guide_chart article {
	 display:flex;	
	 border-radius: 6px;
     border: 3px solid #be0004;
	 padding: 0;
	 margin-top: 20px; 
	}*/
.chart_box {
  display: flex;
  border-radius: 6px;
  border: 3px solid #bf000d;
  padding: 0; /*margin-top: 20px;*/
}
.chart_guide::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 24px;
  border-color: transparent transparent transparent #00BCD4;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 48%;
  transform: rotate(90deg);
  position: relative;
}
.chart_head {
  background: #bf000d;
  width: 20%;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  position: relative;
}
.chart_head h3 {
  font-size: 18px;
}
.chart_head_last {
  width: 100%;
  background: #bf000d;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
}
.chart_head_last h3 {
  font-size: 18px;
}
.chart_contents {
  background: #ffffc9;
  width: 100%;
  padding-bottom: 8px;
}
.chart_contents p {
  margin: 10px 0 5px 20px;
  line-height: 2rem;
  font-size: 115%;
}
.chart_contents a {
  display: inline-block;
}
.chart_contents table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #000;
  margin-left: 20px;
}
.chart_contents table tr {
  border-bottom: 1px solid #000;
}
.chart_contents table tr th {
  text-align: left;
  background: #ff8b03;
  padding: 5px 10px;
  border-right: 1px solid #000;
}
.chart_contents table tr td {
  padding: 5px 10px;
  background: #fff;
}
.chart_contents_05 {
  background: #ffffc9;
  width: 100%;
}
.chart_contents_05 p {
  margin: 10px 0 5px 20px;
  line-height: 2rem;
  font-size: 115%;
}
.chart_contents_05 img {
  margin: 20px;
}
.about_seeing {
  margin-top: 90px;
}
.seeing_contents {
  /*display: flex;*/
}
.seeing_contents p {
  border-left: 10px solid #bf1d0b;
  padding: 0 0 0 10px;
  /* [disabled]height: 30%;
*/
}
.seeing_contents ul {
  display: flex;
  width: 100%;
}
.seeing_contents ul li {
  margin: 55px 0px;
  /* korenaga */
  width: 50%;
}
/* 20181218 korenaga */
.seeing_contents ul li div {
  max-width: 333px !important;
  margin: 0 auto;
}
.seeing_contents ul li div img {
  margin-bottom: 5px;
}
.seeing_contents ul li div p.wp-caption-text {
  border-left: 2px solid #BF1D0B;
}
/* 20181218 korenaga fin */
.seeing_contents ul li img {
  width: 100%; /*max-width: 300%;*/
  /*width: 300%;*/
  /* margin-left: 138px; */
}
/*** for_top ***/
/*section#for_top {
    margin: 90px auto 90px;
   width: 51%;
    text-align: center;
}*/
section#for_top a {
  color: #000;
  background: #feffc9;
  padding: 30px;
  border-radius: 40px;
  font-weight: bold;
  display: block;
}
section#for_top a:hover {
  background: #ff8b03;
}
.midashi_wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  margin: 16px auto 8px;
  width: 96%;
}
.midasi_img {
  flex: 0 1 auto;
  width: 28%;
}
.midasi {
  flex: 1 1 auto;
  color: #ee1625;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
  margin-left: 10px;
  line-height: 1.2;
}
.electronic_contract_wrap ul {
  font-size: 18px;
  color: #138e7d;
  margin: 0 auto 8px 60px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
}
/*** page_footer ***/
section#page_footer img {
  margin: 0px auto;
}
.footer_border::before {
  content: '';
  width: 20%;
  /* height: 0; */
  /* border-style: solid; */
  /* border-width: 0px 100px 2px 100px; */
  /* border-color: #bf1d0b; */
  display: block;
  vertical-align: middle;
  /* position: absolute; */
  /* top: 10px; */
  /* bottom: 0; */
  /* margin: auto; */
  /* left: 40%; */
  /* position: relative; */
  border-bottom: 2px solid #bf000d;
  margin: 20px auto 0;
}
.only-sp {
  display: none;
}
/*** ご利用ガイドsp　伊藤追記　***/
@media(max-width:970px) {}
@media(max-width:767px) {
  .guide_intro {
    width: 100%;
    background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/12/tommy_guide.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .guide_intro_text {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  .guide_intro_text p {
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    padding-bottom: 25px; /*margin: 0 5px;*/
  }
  .guide_intro_text p span {
    font-size: 16px;
    color: #bf000d;
    font-weight: bold;
  }
  .guide_flow ul {
    display: block;
    margin-bottom: 25px;
  }
  .guide_flow ul li {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #bf000d;
    border-radius: 4px;
    color: #fff;
    padding: 10px 5px;
  }
  .guide_flow ul li:not(:last-child)::before {
    display: none;
  }
  #guide_chart {
    margin-top: 20px;
  }
  .chart_guide::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 24px;
    border-color: transparent transparent transparent #00BCD4;
    display: inline-block;
    vertical-align: middle;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    margin: auto;
    left: 45%;
    transform: rotate(90deg);
    position: relative;
  }
  .chart_box {
    display: block;
    border-radius: 6px;
    border: 3px solid #be0004;
    padding: 0; /* margin-top: 20px; */
  }
  .chart_head {
    background: #bf000d;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    position: relative;
  }
  .chart_contents {
    background: #ffffc9;
    width: 100%;
    padding: 20px 10px;
  }
  .chart_contents p {
    margin: 0px 10px 0px 20px;
    line-height: 2rem;
  }
  .chart_contents_05 {
    background: #ffffc9;
    width: 100%;
    padding: 20px 10px;
  }
  .chart_contents_05 p {
    margin: 0px 10px 0px 20px;
    line-height: 2rem;
  }
  .chart_contents_05 img {
    margin: 10px auto 20px;
    display: block;
    width: 100%;
  }
  .about_seeing {
    margin-top: 50px;
  }
  .seeing_contents ul {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .seeing_contents ul li {
    margin: 55px 130px;
    margin: 0;
    /* korenaga */
    width: 100%;
  }
  /* 20181218 korenaga */
  .seeing_contents ul li div {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  /* 20181218 korenaga fin */
  .seeing_contents ul li img {
    width: 100%;
    /* margin-left: 138px; */
    margin-bottom: 5px;
  }
  section#guide_intro article {
    padding-top: 0;
  }
  /*section#for_top {
    margin: 25px auto;
    width: 25%;
}*/
  section#for_top a {
    color: #000;
    background: #feffc9;
    padding: 5px 0px;
    border-radius: 40px;
    font-weight: bold;
    font-size: 12px;
  }
  /*.footer_border {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 100px 2px 100px;
    border-color: #bf1d0b;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
    left: 15%;
    position: relative;
}*/
  .footer_border::before {
    content: '';
    width: 40%;
    /* height: 0; */
    /* border-style: solid; */
    /* border-width: 0px 100px 2px 100px; */
    /* border-color: #bf1d0b; */
    display: block;
    vertical-align: middle;
    /* position: absolute; */
    /* top: 10px; */
    /* bottom: 0; */
    /* margin: auto; */
    /* left: 40%; */
    /* position: relative; */
    border-bottom: 2px solid #bf000d;
    margin: 20px auto 0;
  }
  .chart_contents table {
    margin-right: 10px;
  }
  .seeing_contents {
    display: block;
  }
}
/* よくある質問　伊藤追記　*/
/*** faq_intro ***/
.faq_intro {
  width: 100%;
  background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/11/tommy_faq.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.faq_intro_text {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
}
.faq_intro_text p {
  font-size: 1em;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.faq_intro_text p span {
  font-size: 1.375em;
  color: #bf000d;
  font-weight: bold;
}
/*** Q&amp;A ***/
section#faq {
  margin-top: 30px;
}
.faq-item {
  margin-bottom: 20px;
}
.faq-item .question .q_text {
  font-size: 120%;
  font-weight: bold;
}
.question {
  display: flex;
  align-items: center;
  background: #feffc9;
  color: #333;
  /*padding: 10px 10px;*/
  border-radius: 4px;
}
.faq-item .question:hover {
  background: #ffbb55;
  cursor: pointer;
}
.question .q_icon {
  font-size: 150%;
  display: block;
  padding: 14px;
  background: #ff8b03;
  color: #fefffe;
  margin-right: 16px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: bold;
}
.faq-item .answer {
  padding: 16px;
  border-radius: 16px;
  margin: 5px 0 20px;
  display: flex;
}
.answer .a_icon p {
  font-size: 130%;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #ff8b03;
  border-radius: 30px;
  padding: 9px 12px;
  line-height: 1em;
  background: #fff;
  color: #ff8b03;
  margin-right: 16px;
}
.a_text {
  line-height: 2em;
  width: 100%;
  padding-top: 5px;
}
/*** よくある質問sp　伊藤追記　***/
@media(max-width:767px) {
  .faq_intro {
    width: 100%;
    background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/11/tommy_faq.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  article {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px; /* padding-bottom: 25px; */
  }
  .faq_intro_text {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  .faq_intro_text p {
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    padding-bottom: 25px; /*margin: 0 5px;*/
  }
  .faq_intro_text p span {
    font-size: 16px;
    color: #bf000d;
    font-weight: bold;
  }
  .faq-item .question .q_text {
    font-size: 100%;
    font-weight: bold;
  }
  .faq-item .answer {
    padding: 16px 0;
    border-radius: 16px;
    margin: 5px 0 20px;
    display: flex;
  }
  .a_text {
    line-height: 2.5em;
    font-size: 13px;
  }
  .only-pc {
    display: none;
  }
}
/* 不用品の買取・処分　*/
/**** purchase_intro ***/
.purchase_intro {
  width: 100%;
  background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/11/image_edogawa.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.purchase_intro_text {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  display: flex;
}
.purchase_intro_text p {
  font-size: 1em;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.purchase_intro_text p span {
  font-size: 1.375em;
  color: #bf000d;
  font-weight: bold;
}
.intro_img {
  width: 100%;
  padding: 30px;
}
p.intro_ttl {
  font-weight: bold;
  font-size: 1.375em;
  color: #c00;
}
/**** purchase_happy ***/
.purchase_happy {
  width: 100%;
  margin-top: 80px;
}
.purchase_happy_header {
  background-image: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/11/purchase_happy.jpg);
  background-size: cover;
  padding: 200px 0px;
  position: relative;
}
.purchase_happy_header02 {
  background-image: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/11/purchase_happy05.png);
  background-size: cover;
  background-position: center center;
  padding: 200px 0px;
  position: relative;
  background-color: #dff;
}
/* 20181207 korenaga */
.purchase_happy_header .logobox, .purchase_happy_header02 .logobox {
  width: 250px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
}
.purchase_happy_header .logobox img, .purchase_happy_header02 .logobox img {
  width: 100%;
}
/* 20181207 koreanga fin */
.happy_logo img {
  width: 35%;
  margin: 28px auto 33px;
}
.happy_logo02 img {
  width: 25%;
  margin: auto;
}
.purchase_happy_text {
  /*display: flex;
	justify-content: space-evenly;*/
  padding: 0 0 35px;
  /*background: #feffc9;*/
  /*text-align: center;*/
  /*color: #bf1d0b;*/
  margin: 0 auto; /*width: 55%;*/
}
.purchase_banner {
  margin-top: 11px;
}
/* 20181207 korenaga */
.purchase_banner_inner {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0px;
}
.purchase_banner_inner a:hover {
  opacity: 0.7;
}
/* 20181207 korenaga fin */
.purchase_happy_info {
  width: 100%;
  margin-top: 30px;
}
.purchase_happy_info img {
  margin: auto;
  width: 60%;
}
.purchase_happy_info p a {
  /*background: #ffffff;*/
  /*padding: 0 10px;*/
  /*border-radius: 16px;*/
}
.happy_info_ttl {
  /*text-align: center;*/
}
/* 20181207 korenaga */
.askinfo {
  width: 100%;
  max-width: 400px;
  padding: 20px 10px;
  border: 2px solid #BF000D;
  text-align: center;
  margin: 30px auto 0px;
}
.askinfo .tel {
  font-size: 250%;
}
/* 20181207 korenaga fin */
span.tel {
  font-size: 150%;
  font-weight: bold;
  color: #bf1d0b; /*background: #ffffff;
    padding: 0 20px;
    border-radius: 16px;*/
}
.purchase_banner_inner img {
  /*margin: auto;*/
}
.ask {
  /*font-size: 16px;
	margin-top: 20px;*/
}
.ask a {
  border-bottom: 1px solid #bf1d0b;
  padding-bottom: 5px;
}
.border {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 12px 1px 55px;
  border-color: #000000;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 0;
  position: relative;
}
section#for_top_purchase {
  margin: 90px auto 90px;
  width: 37%;
}
section#for_top_purchase a {
  color: #000;
  background: #feffc9;
  padding: 30px;
  border-radius: 40px;
  font-weight: bold;
}
section#for_top_purchase a:hover {
  background: #ff8b03;
}
section#page_footer {
  position: relative;
}
/*.footer_border {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 100px 2px 100px;
    border-color: #bf1d0b;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 80%;
    margin: auto;
    /* position: relative; */
/* right: -2%; */
/* top: -62%; 
}*/
/*** 不用品の買取・処分sp　伊藤追記　***/
@media(max-width:767px) {
  .purchase_intro {
    width: 100%;
    background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/11/image_edogawa.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .purchase_intro_text {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    display: block;
  }
  .intro_img {
    width: 100%;
    padding: 0px;
  }
  .purchase_intro_text p {
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    padding-bottom: 25px; /*margin: 0 5px;*/
  }
  .purchase_intro_text p span {
    font-size: 16px;
    color: #bf000d;
    font-weight: bold;
  }
  .happy_logo img {
    width: 100%;
    margin: 28px auto 33px;
  }
  .happy_logo02 img {
    width: 70%;
    margin: auto;
  }
  .purchase_happy {
    width: 100%;
    margin-top: 10px;
  }
  .purchase_happy_text {
    display: block;
    /* justify-content: space-evenly; */
    padding: 0 0 35px;
    /* background: #feffc9; */
    /* text-align: center; */
    width: 100%;
  }
  .purchase_happy_info {
    width: 100%;
    margin-top: 10px;
  }
  .askinfo {
    width: 100%;
    max-width: 400px;
    padding: 20px 10px;
    border: 2px solid #BF000D;
    text-align: center;
    margin: 15px auto 0px;
  }
  .askinfo .tel {
    font-size: 220%;
  }
  .openclose_purchase {
    font-size: 112%;
  }
  .purchase_banner_inner {
    font-size: 16px;
    margin-top: 10px;
  }
  section#for_top_purchase {
    margin: 25px auto;
    width: 25%;
  }
  section#for_top_purchase a {
    color: #000;
    background: #feffc9;
    padding: 5px 0;
    border-radius: 40px;
    font-weight: bold;
    font-size: 10px;
  }
  /*.footer_border {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 100px 2px 100px;
    border-color: #bf1d0b;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 17%;
    margin: auto;
    left: 25%;
}*/
}
/*** 便利な活用法　伊藤追記 ***/
.method_intro {
  width: 100%;
  background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/12/tommy_method.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.method_intro_text {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
}
.method_intro_text p {
  font-size: 1em;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.method_intro_text p span {
  font-size: 1.375em;
  color: #bf000d;
  font-weight: bold;
}
.method_contents {
  margin-top: 80px;
}
.method_box {
  border: 3px solid #bf000d;
  border-radius: 6px;
  margin-top: 20px;
}
.method_box_ttl {
  background: #bf000d;
}
.method_box_text {
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.method_box_img {
  padding: 30px;
}
.method_box_img img {
  width: 75%;
  margin: auto;
}
span.bottom {
  margin-bottom: -15px;
}
section#for_top_method {
  margin: 90px auto 90px;
  width: 38%;
}
section#for_top_method a {
  color: #000;
  background: #feffc9;
  padding: 30px;
  border-radius: 40px;
  font-weight: bold;
}
section#for_top_method a:hover {
  background: #ff8b03;
}
/**** 便利な活用法sp ****/
@media(max-width:767px) {
  .method_intro {
    width: 100%;
    background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/12/tommy_method.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .method_intro_text {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  .method_intro_text p {
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    padding-bottom: 25px; /*margin: 0 5px;*/
  }
  .method_intro_text p span {
    font-size: 16px;
    color: #bf000d;
    font-weight: bold;
  }
  .method_contents {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .method_box_img {
    padding: 15px;
  }
  .method_box_img img {
    width: 100%;
    margin: auto;
  }
  .method_box_text {
    text-align: left;
  }
  section#for_top_method a {
    color: #000;
    background: #feffc9;
    padding: 5px 0;
    border-radius: 40px;
    font-weight: bold;
    font-size: 10px;
  }
  section#for_top_method {
    margin: 25px auto;
    width: 25%;
  }
}
/*** ご契約・お支払い方法　伊藤追記　***/
.contract_intro {
  width: 100%;
  background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/12/tommy_contract.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.contract_intro_text {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
}
.contract_intro_text p {
  font-size: 1em;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.contract_intro_text p span {
  font-size: 1.375em;
  color: #bf000d;
  font-weight: bold;
}
.contract_box {
  padding-top: 10px;
}
.contract_box_text {
  margin-bottom: 30px;
}
.contract_box_text table {
  border-spacing: 0px 15px;
  border-collapse: separate;
}
.contract_box_text th {
  font-weight: bold;
  width: 25%;
}
.contract_box_text td {
  padding-left: 20px;
}
.contract_ul01 {
  /*margin-left: 15px;*/
}
.contract_ul01 li {
  margin-bottom: 15px;
}
.contract_ul01_inner {
  margin-left: 15px;
}
.contract_ul01_inner li {
  margin-bottom: 5px;
}
span.link a {
  font-weight: bold;
  border-bottom: 1px solid #bf000d; /*padding-bottom: 5px;*/
}
span.link a:hover {
  color: #ff8b03;
  border-bottom: 1px solid #ff8b03;
}
.page-id-90 .primary-content .cp_tab .cp_tabpanel {
  /* padding: 0.5em 1em; */
  border: 1px solid #cccccc;
  padding: 1em;
}
/**** 必要書類タブ設定　***/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_tab {
  margin: 1em auto;
}
.cp_tab &gt; input[type='radio'] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.cp_tab .cp_tabpanel {
  display: none;
}
.cp_tab &gt; input:first-child:checked ~ .cp_tabpanels &gt; .cp_tabpanel:first-child, .cp_tab &gt; input:nth-child(3):checked ~ .cp_tabpanels &gt; .cp_tabpanel:nth-child(2), .cp_tab &gt; input:nth-child(5):checked ~ .cp_tabpanels &gt; .cp_tabpanel:nth-child(3), .cp_tab &gt; input:nth-child(7):checked ~ .cp_tabpanels &gt; .cp_tabpanel:nth-child(4), .cp_tab &gt; input:nth-child(9):checked ~ .cp_tabpanels &gt; .cp_tabpanel:nth-child(5), .cp_tab &gt; input:nth-child(11):checked ~ .cp_tabpanels &gt; .cp_tabpanel:nth-child(6) {
  display: block;
}
.cp_tab &gt; label {
  position: relative;
  display: inline-block;
  padding: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background-color: #ddd;
  color: #aaa;
}
.cp_tab &gt; label:hover, .cp_tab &gt; input:focus + label {
  color: #0066cc;
  background-color: #f5f5f5;
}
.cp_tab &gt; input:checked + label {
  margin-bottom: -1px;
  border-color: #cccccc;
  border-bottom: 1px solid #fff; /*背景色と同じ*/
  background-color: #fff;
  color: #000;
}
.cp_tab .cp_tabpanel {
  /*padding: 0.5em 1em;*/
  border-top: 1px solid #cccccc;
}
@media (max-width: 480px) {
  .cp_tab {
    width: 100%; /*font-size: 0.8em;*/
  }
  .cp_tab label {
    padding: 0.5em;
  }
}
.map iframe {
  width: 100%;
  margin-top: 30px;
}
.footer_border_contract {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 100px 2px 100px;
  border-color: #bf1d0b;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 75%;
  margin: auto;
  /* position: relative; */
  right: 41%; /* top: -56%; */
}
.red {
  color: #bf000d !important;
}
.contract_ul02 li {
  margin-bottom: 15px;
}
/*section#for_top {
    margin: 90px auto 90px;
    width: 40%;
}*/
section#for_top_contract a {
  color: #000;
  background: #feffc9;
  padding: 30px;
  border-radius: 40px;
  font-weight: bold;
}
section#for_top_contract {
  margin: 90px auto 90px;
  width: 35%;
}
section#for_top_contract a:hover {
  background: #ff8b03;
}
/*** ご契約・お支払い方法sp　伊藤追記　***/
@media(max-width:767px) {
  .contract_intro {
    width: 100%;
    background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/12/tommy_contract.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .contract_intro_text {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  .contract_intro_text p {
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    padding-bottom: 25px; /*margin: 0 5px;*/
  }
  .contract_intro_text p span {
    font-size: 16px;
    color: #bf000d;
    font-weight: bold;
  }
  .contract_box_text table {
    border-spacing: 0px 28px;
    border-collapse: separate;
  }
  .contract_box_text th {
    font-weight: bold;
    width: 100%;
    padding-left: 1em;
    text-indent: -1em;
    display: block;
  }
  .contract_box_text td {
    padding-left: 3em;
    text-indent: -2em;
    font-size: 13px;
    width: 100%;
    display: block
  }
  .contract_ul01 li {
    padding-left: 1em;
    text-indent: -1em;
  }
  ul.contract_ul01_inner li {
    padding-left: 1em;
    text-indent: -1.5em;
    font-size: 13px;
  }
  .contract_ul02 li {
    margin-bottom: 15px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .cp_tab {
    margin: 0 auto 20px;
  }
  .cp_tab label {
    width: 50%;
  }
  section#for_top_contract {
    margin: 25px auto;
    width: 25%;
  }
  section#for_top_contract a {
    color: #000;
    background: #feffc9;
    padding: 10px 0;
    border-radius: 40px;
    font-weight: bold;
    font-size: 10px;
  }
  .footer_border_contract {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 100px 2px 100px;
    border-color: #bf1d0b;
    display: inline-block;
    vertical-align: middle;
    /* position: absolute; */
    bottom: 75%;
    margin: auto;
    position: relative;
    /* top: -56%; */
    left: 20%;
  }
}
/*** お問合せ　伊藤追記 ***/
.form {
  margin: auto;
  width: 100%;
}
input[type="text"], input[type="tel"], input[type="email"] {
  width: 57%;
  max-width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 57%;
}
@media(max-width:767px) {
  .primary-content .ttl h2 {
    font-weight: bold;
    color: #bf000d;
    font-size: 2.5em;
  }
  .base-detail-info-2col-inbanner .base-detail-info-2col-item {
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    display: block;
    justify-content: space-between;
  }
}
.simple-h3 {
  font-size: 18px;
  line-height: 1.1;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media(max-width:767px) {
  .simple-h3 {
    display: block;
    text-align: center;
  }
}
.base-detail-info-2col-inbanner .base-detail-info-2col-item .simple-h3 {
  padding: 0.5em 0;
}
@media(max-width:767px) {
  .base-detail-info-2col {
    display: block;
  }
  .waribikiWrap.first {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    text-align: center;
  }
  .waribikiWrap.second {
    text-align: center;
  }
  .waribikiBox {
    flex-basis: 100%;
    border: 2px solid #bf000d;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .waribikiBox span {
    display: block;
  }
  .kikan {
    background-color: #bf000d;
    color: #fff;
    border-radius: 30px;
  }
  .kikanPrice {
    color: #bf000d;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.0;
  }
}
.base-detail-info-2col &gt; div {
  width: 49%;
  box-sizing: border-box;
  background-color: #FFF;
}
.base-detail-info-2col-item-flex {
  display: flex;
}
.base-detail-info-location iframe {
  width: 100% !important;
}
.gallery-item {
  display: flex;
  justify-content: center;
  width: auto !important;
  margin-right: 50px;
}
.gallery .gallery-item:last-child {
  margin-right: 0;
}
@media(max-width:767px) {
  .gallery-item {
    margin-right: 0;
  }
}
.gallery br {
  display: none !important;
}
.ttl-sub-area {
  display: flex;
  justify-content: space-between;
}
.ttl-tag-list-area span {
  font-size: 1rem !important;
  display: inline-flex;
  align-content: middle;
}
.ttl-tag-list-area span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  padding-right: 0.5em;
}
/*お荷物引き取り料金ページ*/
.left {
  text-align: left;
}
.price_intro {
  width: 100%;
  background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/12/tommy_price.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.price_intro_text {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
}
.price_intro_text p {
  font-size: 1em;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.price_intro_text span {
  font-size: 1.375em;
  color: #bf000d;
  font-weight: bold;
}
.page-id-142 table, .page-id-142 tr, .page-id-142 th, .page-id-142 td {
  border: 1px solid #ccc !important;
  vertical-align: middle;
  text-align: center;
  /*padding:0 1em;*/
  padding: 1em;
}
.page-id-142 table {
  width: 100%;
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}
.tgl-btn {
  padding: 6px;
  background-color: #ffeec9;
  color: #333;
  border-bottom: 2px solid #ccc;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.up:before {
  margin-right: 1em;
  font-family: "Font Awesome 5 Free";
  content: "\f139" !important;
  font-weight: bold;
}
.tgl-btn:before {
  margin-right: 1em;
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-weight: bold;
}
.tgl_panel_box01 &gt; div.haisou_area-price_cover:first-child &gt; div {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tgl_panel_box01-last-btn {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.haosouryoukin_hosoku_setsumei {
  margin-top: 1em;
}
.haosouryoukin_hosoku_setsumei table {
  background: #fff;
}
.tgl-panel th, .haosouryoukin_hosoku_setsumei table tr th {
  background-color: #dfdfdf;
  width: 30%;
}
.blue-h4 {
  font-size: 22px;
  line-height: 1.6;
  display: block;
  margin-bottom: 10px;
  color: #00a4d3;
}
/* 20181215 korenaga */
h5.priceinfo {
  background-color: #FEC74C;
  font-size: 120%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px 12px;
  margin-bottom: 10px;
}
.mt30 {
  margin-top: 30px;
}
.pricetable .pricetablehead td, .pricetable .pricetablehead th {
  line-height: 1.5em;
}
.pricetable .pricetablehead td {
  background-color: #ffffdd;
  font-weight: bold;
}
.pricetable .subtd1 {
  background-color: #cce1f1;
}
.pricetable .subtd2 {
  background-color: #f1e1cc;
}
.pricetable .subtd3 {
  background-color: #f1f1f1;
}
.plusinfomation {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 15px;
}
.rightscrollinfo {
  display: none;
}
@media(max-width:767px) {
  .inscroll {
    width: 100%;
    overflow-x: scroll !important;
    position: relative;
  }
  .inscroll .tgl-panel {
    width: 150% !important;
  }
  .pricetablebox {
    width: 100%;
    overflow-x: scroll !important;
    position: relative;
  }
  .rightscrollinfo {
    display: block;
    text-align: right;
  }
  .pricetable {
    width: 150% !important;
  }
}
/* 20181215 korenaga fin */
.mt-45px {
  margin-top: 45px;
}
.mb-45px {
  margin-bottom: 45px;
}
/*** お荷物引き取りsp ***/
@media(max-width:767px) {
  .price_intro {
    width: 100%;
    background: url(https://www.tomy-box.com/wp/wp-content/uploads/2018/12/ae46b1f460ee46f789c27b264a6cb421.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .price_intro_text {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  .price_intro_text p {
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    padding-bottom: 25px; /*margin: 0 5px;*/
  }
  .page-id-142 table, .page-id-142 tr, .page-id-142 th, .page-id-142 td {
    border: 1px solid #ccc !important;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    font-size: 12px;
  }
}
/*** パンくずsp　***/
@media(max-width:1150px) {
  .breadcrumbs {
    /*margin-top: 50px;*/
    margin-top: 50px;
  }
}
@media(max-width:767px) {
  .base-detail-info-2col &gt; div {
    width: 100%;
  }
  .tomibox-content {
    padding: 1rem 0 !important;
  }
  .gallery-item {
    width: 50% !important;
  }
  .ttl-sub-area {
    display: block;
  }
  .ttl-tag-list-area span {
    font-size: 0.5rem !important;
  }
  .ttl-area-list-area p {
    font-size: 0.5rem !important;
  }
  .ttl-h2-area {
    font-size: 1.5rem !important;
  }
}
/*コンタクトフォーム7*/
/*ページタイトルinput非表示*/
.base_info-template-default .wpcf7-form-control-wrap.text-555 {
  display: none !important;
}
input.dateJ {
  width: 8em !important;
}
/*アーカイブページ*/
body.archive .primary-content .blog-item-cover {
  display: flex;
}
.blog-item {
  max-width: 33%;
  padding: 0 1em 3em 0;
}
body.archive .primary-content .blog-item &gt; a {
  /*display:flex;*/
}
body.archive .primary-content .blog-info .blog-excerpt, body.archive .primary-content .blog-info .blog-date {
  font-size: small;
}
body.archive .blog-item .common-h3 {
  margin-bottom: 5px;
}
body.archive .blog-item .blog-excerpt {
  color: #666;
}
body.archive .primary-content .ttl {
  margin-top: 0;
}
.detail-link-btn {
  display: inline-block;
  float: right;
}
.detail-link-btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: bold;
  padding-right: 0.5em;
}
.archive-desc-col-cover {
  display: flex;
}
@media(max-width:767px) {
  .archive-desc-col-cover {
    flex-wrap: wrap;
  }
}
.archive-desc-section {
  margin-bottom: 2em;
}
/*サイドバーの地域*/
li.region-li-haschild2 {
  display: block !important;
  width: 100% !important;
}
li.region-li-haschild2 ul {
  margin-top: 10px;
}
li.region-li-haschild2a ul {
  margin-top: 0;
}
aside .sub-areas &gt; ul &gt; li {
  width: 100% !important;
}
aside .region-li-haschild2a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
aside .region-li-haschild2a li {
  display: block !important;
  width: 100% !important;
  color: #666 !important;
  text-align: left !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
aside .region-li-haschild2a li a, .region-li-haschild2b-basename a {
  background: none !important;
  color: #666 !important;
  text-align: left !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 12px;
}
/*aside li a:before{
	font-family: "Font Awesome 5 Free" !important;
	content: "\f101" !important;
	font-weight:bold !important;
	padding-right:0.5em !important;
	display:flex;
}*/
.region-li-haschild2b-basename, .region-li-haschild2b-basename a {
  background: none !important;
  color: #666 !important;
  text-align: left !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: block !important;
  width: 100% !important;
}
.region-li-haschild2b &gt; a {
  display: block;
  line-height: 1;
  padding: 6px;
  background-color: #bf000d;
  color: white;
  text-align: center;
  font-size: 12px;
}
aside .widget-content h3 {
  margin-bottom: 5px;
}
aside .widget-content .sub-areas ul ul li, aside .widget-content .sub-areas ul ul li a {
  display: flex !important;
  align-items: stretch;
  align-content: stretch;
  align-self: stretch;
}
aside .widget-content .sub-areas ul ul li * {
  display: flex !important;
  align-items: center;
  align-content: stretch;
  align-self: stretch;
}
.sub-areas ul ul li a {
  width: 100%;
  justify-content: center;
}
@media(max-width:767px) {
  body.archive .primary-content .blog-item &gt; a {
    flex-wrap: wrap;
  }
  body.archive .primary-content .blog-item-cover {
    flex-wrap: wrap;
  }
  .blog-item {
    max-width: 100%;
    padding: 0 0 3em;
  }
  li.region-li-haschild2 {
    display: block !important;
    width: 100% !important;
    flex-basis: auto !important;
  }
  li.region-li-haschild2 ul {
    margin-top: 5px;
  }
  .region-li-haschild2b-basename {
    display: block !important;
    width: 100% !important; /*color:#666 !important;
	text-align:left !important;
	margin-top:0 !important;
	margin-bottom:0 !important;*/
  }
  aside .widget-content .sub-areas ul {
    /*display:block !important;*/
  }
}
/*** 20181205 koreanga ***/
.link-head {
  background-color: #f1f1f1;
  width: 95%;
  padding: 15px;
  margin: 0px auto 30px;
}
.link-linkbox {
  padding: 15px 20px 20px;
  margin-top: 20px;
  border: 5px solid #eee;
  border-radius: 10px;
}
.link-linkbox h4 {
  font-size: 130%;
  border-bottom: 2px solid #c00;
  color: #c00;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.link-linkbox a:hover {
  color: #ca0;
}
.link-bnrbox {
  width: 800px;
  margin: 20px auto;
  text-align: center;
}
.link-bnrbox a:hover {
  opacity: 0.7;
}
.archive .blog-item .blog-figure.hasbg, .archive .blog-item .blog-figure.hasbg img {
  width: 100% !important;
  height: auto !important;
}
@media(min-width:768px) {
  .archive .blog-item .blog-figure.hasbg, .archive .blog-item .blog-figure.hasbg {
    /*width:312px !important;*/
    height: 234px !important;
    overflow: hidden !important;
  }
}
/**** 20181210 伊藤追記 ****/
span.black {
  color: #000;
}
@media(max-width:970px) {
  .link-bnrbox {
    width: 100%;
    margin: 20px auto 10px;
    text-align: center;
  }
  /**** 20181210 伊藤追記 ****/
  .link-linkbox {
    padding: 15px 20px 20px;
    margin-top: 20px;
    border: 5px solid #eee;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .link-linkbox h4 {
    font-size: 110%;
    border-bottom: 2px solid #c00;
    color: #c00;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
/**** 20181210 伊藤追記 ****/
@media(max-width:767px) {
  /*.primary-content .ttl {
    margin: 10px 0;
		margin-left:-1em;
	margin-top: -1em;
}*/
  .primary-content .ttl h2 {
    font-weight: bold;
    color: #bf000d;
    font-size: 18px;
    padding-left: 6px;
    border-left: 4px solid #bf000d;
  }
  .page .top-ttl-cover {
    padding-left: 0;
    padding-right: 0;
  }
  section#for_top {
    margin: 0px auto 30px !important;
    /* width: 51%; */
    text-align: center !important;
  }
  .footerinfobox .fontlarge {
    font-size: 140% !important;
    font-weight: bold !important;
  }
  .footerinfobox h4 {
    font-size: 12px;
  }
  .footerinfobox .fontper150 {
    font-size: 130% !important;
  }
  p.openclose {
    font-size: 105%;
  }
  p.from_pc {
    font-size: 16px;
    margin-top: 15px;
  }
  .common-h3 {
    font-size: 14px;
  }
  .intro_ttl {
    font-weight: bold;
    font-size: 15px !important;
    color: #bf000d;
  }
  .footerinfobox .contactfrompc {
    color: #bf000d !important;
    font-weight: bold;
    font-size: 140%;
  }
  .contents_border::before {
    content: '';
    width: 100%;
    display: block;
    vertical-align: middle;
    border-bottom: 2px solid #bf000d;
    margin: 0px auto 45px;
  }
  .contents_border02::before {
    content: '';
    width: 65%;
    display: block;
    vertical-align: middle;
    border-bottom: 2px solid #bf000d;
    margin: 20px auto;
  }
  .contents_border03::before {
    content: '';
    width: 40%;
    display: block;
    vertical-align: middle;
    border-bottom: 2px solid #bf000d;
    margin: 45px auto 0;
  }
  /*** サイトマップsp ***/
  ul.sitemap-pages &gt; li {
    width: 50% !important;
    padding: 10px 10px 20px;
  }
  .page-id-148 .sitemap-section .child-li {
    padding: 0 1em;
    padding-top: 10px;
  }
}
/* 20181214 korenaga */
.textright {
  text-align: right;
}
.indexnewstitle {
  border-left: 4px solid #BF1D0B;
  border-bottom: 1px solid #BF1D0B;
  padding: 2px 0px 3px 12px;
  color: #BF1D0B;
  font-size: 115%;
  margin-bottom: 7px;
}
.parkinglink {
  text-align: right;
  margin-top: 5px;
}
.parkinglink a {
  display: inline-block;
  background-color: #ffc;
  border-radius: 20px;
  padding: 0 10px;
  border: 2px solid #BF1D0B;
}
.parkinglink a:hover {
  opacity: 0.7;
}
.btn_qaa{
	text-align: center;
}
.btn_qaa a {
	display: block;
	padding: 10px;
	background-color: #feffc9;
	width: 300px;
	margin: 40px auto;
	border-radius: 10px;
	color: #262626!important;
	font-weight: bold;
}
.btn_qaa a:hover {
	background: #ff8b03;
}

.btn_contact{
	text-align: center;
}
.btn_contact a {
	display: block;
	padding: 10px;
	background-color: #feffc9;
	width: 300px;
	margin: 40px auto;
	border-radius: 10px;
	color: #262626!important;
	font-weight: bold;
}
.btn_contact a:hover {
	background: #ff8b03;
}
.btn_contract{
	text-align: center;
}
.btn_contract a {
	display: block;
	padding: 10px;
	background-color: #feffc9;
	width: 300px;
	margin: 40px auto;
	border-radius: 10px;
	color: #262626!important;
	font-weight: bold;
}
.btn_contract a:hover {
	background: #ff8b03;
}

.feetable {
	width: 100%;
	border-collapse: inherit;
	background-color: #9d4a4a;
	border-spacing: 1px;
	text-align: center;
	margin-bottom: 10px;
}
.feetable th {
	background-color: #ccc;
padding: 10px;
	text-align: center;
}

.feetable td {
	background-color: #fff;
	padding: 10px;	text-align: center;
}
.feetable td.totalFee{
	color: #C10F12;
	font-weight: bold;
}
.feeBlock {
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}
.startDay input {
	background: #fff;
}
.startDay{
	text-align: right;
}
span.taxArea {
    font-size: 22px;
	color: #C10F12 ;
}
.startDay {}
.startDay .btn a {

	border-radius: 10px;
	background-color: #54a437;

	text-align: center;
	padding: 10px;
	color: #fff;
}
.startDay .btn span{
		border-radius: 10px;
	background-color: #949d90;

	text-align: center;
	padding: 10px;
	color: #fff;
}
@media(max-width:767px) {
  .page .primary-content {
    margin-top: 25px;
  }
  .tgl-panel p.lh12 {
    padding: 0 5px;
  }
  .lh12 {
    line-height: 1.2em;
  }
}</pre></body></html>