/* ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â«ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¹ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¿ÃƒÂ£Ã†â€™Ã…Â¾ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ£Ã¢â‚¬Å¡Ã‚ÂºÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨CSS */
/*  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.container {
  max-width: 800px;
  margin: 0 auto
}

.clr:after, .col:after, .container:after, .group:after, .row:after {
  content: "";
  display: table;
  clear: both
}

.row {
  padding-bottom: 0
}

.col {
  display: block;
  float: left;
  width: 100%
}

@media (min-width:768px) {
  .gutters .col {
    margin-left: 2%
  }

  .span_1 {
    width: 8.33333333333%
  }

  .span_2 {
    width: 16.6666666667%
  }

  .span_3 {
    width: 25%
  }

  .span_4 {
    width: 33.3333333333%
  }

  .span_5 {
    width: 41.6666666667%
  }

  .span_6 {
    width: 50%
  }

  .span_7 {
    width: 58.3333333333%
  }

  .span_8 {
    width: 66.6666666667%
  }

  .span_9 {
    width: 75%
  }

  .span_10 {
    width: 83.3333333333%
  }

  .span_11 {
    width: 91.6666666667%
  }

  .span_12 {
    width: 100%
  }

  .gutters .span_1 {
    width: 6.5%
  }

  .gutters .span_2 {
    width: 15%
  }

  .gutters .span_3 {
    width: 23.5%
  }

  .gutters .span_4 {
    width: 32%;
  }

  .gutters .span_5 {
    width: 40.5%
  }

  .gutters .span_6 {
    width: 49%
  }

  .gutters .span_7 {
    width: 57.5%
  }

  .gutters .span_8 {
    width: 66%
  }

  .gutters .span_9 {
    width: 74.5%
  }

  .gutters .span_10 {
    width: 83%
  }

  .gutters .span_11 {
    width: 91.5%
  }

  .gutters .span_12 {
    width: 100%
  }
}

/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */
.container {
  padding: 0 1%
}

.container img {
  max-width: 100%;
}

*+.container {
  margin-top: 2em
}

.row:not(:last-child) {
  margin-bottom: 4%
}

.col {
  float: none
}

.col:not(:last-child) {
  margin-bottom: 3%
}

@media (min-width:768px) {
  .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px
  }

  *+.container {
    margin-top: 40px
  }

  .col {
    float: left;
  }

  .reverse>.col {
    float: right
  }

  .col:not(:last-child) {
    margin-bottom: 0
  }

  .reverse>.col:last-child, :not(.reverse)>.col:first-child {
    margin-left: 0
  }

  .col.offset_1 {
    margin-left: 8.33333333333%
  }

  .gutters .col.offset_1 {
    margin-left: 10.5%
  }

  .gutters .col.offset_1:first-child {
    margin-left: 8.5%
  }

  .col.offset_2 {
    margin-left: 16.6666666667%
  }

  .gutters .col.offset_2 {
    margin-left: 19%
  }

  .gutters .col.offset_2:first-child {
    margin-left: 17%
  }

  .col.offset_3 {
    margin-left: 25%
  }

  .gutters .col.offset_3 {
    margin-left: 27.5%
  }

  .gutters .col.offset_3:first-child {
    margin-left: 25.5%
  }

  .col.offset_4 {
    margin-left: 33.3333333333%
  }

  .gutters .col.offset_4 {
    margin-left: 36%
  }

  .gutters .col.offset_4:first-child {
    margin-left: 34%
  }

  .col.offset_5 {
    margin-left: 41.6666666667%
  }

  .gutters .col.offset_5 {
    margin-left: 44.5%
  }

  .gutters .col.offset_5:first-child {
    margin-left: 42.5%
  }

  .col.offset_6 {
    margin-left: 50%
  }

  .gutters .col.offset_6 {
    margin-left: 53%
  }

  .gutters .col.offset_6:first-child {
    margin-left: 51%
  }

  .col.offset_7 {
    margin-left: 58.3333333333%
  }

  .gutters .col.offset_7 {
    margin-left: 61.5%
  }

  .gutters .col.offset_7:first-child {
    margin-left: 59.5%
  }

  .col.offset_8 {
    margin-left: 66.6666666667%
  }

  .gutters .col.offset_8 {
    margin-left: 70%
  }

  .gutters .col.offset_8:first-child {
    margin-left: 68%
  }

  .col.offset_9 {
    margin-left: 75%
  }

  .gutters .col.offset_9 {
    margin-left: 78.5%
  }

  .gutters .col.offset_9:first-child {
    margin-left: 76.5%
  }

  .col.offset_10 {
    margin-left: 83.3333333333%
  }

  .gutters .col.offset_10 {
    margin-left: 87%
  }

  .gutters .col.offset_10:first-child {
    margin-left: 85%
  }

  .col.offset_11 {
    margin-left: 91.6666666667%
  }

  .gutters .col.offset_11 {
    margin-left: 95.5%
  }

  .gutters .col.offset_11:first-child {
    margin-left: 93.5%
  }

  .col.offset_12 {
    margin-left: 100%
  }

  :not(.reverse)>.col.break+.col {
    clear: left;
    margin-left: 0
  }

  .reverse>.col.break {
    margin-left: 0
  }

  .reverse>.col.break+.col {
    clear: right;
    margin-right: 0
  }

  .col.break~.col {
    margin-top: 2%
  }
}

