/*
Theme Name: 鳥取県三朝町 ふるさと応援寄附金
Version: 1.0

-------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------ common */
/* ------------------------------------------------------------------------------------------------------------------------------------ div.detail */
div.detail div.header {
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
div.detail div.header div.title {
  padding: 30px 20px 0;
}
div.detail div.header div.title h1 {
  font-size: 2.8rem;
  /* animation: animation-duration/animation-timing-function/animation-delay/animation-direction/animation-fill-mode/animation-iteration-count/animation-play-state/animation-name/
	forex animation: 50s linear 0s normal none infinite running spin;
	
	-moz-animation: show 10s both;
	-webkit-animation: show 10s both;
	-o-animation: show 10s both;
	-ms-animation: show 10s both;
	animation: show 10s both;
	 */
  line-height: 1.5;
  color: #333;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #303131;
}
div.detail div.header div.description h2 {
  color: #333;
  font-weight: normal;
  padding: 20px;
  font-size: 1.5rem;
}
div.detail div.header div.update {
  text-align: right;
  color: #333;
  background: #f0f0f0;
  padding: 0.1em 20px;
  font-size: 1.3rem;
  font-weight: bold;
  border-top: 1px solid #ccc;
}
div.detail div.header div.information {
  padding: 1em 1em;
  vertical-align: middle;
}
div.detail div.header div.number {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 2%;
  padding: 0 1em;
  display: inline-block;
}
div.detail div.header div.price {
  font-size: 1.8rem;
  /* border: 2px solid #aa8546; */
  padding: 0 1em;
  display: inline-block;
  font-weight: bold;
  background: #fbc800;
  margin-right: 2%;
}
div.detail div.header div.price span {
  font-size: 1.4rem;
  color: fff;
}
div.detail div.header div.categoryLabel {
  font-size: 1.8rem;
  /* border: 2px solid #aa8546; */
  padding: 0 1em;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
}
div.detail div.header div.categoryLabel.inn {
  border: 1px solid #e7621d;
  color: #e7621d;
}
div.detail div.header div.categoryLabel.beauty {
  border: 1px solid #d75171;
  color: #d75171;
}
/* div.detail div.header div.categoryLabel.dairy { border: 1px solid #e08e40; color: #e08e40; } */
div.detail div.header div.categoryLabel.experience {
  border: 1px solid #6a2c47;
  color: #6a2c47;
}
div.detail div.header div.categoryLabel.car {
  border: 1px solid #2e477a;
  color: #2e477a;
}
div.detail div.header div.categoryLabel.agri {
  border: 1px solid #1a7a39;
  color: #1a7a39;
}
div.detail div.header div.categoryLabel.gourmet {
  border: 1px solid #55a43d;
  color: #55a43d;
}
div.detail div.header div.categoryLabel.service {
  border: 1px solid #694a33;
  color: #694a33;
}
@media only screen and (max-width: 768px) {
  div.detail div.header div.title h1 {
    font-size: 2.4rem;
  }
  div.detail div.header div.number, div.detail div.header div.price, div.detail div.header div.categoryLabel {
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.5em;
  }
  div.detail div.header div.categoryLabel {
    font-size: 1.4rem;
  }
}
/* */
div.header div.banner-setting div.banner {
  overflow: hidden;
  border-radius: 0 5px 0 0;
  position: relative;
  height: auto;
}
div.header div.banner-setting div.banner:before {
  content: "";
  display: block;
  /* padding-top: 100%; */ /* 1:1 */
  /* padding-top: 45%; */ /* */
}
div.header div.banner-setting div.banner img {
  max-width: 300px;
  /* position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%); */
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  div.header div.banner-setting div.fl {
    float: none;
    width: 100% !important;
  }
  div.header div.banner-setting div.banner img {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------ detail goods */
div.detail .sliderWrap {
  overflow: hidden;
}
div.detail .flexslider {
  background: #fff;
  margin: 0 auto 20px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  div.detail .flexslider {
    width: 100%;
  }
}
div.detail .flexslider ul.slides > li {
  display: none;
}
div.detail .flexslider ul.slides li img {
  opacity: 0.5;
  transition: all 0.2s ease-in-out 0s;
}
div.detail .flexslider ul.slides li.flex-active-slide img {
  opacity: 1;
}
div.detail .flexslider ul.slides li {
  display: table-cell;
  height: 400px;
  line-height: 400px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  background: #f8f8f8;
}
@media only screen and (max-width: 768px) {
  div.detail .flexslider ul.slides li {
    height: 200px;
    line-height: 200px;
  }
}
div.detail .flexslider ul.slides li::before {
  /* background: rgba(0, 0, 0, 0); */
  border-radius: 0;
  content: "";
  height: 0;
  left: 0;
  margin-right: 0;
  position: relative;
  top: 0;
  transition: none 0s ease 0s;
  width: auto;
}
div.detail .flexslider ul.slides li img {
  display: inline;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
  padding: 0 0.5em;
  box-sizing: border-box;
}
div.detail .flexslider .flex-control-thumbs li {
  /*  background: #eeeeee none repeat scroll 0 0; */
  /* height: 70px;
  line-height: 70px;
  text-align: center;
  vertical-align: middle;
  width: 70px;
  margin: 0 0.1em;
  display: inline;
  float: none; */
  /* background: #eeeeee none repeat scroll 0 0; */
  height: min(5vw, 70px);
  min-height: 7rem;
  line-height: min(5vw, 70px);
  text-align: center;
  vertical-align: middle;
  width: min(5vw, 70px);
  min-width: 7rem;
  margin: 0 0.1em;
  /* margin-bottom: 0px; */
  /* display: inline; */
  float: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
div.detail .flex-control-thumbs li img {
  /* display: inline;
  height: auto;
  max-height: 100%;
  max-height: 70px;
  max-width: 70px;
  vertical-align: middle;
  width: auto; */
  display: block;
  height: auto;
  /* max-height: 100%;
  max-height: inherit;
  max-width: inherit;
  vertical-align: middle; */
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
div.detail .flexslider .flex-control-thumbs li::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  content: "";
  height: 0;
  left: 0;
  margin-right: 0;
  position: relative;
  top: 0;
  transition: none 0s ease 0s;
  width: auto;
}
div.detail .flexslider .flex-control-thumbs {
  margin: 5px 0 0;
  overflow: hidden;
  position: static;
}
div.detail .flexslider .flex-control-nav {
  text-align: center;
  width: 100%;
}
div.detail .flexslider .slides, div.detail .flexslider .flex-control-nav, div.detail .flexslider .flex-direction-nav {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
div.detail .flexslider .flex-direction-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
  /* height: calc(100% - 70px);
 */
}
div.detail .flexslider .flex-direction-nav li {
  /* height: 100%; */
}
div.detail .flexslider .flex-direction-nav li::before {
  background: noen;
  border-radius: 0;
  content: "";
  height: 0;
  left: 0;
  margin-right: 0;
  position: relative;
  top: 0;
  transition: none 0s ease 0s;
  width: auto;
}
div.detail .flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
}
div.detail .flex-control-thumbs {
  margin: 5px 0 0;
  overflow: hidden;
  position: static;
}
div.detail .flex-control-thumbs li {
  background: #f8f8f8;
  margin: 0 1% 10px;
  padding: 0;
  text-align: center;
  width: 18%;
}
div.detail .flex-control-thumbs img:hover {}
.flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
}
div.detail .flex-direction-nav .flex-nav-prev {
  opacity: 1;
  position: absolute;
  top: 0;
  width: 40px;
  /* height: 100%; */
  padding: 0;
}
div.detail .flex-direction-nav .flex-nav-next {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  /* height: 100%; */
  padding: 0;
}
/* div.detail .flex-caption {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    left: 0;
    line-height: normal;
    margin: 0;
    padding: 0.5em 1em;
    position: absolute;
    text-align: left;
    vertical-align: bottom;
    width: 100%;
} */
.mceContentBody div.explanation {
  background: #faf9f4;
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ mceContentBody */
.mceContentBody {
  /* padding: 60px 40px; */
  box-sizing: border-box;
  background: #fff;
  line-height: 1.8;
  border: 1px solid #ccc;
  padding: 2em 1.5em;
}
@media only screen and (max-width: 768px) {
  .mceContentBody {
    padding: 1.5em 1em;
    margin-bottom: 40px;
  }
}
.mceContentBody a {
  color: #36c;
  text-decoration: underline;
  position: relative;
}
.mceContentBody a:hover {
  text-decoration: none;
}
.mceContentBody a.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
  color: #f17327;
  vertical-align: middle;
  text-decoration: none;
}
.mceContentBody a.arrow::before {
  width: 4px;
  height: 4px;
  margin: auto;
  position: absolute;
  top: -3px;
  left: 3px;
  bottom: 0;
  content: "";
  border-top: 2px solid #f17327;
  border-right: 2px solid #f17327;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .2s ease-in;
}
.mceContentBody a.arrow:hover {}
.mceContentBody a.arrow:hover::before {
  border-top: 2px solid #f17327;
  border-right: 2px solid #f17327;
  left: 5px;
}
.mceContentBody a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .mceContentBody a[href^="tel:"] {
    pointer-events: auto;
    color: #023156;
    text-decoration: underline;
  }
  .mceContentBody a[href^="tel:"]:hover {
    text-decoration: none;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------ setting */
.mceContentBody img {
  /* display: block; */
  max-width: 100%;
  height: auto;
}
/* .mceContentBody .fs1 { font-size: 0.8rem !important; }
.mceContentBody .fs2 { font-size: 1.0rem !important; }
.mceContentBody .fs3 { font-size: 1.2rem !important; }
.mceContentBody .fs4 { font-size: 1.3rem !important; }
.mceContentBody .fs5 { font-size: 1.4rem !important; }
.mceContentBody .fs6 { font-size: 1.8rem !important; }
.mceContentBody .fs7 { font-size: 2.4rem !important; }
.mceContentBody .fs8 { font-size: 3.6rem !important; }
.mceContentBody .fs9 { font-size: 4.8rem !important; } */
.mceContentBody .fs1 {
  font-size: 8pt;
}
.mceContentBody .fs2 {
  font-size: 10pt;
}
.mceContentBody .fs3 {
  font-size: 12pt;
}
.mceContentBody .fs4 {
  font-size: 14pt;
}
.mceContentBody .fs5 {
  font-size: 18pt;
}
.mceContentBody .fs6 {
  font-size: 24pt;
}
.mceContentBody .fs7 {
  font-size: 36pt;
}
/* .mceContentBody .imgL {
	display: block;
	float: left;
	margin: 0 1% 0 0;
}

.mceContentBody .imgR {
	display: block;
	float: right;
	margin: 0 0 0 1%;
}

.mceContentBody .imgC {
	display: block;
	margin-right: auto;
	margin-left: auto;	
} */
.mceContentBody .center {
  margin-left: auto !important;
  margin-right: auto !important;
}
/* 中央揃え */
.mceContentBody .outbox {
  position: relative;
}
.mceContentBody .outbox .inbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* @end */
/* .mceContentBody .caption {
	color: #939393;
	font-size: 1.4rem;
}
 */
.mceContentBody .tc {
  text-align: center;
}
.mceContentBody .tl {
  text-align: left;
}
.mceContentBody .tr {
  text-align: right;
}
.mceContentBody .w5 {
  width: 5%;
}
.mceContentBody .w10 {
  width: 10%;
}
.mceContentBody .w15 {
  width: 15%;
}
.mceContentBody .w20 {
  width: 20%;
}
.mceContentBody .w22 {
  width: 22%;
}
.mceContentBody .w24 {
  width: 24%;
}
.mceContentBody .w25 {
  width: 25%;
}
.mceContentBody .w30 {
  width: 30%;
}
.mceContentBody .w32 {
  width: 32%;
}
.mceContentBody .w35 {
  width: 35%;
}
.mceContentBody .w40 {
  width: 40%;
}
.mceContentBody .w45 {
  width: 45%;
}
.mceContentBody .w49 {
  width: 49%;
}
.mceContentBody .w50 {
  width: 50%;
}
.mceContentBody .w60 {
  width: 60%;
}
.mceContentBody .w70 {
  width: 70%;
}
.mceContentBody .w80 {
  width: 80%;
}
.mceContentBody .w90 {
  width: 90%;
}
.mceContentBody .w100 {
  width: 100%;
}
.mceContentBody .m_o0 {
  margin-top: 0;
}
.mceContentBody .m_o1 {
  margin-top: 1%;
}
.mceContentBody .m_o2 {
  margin-top: 2%;
}
.mceContentBody .m_o4 {
  margin-top: 4%;
}
.mceContentBody .m_l0 {
  margin-left: 0;
}
.mceContentBody .m_l1 {
  margin-left: 1%;
}
.mceContentBody .m_l2 {
  margin-left: 2%;
}
.mceContentBody .m_l4 {
  margin-left: 4%;
}
.mceContentBody .m_r0 {
  margin-right: 0;
}
.mceContentBody .m_r1 {
  margin-right: 1%;
}
.mceContentBody .m_r2 {
  margin-right: 2%;
}
.mceContentBody .m_r4 {
  margin-right: 4%;
}
.mceContentBody .m_u0 {
  margin-bottom: 0px;
}
.mceContentBody .m_u10 {
  margin-bottom: 10px;
}
.mceContentBody .m_u20 {
  margin-bottom: 20px;
}
.mceContentBody .m_u30 {
  margin-bottom: 30px;
}
.mceContentBody .m_u40 {
  margin-bottom: 40px;
}
.mceContentBody .m_u50 {
  margin-bottom: 50px;
}
.mceContentBody .m_u60 {
  margin-bottom: 60px;
}
.mceContentBody .m_u80 {
  margin-bottom: 80px;
}
.mceContentBody .nomgn {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .mceContentBody .fl, .mceContentBody .fr {
    float: none;
  }
  .mceContentBody .resp_fl {
    float: left;
  }
  .mceContentBody .resp_fr {
    float: right;
  }
  /* .mceContentBody .imgL,
	.mceContentBody .imgR {
		width: 100% !important;
		max-width: 100%;
		float: none;
		margin: 0 auto;
	} */
  .mceContentBody .resp_w5 {
    width: 5%;
  }
  .mceContentBody .resp_w10 {
    width: 10%;
  }
  .mceContentBody .resp_w15 {
    width: 15%;
  }
  .mceContentBody .resp_w20 {
    width: 20%;
  }
  .mceContentBody .resp_w22 {
    width: 22%;
  }
  .mceContentBody .resp_w24 {
    width: 24%;
  }
  .mceContentBody .resp_w25 {
    width: 25%;
  }
  .mceContentBody .resp_w30 {
    width: 30%;
  }
  .mceContentBody .resp_w32 {
    width: 32%;
  }
  .mceContentBody .resp_w35 {
    width: 35%;
  }
  .mceContentBody .resp_w40 {
    width: 40%;
  }
  .mceContentBody .resp_w45 {
    width: 45%;
  }
  .mceContentBody .resp_w49 {
    width: 49%;
  }
  .mceContentBody .resp_w50 {
    width: 50%;
  }
  .mceContentBody .resp_w60 {
    width: 60%;
  }
  .mceContentBody .resp_w70 {
    width: 70%;
  }
  .mceContentBody .resp_w80 {
    width: 80%;
  }
  .mceContentBody .resp_w90 {
    width: 90%;
  }
  .mceContentBody .resp_w100 {
    width: 100%;
  }
  .mceContentBody .resp_m_o0 {
    margin-top: 0;
  }
  .mceContentBody .resp_m_l0 {
    margin-left: 0;
  }
  .mceContentBody .resp_m_l1 {
    margin-left: 1%;
  }
  .mceContentBody .resp_m_l2 {
    margin-left: 2%;
  }
  .mceContentBody .resp_m_l4 {
    margin-left: 4%;
  }
  .mceContentBody .resp_m_r0 {
    margin-right: 0;
  }
  .mceContentBody .resp_m_r1 {
    margin-right: 1%;
  }
  .mceContentBody .resp_m_r2 {
    margin-right: 2%;
  }
  .mceContentBody .resp_m_r4 {
    margin-right: 4%;
  }
  .mceContentBody .resp_m_u0 {
    margin-bottom: 0;
  }
  .mceContentBody .resp_m_u10 {
    margin-bottom: 10px;
  }
  .mceContentBody .resp_m_u20 {
    margin-bottom: 20px;
  }
  .mceContentBody .resp_m_u30 {
    margin-bottom: 30px;
  }
  .mceContentBody .resp_m_u40 {
    margin-bottom: 40px;
  }
  .mceContentBody .resp_m_u50 {
    margin-bottom: 50px;
  }
  .mceContentBody .resp_m_u60 {
    margin-bottom: 60px;
  }
  .mceContentBody .resp_m_u80 {
    margin-bottom: 80px;
  }
  .mceContentBody .resp_nomgn {
    margin: 0;
  }
  .mceContentBody .resp_tc {
    text-align: center;
  }
  .mceContentBody .resp_center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* ------------------------------------------------------------------------------------------ column Layout */
.mceContentBody ul.column2, .mceContentBody ul.column3, .mceContentBody ul.column4, .mceContentBody ul.column5, .mceContentBody ul.column6, .mceContentBody ul.column7, .mceContentBody ul.column8, .mceContentBody ul.column9 {
  margin: 0;
}
.mceContentBody ul.column2 li::before, .mceContentBody ul.column3 li::before, .mceContentBody ul.column4 li::before, .mceContentBody ul.column5 li::before, .mceContentBody ul.column6 li::before, .mceContentBody ul.column7 li::before, .mceContentBody ul.column8 li::before, .mceContentBody ul.column9 li::before {
  background: none;
  border-radius: 0;
  content: "";
  height: 0;
  left: 0;
  margin: 0;
  position: relative;
  top: 0;
  transition: none;
  width: 0;
}
.mceContentBody ul.column2 li, .mceContentBody ul.column3 li, .mceContentBody ul.column4 li, .mceContentBody ul.column5 li, .mceContentBody ul.column6 li, .mceContentBody ul.column7 li, .mceContentBody ul.column8 li, .mceContentBody ul.column9 li {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}
/* .column2 */
.mceContentBody ul.column2 li {
  width: 48.56%;
  margin-right: 2.88%;
}
.mceContentBody ul.column2 li:nth-child(2n) {
  margin-right: 0;
}
/* .column3 */
.mceContentBody ul.column3 li {
  width: 31.42%;
  margin-right: 2.87%;
}
.mceContentBody ul.column3 li:nth-child(3n) {
  margin-right: 0;
}
/* .column4 */
.mceContentBody ul.column4 li {
  width: 22.84%;
  margin-right: 2.88%;
}
.mceContentBody ul.column4 li:nth-child(4n) {
  margin-right: 0;
}
/* .column5 */
.mceContentBody ul.column5 li {
  width: 17.68%;
  margin-right: 2.9%;
}
.mceContentBody ul.column5 li:nth-child(5n) {
  margin-right: 0;
}
/* .column6 */
.mceContentBody ul.column6 li {
  width: 14.25%;
  margin-right: 2.9%;
}
.mceContentBody ul.column6 li:nth-child(6n) {
  margin-right: 0;
}
/* .column7 */
.mceContentBody ul.column7 li {
  width: 11.8%;
  margin-right: 2.9%;
}
.mceContentBody ul.column7 li:nth-child(7n) {
  margin-right: 0;
}
/* .column8 */
.mceContentBody ul.column8 li {
  width: 9.98%;
  margin-right: 2.88%;
}
.mceContentBody ul.column8 li:nth-child(8n) {
  margin-right: 0;
}
/* .column9 */
.mceContentBody ul.column9 li {
  width: 8.56%;
  margin-right: 2.87%;
}
.mceContentBody ul.column9 li:nth-child(9n) {
  margin-right: 0;
}
/* ---------------------------------------------------------------------------------------------------- @end column Layout */
.mceContentBody p {
  margin: 1em 0;
}
.mceContentBody p:empty {
  margin: 0;
}
.mceContentBody .wrap {
  overflow: hidden;
}
.mceContentBody h3 {
  /* background: #f6f6f6; */
  font-size: 2.5rem; /* 25px */
  line-height: 1.5;
  font-weight: bold;
  padding: 0;
  margin: 2em 0 1em;
  /* display: inline-block; */
  display: block;
  /* border-bottom: 4px solid #efefef;	 */
  border-left: 5px solid #fbbe42;
  padding-left: 0.5em;
  /* border-bottom: 3px solid #fe5700; */
  /* display: inline-block; */
  color: #333;
}
.mceContentBody h3:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.mceContentBody h3:before {
  /* 
	content: "■";
	padding-right: 0.1em;
	color: #fe5700;
	font-size: 116%;
	*/
}
.mceContentBody > h3:first-child {
  margin: 0 0 0.5em;
}
.mceContentBody h4 {
  font-size: 1.8rem; /* 18px */
  font-weight: bold;
  margin: 2em 0 1em;
  /* border-left: 5px solid #f5ad31; */
  /* background: #fff7eb; */
  color: #303131;
  padding: 0.2em 0;
}
.mceContentBody h3 + h4 {
  margin: 0em 0 0.5em;
}
.mceContentBody h5 {
  font-size: 1.6rem; /* 16px */
  margin: 2em 0 1em;
  display: inline-block;
  background: #efefef;
  padding: 0 0.5em;
}
.mceContentBody h4 + h5 {
  margin: 1em 0 1em;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ ul */
.mceContentBody ul {
  margin: 10px 0 20px;
  padding: 0;
}
.mceContentBody ul li {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 15px;
  position: relative;
}
.mceContentBody ul > li::before {
  background: #d5cec5 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 10px;
  transition: all 0.3s ease-out 0s;
  width: 8px;
}
.mceContentBody ul.list-unstyled li {
  list-style: none;
  background: none;
  padding: 0;
}
.mceContentBody ul li ul li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0 0 0 15px;
}
.mceContentBody ul li ul li:before {}
.mceContentBody ol {
  margin: 10px 0 20px 20px;
  padding: 0;
}
.mceContentBody ol li {
  margin: 0;
  padding: 0 0 10px;
}
.mceContentBody ul li strong, .mceContentBody ol li strong {}
/*  ------------------------------------------------------------------------------------------------------------------------------------ qa */
.mceContentBody ul.qa {
  /* background: #f6f6f6; */
  margin: 10px 0 20px;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  .mceContentBody ul.qa {
    padding: 0;
  }
}
.mceContentBody ul.qa li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 1em;
  /* text-align: center; */
  position: relative;
  /* color: #585858; */
}
.mceContentBody ul.qa li span.head {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
.mceContentBody ul.qa li.question {
  /* background: #e6f4ff; */
  background: #f2f9ff;
  /* border: 3px solid #013891; */
  margin-bottom: 30px;
}
.mceContentBody ul.qa li.question span.head {
  color: #fff;
  background: #88b2d1;
  border-radius: 100px;
  /* padding: 0.2em 0.8em; */
  position: absolute;
  top: -20px;
  left: -20px;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
.mceContentBody ul.qa li.question:before {
  background: none;
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 0;
  height: 0;
  border: none;
  z-index: 0;
}
.mceContentBody ul.qa li.question:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -19px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 19px 19px 0 19px;
  border-color: #f2f9ff transparent transparent transparent;
  z-index: 0;
}
.mceContentBody ul.qa li.answer {
  background: #ffe6e7;
  background: #fff3f3;
  /* border: 3px solid #fe5700; */
  margin-bottom: 80px;
}
.mceContentBody ul.qa li.answer:last-child {
  margin-bottom: 0;
}
.mceContentBody ul.qa li.answer span.head {
  color: #fff;
  background: #ed777c;
  border-radius: 100px;
  /* padding: 0.2em 0.8em; */
  position: absolute;
  top: -20px;
  left: -20px;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
.mceContentBody ul.qa li.answer:before {
  background: none;
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 0;
  height: 0;
  border: none;
  z-index: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ table */
.mceContentBody table.deco-tb {
  margin: 0 0 20px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  border-collapse: collapse;
}
.mceContentBody table.deco-tb th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px 5px;
  vertical-align: middle;
}
.mceContentBody table.deco-tb.spa th {
  background: #f0f0f0;
}
.mceContentBody table.deco-tb td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px 5px;
  vertical-align: top;
}
.mceContentBody table.deco-tb.border {
  margin: 0 0 20px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.mceContentBody table.deco-tb.border th {
  border: 1px solid #ccc;
  border: 1px solid #ccc;
  padding: 4px 5px;
  vertical-align: middle;
  background: #f0f0f0;
}
.mceContentBody table.deco-tb.border td {
  border: 1px solid #ccc;
  border: 1px solid #ccc;
  padding: 4px 5px;
  vertical-align: top;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ div display="table" */
.mceContentBody div.table {
  margin: 0 0 20px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  border-collapse: collapse;
  /* border: 1px solid #ddd; */
  display: table;
}
.mceContentBody div.table div.row {
  border-bottom: 1px solid #eee;
  padding: 0.5em 0;
}
.mceContentBody div.table div.th {
  /* border: 1px solid #ddd; */
  padding: 4px 5px;
  text-align: left;
  vertical-align: middle;
  /* background: #eee; */
  /* color: #ffffff; */
  display: table-cell;
}
.mceContentBody div.table div.th:after {
  content: ":";
  vertical-align: middle;
}
.mceContentBody div.table div.td {
  /* border: 1px solid #ddd; */
  padding: 4px 5px;
  vertical-align: middle;
  display: table-cell;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  /* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- table.resp_block */
  .mceContentBody table.resp_block {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .mceContentBody table.resp_block thead {
    display: none;
  }
  .mceContentBody table.resp_block tr {
    display: block;
    border: none;
    margin: 0;
    /* border: 1px solid #e9ecef;
		padding: 1em;
		
		border-radius: 5px; */
    border-top: 1px solid #ccc;
    padding: 0.5em 0;
  }
  .mceContentBody table.resp_block th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    /* border-top: 1px solid #ccc; */
    padding: 0;
  }
  .mceContentBody table.resp_block td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border: none;
    /* margin-bottom: 1em; */
    border: none;
  }
  .mceContentBody table.resp_block tr td:last-child {
    margin-bottom: 0;
  }
  .mceContentBody table.resp_block tr td:first-child {
    border-top: none;
  }
  .mceContentBody table.resp_block td:before {
    /* content: attr(data-text)"";
		display: block;
		width: 100%;
		font-weight: bold;
		padding-top: 1em;
		background: #f8f8f8;
		border: 1px solid #e9ecef;
		border-left: none;
		border-right: none;
		padding: 0 0.5em;
		box-sizing: border-box;
		margin-bottom: 0.5em; */
  }
}
@media only screen and (max-width: 768px) {
  .mceContentBody div.table div.th, .mceContentBody div.table div.td {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* ------------------------------------------------------------------------------------------------------------------------------------ responsive-type-transform */
  .mceContentBody table.deco-tb.responsive-type-transform {
    border: none;
    max-width: 100%;
    box-sizing: border-box;
  }
  .mceContentBody table.deco-tb.responsive-type-transform thead {
    display: none;
  }
  .mceContentBody table.deco-tb.responsive-type-transform th {
    display: block;
    border: none;
  }
  .mceContentBody table.deco-tb.responsive-type-transform td {
    display: list-item;
    list-style: none;
    border: none;
    border-left: 5px solid #f0f0f0;
    padding: 0 0 0 0.5em;
    margin: 0.5em 0 1em;
  }
  /* add content */
  .mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(1):before {
    content: "見出しX1";
    display: block;
    font-weight: bold;
  }
  .mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(2):before {
    content: "見出しX2";
    display: block;
    font-weight: bold;
  }
  .mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(3):before {
    content: "見出しX3";
    display: block;
    font-weight: bold;
  }
  .mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(4):before {
    content: "見出しX4";
    display: block;
    font-weight: bold;
  }
  .mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(5):before {
    content: "見出しX5";
    display: block;
    font-weight: bold;
  }
  .mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(6):before {
    content: "見出しX6";
    display: block;
    font-weight: bold;
  }
  .mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(7):before {
    content: "見出しX7";
    display: block;
    font-weight: bold;
  }
  .mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(8):before {
    content: "見出しX8";
    display: block;
    font-weight: bold;
  }
  /* ------------------------------------------------------------------------------------------------------------------------------------ responsive-type-outer */
  .mceContentBody div.responsive-type-outer {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mceContentBody div.responsive-type-outer table.deco-tb {}
  /* ------------------------------------------------------------------------------------------------------------------------------------ responsive-type-outer-tbody  */
  /* tbody scroll */
  .mceContentBody div.responsive-type-outer-tbody {}
  .mceContentBody div.responsive-type-outer-tbody table.deco-tb {
    width: 100%;
    display: block;
    position: relative;
  }
  .mceContentBody div.responsive-type-outer-tbody table.deco-tb tr {
    display: inline-block;
  }
  .mceContentBody div.responsive-type-outer-tbody table.deco-tb thead {}
  .mceContentBody div.responsive-type-outer-tbody table.deco-tb thead th, .mceContentBody div.responsive-type-outer-tbody table.deco-tb thead td {
    border-top: 1px solid #ddd;
  }
  .mceContentBody div.responsive-type-outer-tbody table.deco-tb th, .mceContentBody div.responsive-type-outer-tbody table.deco-tb td {
    display: block;
    white-space: nowrap;
  }
  .mceContentBody div.responsive-type-outer-tbody table.deco-tb thead {
    display: block;
    float: left;
  }
  .mceContentBody div.responsive-type-outer-tbody table.deco-tb tbody {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .mceContentBody div.responsive-type-outer-tbody table.deco-tb tbody tr {
    margin-left: -5px;
  }
  .mceContentBody div.responsive-type-outer-tbody table.deco-tb br {
    display: none;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------ table.row hover */
.mceContentBody table.deco-tb.row tr {
  background: #fff;
  transition: all .1s ease-out 0s;
}
.mceContentBody table.deco-tb.row tr:hover {
  background: #f9f0d3;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ deco-box */
.mceContentBody .deco-box {
  padding: 1.5em;
  background: #f6f6f6;
  margin-bottom: 1.5em;
  position: relative;
}
.mceContentBody .deco-box-line {
  padding: 1.5em;
  background: #fff;
  border: 5px solid #f6f6f6;
  margin-bottom: 1.5em;
  position: relative;
}
@media only screen and (max-width: 768px) {}
/* ------------------------------------------------------------------------------------------------------------------------------------ flowArrow */
.mceContentBody .deco-box.flowArrow {
  padding: 1em;
  background: #fff;
  border: 3px solid #ccc;
  position: relative;
  /* text-align: center; */
  box-sizing: border-box;
  margin-bottom: 2em;
  position: relative;
}
.mceContentBody .deco-box.flowArrow.none {}
.mceContentBody .flowArrow::before {
  border-color: #fbbe42 transparent transparent;
  border-style: solid;
  border-width: 24px 24px 0;
  bottom: -32px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -24px;
  position: absolute;
  width: 0;
  z-index: 0;
}
/* .mceContentBody .flowArrow::after {
    border-color: #fbbe42 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 0;
    bottom: -20px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 0;
    z-index: 0;
} */
.mceContentBody .flowArrow.none::before, .mceContentBody .flowArrow.none::after {
  border: none;
}
/* color number */
.mceContentBody .deco-box.flowArrow div.number {
  color: #fff;
  background: #ccc;
  border-radius: 100px;
  position: absolute;
  left: -20px;
  top: -15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  /* box-sizing: border-box;	 */
  display: block;
  text-align: center;
  font-weight: bold;
  border: 4px solid #fff;
  font-size: 1.6rem;
  /* transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%); */
}
/* ------------------------------------------------------------------------------------------------------------------------------------ dl */
.mceContentBody dl {
  width: 100%;
}
.mceContentBody dl dt {
  float: left;
  width: 20%;
  padding: 0.5em;
  box-sizing: border-box;
}
.mceContentBody dl dd {
  float: left;
  width: 80%;
  padding: 0.5em;
  box-sizing: border-box;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ google map */
@media only screen and (max-width: 768px) {
  .mceContentBody .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .mceContentBody .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------ google map */
@media only screen and (max-width: 640px) {
  .mceContentBody .movieWrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .mceContentBody .movieWrap iframe, .mceContentBody .movieWrap object, .mceContentBody .movieWrap a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------ form */
.mceContentBody .form {}
.mceContentBody .form p.line {
  display: inline;
  margin: 0;
}
.mceContentBody .form th {
  min-width: 200px;
}
.mceContentBody .form td.sub {
  background: #eee;
  width: 110px;
  vertical-align: middle;
}
.mceContentBody .alert {
  color: #ff100a;
}
.mceContentBody label, .postalcode {
  white-space: nowrap;
}
.mceContentBody .form input, .mceContentBody .form textarea {
  border-radius: 5px;
  border: none;
  border: 1px solid #ccc;
  background: #f9f9f9;
  transition: all 0.2s ease-in-out;
  padding: 0.5em;
  box-sizing: border-box;
}
.mceContentBody input:focus, .mceContentBody textarea:focus {
  background: #ffffff;
  outline: none;
  border: none;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.mceContentBody input:active, .mceContentBody textarea:active {
  background: #ffffff;
  outline: none;
  border: none;
  border: 1px solid #ccc;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
/* セレクトボックス */
.mceContentBody .form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 100%;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #ccc;
  min-width: 80px;
  padding: 0 0.5em;
  cursor: pointer;
  width: 100%;
  background: #fff;
}
.mceContentBody .form select::-ms-expand {
  display: none;
}
.mceContentBody .form select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.mceContentBody .form div.selectWrap {
  position: relative;
  /* width: 50%; */
  height: 38px;
  display: inline-block;
}
.mceContentBody .form div.selectWrap::after {
  position: absolute;
  top: 55%;
  right: 10px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-top: 4px solid #888;
}
.mceContentBody .form label:hover {
  color: #2b91fc;
}
@media only screen and (max-width: 640px) {
  .mceContentBody table.deco-tb.form {
    /* font-size: 86%; */
    width: 100%;
    border: none;
  }
  .mceContentBody table.deco-tb.form td.sub {
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .mceContentBody .form div.selectWrap {
    margin-bottom: 1em;
    width: 100%;
  }
  .mceContentBody table.deco-tb.form input, .mceContentBody table.deco-tb.form textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .mceContentBody table.deco-tb.form label {
    display: block;
  }
  .mceContentBody table.deco-tb.form label input {
    width: auto;
  }
  .mceContentBody table.deco-tb.form th {
    /* min-width: 40px; */
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    margin: 0 0 1em;
  }
  .mceContentBody table.deco-tb.form td {
    display: block;
    border: none;
    padding: 0 0 1em;
  }
  /* 生年月日 */
  td.birth {}
  .mceContentBody .form td.birth div.selectWrap {
    margin-bottom: 0;
  }
  .mceContentBody .form td.birth label {
    margin-bottom: 0.5em;
    width: 90%;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------ .btn */
/* .btn .default */
.mceContentBody .btns .btn {
  display: block;
  float: left;
}
.mceContentBody .btn {
  margin: 0 auto 1em;
  display: block;
  padding: 0.5em 1em;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  /* border: 1px solid;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2; */
}
/* 印刷用 */
@media print {
  header div.bottom, div.banners, footer {
    display: none;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 協賛旅館・協賛施設一覧 */
.mceContentBody div.lineup table, .mceContentBody div.lineup table tbody, .mceContentBody div.lineup table tr {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
}
.mceContentBody div.lineup table {
  padding: 1em;
  box-sizing: border-box;
  background: #faf9f4;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1em;
}
.mceContentBody div.lineup table td, .mceContentBody div.lineup table img {
  display: block;
  font-size: 1.4rem;
}
.mceContentBody div.lineup table td:first-child {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.mceContentBody div.lineup table td:nth-child(2) {
  width: 49%;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.mceContentBody div.lineup h5 {
  font-size: 2.1rem;
  margin: 0 0 1em;
  display: block;
  background: none;
  padding: 0 0 1em;
  position: relative;
}
.mceContentBody div.lineup h5:after {
  position: absolute;
  width: 20px;
  height: 5px;
  display: block;
  background: #fbbe42;
  content: "";
  bottom: 0;
  left: 0;
}
.mceContentBody div.lineup table td a {
  color: #333;
  font-size: 1.4rem;
  padding: 0 1em 0 0.8em;
  position: relative;
  transition: all 0.1s ease 0s;
}
.mceContentBody div.lineup table td a::before {
  border-right: 1px solid #fcc800;
  border-top: 1px solid #fcc800;
  content: "";
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%) rotate(45deg);
  width: 5px;
}
.mceContentBody div.lineup table td a[href^="tel:"] {
  cursor: default;
  color: #333 !important;
  font-size: 2.4rem;
  padding: 0;
}
.mceContentBody div.lineup table td a[href^="tel:"]::before {
  border: none;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transform: none;
  width: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ tab */
/* -------------------------------------------------------------- css3 tab のきほんせってい */
.mceContentBody div.lineup #tab01:target ~ div.tabContents div.content:nth-child(1), .mceContentBody div.lineup #tab02:target ~ div.tabContents div.content:nth-child(2), .mceContentBody div.lineup #tab03:target ~ div.tabContents div.content:nth-child(3), .mceContentBody div.lineup #tab04:target ~ div.tabContents div.content:nth-child(4), .mceContentBody div.lineup #tab05:target ~ div.tabContents div.content:nth-child(5) {
  display: block;
}
.mceContentBody div.lineup #tab02:target ~ div.tabContents div.content:first-child, .mceContentBody div.lineup #tab03:target ~ div.tabContents div.content:first-child, .mceContentBody div.lineup #tab04:target ~ div.tabContents div.content:first-child, .mceContentBody div.lineup #tab05:target ~ div.tabContents div.content:first-child {
  display: none;
}
.mceContentBody div.lineup #tab01:target ~ ul.tabBtn li:nth-child(1) a, .mceContentBody div.lineup #tab02:target ~ ul.tabBtn li:nth-child(2) a, .mceContentBody div.lineup #tab03:target ~ ul.tabBtn li:nth-child(3) a, .mceContentBody div.lineup #tab04:target ~ ul.tabBtn li:nth-child(4) a, .mceContentBody div.lineup #tab05:target ~ ul.tabBtn li:nth-child(5) a {}
.mceContentBody div.lineup div.trigger {
  display: none;
}
.mceContentBody div.lineup ul.tabBtn {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.mceContentBody div.lineup ul.tabBtn li {
  margin: 0;
  padding: 0;
  position: relative;
}
.mceContentBody div.lineup ul.tabBtn li::before {
  background: none;
  content: "";
  height: auto;
  left: 0;
  margin: 0;
  position: relative;
  top: 0;
  transition: none;
  width: auto;
}
.mceContentBody div.lineup ul.tabBtn li a {
  display: block;
  padding: 0.5em 1em;
  background: #ccc;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  width: 19.2%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
}
.mceContentBody div.lineup ul.tabBtn li:nth-child(5) a {
  margin-right: 0;
}
.mceContentBody div.lineup ul.tabBtn li a:hover {
  opacity: 1;
}
.mceContentBody div.lineup div.tabContents {
  width: 100%;
  position: relative;
}
.mceContentBody div.lineup div.tabContents div.content {
  position: relative;
  display: none;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  animation: fadeIn 0.2s;
}
.mceContentBody div.lineup div.tabContents div.content:first-child {
  display: block;
}
/* -------------------------------------------------------------- @end css3 tab のきほんせってい */
/* かくタブの activeじょうたい */
.mceContentBody div.lineup #tab01:target ~ ul.tabBtn li:nth-child(1) a {
  background: #e7621d;
  color: #fff;
}
.mceContentBody div.lineup #tab02:target ~ ul.tabBtn li:nth-child(2) a {
  background: #55a43d;
  color: #fff;
}
.mceContentBody div.lineup #tab03:target ~ ul.tabBtn li:nth-child(3) a {
  background: #d75171;
  color: #fff;
}
.mceContentBody div.lineup #tab04:target ~ ul.tabBtn li:nth-child(4) a {
  background: #694a33;
  color: #fff;
}
.mceContentBody div.lineup #tab05:target ~ ul.tabBtn li:nth-child(5) a {
  background: #6a2c47;
  color: #fff;
}
.mceContentBody div.lineup #tab01:target ~ ul.tabBtn li:not(:nth-child(1)) a {}
/* @end かくタブの activeじょうたい */
/* かくタブのデフォルトじょうたい nth-child(1)がactive */
.mceContentBody div.lineup #tab01 ~ ul.tabBtn li:nth-child(1) a {
  background: #e7621d;
  color: #fff;
  border: 1px solid #e7621d;
  font-weight: bold;
}
.mceContentBody div.lineup #tab01 ~ ul.tabBtn li:nth-child(2) a {
  background: #fff;
  color: #55a43d;
  border: 1px solid #55a43d;
  font-weight: bold;
}
.mceContentBody div.lineup #tab01 ~ ul.tabBtn li:nth-child(3) a {
  background: #fff;
  color: #d75171;
  border: 1px solid #d75171;
  font-weight: bold;
}
.mceContentBody div.lineup #tab01 ~ ul.tabBtn li:nth-child(4) a {
  background: #fff;
  color: #694a33;
  border: 1px solid #694a33;
  font-weight: bold;
}
.mceContentBody div.lineup #tab01 ~ ul.tabBtn li:nth-child(5) a {
  background: #fff;
  color: #6a2c47;
  border: 1px solid #6a2c47;
  font-weight: bold;
}
/* @end かくタブのデフォルトじょうたい nth-child(1)がactive */
/* nth-child(1) をいろをいじする  nth-child(1) のいろのみいれる */
.mceContentBody div.lineup #tab02:target ~ ul.tabBtn li:nth-child(1) a {
  background: #fff;
  color: #e7621d;
  border: 1px solid #e7621d;
}
.mceContentBody div.lineup #tab03:target ~ ul.tabBtn li:nth-child(1) a {
  background: #fff;
  color: #e7621d;
  border: 1px solid #e7621d;
}
.mceContentBody div.lineup #tab04:target ~ ul.tabBtn li:nth-child(1) a {
  background: #fff;
  color: #e7621d;
  border: 1px solid #e7621d;
}
.mceContentBody div.lineup #tab05:target ~ ul.tabBtn li:nth-child(1) a {
  background: #fff;
  color: #e7621d;
  border: 1px solid #e7621d;
}
/* @end nth-child(1) をいろをいじする  nth-child(1) のいろのみいれる */
@media print {
  .mceContentBody div.lineup div.tabContents div.content {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .mceContentBody div.lineup ul.tabBtn li a {
    border-radius: 5px;
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 1em;
  }
  .mceContentBody div.lineup table td:first-child {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .mceContentBody div.lineup table td:nth-child(2) {
    width: 100%;
    float: none;
  }
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
.mceContentBody div.spa {
  padding: 2em 0;
  margin: 2em 0;
  background: none;
  border: none;
  box-sizing: border-box;
  margin-bottom: 80px;
  border-radius: 0;
  border-top: 3px solid #fbbe42;
  border-bottom: 3px solid #fbbe42;
}
.mceContentBody div.spa div.lineup table {
  position: relative;
  display: block;
  overflow: visible;
}
.mceContentBody div.spa div.lineup table:after {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #a34e96;
  display: block;
  top: -10px;
  left: -10px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.mceContentBody div.spa div.lineup table:nth-of-type(1):after {
  content: "1";
}
.mceContentBody div.spa div.lineup table:nth-of-type(2):after {
  content: "2";
}
.mceContentBody div.spa div.lineup table:nth-of-type(3):after {
  content: "3";
}
.mceContentBody div.spa div.lineup table:nth-of-type(4):after {
  content: "4";
}
.mceContentBody div.spa div.lineup table:nth-of-type(5):after {
  content: "5";
}
.mceContentBody div.spa div.lineup table:nth-of-type(6):after {
  content: "6";
}
.mceContentBody div.spa div.lineup table:nth-of-type(7):after {
  content: "7";
}
.mceContentBody div.spa div.lineup table:nth-of-type(8):after {
  content: "8";
}
.mceContentBody div.spa div.lineup table:nth-of-type(9):after {
  content: "9";
}
.mceContentBody div.spa div.lineup table:nth-of-type(10):after {
  content: "10";
}
.mceContentBody div.spa div.lineup table:nth-of-type(11):after {
  content: "11";
}
.mceContentBody div.spa div.lineup table:nth-of-type(12):after {
  content: "12";
}
.mceContentBody div.spa div.lineup table:nth-of-type(13):after {
  content: "13";
}
.mceContentBody div.spa div.lineup table:nth-of-type(14):after {
  content: "14";
}
.mceContentBody div.spa div.lineup table:nth-of-type(15):after {
  content: "15";
}
.mceContentBody div.spa div.lineup table:nth-of-type(16):after {
  content: "16";
}
.mceContentBody div.spa div.lineup table:nth-of-type(17):after {
  content: "17";
}
.mceContentBody div.spa div.lineup table:nth-of-type(18):after {
  content: "18";
}
.mceContentBody div.spa div.lineup table:nth-of-type(19):after {
  content: "19";
}
.mceContentBody div.spa div.lineup table:nth-of-type(20):after {
  content: "20";
}
.mceContentBody div.spa div.lineup table:nth-of-type(21):after {
  content: "21";
}
.mceContentBody div.spa div.lineup table:nth-of-type(22):after {
  content: "22";
}
.mceContentBody div.spa div.lineup table:nth-of-type(23):after {
  content: "23";
}
.mceContentBody div.spa div.lineup table:nth-of-type(24):after {
  content: "24";
}
.mceContentBody div.spa div.map {
  border-radius: 5px;
  overflow: hidden;
}
.mceContentBody div.spa div.map img {
  display: block;
}
/* 閉館 じょうほう */
.mceContentBody table tbody.disabled {
  position: relative;
  padding: 0;
  border-radius: 5px;
}
.mceContentBody table tbody.disabled:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mceContentBody table tbody.disabled:after {
  position: absolute;
  content: "※8月末をもちまして閉館となりました。";
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: bold;
}
/* addition */
div.list ul li div.thumbnail {
  background: #fff none repeat scroll 0 0;
  display: table;
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
div.list ul li div.thumbnail span {
  background: #fff none repeat scroll 0 0;
  display: table-cell;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  width: 1000px;
}
div.list ul li div.thumbnail span img {
  display: inline;
  height: auto;
  left: 50%;
  margin: 0 auto;
  max-height: 200px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@media only screen and (max-width: 768px) {
  div.list ul li:nth-child(5n) {
    margin-right: 0;
  }
  div.list ul li {
    width: 48.56%;
    margin-right: 2.88%;
  }
  div.list ul li:nth-child(2n) {
    margin-right: 0;
  }
  /*
div.list ul li div.thumbnail {
    height: 200px;
}

div.list ul li div.thumbnail span {
    height: 200px;
}
*/
  div.list ul li div.thumbnail {
    height: 200px;
  }
  div.list ul li div.thumbnail span {
    height: 200px;
  }
  div.list ul li div.thumbnail span img {
    max-height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  div.categoryList div.list ul li {
    width: 48.56%;
    margin-right: 2.88%;
  }
  div.categoryList div.list ul li:nth-child(5n) {
    margin-right: 2.88%;
  }
  div.categoryList div.list ul li:nth-child(3n) {
    margin-right: 2.88%;
  }
  div.categoryList div.list ul li:nth-child(2n) {
    margin-right: 0;
  }
  div.categoryList div.list ul li div.thumbnail {
    /* height: 215px; */
    height: 200px;
  }
  div.categoryList div.list ul li div.thumbnail span {
    /* height: 215px; */
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  div.categoryList div.list ul li {
    width: 100%;
    margin-right: 0%;
  }
  div.categoryList div.list ul li:nth-child(5n) {
    margin-right: 0;
  }
  div.categoryList div.list ul li:nth-child(3n) {
    margin-right: 0;
  }
  div.categoryList div.list ul li:nth-child(2n) {
    margin-right: 0;
  }
  div.categoryList div.list ul li div.thumbnail {
    /* height: 180px; */
  }
  div.categoryList div.list ul li div.thumbnail span {
    /* height: 180px; */
  }
}
@media only screen and (max-width: 768px) {
  .mceContentBody div.spa {
    padding: 2em 0;
  }
}