@charset "UTF-8";
/*----------------------
base
----------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.4rem;
  font-family: -apple-system, "Arial", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.4;
  color: #434343;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #434343;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
}
a.orange {
  color: #f98d0c;
}
a.orange:active, a.orange:focus, a.orange:visited {
  color: #f98d0c;
}
a:active, a:focus, a:visited {
  color: #434343;
}

.module-blank:after {
  display: inline-block;
  vertical-align: middle;
  width: 1.154em;
  height: 1em;
  margin-left: 6px;
  content: "";
  background: url(/common/img/ico-blank-01.png) no-repeat center;
  background-size: cover;
}

.module-pdf:after {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 6px;
  content: "";
  background: url(/common/img/ico-pdf-02.png) no-repeat center;
  background-size: cover;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  line-height: 3rem;
}
input:placeholder-shown {
  font-size: 1.2rem;
  line-height: 3.0rem;
  color: #b3b3b3;
}
input::-webkit-input-placeholder {
  font-size: 1.2rem;
  line-height: 3.0rem;
  color: #b3b3b3;
}
input:-moz-placeholder {
  font-size: 1.2rem;
  line-height: 3.0rem;
  color: #b3b3b3;
}
input::-moz-placeholder {
  font-size: 1.2rem;
  line-height: 3.0rem;
  color: #b3b3b3;
}
input:-ms-input-placeholder {
  font-size: 1.2rem;
  line-height: 3.0rem;
  color: #b3b3b3;
}
input::-ms-clear {
  visibility: hidden;
}

.only-pc {
  display: none !important;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#allWrap {
  position: relative;
  padding-top: 50px;
  background: #f8f6f1;
  z-index: 1;
  overflow: hidden;
}

/*----------------------
js-image-ratio
----------------------*/

.js-ratio-width{
	width: 100% !important;
	height: auto !important;
}

.js-ratio-height{
	height: 100% !important;
	width: auto !important;
}

/*----------------------
photoswipe
----------------------*/
figure.pswp-loupe {
  position: relative;
}
figure.pswp-loupe:after {
  position: absolute;
  top: 7px;
  left: 7px;
  content: "";
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.75) url(/common/img/ico-loupe-2.svg) no-repeat center;
  background-size: 22px auto;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}

/*----------------------
slick
----------------------*/
.slick-dots {
  margin-top: 17px;
  text-align: center;
  line-height: 0.8rem;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 9px;
}
.slick-dots li.slick-active button {
  background: #434343;
}
.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  outline: none;
  margin: 0;
  padding: 0;
  background: #d2d2d2;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 0;
}