@media (min-width :1024px) {
  .container {
    padding: 0
  }
}

/* 2021.12-2022.01 */
.w_box {
	background-color: #fff;
	padding: 1em;
	color: #000;
}
.center {
	text-align: center;
	margin: 0 auto;
}
h1 {
	font-size:32px;
	font-weight:bold;
}
h2 {
	font-size:24px;
	font-weight:bold;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex2 {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.header_top {color: #fff;}
.header_bottom {
	background-color: #00b1b8;
	padding: 0.5em;
	font-size: 15px;
}
.header_bottom a {
	color:#fff;
}
.ht_r .ht_rinner {
	margin-left:8px;
}
.header_tel {
	font-size: 24px;
}
.header_tel a {
	color: #00b1b8;
	font-weight:bold;
}
.header_mail {
	border: 1px solid #000;
	margin: 4px;
	padding: 4px;
	text-align: center;
}
.header_mail:hover {
	background:#ccc;
}
.top_news {
	border-bottom: 4px solid #00b1b8;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.top_blog {
	border-bottom: 4px solid #3bb1ff;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.newslist {
	padding-bottom: 1.5em;
	text-align: center;
}
.newslist ul {text-align: left;}
.newslist li {
	border-bottom: solid 1px #ccc;
	/* 	padding: 0.5em; */
	font-size: 15px;
	list-style: none;
}
.newslist li p {
	padding: 1em 0.5em;
	margin-bottom: unset;
}
.newslist li p span {
	margin-right: 16px;
}
.top01 {
	margin: 40px auto;
	display: flow-root;
}
.top01 .span_6 {
	padding: 0 24px;
	margin-top: 40px;
}
.top02 {
	padding: 24px;
	color: #fff;
	background-image: url(/wp-content/themes/twentyten-child/images/top02bg.png);
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	background-position: center;
}
.top03 {
    margin: 40px auto;
    display:flow-root;
}
.top03 .container {
	margin:24px 0;
}
.top03 .span_6 {
	padding: 0 16px;
}
.top04 {
	background-image: url(/wp-content/themes/twentyten-child/images/top04bg.png);
	padding: 24px;
	text-align:center;
	display: flow-root;
}
.top05 {
	margin:40px auto;
}
.top05 a:hover {
	opacity:unset;
}
.top06 {
	margin:40px auto;
	text-align: center;
	display: flow-root;
}
.top06 .span_6 {
	padding:0 8px;
}
.top06 img {
width:100%;
}

.privacy {
	overflow: auto;
	border: solid 1px #ccc;
	padding: 16px;
	background: #fff;
	height: 200px;
}
table {margin: 0 auto;width: 100%;}
table td,
table th {
padding: 0.7em 1em;
}
@media (max-width: 767px) {
table td,
table th {
padding: 0.7em .3em; }
}
table th {
text-align: center;
font-weight: normal;
}
.table-default {
		width: 100%;
		background: #fff;
}
.table-default caption {
margin-bottom: 0.5em;
text-align: center;
font-size: 20px;
font-size: 2rem; }
.table-default td,
.table-default th {border: 1px solid #ccc;}
.table-default th {color: #000;}
.table-default td {
background: transparent; }

.table-menu {
		width: 100%;
}
.table-menu caption {
margin-bottom: 0.5em;
text-align: center;
font-size: 20px;
font-size: 2rem;
}
.table-menu td,
.table-menu th {
padding: 0.7em 1em;
border-top: 1px solid #cd0000;
border-bottom: 1px solid #cd0000;
}
@media (max-width: 767px) {
.table-menu td,
.table-menu th {
padding: 0.7em .3em;
}
}
.table-menu tbody th {
text-align: left;
}
.table-menu td:last-child {
text-align: right;
white-space: nowrap;
}

.table-schedule {
width: 100%;
}
.table-schedule caption {
margin-bottom: 0.5em;
text-align: center;
font-size: 20px;
font-size: 2rem;
}
.table-schedule td,
.table-schedule th {
border: 1px solid #cd0000;
padding: 0.7em 1em;
text-align: center;
}
@media (max-width: 767px) {
.table-schedule td,
.table-schedule th {
padding: 0.7em .3em;
}
}
.table-schedule thead th {
background: rgba(204, 204, 204, 0.7);
color: #fff;
}
.table-schedule tbody th {
background: transparent;
}
.table-schedule td {
background: transparent;
}
.table-summary {
border-top: 1px solid #ccc;
width: 100%;
}
.table-summary caption {
margin-bottom: 0.5em;
text-align: center;
font-size: 20px;
font-size: 2rem;
}
.table-summary td,
.table-summary th {
padding: 1em;
border-bottom: 1px solid #ccc;
}
.table-summary th {
text-align: left;
font-weight: normal;
width: 20%;
}

.btn-1 {
position:relative;
display:block;
min-width:fit-content;
max-width: 300px;
height: 56px;
line-height: 56px;
margin: 16px auto;
padding: 0;
text-align: center;
text-decoration: none;
appearance: none;
background-color:transparent;
background-repeat: no-repeat;
background-position: 100% 0;
background-size: 200% auto;
background-image: linear-gradient(
  to right,
  #ccc 0%,
  #ccc 50%,
  #000000 50%,
  #000000 100%
);
color: $color_white;
@include fontsize(15);
font-weight: bold;
font-family: $base_font_family;
transition: background-position ease 0.4s;}
.btn-1:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translate(0, -50%) rotate(45deg);
  //transition: 0.2s;
}
.btn-1:hover {
  background-position: 0 0;
  color: #ffffff;
  border:none;
  opacity:unset;}
.btn-1:after {
    //right: 4%;
    border-color: #ffffff;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;}
.m-auto {
            margin-right: auto !important;
            margin-left: auto !important;
          }
.b_border {
	background-color: #3bb1ff;
	height: 1px;
	width: 40px;
	margin: 24px 0;
}
.g_border {
	background-color: #00b1b8;
	height: 1px;
	width: 40px;
	margin: 24px 0;
}
.g_text {
	color: #00b1b8;
}
@media screen and (min-width:800px) {
.pcNone {
	display: none;
}
section {
	width: 1000px;
	margin: 0 auto;
}
}
@media screen and (max-width: 800px) {
.spNone {
	display: none;
}
section {
	width: 100%;
	margin: 0 auto;
}
}

.tile-layout a:not(.add_arrow) {
  text-decoration: none;
  border: none;
  display: block;
  width: 100%;
  height: auto;
}
.tile-layout h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .tile-layout h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.tile-layout h3 span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 769px) {
  .tile-layout .container.line2 {
    max-width: 1200px;
    width: 100%;
  }
}
.tile-layout .container .row .col {
  margin-top: 0;
}
@media (max-width: 768px) {
  .tile-layout .container .row .col.remix {
    width: 100%;
    margin-left: 0;
  }
}
.tile-layout .container .row .col .content-wrap {
  position: relative;
}
.tile-layout .container .row .col .content-wrap:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.tile-layout .container .row .col .content-wrap:hover:after {
  opacity: 1;
}
.tile-layout .container .row .col .content-wrap:hover .more .add_arrow {
  color: #000;
  border-color: #fff;
}
.tile-layout .container .row .col .content-wrap:hover .more .add_arrow:before {
  height: 100%;
  width: 135%;
}
.tile-layout .container .row .col .content-wrap:hover .more .add_arrow:after {
  border-color: #fff;
}
.tile-layout .container .row .col .content-wrap:hover .overlay-box {
  background-color: transparent;
}
.tile-layout .container .row .col .content-wrap .overlay-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 80%;
  padding: 8% 5%;
}
.tile-layout .more {
  max-width: 220px;
  margin-top: 8px;
}
.tile-layout .more .add_arrow {
  width: 100%;
  padding: 0.1em 1.3em 0.1em 1em;
  transition: 0.3s;
  display: inline-block;
  letter-spacing: normal;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 1px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .tile-layout .more .add_arrow {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.tile-layout .more .add_arrow:before {
  content: '';
  height: 100%;
  left: -35%;
  top: 0;
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
  transition-duration: 0.3s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 0;
  position: absolute;
  background-color: #fff;
  z-index: -1;
}
.tile-layout .more .add_arrow:after {
  border-color: #fff;
  right: 8%;
  width: 5px;
  height: 5px;
  transition: 0.3s;
}
.tile-layout .more .add_arrow:hover {
  color: #000000 !important;
}
.tile-layout .more .add_arrow:hover:after {
  right: 5%;
}
.tile-layout .more .button, .tile-layout .more .inquiry .wpcf7-submit, .inquiry .tile-layout .more .wpcf7-submit {
  width: 220px;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
}
.tile-layout .more .button:hover, .tile-layout .more .inquiry .wpcf7-submit:hover, .inquiry .tile-layout .more .wpcf7-submit:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media (min-width: 768px) {
  .gutters .row.row_inline {
    letter-spacing: -.40em;
  }
  .gutters .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  .gutters .row.row_inline .span_1:nth-child(12n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_2:nth-child(6n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_3:nth-child(4n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_4:nth-child(3n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_5:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_6:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_7 {
    width: 57.5%;
  }
  .gutters .row.row_inline .span_8 {
    width: 66%;
  }
  .gutters .row.row_inline .span_9 {
    width: 74.5%;
  }
  .gutters .row.row_inline .span_10 {
    width: 83%;
  }
  .gutters .row.row_inline .span_11 {
    width: 91.5%;
  }
  .gutters .row.row_inline .span_12 {
    width: 100%;
  }
	.gutters .inquiry dt.col {
    margin-left: 0;
  }
	.container.full-width {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}
.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}
/*
 * ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¸Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â°(mÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â©i tÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn button)
 */
.add_arrow {
  display: block;
  position: relative;
}
.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}
.add_arrow.inverse:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.add_arrow.inverse:hover {
  border-color: #f27f88;
  color: #fff;
  background: #f27f88;
}
.add_arrow.inverse:hover:after {
  border-color: #fff;
}
.add_arrow:hover {
  border: 1px solid #000000;
  color: #000000;
  background: #fff;
}
.add_arrow:hover:after {
  right: 4%;
  border-color: #000000;
}
/*
 * moreÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¢ (hÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬nh dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡ng button more)
 */
.more {
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  border: 1px solid #000000;
  color: #fff;
  background: #000000;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .more a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ec-borderedDefs dl {
        padding: 15px 0;
        }
}
.more a.inverse {
  border: 1px solid #000000;
  color: #000000;
  background: #fff;
}
figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}
.page {
	margin: auto;
}
.pagetitle {
	margin: 40px 0;
}
.pagetitle .g_border {
	margin: 24px auto;
}
li {
	list-style:none;
}
a {
	color: #000;
}
a:hover {
	color:unset;
	opacity:0.8;
	text-decoration:none;
}
.ec-layoutRole__footer {
	background-color:#00b1b8;
}
.footer_inner {
	margin-top: 40px;
}
.footer_inner .center {
	color:#fff;
	padding:16px 0;
}
.footer_inner .flex {
	padding-top: 24px;
	font-size: 15px;
}
.footer_inner .flex a {
	color:#fff;
}
ol, ul {
	margin-bottom:0;
}
.ec-layoutRole {
	/* background:#000; */
}
.ec-headerNav .ec-headerNav__itemIcon {
	color: #000;
}
.ec-headerNav .ec-headerNav__itemLink {
	color: #000;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
	background:#00b1b8;
}
#header {
	font-size:15px;
}
.ec-itemNav__nav li a {
	background: #fff;
	color: #000;
}
.ec-itemNav__nav li a:hover {
/* 	background:#000;
	color:#fff; */
}
.ec-itemNav__nav > li:hover > a {
/*   background: #000;  */
}
.small,
.ec-shelfRole,
.ec-searchnavRole .ec-searchnavRole__infos,
.ec-role {
  color: #000;
}

/* ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¿ÃƒÂ£Ã†â€™Ã¢â‚¬â€œ */
.tab-wrap {
  /* height: 37%; */
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.tab-label {
  width: 164px;
  color: #000;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  border:1px solid Gray;
  border-radius: 4px 0 0 4px;
  margin: 5px -1px 5px 1px;
  padding: 8px 0;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  float:left;
  line-height: normal;
}
.tab-content {
  display:none;
}
/* ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¢ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¯ÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â£ÃƒÂ£Ã†â€™Ã¢â‚¬â€œÃƒÂ£Ã‚ÂÃ‚ÂªÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¿ÃƒÂ£Ã†â€™Ã¢â‚¬â€œ */
.tab-switch:checked+.tab-label {
  color: #000;
  background: White;
  border-right-color: White;
}
.tab-switch:checked+.tab-label+.tab-content {
  width: 100%; /* - ÃƒÂ£Ã†â€™Ã…â€œÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¿ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ¥Ã‚Â¹Ã¢â‚¬Â¦ */
  /* height: 100%; */
  padding: 0 8px;
  /* border-left: 1px solid Gray; */
  display:block;
}
/* ÃƒÂ£Ã†â€™Ã‚Â©ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¸ÃƒÂ£Ã¢â‚¬Å¡Ã‚ÂªÃƒÂ£Ã†â€™Ã…â€œÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¿ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ©Ã‚ÂÃ…Â¾ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ§Ã‚Â¤Ã‚Âº */
.tab-switch {
  display: none;
}

/* table03 */
#table03 th, #table05 td {
  text-align: center;
  width: 20%;
  min-width: 20%;
  padding: 8px 4px;
  /* height: 40px; */
  font-size:15px;
}
#table03 th {
  background-color: #fff;
  color: #000;
  border:1px solid #ccc;
  line-height: normal;
}
#table03 .fixed {
  background-color: #e2e2e2;
  font-weight: 600;
}
#souryo #table03 th {
	width:24%;
}
#souryo #table03 td {
	background-color: #fff;
  color: #000;
  border:1px solid #ccc;
  line-height: normal;
  text-align: center;
  padding: 8px 4px;
  font-size:15px;
}
@media only screen and (max-width: 768px) {
  #table03 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #table03 .fixed {
    position: sticky;
    left: 0;
  }
  #table05 .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  #header {
    display: none;
  }
  #footernav {
    display: none;
  }
}
.red {
  color: #ff0000;
}
.mt24 {
  margin-top: 24px;
}
.attentionbox {
  background-color: #FEE5DD;
  padding: 16px;
  color: #000;
}
.imgauto img {
  width: auto;
}
@media only screen and (min-width: 768px) {
.ec-itemNav__nav li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
}
.ec-shelfGrid .ec-shelfGrid__item img {
  height: 100%;
  object-fit: cover;
}

