@charset "utf-8";

/* ==================================================
content
================================================== */

/* mv
-------------------------------------------------- */
#mv {
  min-width: 100%;
  height: 120px;
}
#mv .innerWrap {
  padding: 0;
}
.mv__list {
  width: 290px;
}
#mv .bx-wrapper img {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#mv .bx-wrapper .bx-viewport .mv__link:hover,
.bx-wrapper .bx-viewport .mv__link:hover img {
  opacity: 1;
}

#mv__prev {
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -15px;
  margin-left: -158px;
  background-size: 20px 20px;
}
#mv__next {
  right: 50%;
  width: 20px;
  height: 20px;
  margin-top: -15px;
  margin-right: -158px;
  background-size: 20px 20px;
}
#mv__prev:hover,
#mv__next:hover {
  opacity: 1;
}

#mv__pager .bx-pager {
  bottom: 5px;
}



/* topinformation
-------------------------------------------------- */
#topinformation p {
	font-size: 16px;
	line-height: 30px;
}



/* howto
-------------------------------------------------- */
.howtoMain .innerWrap {
  padding: 0;
}
.howtoMain__link {
  padding: 20px 0 15px;
}
.howtoMain__img {
  margin-bottom: 10px;
}
.howtoMain__img img {
  width: 70px;
}
.howtoMain__title {
  margin: 0 auto;
}
.howtoMain__title .sub {
  display: block;
  margin-bottom: 6px;
  padding-right: 0;
  font-size: 10px;
  text-align: center;
  letter-spacing: 3px;
}
.howtoMain__title .sub + .main {
  margin-top: 0;
}
.howtoMain__title .main {
  display: block;
  margin-top: 16px;
  padding-right: 0;
  font-size: 14px;
  letter-spacing: 4px;
  vertical-align: middle;
}
.howtoMain__title .main:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 14px;
  vertical-align: middle;
  background: url(/assets/img/top/howto_arrow.png) no-repeat center center;
  background-size: 5px 9px;
}
.howtoMain__title:after {
  display: none;
}
.howtoMain__text {
  display: none;
}

.howtoMain__link:hover {
  color: #333;
  background: #fff;
}



.howtoSub {
  padding: 20px 0;
}
.howtoSub .innerWrap {
  max-width: 100%;
  text-align: left;
}
.howtoSub__heading {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 60px;
  text-align: left;
  background: url(/assets/img/top/howto_line_icon.png) no-repeat left top;
  background-size: 40px 40px;
}
.howtoSub__title {
  display: inline-block;
  padding-top: 0;
  padding-right: 10px;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 40px;
  background-size: 5px 10px;
}
.howtoSub__title a {
  color: #333;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.howtoSub__title a:hover {
  opacity: 1;
}
.howtoSub__text {
  display: none;
}
.howtoSub__step {
  display: block;
  width: 100%;
}
.howtoSub__step img {
  width: 100%;
}



/* shop
-------------------------------------------------- */
#shop {

	padding: 50px 0;
}

#shop .flex-item {
	width: 48%;
}
#shop .flex-item img{
	width: 92%;
	margin: 4px 0;
}
#shop h2 {
	font-size: 16px;
	padding-bottom: 20px;
}



/* results
-------------------------------------------------- */
#results {
  min-width: 0;
  padding: 15px 0 20px;
}
#results .innerWrap {
  width: 100%;
  padding: 0;
}
.results__heading {
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.results__heading .main {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}
.results__heading .main .month {
  font-size: 22px;
}
.results__heading .sub {
  font-size: 9px;
}
.resultsSec {
  margin-bottom: 20px;
}
.resultsSec__heading {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 14px;
}
.resultsSec__heading img {
  width: 22px;
  margin-right: 10px;
  vertical-align: middle;
}
.resultsSec__lists {
  display: block;
  width: 100%;
  overflow: hidden;
}
.resultsSec__list {
  display: block;
}
.resultsSec__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 10px 10px;
  font-size: 10px;
  text-align: center;
  border-left: 1px solid #F6F6F6;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.resultsSec__link:hover {
  opacity: 1;
}
.resultsSec__list:first-child .resultsSec__link {
  border-left: 1px solid #F6F6F6;
}
.resultsSec__img {
  margin-bottom: 10px;
}
.resultsSec__img img {
  width: 100%;
}
.resultsSec__text1 {
  height: 12px;
  margin-bottom: 3px;
  padding: 0 5px;
  line-height: 12px;
}
.resultsSec__text2 {
  height: 12px;
  margin-bottom: 3px;
  padding: 0 5px;
  line-height: 12px;
}
.resultsSec__text3 {
  height: 12px;
  margin-bottom: 3px;
  padding: 0 5px;
  line-height: 12px;
}
.resultsSec__cost {
  /*height: 12px;*/
  padding: 0 5px;
  line-height: 12px;
}


/*#results*/
.results .bx-wrapper {
  max-width: 100% !important;
}
.results .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: auto;
  background: none;
}
.results .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -10px;
  outline: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.results .bx-wrapper .bx-prev {
  left: 5px;
  background: url(/assets/img/common/results_icon_prev.png) no-repeat center center;
  background-size: 20px 20px;
}
.results .bx-wrapper .bx-next {
  right: 5px;
  background: url(/assets/img/common/results_icon_next.png) no-repeat center center;
  background-size: 20px 20px;
}
.results .bx-wrapper .bx-loading {
  background-image: url(/assets/img/common/bx_loader.gif);
  z-index: 3;
}




/* column
-------------------------------------------------- */
#column {
  min-width: 0;
  padding: 20px 0 20px;
}
#column .innerWrap {
  position: relative;
  width: 100%;
  padding: 0 0 50px;
}

.column__heading {
  position: static;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.column__heading .main {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}
.column__heading .sub {
  font-size: 9px;
}

.column__heading .link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 10px;
}
.column__heading .link a {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #ddd;
}
.column__heading .link a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(/assets/img/common/icon_list.png) no-repeat center center;
  background-size: 12px 12px;
}
.column__heading .link a:hover {
  opacity: 1;
}

.column__lists {
  margin-left: 0;
  padding: 0 10px;
}
.column__list {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}
.column__link {
  color: #555;
}
.column__link * {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.column__link:hover * {
  opacity: 1;
}
.column__img {
  margin-bottom: 10px;
}
.column__img img {
  width: 100%;
}
.column__date {
  margin-bottom: 10px;
  font-size: 10px;
}
.column__title {
  margin-bottom: 10px;
  font-size: 14px;
}
.column__text {
  font-size: 10px;
}



/* info
-------------------------------------------------- */
#info {
  min-width: 0;
  padding: 20px 0;
}
#info .innerWrap {
  position: relative;
  padding-bottom: 50px;
}
#info .heading {
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-size: 16px;
}

.info_listLink {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.info_listLink a {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  border: 1px solid #ddd;
}
.info_listLink a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(/assets/img/common/icon_list.png) no-repeat center center;
  background-size: 12px 12px;
}
.info_listLink a:hover {
  opacity: 1;
}


.infoList {
  margin-bottom: 20px;
}
.infoLink:hover {
  opacity: 1;
}
.infoLink span {
  display: inline-block;
}
.infoList__date {
  width: 80px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 18px;
}
.infoList__cate {
  width: 90px;
  margin-right: 0;
  padding: 3px 0;
  font-size: 10px;
}
.infoList__text {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.8;
}