/*----------------------
category
----------------------*/
/*----------------------
modal
----------------------*/
.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 38px 12px;
  background: rgba(0, 0, 0, 0.6);
}
.search-modal .search-modal-inner {
  height: 100%;
}
.search-modal .search-modal-inner .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.search-modal .search-modal-inner .modal-wrapper {
  position: relative;
  height: 100%;
}
.search-modal .search-modal-inner .modal-wrapper .modal {
  position: relative;
  z-index: 1;
  height: 100%;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner {
  position: relative;
  height: 100%;
  padding: 0 0 30px;
  background: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-shop-searchbox {
  padding: 24px 12px;
  background: #f1ede4;
  border-top: 1px solid #e3dcca;
  border-bottom: 1px solid #e3dcca;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul {
  display: block;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li {
  background: transparent;
  border-top: 1px solid #e5e5e5;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li dl dt {
  position: relative;
  padding: 12px;
  overflow: hidden;
  background: #fff;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li dl dt .icon {
  float: left;
  width: 30px;
  margin-right: 8px;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li dl dt span {
  float: left;
  display: inline-block;
  line-height: 3.0rem;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li dl dt:before {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 14px;
  height: 1px;
  background: #448aca;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li dl dt:after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 14px;
  height: 1px;
  background: #448aca;
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li dl dd {
  display: none;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li dl dd ul {
  display: block;
  background: #fff;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li dl dd ul li {
  background: transparent;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li dl dd ul li a {
  display: block;
  padding: 12px;
  line-height: 3.0rem;
  text-align: left;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-01 dl dd ul {
  background: #e8f2fa;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-02 dl dd ul {
  background: #efe9e5;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-03 dl dd ul {
  background: #fdedd9;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-04 dl dd ul {
  background: #f5f7d9;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-05 dl dd ul {
  background: #fcedf2;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-06 dl dd ul {
  background: #edf7f0;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-07 dl dd ul {
  background: #f1e5ed;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-01 dl dd ul li a {
  color: #65aadd;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-02 dl dd ul li a {
  color: #956c51;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-03 dl dd ul li a {
  color: #f08300;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-04 dl dd ul li a {
  color: #bfcc00;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-05 dl dd ul li a {
  color: #ee86a8;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-06 dl dd ul li a {
  color: #89c997;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.category-07 dl dd ul li a {
  color: #a45087;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li:after {
  content: none;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.active dl dt:after {
  content: none;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-tab-layout-category > ul > li.active dl dd {
  display: block;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-01 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-01 ul li {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-01 ul li a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  font-size: 1.2rem;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-01 ul li:nth-of-type(-n+2) a {
  border-top: none;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-01 ul li:nth-of-type(2n) {
  border-right: none;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-02 {
  padding: 12px 16px;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-02 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-02 ul li {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  margin-top: 8px;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-02 ul li a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  margin: 0 auto;
  background: #eeeeee;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  font-size: 2.0rem;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-02 ul li a span {
  font-size: 1.0rem;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 8px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.2rem;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li a div {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  text-align: center;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li a div .logo01 {
  height: 16px;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li a div .logo02 {
  height: 16px;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li a div .logo03 {
  height: 12px;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li a div .logo04 {
  height: 23px;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li a div .logo05 {
  height: 13px;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li a div .logo06 {
  height: 13px;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li a div .logo07 {
  height: 23px;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li a div .logo08 {
  height: 12px;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li a div .logo09 {
  height: 17px;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li a div img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li a div .name {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-top: 10px;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .modal-tab-layout-03 ul li:nth-of-type(2n) {
  border-right: none;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-button-01 .module-button-01-inner span {
  width: auto;
  padding-left: 24px;
  font-size: 1.4rem;
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-button-01 .module-button-01-inner span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 17px;
  height: 3px;
  background: #62a6eb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.search-modal .search-modal-inner .modal-wrapper .modal .modal-inner .module-button-01 .module-button-01-inner span:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 17px;
  height: 3px;
  background: #62a6eb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.search-modal .search-modal-inner .modal-wrapper:before {
  position: absolute;
  top: -17px;
  right: 3px;
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-modal .search-modal-inner .modal-wrapper:after {
  position: absolute;
  top: -17px;
  right: 3px;
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-modal.open {
  display: block;
}
/*----------------------
favorite-example
----------------------*/

#favoriteEx {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
#favoriteEx #favoriteOverlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 137, 202, 0.7);
}
#favoriteEx .favorite-ex-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 87.5%;
  padding: 20px;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#favoriteEx .favorite-ex-content #closeFavoriteEx {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 25px;
  height: 25px;
}
#favoriteEx .favorite-ex-content #closeFavoriteEx:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  background: #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#favoriteEx .favorite-ex-content #closeFavoriteEx:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  background: #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#favoriteEx .favorite-ex-content .lead {
  padding-right: 10px;
}
#favoriteEx .favorite-ex-content .lead span {
  display: inline-block;
  width: 13px;
  margin-right: 2px;
}
#favoriteEx .favorite-ex-content .lead span img {
  vertical-align: middle;
}
#favoriteEx .favorite-ex-content .img {
  margin-top: 12px;
}
#favoriteEx .favorite-ex-content ul {
  margin-top: 15px;
}
#favoriteEx .favorite-ex-content ul li {
  font-size: 12px;
  color: #898989;
}

/*----------------------
angular-animation
----------------------*/

.animated.ng-enter {
  opacity: 0;
  transition: opacity 0.7s 0.2s ease;
  -webkit-transition: opacity 0.7s 0.2s ease;
}

.animated.ng-enter.ng-enter-active {
  opacity: 1;
}

.animated.ng-leave {
  opacity: 1;
}

.animated.ng-leave.ng-leave-active {
  opacity: 0;
}

.animated.ng-move {
  opacity: .5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.animated.ng-move.ng-move-active {
  opacity: 1;
}

 .animation-element {
    -webkit-transition: opacity 0.3s ease ;
    transition:opacity 0.3s ease;
  }
	 .animation-element.ng-hide-add,
	 .animation-element.ng-hide-remove {
		display: block !important;
	}

	 .animation-element.ng-hide-add {
		opacity: 1;
	}
	 .animation-element.ng-hide-add-active {
		opacity: 0;
	}

	 .animation-element.ng-hide-remove {
		opacity: 0;
	}
	 .animation-element.ng-hide-remove-active {
		opacity: 1;
	}


*[class*="module-category-icon"] {
  display: inline-block;
  padding: 0 8px;
  -moz-border-radius: 0.9rem;
  -webkit-border-radius: 0.9rem;
  border-radius: 0.9rem;
  font-size: 0.9rem;
  line-height: 1.8rem;
  color: #fff;
}
*[class*="module-category-icon"].module-category-icon01 {
  background: #65aadd;
}
*[class*="module-category-icon"].module-category-icon02 {
  background: #956c51;
}
*[class*="module-category-icon"].module-category-icon03 {
  background: #f08300;
}
*[class*="module-category-icon"].module-category-icon04 {
  background: #bfcc00;
}
*[class*="module-category-icon"].module-category-icon05 {
  background: #ee86a8;
}
*[class*="module-category-icon"].module-category-icon06 {
  background: #89c997;
}
*[class*="module-category-icon"].module-category-icon07 {
  background: #a45087;
}

a[target="_blank"].orange:after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 13px;
  content: "";
  margin-left: 7px;
  background: url(/common/img/ico-blank-01.png) no-repeat center;
  background-size: cover;
}

a[target="_blank"].orange.module-pdf:after {
  width: 1em;
  height: 1em;
  margin-left: 6px;
  background: url(/common/img/ico-pdf-02.png) no-repeat center;
  background-size: cover;
}
.module-registered{
	display: inline-block;
	font-size: 1.2rem;
	vertical-align: top;
}

.module-cms-favorite {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-align: center;
  background: url(/common/img/ico-heart.png) no-repeat center;
  background-size: 17px auto;
}
.module-cms-favorite.on {
  background-image: url(/common/img/ico-heart-on.png);
}

.module-text-svg-jp {
  display: block;
  height: 7px;
}
.module-text-svg-jp img {
  width: auto;
  height: 7px;
  vertical-align: top;
}

.module-text-svg-en {
  display: block;
  height: 7px;
}
.module-text-svg-en img {
  width: auto;
  height: 5px;
  vertical-align: top;
}

/*-----------------------
コントロールパネル
-----------------------*/
.module-control-panel {
  overflow: hidden;
}

.module-layout-more {
  padding: 20px 28px;
}
.module-layout-more .module-button-01 {
  margin-top: 0;
}

.module-tab-layout-01 {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-top: 12px;
}
.module-tab-layout-01 li {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 3px;
}
.module-tab-layout-01 li:first-child {
  padding-left: 0 !important;
}
.module-tab-layout-01 li:first-child span {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 6px 0 0;
}
.module-tab-layout-01 li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 42px;
  background: #fbfaf8;
  border-bottom: 1px solid #e4dccc;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  font-size: 1.2rem;
  line-height: 1.25;
  text-align: center;
}
.module-tab-layout-01 li:last-child {
  padding-right: 0 !important;
}
.module-tab-layout-01 li:last-child span {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 0 0;
}
.module-tab-layout-01 li.active span {
  background: #f8f6f1;
  border-bottom: none;
  color: #448aca;
}
.module-tab-layout-01.column1 li {
  padding: 0 4px !important;
}
.module-tab-layout-01.column4 li {
  padding: 0 2px;
}
.module-tab-layout-date + .module-tab-layout-01 {
  padding-top: 10px;
}

.module-tab-layout-date {
  width: 100%;
  padding: 15px 0 6px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.module-tab-layout-date .tab-date-arrow {
  display: none;
}
.module-tab-layout-date .module-tab-layout-date-inner {
  white-space: nowrap;
  font-size: 0;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block {
  display: inline-block;
  width: 329px;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li {
  position: relative;
  -webkit-flex-basis: 43px;
  flex-basis: 43px;
  height: 43px;
  margin-left: 4px;
  background: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li .module-tab-layout-data-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 0.9rem;
  text-align: center;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li .module-tab-layout-data-column .date {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-top: 5px;
  line-height: 1.8rem;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li .module-tab-layout-data-column .date span {
  margin-left: 2px;
  font-size: 1.8rem;
  vertical-align: bottom;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li .module-tab-layout-data-column .day {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  color: #898989;
  line-height: 1;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.sunday {
  background: #ffd9d3;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.sunday .date {
  color: #e60012;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.sunday .day {
  color: #e60012;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.saturday {
  background: #dbe8f7;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.saturday .date {
  color: #448aca;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.saturday .day {
  color: #448aca;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.active {
  background: #434343;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.active:before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: "";
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.active .date {
  color: #fff;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.active .day {
  color: #fff;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.active:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -3px;
  border-top: 5px solid #434343;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 5px solid transparent;
  font-size: 0;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.active.sunday {
  background: #e60012;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.active.sunday:after {
  border-top: 5px solid #e60012;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.active.saturday {
  background: #448aca;
}
.module-tab-layout-date .module-tab-layout-date-inner .module-tab-layout-date-block-frame .module-tab-layout-date-block ul li.active.saturday:after {
  border-top: 5px solid #448aca;
}

.module-result-layout-01 {
  display: table;
  width: 100%;
  padding: 10px 12px;
  border-bottom: 1px solid #dad3c0;
}
.module-result-layout-01 .result-left {
  display: table-cell;
  vertical-align: middle;
}
.module-result-layout-01 .result-right {
  display: table-cell;
  vertical-align: middle;
}

.module-result-date {
  font-size: 1.6rem;
  line-height: 5.3rem;
  text-align: center;
}
.module-result-date span.sunday {
  color: #e60012;
}
.module-result-date span.saturday {
  color: #448aca;
}

.module-tab-layout-category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f1ede4;
}
.module-tab-layout-category ul li {
  position: relative;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  background: #f8f6f1;
  text-align: center;
}
.module-tab-layout-category ul li .module-tab-layout-data-column {
  display: block;
  padding: 10px 0 0;
  border-right: 1px solid #dad3c0;
  border-bottom: 1px solid #dad3c0;
}
.module-tab-layout-category ul li .module-tab-layout-data-column .icon {
  width: 39px;
  margin: 0 auto;
}
.module-tab-layout-category ul li .module-tab-layout-data-column span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 36px;
  font-size: 1.0rem;
  line-height: 1.3;
}
.module-tab-layout-category ul li:nth-of-type(4n) .module-tab-layout-data-column {
  border-right: none;
}
.module-tab-layout-category ul li:nth-of-type(-n+4) .module-tab-layout-data-column {
  border-top: 1px solid #dad3c0;
}
.module-tab-layout-category ul li.active {
  background: #fff;
}
.module-tab-layout-category ul li.active:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #65aadd;
}
.module-tab-layout-category ul.column3 li, .module-tab-layout-category ul.column5 li, .module-tab-layout-category ul.column6 li {
  -webkit-flex-basis: 33.3%;
  flex-basis: 33.3%;
}
.module-tab-layout-category ul.column3 li .module-tab-layout-data-column, .module-tab-layout-category ul.column5 li .module-tab-layout-data-column, .module-tab-layout-category ul.column6 li .module-tab-layout-data-column {
  border: none;
  border-right: 1px solid #dad3c0;
  border-bottom: 1px solid #dad3c0;
}
.module-tab-layout-category ul.column3 li:nth-of-type(3n) .module-tab-layout-data-column, .module-tab-layout-category ul.column5 li:nth-of-type(3n) .module-tab-layout-data-column, .module-tab-layout-category ul.column6 li:nth-of-type(3n) .module-tab-layout-data-column {
  border-right: none;
}
.module-tab-layout-category ul.column3 li:nth-of-type(-n+3) .module-tab-layout-data-column, .module-tab-layout-category ul.column5 li:nth-of-type(-n+3) .module-tab-layout-data-column, .module-tab-layout-category ul.column6 li:nth-of-type(-n+3) .module-tab-layout-data-column {
  border-top: 1px solid #dad3c0;
}
.module-tab-layout-category ul.column2 li {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.module-tab-layout-category ul.column2 li .module-tab-layout-data-column {
  border: none;
  border-right: 1px solid #dad3c0;
  border-bottom: 1px solid #dad3c0;
}
.module-tab-layout-category ul.column2 li:nth-of-type(2n) .module-tab-layout-data-column {
  border-right: none;
}
.module-tab-layout-category ul.column2 li:nth-of-type(-n+2) .module-tab-layout-data-column {
  border-top: 1px solid #dad3c0;
}
.module-tab-layout-category ul.column1 li {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.module-tab-layout-category ul.column1 li .module-tab-layout-data-column {
  border-right: none;
  border-top: 1px solid #dad3c0;
}

.module-paging-01 {
  padding: 16px 0;
  text-align: center;
}
.module-paging-01 .module-paging-01-inner {
  display: inline-block;
}
.module-paging-01 .module-paging-01-inner ul {
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-paging-01 .module-paging-01-inner ul li {
  width: 36px;
  height: 36px;
  margin: 0 3px;
  background: #fff;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  text-align: center;
}
.module-paging-01 .module-paging-01-inner ul li span {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.module-paging-01 .module-paging-01-inner ul li.crnt {
  background: #434343;
  color: #fff;
}
.module-paging-01 .module-paging-01-inner ul li.dotted {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  background: transparent;
}
.module-paging-01 .module-paging-01-inner ul li.module-arrow {
  position: absolute;
  top: 50%;
  right: -29px;
  width: 32px;
  height: 36px;
  margin: 0;
  background: transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.module-paging-01 .module-paging-01-inner ul li.module-arrow:before {
  right: 50%;
  width: 12px;
  height: 4px;
  background: #d2c9b0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transform: translate(50%, -135%) rotate(45deg);
  -ms-transform: translate(50%, -135%) rotate(45deg);
  -webkit-transform: translate(50%, -135%) rotate(45deg);
  transform: translate(50%, -135%) rotate(45deg);
}
.module-paging-01 .module-paging-01-inner ul li.module-arrow:after {
  right: 50%;
  width: 12px;
  height: 4px;
  background: #d2c9b0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transform: translate(50%, 35%) rotate(-45deg);
  -ms-transform: translate(50%, 35%) rotate(-45deg);
  -webkit-transform: translate(50%, 35%) rotate(-45deg);
  transform: translate(50%, 35%) rotate(-45deg);
}
.module-paging-01 .module-paging-01-inner ul li:first-child.module-arrow {
  left: -29px;
  right: auto;
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/*-----------------------
カラムレイアウト
-----------------------*/
.module-column-layout-01 > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module-column-layout-01 > ul > li {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

.module-column-layout-02 > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module-column-layout-02 > ul > li {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.module-column-layout-03 > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module-column-layout-03 > ul > li {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

/*-----------------------
グローバルカテゴリレイアウト
-----------------------*/
.module-shop-layout > li {
  border-bottom: 1px solid #e4dccc;
}
.module-shop-layout > li a {
  display: block;
}
.module-shop-layout > li a dl {
  display: table;
  width: 100%;
  padding: 12px;
}
.module-shop-layout > li a dl dt {
  display: table-cell;
  vertical-align: top;
  width: 34.628%;
}
.module-shop-layout > li a dl dt .img {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}
.module-shop-layout > li a dl dt .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.module-shop-layout > li a dl dd {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  font-size: 1.0rem;
}
.module-shop-layout > li a dl dd .body {
  position: relative;
}
.module-shop-layout > li a dl dd .body .shop-category-middle {
  margin-top: 8px;
}
.module-shop-layout > li a dl dd .body .shop-category-middle.category-01 {
  color: #65aadd;
}
.module-shop-layout > li a dl dd .body .shop-category-middle.category-02 {
  color: #956c51;
}
.module-shop-layout > li a dl dd .body .shop-category-middle.category-03 {
  color: #f08300;
}
.module-shop-layout > li a dl dd .body .shop-category-middle.category-04 {
  color: #bfcc00;
}
.module-shop-layout > li a dl dd .body .shop-category-middle.category-05 {
  color: #ee86a8;
}
.module-shop-layout > li a dl dd .body .shop-category-middle.category-06 {
  color: #89c997;
}
.module-shop-layout > li a dl dd .body .shop-category-middle.category-07 {
  color: #a45087;
}
.module-shop-layout > li a dl dd .body .floor {
  margin-top: 8px;
  color: #898989;
}
.module-shop-layout > li a dl dd .body .title {
  margin-top: 7px;
  font-size: 1.4rem;
}
.module-shop-layout > li a dl dd .body .text {
  margin-top: 5px;
}
.module-shop-layout > li a dl dd .body .new-category {
  display: inline-block;
  margin-top: 12px;
  padding: 0 6px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c5b99a;
  font-size: 0.9rem;
  line-height: 1.6rem;
  color: #98865d;
}
.module-shop-layout > li a dl dd .body .module-cms-favorite {
  position: absolute;
  top: -6px;
  right: -6px;
}

.module-event-layout {
  border-bottom: 1px solid #e4dccc;
}
.module-event-layout > li {
  border-bottom: 1px solid #e4dccc;
  overflow: hidden;
}
.module-event-layout > li a {
  display: block;
  height: 100%;
}
.module-event-layout > li a dl {
  height: 100%;
}
.module-event-layout > li a dl dt .img {
  position: relative;
  padding-bottom: 67.1428%;
  overflow: hidden;
}
.module-event-layout > li a dl dt .img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.module-event-layout > li a dl dd {
  height: 100%;
}
.module-event-layout > li a dl dd .body {
  position: relative;
  height: 100%;
  padding: 12px;
  border-right: 1px solid #e4dccc;
}
.module-event-layout > li a dl dd .body .module-cms-favorite {
  position: absolute;
  top: 7px;
  right: 0;
}
.module-event-layout > li a dl dd .body .icons {
  position: relative;
  line-height: 1;
}
.module-event-layout > li a dl dd .body .icons ul {
  display: inline-block;
  overflow: hidden;
}
.module-event-layout > li a dl dd .body .icons ul li {
  float: left;
  margin-left: 3px;
  padding: 0 5px;
  background: #434343;
  border: 1px solid #434343;
  -moz-border-radius: 0.9rem;
  -webkit-border-radius: 0.9rem;
  border-radius: 0.9rem;
  font-size: 1.0rem;
  line-height: 1.6rem;
  text-align: center;
  color: #fff;
}
.module-event-layout > li a dl dd .body .icons ul li:first-child {
  margin-left: 0;
}
.module-event-layout > li a dl dd .body .icons ul li svg {
  vertical-align: bottom;
}
.module-event-layout > li a dl dd .body .icons ul li svg text {
  font-size: 0.9rem;
  fill: #fff;
}
.module-event-layout > li a dl dd .body .icons ul li.ending {
  background: #fff;
  border: 1px solid #c5b99a;
  color: #98865d;
}
.module-event-layout > li a dl dd .body .icons ul li.ending svg text {
  font-size: 0.9rem;
  fill: #98865d;
}
.module-event-layout > li a dl dd .body .title {
  margin-top: 7px;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #434343;
}
.module-event-layout > li a dl dd .body .period {
  margin-top: 12px;
  font-size: 1.0rem;
  line-height: 1.4;
  color: #898989;
}
.module-event-layout > li:nth-of-type(even) .body {
  border: none;
}
.module-event-layout > li.module-new-element .img {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}

.module-new-shop-layout > li {
  border-bottom: 1px solid #e4dccc;
}
.module-new-shop-layout > li a {
  display: block;
}
.module-new-shop-layout > li a dl {
  display: table;
  width: 100%;
  padding: 12px;
}
.module-new-shop-layout > li a dl dt {
  display: table-cell;
  vertical-align: top;
  width: 34.628%;
}
.module-new-shop-layout > li a dl dt .img {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}
.module-new-shop-layout > li a dl dt .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: calc(100% - 24px);
  max-height: calc(100% - 24px);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.module-new-shop-layout > li a dl dd {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  font-size: 1.0rem;
}
.module-new-shop-layout > li a dl dd .floor {
  margin-top: 8px;
  color: #898989;
}
.module-new-shop-layout > li a dl dd .title {
  margin-top: 7px;
  font-size: 1.4rem;
}
.module-new-shop-layout > li a dl dd .text {
  margin-top: 5px;
}
.module-new-shop-layout > li a dl dd .new-category {
  display: inline-block;
  margin-top: 12px;
  padding: 0 6px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c5b99a;
  font-size: 0.9rem;
  line-height: 1.6rem;
  color: #98865d;
}
.module-new-shop-layout > li a dl dd .date {
  margin-top: 6px;
  font-size: 1.2rem;
  color: #98865d;
}

.module-shop-news-layout > li {
  border-bottom: 1px solid #e4dccc;
}
.module-shop-news-layout > li a {
  display: block;
}
.module-shop-news-layout > li a dl {
  display: table;
  width: 100%;
  padding: 12px;
}
.module-shop-news-layout > li a dl dt {
  display: table-cell;
  vertical-align: top;
  width: 34.628%;
}
.module-shop-news-layout > li a dl dt .img {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}
.module-shop-news-layout > li a dl dt .img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.module-shop-news-layout > li a dl dd {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  font-size: 1.0rem;
}
.module-shop-news-layout > li a dl dd .body {
  position: relative;
}
.module-shop-news-layout > li a dl dd .body .up-date {
  margin-top: 3px;
  color: #898989;
}
.module-shop-news-layout > li a dl dd .body .floor {
  margin-top: 8px;
  color: #898989;
}
.module-shop-news-layout > li a dl dd .body .shop-category-middle {
  margin-top: 10px;
  color: #448aca;
}
.module-shop-news-layout > li a dl dd .body .title {
  margin-top: 7px;
  font-size: 1.4rem;
}
.module-shop-news-layout > li a dl dd .body .shop-name {
  margin-top: 5px;
}
.module-shop-news-layout > li a dl dd .body .period {
  display: inline-block;
  margin-top: 7px;
  padding: 0 18px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c5b99a;
  font-size: 0.9rem;
  line-height: 1.6rem;
  color: #98865d;
}
.module-shop-news-layout > li a dl dd .body .period + .date {
  color: #98865d;
}
.module-shop-news-layout > li a dl dd .body .date {
  margin-top: 6px;
  color: #898989;
}
.module-shop-news-layout > li a dl dd .body .recommend {
  margin-top: 5px;
}
.module-shop-news-layout > li a dl dd .body .recommend li {
  margin-top: 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #e4dccc;
  font-size: 1.0rem;
  color: #98865d;
}
.module-shop-news-layout > li a dl dd .body .recommend li:first-child {
  margin-top: 0;
}
.module-shop-news-layout > li a dl dd .body .recommend li:last-child {
  padding: 0;
  border: 0;
}
.module-shop-news-layout > li a dl dd .body .module-cms-favorite {
  position: absolute;
  top: -6px;
  right: -6px;
}

.module-solamachi-news-layout {
  font-size: 1.2rem;
}
.module-solamachi-news-layout ul li {
  border-top: 1px solid #e4dccc;
}
.module-solamachi-news-layout ul li:first-child {
  border-top: 0;
}
.module-solamachi-news-layout ul li a {
  display: block;
  padding: 13px 12px;
}
.module-solamachi-news-layout ul li a dl dt {
  color: #898989;
  line-height: 1.8rem;
}
.module-solamachi-news-layout ul li a dl dt span {
  display: inline-block;
  margin-left: 10px;
  padding: 0 15px;
  background: #ffd9d3;
  -moz-border-radius: 0.9rem;
  -webkit-border-radius: 0.9rem;
  border-radius: 0.9rem;
  font-size: 0.9rem;
  color: #e60012;
}
.module-solamachi-news-layout ul li a dl dd {
  margin-top: 9px;
}

.module-main-content-nav ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module-main-content-nav ul li {
  -webkit-flex-basis: 33.33%;
  flex-basis: 33.33%;
  max-width: 33.33%;
  border-bottom: 1px solid #dad3c0;
  border-left: 1px solid #dad3c0;
}
.module-main-content-nav ul li a {
  display: block;
  padding: 10px;
  background: #fff;
  text-align: center;
}
.module-main-content-nav ul li a div {
  text-align: center;
}
.module-main-content-nav ul li a div .img {
  display: inline-block;
  width: 44px;
}
.module-main-content-nav ul li a div .title {
  display: block;
  margin-top: 4px;
  font-size: 1.0rem;
}
.module-main-content-nav ul li:nth-of-type(3n+1) {
  border-left: none;
}

/*-----------------------
イメージアイコン関係
-----------------------*/
.module-new-element .img,
.module-ranking-element .img {
  -moz-border-radius: 4px 7px 7px 7px !important;
  -webkit-border-radius: 4px;
  border-radius: 4px 7px 7px 7px !important;
}

.module-icon-new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 35px;
  height: 20px;
  background: #e43d4a;
  -moz-border-radius: 0 0 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 0;
  text-align: center;
}
.module-icon-new img {
  width: 25px;
  vertical-align: middle;
}

.module-icon-ranking {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: #434343;
  -moz-border-radius: 0 0 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 0;
  line-height: 3.0rem;
  color: #fff;
  text-align: center;
}
.module-shop-news-layout li:nth-of-type(1) .module-icon-ranking {
  background: #d9b340;
}
.module-shop-news-layout li:nth-of-type(2) .module-icon-ranking {
  background: #6f7b83;
}
.module-shop-news-layout li:nth-of-type(3) .module-icon-ranking {
  background: #a15326;
}

/*-----------------------
sns関係
-----------------------*/
.module-sns-01 {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  background: #efefef;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.module-sns-01 li {
  margin: 0 8px;
}
.module-sns-01 li a {
  display: block;
  width: 40px;
}

.module-label-01 {
  padding-left: 50px;
  background-color: #f8f6f1;
  font-size: 1.2rem;
  line-height: 4.0rem;
}

.module-note-01 {
  font-size: 1.0rem;
  color: #a6a6a6;
}
.module-note-01 li {
  line-height: 1.55rem;
}

/*-----------------------
ボタン関係
-----------------------*/
.module-button-area {
  margin-top: 20px;
}
.module-button-area ul li {
  margin-top: 10px;
}
.module-button-area ul li:first-child {
  margin-top: 0;
}
.module-button-01 {
  display: block;
  max-width: 263px;
  margin: 30px auto 0;
  padding: 2px;
  background-color: #598cf4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF598CF4', endColorstr='#FF70CEDC');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5OGNmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcwY2VkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #598cf4), color-stop(100%, #70cedc));
  background-image: -moz-linear-gradient(left, #598cf4 0%, #70cedc 100%);
  background-image: -webkit-linear-gradient(left, #598cf4 0%, #70cedc 100%);
  background-image: linear-gradient(to right, #598cf4 0%, #70cedc 100%);
  -moz-border-radius: 4.2rem;
  -webkit-border-radius: 4.2rem;
  border-radius: 4.2rem;
}
.module-button-01 .module-button-01-inner {
  display: block;
  background: #fff;
  -moz-border-radius: 1.9rem;
  -webkit-border-radius: 1.9rem;
  border-radius: 1.9rem;
  color: #63a8ea;
  text-align: center;
}
.module-button-01 .module-button-01-inner span {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 3.8rem;
  color: #63a8ea;
}
.module-button-01 .module-button-01-inner span.small {
  font-size: 1.0rem;
}
.module-button-01 .module-button-01-inner span.small02 {
  padding: 5px 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.module-button-01 .module-button-01-inner span.module-arrow:before, .module-button-01 .module-button-01-inner span.module-arrow:after {
  right: 15px;
}
.module-button-01 .module-button-01-inner span.module-icon-pdf:after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 17px;
  height: 17px;
  background: url(/common/img/ico-pdf-02.png) no-repeat center;
  background-size: cover;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.module-button-01 .module-button-01-inner span.module-icon-return:after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 16px;
  height: 15px;
  background: url(/common/img/ico-return-01.png) no-repeat center;
  background-size: cover;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.module-layout-more .module-button-01 .module-button-01-inner span {
  width: auto;
  padding-right: 24px;
}

.module-button-01-inner span {
    font-size: 1rem ;
    line-height: 3.1rem;
  }

.module-button-02 {
  display: block;
  width: 263px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ee86a8;
  -moz-border-radius: 2.1rem;
  -webkit-border-radius: 2.1rem;
  border-radius: 2.1rem;
  text-align: center;
  transition: background 0.3s ease;
}
.module-button-02 span {
  position: relative;
  display: inline-block;
  padding-left: 39px;
  background: url(/common/img/ico-favorite-01.png) no-repeat left center;
  background-size: 30px auto;
  font-size: 1.2rem;
  line-height: 4.2rem;
}
.module-button-02.on {
  background: #ee86a8;
  color: #fff;
}

.ga-special-subpage span {
  display: block;
  width: 263px;
  margin: 0 auto;
  background: #eb6f38;
  -moz-border-radius: 2.1rem;
  -webkit-border-radius: 2.1rem;
  border-radius: 2.1rem;
  text-align: center;
}
.module-button-03 {
  display: block;
  width: 263px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #448aca;
  -moz-border-radius: 2.1rem;
  -webkit-border-radius: 2.1rem;
  border-radius: 2.1rem;
  text-align: center;
  transition: background 0.3s ease;
}
.module-button-03 span {
  position: relative;
  display: inline-block;
  padding-left: 39px;
  background: url(/common/img/ico-staff-02.png) no-repeat left center;
  background-size: 30px auto;
  font-size: 1.2rem;
  line-height: 4.2rem;
}

.module-button-shop-01 {
  display: block;
  width: 263px;
  margin: 0 auto;
  background: #f98d0c;
  -moz-border-radius: 2.1rem;
  -webkit-border-radius: 2.1rem;
  border-radius: 2.1rem;
  text-align: center;
}
.module-button-shop-01 span {
  position: relative;
  display: inline-block;
  padding-left: 39px;
  background: url(/common/img/ico-search-01.png) no-repeat left center;
  background-size: 30px auto;
  font-size: 1.2rem;
  line-height: 4.2rem;
  color: #fff;
}

.module-button-shop-02 {
  display: block;
  width: 263px;
  margin: 0 auto;
  background: #8fc31f;
  -moz-border-radius: 2.1rem;
  -webkit-border-radius: 2.1rem;
  border-radius: 2.1rem;
  text-align: center;
}
.module-button-shop-02 span {
  position: relative;
  display: inline-block;
  padding-left: 39px;
  background: url(/common/img/ico-note-02.png) no-repeat left center;
  background-size: 30px auto;
  font-size: 1.2rem;
  line-height: 4.2rem;
  color: #fff;
}

.module-button-shop-03 {
  display: block;
  width: 263px;
  margin: 0 auto;
  background: #8fc31f;
  -moz-border-radius: 2.1rem;
  -webkit-border-radius: 2.1rem;
  border-radius: 2.1rem;
  text-align: center;
}

.module-button-event-01 {
  display: block;
  width: 263px;
  margin: 0 auto;
  background: #eb5151;
  -moz-border-radius: 2.1rem;
  -webkit-border-radius: 2.1rem;
  border-radius: 2.1rem;
  text-align: center;
}
.module-button-event-01 span {
  position: relative;
  display: inline-block;
  padding-left: 39px;
  background: url(/common/img/ico-calendar.png) no-repeat left center;
  background-size: 30px auto;
  font-size: 1.2rem;
  line-height: 4.2rem;
  color: #fff;
}

.module-button-shopnews {
  display: block;
  width: 263px;
  margin: 0 auto;
  background: #448aca;
  -moz-border-radius: 2.1rem;
  -webkit-border-radius: 2.1rem;
  border-radius: 2.1rem;
  text-align: center;
}
.module-button-shopnews span {
  position: relative;
  display: inline-block;
  padding-left: 39px;
  background: url(/common/img/ico-shopnews-01.png) no-repeat left center;
  background-size: 30px auto;
  font-size: 1.2rem;
  line-height: 4.2rem;
  color: #fff;
}

.module-button-floor {
  display: block;
  width: 263px;
  margin: 0 auto;
  background: #55c491;
  -moz-border-radius: 2.1rem;
  -webkit-border-radius: 2.1rem;
  border-radius: 2.1rem;
  text-align: center;
}
.module-button-floor span {
  position: relative;
  display: inline-block;
  padding-left: 39px;
  background: url(/common/img/ico-pdf-01.png) no-repeat left center;
  background-size: 30px auto;
  font-size: 1.2rem;
  line-height: 4.2rem;
  color: #fff;
}

/*ここから*/
.open-info2
{
  margin: 0 auto;
}
.open-info2 li a.module-button-01
{
  display: block;
  max-width: 250px;
  margin: 0 auto;
  padding: 1px;
}
/*ここまで*/


/*-----------------------
フォーム関係
-----------------------*/
.module-form {
  background: #f1ede4;
}
.module-form .input-block {
  position: relative;
}
.module-form .input-block input[type="text"] {
  width: 100%;
  height: 30px;
  padding: 0 40px 0 12px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.module-form .input-block input[type="image"] {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.module-skytreetown-info .skytree-info-api {
  padding: 12px 16px;
  font-size: 1.2rem;
}
.module-skytreetown-info .skytree-info-api p {
  -moz-border-radius: 1.4rem;
  -webkit-border-radius: 1.4rem;
  border-radius: 1.4rem;
  line-height: 2.8rem;
  text-align: center;
}
.module-skytreetown-info .skytree-info-api p span {
  font-size: 1.0rem;
}
.module-skytreetown-info .skytree-info-api p.skytree-info-01 {
  background: #e4eaf1;
  color: #448aca;
}
.module-skytreetown-info .skytree-info-api p.skytree-info-02 {
  background: #ffd9d3;
  color: #e60012;
}
.module-skytreetown-info .parking-info .parking-info-tab {
  display: table;
  width: 100%;
}
.module-skytreetown-info .parking-info .parking-info-tab dl {
  display: table-cell;
  width: 50%;
  text-align: center;
}
.module-skytreetown-info .parking-info .parking-info-tab dl dt {
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.0rem;
  line-height: 2rem;
}
.module-skytreetown-info .parking-info .parking-info-tab dl dt span {
  display: block;
  font-size: 1.0rem;
  line-height: 2rem;
  color: #898989;
}
.module-skytreetown-info .parking-info .parking-info-tab dl dd {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.2rem;
}
.module-skytreetown-info .parking-info .parking-info-tab dl dd p {
  -moz-border-radius: 1.4rem;
  -webkit-border-radius: 1.4rem;
  border-radius: 1.4rem;
  line-height: 2.8rem;
}
.module-skytreetown-info .parking-info .parking-info-tab dl dd p.parking-info-01 {
  background: #e4eaf1;
  color: #448aca;
}
.module-skytreetown-info .parking-info .parking-info-tab dl dd p.parking-info-02 {
  background: #ffd9d3;
  color: #e60012;
}
.module-skytreetown-info .parking-info .parking-info-tab dl:first-child dt, .module-skytreetown-info .parking-info .parking-info-tab dl:first-child dd {
  border-right: 1px solid #e5e5e5;
}

.public-transportation-facilities {
  margin: 10px;
  padding: 12px;
  font-size: 1.1rem;
  font-weight: bold;
  background: #dddddd;
  border-radius: 15px;
}

/*-----------------------
装飾関係
-----------------------*/
.module-arrow {
  position: relative;
}
.module-arrow:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #6dc5df;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transform: translateY(-135%) rotate(45deg);
  -ms-transform: translateY(-135%) rotate(45deg);
  -webkit-transform: translateY(-135%) rotate(45deg);
  transform: translateY(-135%) rotate(45deg);
}
.module-arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #6dc5df;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transform: translateY(35%) rotate(-45deg);
  -ms-transform: translateY(35%) rotate(-45deg);
  -webkit-transform: translateY(35%) rotate(-45deg);
  transform: translateY(35%) rotate(-45deg);
}

.module-plus {
  position: relative;
}
.module-plus:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 3px;
  background: #6dc5df;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.module-plus:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 3px;
  background: #6dc5df;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*-----------------------
背景関係
-----------------------*/
.module-bg-01 {
  background-color: #f1ede4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF1EDE4', endColorstr='#FFECE6DA');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2YxZWRlNCIvPjxzdG9wIG9mZnNldD0iMjQlIiBzdG9wLWNvbG9yPSIjZjFlZGU0Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNlY2U2ZGEiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2VjZTZkYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjFlZGU0Ii8+PHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiNmMWVkZTQiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2VjZTZkYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZTZkYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(1%, #f1ede4), color-stop(24%, #f1ede4), color-stop(25%, #ece6da), color-stop(49%, #ece6da), color-stop(50%, #f1ede4), color-stop(74%, #f1ede4), color-stop(75%, #ece6da), color-stop(100%, #ece6da));
  background-image: -moz-linear-gradient(left top, #f1ede4 1%, #f1ede4 24%, #ece6da 25%, #ece6da 49%, #f1ede4 50%, #f1ede4 74%, #ece6da 75%, #ece6da 100%);
  background-image: -webkit-linear-gradient(left top, #f1ede4 1%, #f1ede4 24%, #ece6da 25%, #ece6da 49%, #f1ede4 50%, #f1ede4 74%, #ece6da 75%, #ece6da 100%);
  background-image: linear-gradient(to right bottom, #f1ede4 1%, #f1ede4 24%, #ece6da 25%, #ece6da 49%, #f1ede4 50%, #f1ede4 74%, #ece6da 75%, #ece6da 100%);
  background-size: 15px 15px;
}

.module-bg-02 {
  background-color: #daeeff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFDAEEFF', endColorstr='#FFD4EBFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZWVmZiIvPjxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiNkNGViZmYiLz48c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2RhZWVmZiIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZDRlYmZmIi8+PHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNkNGViZmYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RhZWVmZiIvPjxzdG9wIG9mZnNldD0iNzQlIiBzdG9wLWNvbG9yPSIjZGFlZWZmIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNkNGViZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGViZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #daeeff), color-stop(8%, #d4ebff), color-stop(24%, #daeeff), color-stop(25%, #d4ebff), color-stop(49%, #d4ebff), color-stop(50%, #daeeff), color-stop(74%, #daeeff), color-stop(75%, #d4ebff), color-stop(100%, #d4ebff));
  background-image: -moz-linear-gradient(left top, #daeeff 0%, #d4ebff 8%, #daeeff 24%, #d4ebff 25%, #d4ebff 49%, #daeeff 50%, #daeeff 74%, #d4ebff 75%, #d4ebff 100%);
  background-image: -webkit-linear-gradient(left top, #daeeff 0%, #d4ebff 8%, #daeeff 24%, #d4ebff 25%, #d4ebff 49%, #daeeff 50%, #daeeff 74%, #d4ebff 75%, #d4ebff 100%);
  background-image: linear-gradient(to right bottom, #daeeff 0%, #d4ebff 8%, #daeeff 24%, #d4ebff 25%, #d4ebff 49%, #daeeff 50%, #daeeff 74%, #d4ebff 75%, #d4ebff 100%);
  background-size: 15px 15px;
  background-size: 15px 15px;
}

.module-gradiation-01 {
  background-color: #598cf4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF598CF4', endColorstr='#FF70CEDC');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5OGNmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcwY2VkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #598cf4), color-stop(100%, #70cedc));
  background-image: -moz-linear-gradient(left, #598cf4 0%, #70cedc 100%);
  background-image: -webkit-linear-gradient(left, #598cf4 0%, #70cedc 100%);
  background-image: linear-gradient(to right, #598cf4 0%, #70cedc 100%);
}

.module-gradiation-02 {
  background-color: #598cf4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF598CF4', endColorstr='#FF70CEDC');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5OGNmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcwY2VkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #598cf4), color-stop(100%, #70cedc));
  background-image: -moz-linear-gradient(top, #598cf4 0%, #70cedc 100%);
  background-image: -webkit-linear-gradient(top, #598cf4 0%, #70cedc 100%);
  background-image: linear-gradient(to bottom, #598cf4 0%, #70cedc 100%);
}

.module-gradiation-03 {
  background-color: #82cef3;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF82CEF3', endColorstr='#FF82CEF3');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyY2VmMyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZWJiZmNhIi8+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNhOWQzOTkiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzk3YjdlMCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZTVhMzRiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjODJjZWYzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #82cef3), color-stop(20%, #ebbfca), color-stop(40%, #a9d399), color-stop(60%, #97b7e0), color-stop(80%, #e5a34b), color-stop(100%, #82cef3));
  background-image: -moz-linear-gradient(left, #82cef3 0%, #ebbfca 20%, #a9d399 40%, #97b7e0 60%, #e5a34b 80%, #82cef3 100%);
  background-image: -webkit-linear-gradient(left, #82cef3 0%, #ebbfca 20%, #a9d399 40%, #97b7e0 60%, #e5a34b 80%, #82cef3 100%);
  background-image: linear-gradient(to right, #82cef3 0%, #ebbfca 20%, #a9d399 40%, #97b7e0 60%, #e5a34b 80%, #82cef3 100%);
  background-size: 125% auto;
  -moz-animation: gradiation-move 20s linear 0s infinite;
  -webkit-animation: gradiation-move 20s linear 0s infinite;
  animation: gradiation-move 20s linear 0s infinite;
}

@-moz-keyframes gradiation-move {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -500% center;
  }
}
@-webkit-keyframes gradiation-move {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -500% center;
  }
}
@keyframes gradiation-move {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -500% center;
  }
}
/*----------------------
タイトル関係
----------------------*/
.module-h2-title-common01 {
  padding: 16px 12px;
}
.module-h2-title-common01 h2 {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
}
.module-h2-title-common01 h2 .sub {
  display: block;
  margin-top: 4px;
  font-size: 1.0rem;
  line-height: 1.2;
  color: #fff100;
}

.module-h2-title-common02 {
  display: table;
  width: 100%;
  padding: 20px 12px;
}
.module-h2-title-common02 .module-h2-title-common02-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 12px;
}
.module-h2-title-common02 .module-h2-title-common02-left h2 {
  font-size: 1.6rem;
  color: #fff;
}
.module-h2-title-common02 .module-h2-title-common02-left h2 .svg {
  position: relative;
  height: 40px;
}
.module-h2-title-common02 .module-h2-title-common02-left h2 .svg.line-1 {
  height: 2.6rem;
}
.module-h2-title-common02 .module-h2-title-common02-left h2 .svg.line-1 text {
}
.module-h2-title-common02 .module-h2-title-common02-left h2 .svg svg {
  position: absolute;
  top: 0;
  left: 0;
}
.module-h2-title-common02 .module-h2-title-common02-left h2 .svg svg text {
  font-size: 1.6rem;
}
.module-h2-title-common02 .module-h2-title-common02-left h2 .svg svg text .main {
  fill: #fff;
}
.module-h2-title-common02 .module-h2-title-common02-left h2 .svg svg text .sub {
  font-size: 1.0rem;
  fill: #fff100;
}
.module-h2-title-common02 .module-h2-title-common02-left h2 span {
  display: block;
  margin-top: 8px;
  font-size: 1.0rem;
  line-height: 1.2;
  color: #fff100;
}
.module-h2-title-common02 .module-h2-title-common02-right {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}
.module-h2-title-common02 .module-h2-title-common02-right a {
  display: inline-block;
  width: 100%;
  background: #fff;
  -moz-border-radius: 1.3rem;
  -webkit-border-radius: 1.3rem;
  border-radius: 1.3rem;
  text-align: center;
}
.module-h2-title-common02 .module-h2-title-common02-right a span {
  display: inline-block;
  padding-right: 22px;
  background: url(/common/img/ico-dotted-02.png) no-repeat right center;
  background-size: 12px auto;
  font-size: 1.2rem;
  line-height: 2.6rem;
  color: #63a8ea;
}
.module-h2-title-common02.line-1 {
  padding: 12px;
}
.module-h2-title-common02.line-1 .module-h2-title-common02-left h2 .svg {
  height: 2.6rem;
}
.module-h2-title-common02.line-1 .module-h2-title-common02-left h2 .svg text {
}

.module-h2-title-common03 {
  display: table;
  width: 100%;
  padding: 20px 12px;
}
.module-h2-title-common03 .module-h2-title-common03-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 12px;
}
.module-h2-title-common03 .module-h2-title-common03-left h2 {
  font-size: 1.6rem;
  color: #fff;
}
.module-h2-title-common03 .module-h2-title-common03-left h2 .sub {
  display: block;
  margin-top: 8px;
  font-size: 1.0rem;
  line-height: 1.2;
  color: #fff100;
}
.module-h2-title-common03 .module-h2-title-common03-right {
  display: table-cell;
  vertical-align: middle;
  width: 85px;
}
.module-h2-title-common03 .module-h2-title-common03-right a {
  display: inline-block;
  width: 100%;
  padding-right: 10px;
  background: #fff;
  -moz-border-radius: 1.3rem;
  -webkit-border-radius: 1.3rem;
  border-radius: 1.3rem;
  text-align: right;
}
.module-h2-title-common03 .module-h2-title-common03-right a span {
  display: inline-block;
  padding-right: 22px;
  background: url(/common/img/ico-dotted-02.png) no-repeat right center;
  background-size: 12px auto;
  font-size: 1.2rem;
  line-height: 2.6rem;
  color: #63a8ea;
}
.module-h2-title-common03.line-1 {
  padding: 12px;
}
.module-h2-title-common03.line-1 .module-h2-title-common03-left h2 .svg {
  height: 2.6rem;
}
.module-h2-title-common03.line-1 .module-h2-title-common03-left h2 .svg text {
  dominant-baseline: central;
}

.module-main-title-level1 .module-main-title-frame {
  display: block;
  padding-left: 55px;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 34px auto;
}
.module-main-title-level1 .module-main-title-frame h1 {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 6.0rem;
  color: #fff;
}

.module-main-title-level2 .module-main-title-frame {
  display: block;
  padding-left: 55px;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 34px auto;
}
.module-main-title-level2 .module-main-title-frame:before {
  right: 17px;
  background: #fff;
}
.module-main-title-level2 .module-main-title-frame p {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 6.0rem;
  color: #fff;
}
.module-main-title-level2 .module-main-title-frame h1 {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 6.0rem;
  color: #fff;
}
.module-main-title-level2 .module-main-title-frame:after {
  right: 17px;
  background: #fff;
}

.module-main-title-level3 {
  position: relative;
  padding: 26px 12px 27px;
  background: #fff;
  text-align: center;
}
.module-main-title-level3:before {
  position: absolute;
  left: 50%;
  bottom: -4px;
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(6, 0, 1, 0.3);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.module-main-title-level3:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: #fff;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.module-h2-title-level3 {
  position: relative;
  display: block;
  padding: 12px 16px;
  background: #eef3fe;
}
.module-h2-title-level3:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #598cf4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF598CF4', endColorstr='#FF70CEDC');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5OGNmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcwY2VkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #598cf4), color-stop(100%, #70cedc));
  background-image: -moz-linear-gradient(top, #598cf4 0%, #70cedc 100%);
  background-image: -webkit-linear-gradient(top, #598cf4 0%, #70cedc 100%);
  background-image: linear-gradient(to bottom, #598cf4 0%, #70cedc 100%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.module-h2-title-level3-02 {
  position: relative;
  display: table;
  width: 100%;
  padding: 8px 12px 7px;
  background: #eef3fe;
}
.module-h2-title-level3-02 .icon {
  display: table-cell;
  vertical-align: middle;
  width: 33px;
}
.module-h2-title-level3-02 h2 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.module-h3-title-level3 {
  position: relative;
  padding: 0 12px;
}
.module-h3-title-level3 h3 {
  font-size: 1.6rem;
  color: #448aca;
}
.module-h3-title-level3:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #598cf4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF598CF4', endColorstr='#FF70CEDC');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5OGNmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcwY2VkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #598cf4), color-stop(100%, #70cedc));
  background-image: -moz-linear-gradient(top, #598cf4 0%, #70cedc 100%);
  background-image: -webkit-linear-gradient(top, #598cf4 0%, #70cedc 100%);
  background-image: linear-gradient(to bottom, #598cf4 0%, #70cedc 100%);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*----------------------
テーブル関係
----------------------*/
.module-table-layout-01 {
  width: 100%;
  table-layout: fixed;
  font-size: 1.2rem;
  text-align: left;
}
.module-table-layout-01 tr th {
  width: 100px;
  padding: 10px 12px;
  background: #fafafa;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.module-table-layout-01 tr td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
}
.module-table-layout-01 tr td .module-button-01 {
  margin-top: 10px;
}
.module-table-layout-01 tr td .module-button-01 .module-button-01-inner span {
  font-size: 1.4rem;
}
.module-table-layout-01 tr td .service-list {
  margin-top: -5px;
  font-size: 0;
}
.module-table-layout-01 tr td .service-list li {
  display: inline-block;
  margin: 5px 5px 0 0;
  padding: 0 6px;
  background: #f7e0d8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #d96740;
}
.module-table-layout-01 tr:last-child th, .module-table-layout-01 tr:last-child td {
  border-bottom: none;
}

.module-table-layout-02 {
  width: 100%;
  font-size: 1.2rem;
  text-align: left;
  table-layout: fixed;
}
.module-table-layout-02 tr th {
  width: 100%;
  padding: 10px 12px;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.module-table-layout-02 tr td {
  width: 100%;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.module-table-layout-02 tr td .module-button-01 {
  margin-top: 10px;
}
.module-table-layout-02 tr td .module-button-01 .module-button-01-inner span {
  font-size: 1.4rem;
}

.module-table-layout-02 {
  font-size: 1.2rem;
  text-align: left;
}
.module-table-layout-02 dl {
  width: 100%;
}
.module-table-layout-02 dl dt {
  width: 100%;
  padding: 10px 12px;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.module-table-layout-02 dl dd {
  width: 100%;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.module-table-layout-02 dl dd .module-button-01 {
  margin-top: 10px;
}
.module-table-layout-02 dl dd .module-button-01 .module-button-01-inner span {
  font-size: 1.4rem;
}

.module-table-layout-03 {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.0rem;
  text-align: left;
  overflow: hidden;
}
.module-table-layout-03 tr {
  background: #f8f6f1;
}
.module-table-layout-03 tr th {
  width: 100%;
  padding: 8px;
  font-weight: bold;
  text-align: left;
}
.module-table-layout-03 tr td {
  width: 100%;
  padding: 8px;
  text-align: left;
}
.module-table-layout-03 tr:nth-of-type(odd) {
  background: #f1ede4;
}

.module-table-layout-04 {
  width: 100%;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 1.2rem;
  text-align: left;
  table-layout: fixed;
  border-collapse: separate;
  overflow: hidden;
}
.module-table-layout-04 tr th {
  width: 100px;
  padding: 10px 12px;
  background: #fafafa;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.module-table-layout-04 tr td.center{
  text-align: center;
}

.module-table-layout-04 tr th.center{
  text-align: center;
}

.module-table-layout-04 tr td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.module-table-layout-04 tr td .module-button-01 {
  margin-top: 10px;
}
.module-table-layout-04 tr td .module-button-01 .module-button-01-inner span {
  font-size: 1.4rem;
}
.module-table-layout-04 tr:last-child th, .module-table-layout-04 tr:last-child td {
  border-bottom: none;
}

.module-table-layout-06 {
  font-size: 1.2rem;
  text-align: left;
}
.module-table-layout-06 dl {
  width: 100%;
}
.module-table-layout-06 dl dt {
  width: 100%;
  padding: 10px 12px;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.module-table-layout-06 dl dd {
  width: 100%;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.module-table-layout-06 dl dd .module-button-01 {
  margin-top: 10px;
}
.module-table-layout-06 dl dd .module-button-01 .module-button-01-inner span {
  font-size: 1.4rem;
}

.module-side-title {
  padding: 16px 12px;
  background-color: #598cf4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF598CF4', endColorstr='#FF70CEDC');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5OGNmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcwY2VkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #598cf4), color-stop(100%, #70cedc));
  background-image: -moz-linear-gradient(left, #598cf4 0%, #70cedc 100%);
  background-image: -webkit-linear-gradient(left, #598cf4 0%, #70cedc 100%);
  background-image: linear-gradient(to right, #598cf4 0%, #70cedc 100%);
}
.module-side-title .svg {
  display: block;
  position: relative;
  height: 16px;
}
.module-side-title .svg svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.module-side-title .svg svg text {
  font-size: 1.6rem;
  fill: #fff;
}
.module-side-title text {
  font-size: 1.8rem;
}

.module-group-logo {
  font-size: 1.0rem;
}
.module-group-logo table {
  table-layout: fixed;
  width: 100%;
  height: 87px;
  border-collapse: separate;
  border: 1px solid #d4d4d4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.module-group-logo table tr:first-child th a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-group-logo table tr:first-child th a span {
  width: 88px;
}
.module-group-logo table tr th {
  vertical-align: middle;
}
.module-group-logo table tr th a {
  display: block;
  align-items: center;
  padding: 10px 8px;
  height: 100%;
  color: #979797;
}
.module-group-logo table tr th[rowspan] {
  border-right: 1px solid #d4d4d4;
}
.module-group-logo table tr:last-child th {
  border-top: 1px solid #d4d4d4;
}

/*----------------------
header
----------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
header #overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.2s, visibility 0.2s;
}
header #overlay.show {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  transition: opacity 0.3s,visibility 0.3s;
}
header #overlay:before {
  position: absolute;
  top: 24px;
  right: 13px;
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header #overlay:after {
  position: absolute;
  top: 24px;
  right: 13px;
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .module-button-01 {
  margin-top: 24px;
  width: 237px;
}
header .sp-menu-layout-01 {
  padding: 15px 12px;
}
header .sp-menu-layout-01 .module-note-01:not(:first-child) {
  margin-top: 10px;
}
header .sp-menu-list-type-01 > li {
  border-bottom: 1px solid #e5e5e5;
}
header .sp-menu-list-type-01 > li a {
  position: relative;
  display: block;
  padding: 12px;
  background-color: #fff;
}
header .sp-menu-list-type-01 > li a span {
  font-size: 1.2rem;
}
header #headerInner .solamachi-logo {
  display: inline-block;
}
header #headerInner .solamachi-logo > * {
  display: block;
  width: 120px;
}
header #headerInner #tobuGroup{
  display: block;
  width: 120px;
}
header #headerInner #tobuGroup a{
  display: block;
  width: 120px;
}

header #headerInner #head {
  position: relative;
  height: 50px;
  text-align: center;
}
header #headerInner #head #headerLogo {
  padding-top: 16px;
}
header #headerInner #head #headerLogo .module-group-logo {
  display: none;
}
header #headerInner #head #headerInfo {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
header #headerInner #head #headerInfo #SS_searchForm {
  display: none;
  overflow: hidden;
}
header #headerInner #head #headerInfo #headerLanguage dt {
  width: 45px;
  height: 50px;
  padding-top: 11px;
  transition: background ease 0.2s;
}
header #headerInner #head #headerInfo #headerLanguage dt[data-language-state="open"] {
  background: #d0c7ae;
}
header #headerInner #head #headerInfo #headerLanguage dt[data-language-state="open"] + dd {
  height: 100%;
}
header #headerInner #head #headerInfo #headerLanguage dt div:last-child{
  display: none;
}
header #headerInner #head #headerInfo #headerLanguage dt div .icon {
	display: block;
  width: 18px;
	margin: 0 auto;
}
header #headerInner #head #headerInfo #headerLanguage dt .module-text-svg-en {
  margin-top: 6px;
}
header #headerInner #head #headerInfo #headerLanguage dt[data-language-state="open"] div:first-child {
  display: none;
}
header #headerInner #head #headerInfo #headerLanguage dt[data-language-state="open"] div:last-child {
  display: block;
}

header #headerInner #head #headerInfo #headerLanguage dd {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height ease 0.2s;
}
header #headerInner #head #headerInfo #headerLanguage dd ul {
  padding: 25px 28px;
  border-top: 5px solid #d0c7ae;
}
header #headerInner #head #headerInfo #headerLanguage dd ul li {
  margin-top: 10px;
}
header #headerInner #head #headerInfo #headerLanguage dd ul li:first-child {
  margin-top: 0;
}
header #headerInner #head #headerInfo #headerLanguage dd ul li a {
  display: block;
  background: #fff;
  border: 1px solid #d0c7ae;
  -moz-border-radius: 2.1rem;
  -webkit-border-radius: 2.1rem;
  border-radius: 2.1rem;
  font-size: 1.4rem;
  line-height: 4.2rem;
}
header #headerInner #head #headerInfo #headerFavorite a {
  display: block;
  width: 45px;
  height: 50px;
  padding-top: 11px;
}
header #headerInner #head #headerInfo #headerFavorite a > img {
  width: 18px;
}
header #headerInner #head #headerInfo #headerFavorite a .module-text-svg-jp {
  margin-top: 5px;
}
header #headerInner #head #headerInfo #tobuGroup{
	display: none;
}
header #headerInner #haederMenuBlock {
  position: absolute;
  top: 0;
  left: 0;
}
header #headerInner #haederMenuBlock #spMenuButton {
  width: 45px;
  height: 50px;
  padding-top: 15px;
  text-align: center;
}
header #headerInner #haederMenuBlock #spMenuButton[data-sp-menu-state="open"] + dd {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
header #headerInner #haederMenuBlock #spMenuButton #spMenuButtonIcon {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 12px;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
}
header #headerInner #haederMenuBlock #spMenuButton #spMenuButtonIcon:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #a3a3a3;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header #headerInner #haederMenuBlock #spMenuButton .module-text-svg-en {
  margin-top: 3px;
}
header #headerInner #haederMenuBlock #headerMenuBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  z-index: 1000;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform ease 0.2s;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner {
  height: 100%;
  padding-bottom: 50px;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenuLogo {
	display: table;	
	width: 100%;
	height: 51px;
  padding: 0 15px;
  background: #fff;
  text-align: center;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenuLogo .solamachi-logo{
	display: table-cell;
	vertical-align: middle;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenuLogo .tobu-logo{
	display: table-cell;
	vertical-align: middle;
	width: 46px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenuLogo .tobu-logo a{
	display: block;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner .sp-menu-label {
  font-size: 1.2rem;
  line-height: 3.0rem;
  color: #fff;
  text-align: center;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenuSSArea form {
  padding: 17px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea {
  font-size: 1.2rem;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 14px;
  height: 1px;
  background: #448aca;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 14px;
  height: 1px;
  background: #448aca;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li > a:before, header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li > a:after {
  content: none;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row1 {
  height: 40px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row2 {
  height: 80px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row3 {
  height: 120px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row4 {
  height: 160px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row5 {
  height: 200px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row6 {
  height: 240px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row7 {
  height: 280px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row8 {
  height: 320px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row9 {
  height: 360px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row10 {
  height: 400px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row11 {
  height: 440px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row12 {
  height: 480px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row13 {
  height: 520px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row14 {
  height: 560px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] + dd.row15 {
  height: 600px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dt[data-sp-gnav-accordion="open"] a:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dd {
  height: 0;
  overflow: hidden;
  transition: height ease 0.2s;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dd .dept2 li a {
  padding-left: 24px;
  background-color: #f1f4f9;
  border: none;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dd .dept2 li a:before, header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #gnavArea .dept1 > li dl dd .dept2 li a:after {
  content: none;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spSubNav {
  line-height: 1.33;
  text-align: center;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spSubNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spSubNav ul li {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spSubNav ul li a {
  display: block;
  height: 100%;
  padding: 50px 8px 15px;
  background: url(/common/img/ico-paper-01.png) no-repeat center 18px;
  background-size: 25px auto;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spSubNav ul li a span {
  font-size: 0.9rem;
  line-height: 1.2;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spSubNav ul li a.new {
  position: relative;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spSubNav ul li a.new:after {
  position: absolute;
  top: 10px;
  left: 10%;
  content: "";
  width: 20px;
  height: 20px;
  background: #e60012 url(/common/img/ico-new-01.png) no-repeat center;
  background-size: auto 6px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spSubNav ul li:nth-of-type(2) a {
  background: url(/common/img/ico-kids-01.png) no-repeat center 17px;
  background-size: 28px auto;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spSubNav ul li:nth-of-type(3) a {
  background: url(/common/img/ico-book.svg) no-repeat center 18px;
  background-size: 31px auto;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spSubNav ul li:nth-of-type(4) a {
  background: url(/common/img/ico-card-02.png) no-repeat center 16px;
  background-size: 44px auto;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu .module-label-01.open-info {
  background-image: url(/common/img/ico-clock-01.png);
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 22px auto;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuOpenInfo {
  padding: 16px;
  background: #f8f6f1;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuOpenInfo dl {
  display: table;
  width: 100%;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuOpenInfo dl dt {
  display: table-cell;
  width: 50%;
  font-size: 1.0rem;
  vertical-align: middle;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuOpenInfo dl dd {
  display: table-cell;
  width: 50%;
  font-size: 1.6rem;
  color: #448aca;
  letter-spacing: -0.05em;
  vertical-align: middle;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuOpenInfo .open-info2 {
  margin-top: 16px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuOpenInfo .open-info2 li:first-child {
  margin-bottom: 10px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuOpenInfo .open-info2 li .module-button-01{
  border-radius: 2.0rem;
  width: auto;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuOpenInfo .open-info2 li .module-button-01 .module-button-01-inner{
  display: flex;
  align-self: center;
  justify-content: center;
  padding: 10px;
  align-items:  center;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuOpenInfo .open-info2 li .module-button-01 span{
  display: inline;
  line-height: 1.4rem;
  text-align: left;
  margin-left: 10px;
  width: auto;
 }
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuOpenInfo .open-info2 li .module-button-01 .module-button-01-inner img{
  width: 20px;
  height: auto;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu .module-label-01.skytree-info {
  background-image: url(/common/img/ico-pass.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 28px auto;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu .module-label-01.access-info {
  background-image: url(/common/img/ico-car-01.png);
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 25px auto;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu .module-group-logo {
  margin-top: 25px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #tobuInfo ul li a.icon_blank:after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 15px;
  height: 13px;
  background: url(/common/img/ico-blank-01.png) center no-repeat;
  background-size: cover;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #tobuInfo .module-note-01 {
  margin-top: 10px;
  padding: 0 16px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuClose {
  margin-top: 24px;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuClose span {
  width: auto;
  padding-left: 24px;
  font-size: 1.4rem;
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuClose span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 17px;
  height: 3px;
  background: #62a6eb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
header #headerInner #haederMenuBlock #headerMenuBox #headerMenuBoxInner #spMenu #spMenuClose span:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 17px;
  height: 3px;
  background: #62a6eb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
header #headerInner #spQuickMenu ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}

#quickMenu {
	position: relative;
	z-index: 2;
  box-shadow: 0 10px 9px 0 rgba(0, 0, 0, 0.1);
}
#quickMenu ul {
  background: #f8f6f1;
  border-top: 1px solid #e4dccc;
  display: -webkit-flex;
  display: flex;
}
#quickMenu ul li {
  width: 100%; /*25%だと下に1pxの隙間が出てたから100%に変更_20181106*/
  border-left: 1px solid #e4dccc;
}
#quickMenu ul li:first-child {
  border-left: none;
}
#quickMenu ul li a {
  position: relative;
  display: block;
  font-size: 0.8rem;
  font-size: 2.5vw;
  text-align: center;
}
#quickMenu ul li a span {
  position: absolute;
  left: 0;
  bottom: 5%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.0rem;
  height: 6.25vw;
}

#quickMenu ul li a.white{
    color: #ffffff;
    /* color: #583b03; */
}

/*----------------------
contentArea
----------------------*/
#contentArea {
  padding: 0 0 30px;
}
#contentArea #mainContent {
  padding-bottom: 30px;
}

#mainContentLevel3 {
  overflow: hidden;
}
#mainContentLevel3 .module-main-title-level3 h1 {
  display: inline-block;
  font-size: 1.7rem;
  color: #448aca;
}
#mainContentLevel3 .main-content-level3-body {
  padding: 15px 0;
  box-shadow: 0 -10px 10px -10px rgba(6, 0, 1, 0.3) inset, 0 10px 10px -10px rgba(6, 0, 1, 0.3) inset;
}
#mainContentLevel3 .main-content-level3-body .main-content-level3-body-inner {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(6, 0, 1, 0.3);
}
#mainContentLevel3 .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section {
  padding: 15px 12px 25px;
}

#mainContentLevel3Detail .module-main-title-level3 {
  padding: 0;
  text-align: left;
}
#mainContentLevel3Detail .module-main-title-level3 .main {
  padding: 15px 12px;
  font-size: 0;
}
#mainContentLevel3Detail .module-main-title-level3 .main .head {
  padding-right: 30px;
}
#mainContentLevel3Detail .module-main-title-level3 .main .icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
#mainContentLevel3Detail .module-main-title-level3 .main .icon li {
  float: left;
  margin-left: 3px;
  padding: 0 5px;
  background: #434343;
  border: 1px solid #434343;
  -moz-border-radius: 0.9rem;
  -webkit-border-radius: 0.9rem;
  border-radius: 0.9rem;
  font-size: 1.0rem;
  line-height: 1.6rem;
  text-align: center;
  color: #fff;
}
#mainContentLevel3Detail .module-main-title-level3 .main .icon li:first-child {
  margin-left: 0;
}
#mainContentLevel3Detail .module-main-title-level3 .main .icon li.ending {
  background: #fff;
  border: 1px solid #c5b99a;
  color: #98865d;
}
#mainContentLevel3Detail .module-main-title-level3 .main .icon li.important {
  padding: 0 15px;
  background: #ffd9d3;
  border: 1px solid #ffd9d3;
  font-size: 0.9rem;
  color: #e60012;
}
#mainContentLevel3Detail .module-main-title-level3 .main .icon + .date {
  margin-left: 8px;
}
#mainContentLevel3Detail .module-main-title-level3 .main .date {
  display: inline-block;
  vertical-align: top;
  font-size: 1.0rem;
  line-height: 1.8rem;
  color: #898989;
}
#mainContentLevel3Detail .module-main-title-level3 .main h1 {
  margin-top: 12px;
  font-size: 1.8rem;
  color: #448aca;
}
#mainContentLevel3Detail .module-main-title-level3 .main h1 span {
  display: block;
  font-size: 0.9rem;
}
#mainContentLevel3Detail .module-main-title-level3 .main .module-cms-favorite {
  position: absolute;
  top: 9px;
  right: 6px;
}
#mainContentLevel3Detail .module-main-title-level3 .main dl {
  position: relative;
  display: table;
  width: 100%;
}
#mainContentLevel3Detail .module-main-title-level3 .main dl dt {
  display: table-cell;
  vertical-align: middle;
}
#mainContentLevel3Detail .module-main-title-level3 .main dl dt .shop-logo {
  position: relative;
  width: 66px;
  height: 66px;
}
#mainContentLevel3Detail .module-main-title-level3 .main dl dt .shop-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: calc(100% - 12px);
  max-height: calc(100% - 12px);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#mainContentLevel3Detail .module-main-title-level3 .main dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
#mainContentLevel3Detail .module-main-title-level3 .sub {
  position: relative;
  z-index: 2;
  padding: 9px 12px;
  border-top: 1px solid #dcdcdc;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
#mainContentLevel3Detail .module-main-title-level3 .sub span:first-child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  padding: 0 10px;
  border: 1px solid #c5b99a;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 0.9rem;
}
#mainContentLevel3Detail .module-main-title-level3 .sub.period {
  color: #98865d;
}
#mainContentLevel3Detail .main-content-level3-body {
  padding: 15px 0 20px;
  box-shadow: 0 -10px 10px -10px rgba(6, 0, 1, 0.3) inset, 0 10px 10px -10px rgba(6, 0, 1, 0.3) inset;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner {
  padding-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(6, 0, 1, 0.3);
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .module-note-02 {
  padding: 10px;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .module-note-02 li {
  font-size: 1.0rem;
  color: #898989;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-shoptop .period {
  padding: 15px 12px;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-shoptop .period p {
  border: 1px solid #c5b99a;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 9px 12px;
  color: #98865d;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-shoptop dl dt > ul li img {
  vertical-align: top;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-shoptop dl dd {
  padding: 15px 12px 25px;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-shoptop dl dd > * {
  margin-top: 14px;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-shoptop dl dd > *:first-child {
  margin-top: 0 !important;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-shoptop dl dd .shop-name {
  font-size: 1.5rem;
  color: #448aca;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-shoptop dl dd .text {
  line-height: 1.714;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 {
  padding: 12px 12px 30px;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03:last-child {
  padding-bottom: 0;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 .staff-info {
  padding-bottom: 30px;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 .staff-info ul li {
  padding: 12px 0;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 .staff-info ul li:first-child {
  padding-top: 0;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 .staff-info ul li:last-child {
  padding-bottom: 0;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 .staff-info ul li .title {
  float: right;
  width: 66.2%;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 1.2rem;
  color: #448aca;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 .staff-info ul li dl dt {
  float: left;
  width: 33.8%;
  margin-bottom: 10px;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 .staff-info ul li dl dt .img {
  position: relative;
  padding-bottom: 67.5%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 .staff-info ul li dl dt .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 .staff-info ul li dl dd .module-table-layout-04 {
  border-collapse: separate;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 .staff-info ul li dl dd .module-table-layout-04 tr th {
  width: 60px;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 .staff-info ul li dl dd .module-table-layout-04 tr td .staff-list {
  margin-top: -5px;
  font-size: 0;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 .staff-info ul li dl dd .module-table-layout-04 tr td .staff-list li {
  display: inline-block;
  margin: 5px 5px 0 0;
  padding: 0 6px;
  background: #e4eaf1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #448aca;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-03 .staff-info ul li dl dd .module-button-01 {
  margin-top: 18px;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-04 {
  padding: 0 12px;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-04:last-child {
  padding-bottom: 0;
}
#mainContentLevel3Detail .main-content-level3-body .main-content-level3-body-inner .main-content-level3-section-05 {
  padding: 15px 12px;
}
#mainContentLevel3Detail .main-content-level3-body .module-button-02 {
  margin-top: 20px;
}
#mainContentLevel3Detail .main-content-level3-body .module-button-03 {
  margin-top: 20px;
}
#mainContentLevel3Detail .main-content-level3-body .module-button-04 {
  margin-top: 20px;
}

/*----------------------
sideNav
----------------------*/
#sideNav .side-nav-section {
  display: none;
}

#sideBannerArea {
  padding: 0 12px;
}
#sideBannerArea li {
  margin-top: 12px;
}
#sideBannerArea li:first-child {
  margin-top: 0;
}
#sideBannerArea li a {
  display: block;
}

/*----------------------
footer
----------------------*/
#footerInner #pageTop a {
  position: relative;
  display: block;
  height: 42px;
  text-align: center;
}
#footerInner #pageTop a span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 9px;
  height: 13px;
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
#footerInner #pageTop a span:before, #footerInner #pageTop a span:after {
  background: #fff;
}
#footerInner #spFooterNav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footerInner #spFooterNav ul li {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
#footerInner #spFooterNav ul li a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  justify-content: center;
  align-items: center;
  height: 88px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#footerInner #spFooterNav ul li a div .icon {
  display: block;
  width: 39px;
  margin: 0 auto;
}
#footerInner #spFooterNav ul li a div .icon.new {
  position: relative;
}
#footerInner #spFooterNav ul li a div .icon.new:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: #e60012 url(/common/img/ico-new-01.png) no-repeat center;
  background-size: auto 6px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#footerInner #spFooterNav ul li a div .icon.new#newDegital:before {
  top: 3px;
  left: -8px;
}
#footerInner #spFooterNav ul li a div .icon.new#newCoupon:before {
  top: 6px;
  left: -8px;
}
#footerInner #spFooterNav ul li a div .text {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 34px;
  margin-top: 4px;
  font-size: 1.2rem;
  text-align: center;
}
#footerInner #spFooterNav ul li:nth-of-type(2n) a {
  border-right: none;
}
#footerInner #spFooterNav ul li:nth-of-type(-n+2) a {
  border-top: none;
}
#footerInner #spFooterNav ul li:nth-of-type(1) a div .icon {
  width: 60px;
}
#footerInner #spFooterNav ul li:nth-of-type(2) a div .icon {
  width: 50px;
}
#footerInner #spFooterNav ul li:nth-of-type(3) a div .icon {
  width: 45px;
}
#footerInner #spFooterNav ul li:nth-of-type(4) a div .icon {
  width: 35px;
}
#footerInner #spFooterNav ul li:nth-of-type(5) a div .icon {
  width: 35px;
}
#footerInner #spFooterNav ul li:nth-of-type(6) a div .icon {
  width: 56px;
}
#footerInner #bannerArea {
  padding: 25px 0;
}
#footerInner #bannerArea ul li {
  margin: 0 10px;
}
#footerInner #bannerArea ul li a {
  display: block;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}
#footerInner #bannerArea .slick-dots {
  margin-top: 25px;
}
#footerInner #bannerArea .slick-dots li button {
  background: #fff;
}
#footerInner #bannerArea .slick-dots li.slick-active button {
  background: #434343;
}
#footerInner #footerNav {
  display: none;
}
#footerInner #footerNavCompany {
  background: #666666;
}
#footerInner #footerNavCompany ul {
  background: #448aca;
}
#footerInner #footerNavCompany ul li {
  border-top: 1px solid #71b5e0;
}
#footerInner #footerNavCompany ul li a {
  display: block;
  padding: 0 12px;
  font-size: 1.2rem;
  line-height: 40px;
  color: #fff;
}
#footerInner #footerNavCompany ul li:first-child {
  border-top: none;
}
#footerInner #footerNavCompany ul li:before, #footerInner #footerNavCompany ul li:after {
  right: 12px;
  background: #fff;
}
#footerInner #footerNavCompany .tobu-logo {
  width: 75px;
  margin: 0 auto;
  padding: 13px;
  background: #666666;
}
#footerInner #footerNavCompany #copyright {
  padding: 0 0 25px;
  font-size: 1.0rem;
  color: #fff;
  text-align: center;
}