/* color */
.ec-inlineBtn--action,
.ec-inlineBtn--action.disabled:hover,
.ec-inlineBtn--action.disabled:focus,
.ec-inlineBtn--action.disabled.focus,
.ec-inlineBtn--action[disabled]:hover,
.ec-inlineBtn--action[disabled]:focus, .ec-inlineBtn--action[disabled].focus,
  fieldset[disabled] .ec-inlineBtn--action:hover,
  fieldset[disabled] .ec-inlineBtn--action:focus,
  fieldset[disabled] .ec-inlineBtn--action.focus,
.ec-blockBtn--action {
  background-color: #00b1b8;
  border-color: #00b1b8;
}
.ec-inlineBtn--action .badge {
    color: #00b1b8;
    background-color: #fff;
}
.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage, .ec-telInput .ec-errorMessage, .ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage,
.ec-required,
.ec-login .ec-errorMessage,
.ec-displayC .ec-displayC__price--sp,
.ec-totalBox .ec-totalBox__spec .ec-totalBox .ec-totalBox__spec__specTotal,
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel,
.ec-navlistRole .active a,
.ec-productRole .ec-productRole__price,
.ec-cartRole .ec-cartRole__totalAmount {
  color: #00b1b8;
}

.ec-inlineBtn--action:focus,
.ec-inlineBtn--action.focus,
.ec-inlineBtn--action:hover,
.ec-inlineBtn--action:active, .ec-inlineBtn--action.active,
.open > .ec-inlineBtn--action.dropdown-toggle,
.ec-blockBtn--action:focus,
.ec-blockBtn--action.focus,
.ec-blockBtn--action:hover,
.ec-blockBtn--action:active,
.ec-blockBtn--action.active,
.open > .ec-blockBtn--action.dropdown-toggle,
.ec-inlineBtn--action:active:hover, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:hover, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus,
    .open > .ec-inlineBtn--action.dropdown-toggle:hover,
    .open > .ec-inlineBtn--action.dropdown-toggle:focus,
    .open > .ec-inlineBtn--action.dropdown-toggle.focus,
    .ec-blockBtn--action:active:hover, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:hover, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus,
        .open > .ec-blockBtn--action.dropdown-toggle:hover,
        .open > .ec-blockBtn--action.dropdown-toggle:focus,
        .open > .ec-blockBtn--action.dropdown-toggle.focus,
        .ec-blockBtn--action.disabled:hover, .ec-blockBtn--action.disabled:focus, .ec-blockBtn--action.disabled.focus, .ec-blockBtn--action[disabled]:hover, .ec-blockBtn--action[disabled]:focus, .ec-blockBtn--action[disabled].focus,
          fieldset[disabled] .ec-blockBtn--action:hover,
          fieldset[disabled] .ec-blockBtn--action:focus,
          fieldset[disabled] .ec-blockBtn--action.focus {
  background-color: #007579;
  border-color: #007579;
}

.ec-itemNav__nav li ul {
  display:none;
  z-index: 100;
  position: absolute; }
.ec-itemNav__nav li:hover ul {
  display: block;
  z-index: 100;
  position: absolute;
	left:240px;
	top:0;
}
.ec-itemNav__nav li ul li a {
  color:#000;
	background:#fff;
	border-bottom:1px solid #666;
}
.ec-itemNav__nav li ul li a:hover {
  opacity:1;
	color:#fff;
}
.ec-headingTitle,
.ec-productRole {
  /* color: #fff; */
  }

/* 商品一覧　サイドバナー */
.side-bnr {
max-width: 100%;
margin: 3em 0;
padding: 0 1em;
}

.side-bnr img {
width: 100%;
}

.delivery-bnr {
display: none;
}

@media only screen and (max-width: 768px) {
.delivery-bnr {
display: block;
margin: 2em 0 0;
text-align: center;
 }
}