.text-takamatsu, .txt-takamatsu {
  color: #ed945c;
}

.text-eastern, .txt-eastern {
  color: #a4cf3a;
}

.text-central, .txt-central {
  color: #6ba6d1;
}

.text-western, .txt-western {
  color: #e6c300;
}

.text-shodoshima, .txt-shodoshima {
  color: #60c76e;
}

.mainslider {
  padding: 3px;
  height: 400px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.mainslider .flex-direction-nav a {
  display: block;
  width: 40px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.mainslider .flex-direction-nav a:before {
  color: #004ea2;
  font-size: 20px;
  margin-top: 30px;
}
.mainslider .flex-direction-nav .flex-prev {
  left: 15px;
  -moz-border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0;
  border-radius: 0 40px 40px 0;
}
.mainslider .flex-direction-nav .flex-prev:before {
  padding-right: 10px;
}
.mainslider .flex-direction-nav .flex-next {
  right: 15px;
  -moz-border-radius: 40px 0 0 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px 0 0 40px;
}
.mainslider .flex-direction-nav .flex-next:before {
  padding-left: 10px;
}
.mainslider .bannerContent img {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}

.pageContainer {
  padding-top: 0 !important;
  background: transparent !important;
}

.mainVisualWrapper {
  margin: 0 auto;
  width: 1024px;
}

.mainVisual {
  position: relative;
  margin: 0 -188px auto;
  width: 1400px;
  height: 500px;
  background: #fff;
}
.mainVisual .mainMovie {
  position: relative;
  width: 1400px;
  height: 500px;
  text-align: center;
  background-image: url(/images/common/tabinet_doga.jpg);
}
.mainVisual .mainMovie .movieBox {
  height: 500px;
  margin: 0 auto;
  padding: 30px 0;
}
.mainVisual .leftSpace {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 100%;
}
.mainVisual .rightSpace {
  position: absolute;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
}

.banner.portal-main .flex-viewport {
  margin-top: -18%;
}
.banner.portal-main .flex-direction-nav a:before {
  content: "";
}
.banner.portal-main .flex-direction-nav .flex-prev {
  left: 140px;
  background: url(/images/main/prev.png) no-repeat;
}
.banner.portal-main .flex-direction-nav .flex-next {
  right: 140px;
  background: url(/images/main/next.png) no-repeat;
}

section#section-portal-emergency {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  background: url(/images/common/loop/TOP_back_loop.jpg);
  border-bottom: 1px solid #ddd;
}
section#section-portal-emergency ul li .bannerContent {
  color: #e65c16;
}
section#section-portal-emergency ul li .bannerContent h3 {
  display: inline-block;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}
section#section-portal-emergency ul li .bannerContent h3 span {
  color: inherit;
  letter-spacing: 3px;
}
section#section-portal-emergency ul li .bannerContent a {
  color: #e65c16;
  text-decoration: none;
}
section#section-portal-emergency ul li .bannerContent a span:hover {
  text-decoration: underline;
}
section#section-portal-emergency ul li .bannerContent img {
  display: inline-block !important;
  margin: 0 3px 0 0;
}
section#section-portal-emergency ul li .bannerContent .flex-text-box {
  display: inline-block;
}

section#section-portal-seasons {
  position: relative;
  margin: 0;
  padding: 30px 0;
  background: url(/images/common/loop/TOP_syun_loop.jpg) no-repeat;
  border-bottom: 1px solid #ddd;
}
section#section-portal-seasons h2 {
  float: left;
  margin: 0 0 0 350px;
  padding: 0;
  width: 558px;
  height: 36px;
  background: url(/images/main/imgTitleFeature.png) no-repeat;
}
section#section-portal-seasons .inner {
  margin: 0 auto;
  width: 1200px;
}
section#section-portal-seasons .monthBox {
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 10px 0 0;
}
section#section-portal-seasons .monthBox ul {
  margin: 0;
  width: 290px;
}
section#section-portal-seasons .monthBox ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 62px;
  height: 20px;
  list-style: none;
  border-left: 1px solid #333;
}
section#section-portal-seasons .monthBox ul li:last-child {
  border-right: 1px solid #333;
}
section#section-portal-seasons .monthBox ul li a {
  display: block;
  width: 62px;
  height: 20px;
  background: url(/images/main/seasonTab_1.png) no-repeat;
  text-indent: -9999px;
}
section#section-portal-seasons .monthBox ul li a:hover, section#section-portal-seasons .monthBox ul li a.active {
  background: url(/images/main/seasonTab_1_active.png) no-repeat;
}
section#section-portal-seasons .monthBox ul li a#portal-seasons-month-1 {
  background-image: url(/images/main/seasonTab_1.png);
}
section#section-portal-seasons .monthBox ul li a#portal-seasons-month-1:hover, section#section-portal-seasons .monthBox ul li a#portal-seasons-month-1.active {
  background: url(/images/main/seasonTab_1_active.png) no-repeat;
}
section#section-portal-seasons .monthBox ul li a#portal-seasons-month-2 {
  background-image: url(/images/main/seasonTab_2.png);
}
section#section-portal-seasons .monthBox ul li a#portal-seasons-month-2:hover, section#section-portal-seasons .monthBox ul li a#portal-seasons-month-2.active {
  background: url(/images/main/seasonTab_2_active.png) no-repeat;
}
section#section-portal-seasons .monthBox ul li a#portal-seasons-month-3 {
  background-image: url(/images/main/seasonTab_3.png);
}
section#section-portal-seasons .monthBox ul li a#portal-seasons-month-3:hover, section#section-portal-seasons .monthBox ul li a#portal-seasons-month-3.active {
  background: url(/images/main/seasonTab_3_active.png) no-repeat;
}
section#section-portal-seasons .monthBox ul li a#portal-seasons-month-4 {
  background-image: url(/images/main/seasonTab_4.png);
}
section#section-portal-seasons .monthBox ul li a#portal-seasons-month-4:hover, section#section-portal-seasons .monthBox ul li a#portal-seasons-month-4.active {
  background: url(/images/main/seasonTab_4_active.png) no-repeat;
}
section#section-portal-seasons .monthBox ul li a.active {
  cursor: default;
}
section#section-portal-seasons .banner {
  margin-top: 30px;
}
section#section-portal-seasons .banner ul {
  overflow: hidden;
  margin: 0 auto;
  padding-top: 25%;
  width: 1200px;
}
section#section-portal-seasons .banner a {
  text-decoration: none;
}
section#section-portal-seasons .banner .w-responsivGallery-info {
  padding: 5px;
  width: 100%;
  color: #333;
  background-color: #fff;
}
section#section-portal-seasons .banner .responsiveGallery-btn {
  top: 100px;
  width: 40px;
  height: 80px;
}
section#section-portal-seasons .banner .responsiveGallery-btn_prev {
  left: 0;
}
section#section-portal-seasons .banner .responsiveGallery-btn_next {
  right: 0;
}

section.section-common {
  margin: 0 auto;
  padding: 30px 0;
}
section.section-common .inner {
  margin: 0 auto;
  width: 100%;
}
section.section-common h2 {
  margin: 0;
  padding: 0;
  height: 50px;
  border-bottom: 2px solid #333;
}
section.section-common .tablist {
  float: left;
}
section.section-common .tablist ul {
  clear: both;
  margin: 0;
  padding: 0;
}
section.section-common .tablist ul li {
  float: left;
  margin: 0;
  padding: 0;
  height: 50px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(/images/main/dummy.png) no-repeat 0 0;
  border: 1px solid #ccc;
  border-right: 0;
  border-bottom: 2px solid #333;
}
section.section-common .tablist ul li:last-child {
  border-right: 1px solid #ccc;
}
section.section-common .tablist ul li.active {
  cursor: default;
  border: 2px solid #333;
  border-bottom: 0;
  background: url(/images/main/dummy.png) no-repeat 0 -2px;
}
section.section-common .tabcontent {
  display: none;
}
section.section-common .tabcontent.active {
  display: block;
}

.section-event-news {
  margin: 0 auto;
  width: 1180px;
}

section#section-event {
  float: left;
  width: 420px;
}
section#section-event h2 {
  width: 100%;
  background: url(/images/main/imgTitleEvent.png) no-repeat;
}
section#section-event .content {
  padding: 15px 0 0;
}
section#section-event .content ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
section#section-event .content ul li a {
  display: block;
  color: inherit;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
section#section-event .content ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
section#section-event .content ul li dl {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
section#section-event .content ul li dl dt, section#section-event .content ul li dl dd {
  float: left;
}
section#section-event .content ul li dl dt {
  margin: 0 15px 0 0;
  width: 150px;
}
section#section-event .content ul li dl dt img {
  width: auto;
  max-width: 100%;
}
section#section-event .content ul li dl dd {
  width: 255px;
}
section#section-event .content ul li dl dd .date {
  margin: 0 0 10px;
  font-size: 13px;
}
section#section-event .content ul li dl dd h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

section#section-news {
  float: right;
  width: 700px;
}
section#section-news h2 {
  width: 230px;
  background: url(/images/main/imgTitleNews.png) no-repeat;
}
section#section-news .tablist ul li.all {
  width: 88px;
  background-image: url(/images/main/newsTab_all.png);
}
section#section-news .tablist ul li.information {
  width: 120px;
  background-image: url(/images/main/newsTab_information.png);
}
section#section-news .tablist ul li.local {
  width: 119px;
  background-image: url(/images/main/newsTab_local.png);
}
section#section-news .tablist ul li.business {
  width: 136px;
  background-image: url(/images/main/newsTab_business.png);
}
section#section-news .tablist ul li.ritsuringarden {
  width: 136px;
  background-image: url(/images/main/newsTab_ritsuringarden.png);
}
section#section-news .tablist ul li.active.all {
  background-image: url(/images/main/newsTab_all_active.png);
}
section#section-news .tablist ul li.active.information {
  background-image: url(/images/main/newsTab_information_active.png);
}
section#section-news .tablist ul li.active.local {
  background-image: url(/images/main/newsTab_local_active.png);
}
section#section-news .tablist ul li.active.business {
  background-image: url(/images/main/newsTab_business_active.png);
}
section#section-news .tablist ul li.active.ritsuringarden {
  background-image: url(/images/main/newsTab_ritsuringarden_active.png);
}
section#section-news .tabcontent {
  padding: 30px 0 0;
}
section#section-news .tabcontent ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
section#section-news .tabcontent ul li a {
  display: block;
  color: inherit;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
section#section-news .tabcontent ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
section#section-news .tabcontent ul li dl {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
section#section-news .tabcontent ul li dl dt, section#section-news .tabcontent ul li dl dd {
  float: left;
}
section#section-news .tabcontent ul li dl dt {
  margin: 0 20px 0 0;
  width: 88px;
  padding: 10px 0 0;
}
section#section-news .tabcontent ul li dl dt.pickup {
  padding-top: 20px;
  background: url(/images/main/icoNews_pickup.png) no-repeat;
}
section#section-news .tabcontent ul li dl dt .publish_date {
  padding: 3px 0 1px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background-color: #aaa;
}
section#section-news .tabcontent ul li dl dd {
  width: 592px;
  background: url(/images/common/icoArrowRight.png) no-repeat 560px center;
}
section#section-news .tabcontent ul li dl dd .labels {
  overflow: hidden;
  width: 550px;
}
section#section-news .tabcontent ul li dl dd .labels span {
  float: left;
  margin: 0 5px 5px 0;
  width: 90px;
  height: 20px;
  text-indent: -9999px;
  background: url(/images/main/dummy.png) no-repeat;
  background-size: 90px auto;
}
section#section-news .tabcontent ul li dl dd .labels span.label-category.information {
  background-image: url(/images/main/icoNews_information.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-category.local {
  background-image: url(/images/main/icoNews_local.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-category.business {
  background-image: url(/images/main/icoNews_business.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-category.ritsuringarden {
  background-image: url(/images/main/icoNews_ritsuringarden.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-new {
  background: url(/images/main/icoNews_new.png) no-repeat;
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate1 {
  background-image: url(/images/main/icoNews_cate1.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate2 {
  background-image: url(/images/main/icoNews_cate2.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate3 {
  background-image: url(/images/main/icoNews_cate3.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate4 {
  background-image: url(/images/main/icoNews_cate4.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate5 {
  background-image: url(/images/main/icoNews_cate5.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate6 {
  background-image: url(/images/main/icoNews_cate6.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate7 {
  background-image: url(/images/main/icoNews_cate7.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate8 {
  background-image: url(/images/main/icoNews_cate8.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate9 {
  background-image: url(/images/main/icoNews_cate9.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate10 {
  background-image: url(/images/main/icoNews_cate10.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate11 {
  background-image: url(/images/main/icoNews_cate11.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate12 {
  background-image: url(/images/main/icoNews_cate12.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate13 {
  background-image: url(/images/main/icoNews_cate13.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate14 {
  background-image: url(/images/main/icoNews_cate14.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate15 {
  background-image: url(/images/main/icoNews_cate15.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate16 {
  background-image: url(/images/main/icoNews_cate16.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate17 {
  background-image: url(/images/main/icoNews_cate17.png);
}
section#section-news .tabcontent ul li dl dd .labels span.label-cateM.cate18 {
  background-image: url(/images/main/icoNews_cate18.png);
}
section#section-news .tabcontent ul li dl dd h3 {
  margin: 0;
  padding: 0 40px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

section#section-ranking {
  background: url(/images/common/loop/TOP_back_loop.jpg);
  border-bottom: 1px solid #ddd;
}
section#section-ranking .inner {
  width: 1180px;
}
section#section-ranking h2 {
  width: 690px;
  background: url(/images/main/imgTitleRanking.png) no-repeat;
}
section#section-ranking .tablist ul li.course {
  width: 145px;
  background-image: url(/images/main/rankTab_course.png);
}
section#section-ranking .tablist ul li.spot {
  width: 137px;
  background-image: url(/images/main/rankTab_spot.png);
}
section#section-ranking .tablist ul li.point {
  width: 137px;
  background-image: url(/images/main/rankTab_spot.png);
}
section#section-ranking .tablist ul li.event {
  width: 112px;
  background-image: url(/images/main/rankTab_event.png);
}
section#section-ranking .tablist ul li.udon {
  width: 94px;
  background-image: url(/images/main/rankTab_udon.png);
}
section#section-ranking .tablist ul li.active.course {
  background-image: url(/images/main/rankTab_course_active.png);
}
section#section-ranking .tablist ul li.active.spot {
  background-image: url(/images/main/rankTab_spot_active.png);
}
section#section-ranking .tablist ul li.active.point {
  background-image: url(/images/main/rankTab_spot_active.png);
}
section#section-ranking .tablist ul li.active.event {
  background-image: url(/images/main/rankTab_event_active.png);
}
section#section-ranking .tablist ul li.active.udon {
  background-image: url(/images/main/rankTab_udon_active.png);
}
section#section-ranking .tabcontent {
  padding: 30px 0 0;
}
section#section-ranking .tabcontent.content-course .lbl {
  background-image: url(/images/main/imgRankLabel_course.png);
}
section#section-ranking .tabcontent.content-spot .lbl {
  background-image: url(/images/main/imgRankLabel_spot.png);
}
section#section-ranking .tabcontent.content-event .lbl {
  background-image: url(/images/main/imgRankLabel_event.png);
}
section#section-ranking .tabcontent.content-udon .lbl {
  background-image: url(/images/main/imgRankLabel_udon.png);
}
section#section-ranking .tabcontent ul {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 1180px;
  list-style: none;
}
section#section-ranking .tabcontent ul li {
  position: relative;
  float: left;
  margin: 0 20px 0 0;
  padding: 0 0 5px;
  width: 220px;
}
section#section-ranking .tabcontent ul li:last-child {
  margin-right: 0;
}
section#section-ranking .tabcontent ul li > a {
  display: block;
  overflow: hidden;
  width: 220px;
  height: 220px;
  -moz-border-radius: 110px;
  -webkit-border-radius: 110px;
  border-radius: 110px;
}
section#section-ranking .tabcontent ul li > a img {
  width: auto;
  max-width: 100%;
}
section#section-ranking .tabcontent ul li .rank {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: url(/images/main/dummy.png) no-repeat;
}
section#section-ranking .tabcontent ul li .rank.rank1 {
  top: 5px;
  left: 5px;
  width: 58px;
  height: 58px;
}
section#section-ranking .tabcontent ul li .rank.rank1 {
  background-image: url(/images/main/imgRank1.png);
}
section#section-ranking .tabcontent ul li .rank.rank2 {
  background-image: url(/images/main/imgRank2.png);
}
section#section-ranking .tabcontent ul li .rank.rank3 {
  background-image: url(/images/main/imgRank3.png);
}
section#section-ranking .tabcontent ul li .rank.rank4 {
  background-image: url(/images/main/imgRank4.png);
}
section#section-ranking .tabcontent ul li .rank.rank5 {
  background-image: url(/images/main/imgRank5.png);
}
section#section-ranking .tabcontent ul li .lbl {
  position: absolute;
  top: 205px;
  left: 50%;
  margin-left: -66px;
  width: 132px;
  height: 20px;
  text-indent: -9999px;
  background: url(/images/main/imgRankLabel_spot.png) no-repeat;
}
section#section-ranking .tabcontent ul li h4 {
  margin: 0;
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
section#section-ranking .tabcontent ul li h4 a {
  color: inherit;
}

section#section-portal-site {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
section#section-portal-site ul {
  margin: 0 auto;
  width: 795px;
}
section#section-portal-site ul li {
  float: left;
  width: 387px;
  margin: 0 20px 0 0;
}
section#section-portal-site ul li:nth-child(2n) {
  margin-right: 0;
}

section#section-portal-pr,
section#section-portal-site2 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
section#section-portal-pr h2,
section#section-portal-site2 h2 {
  margin: 0 auto 20px;
  padding: 0;
  width: 1180px;
  height: 20px;
  background: url(/images/main/imgTitlePr.png) no-repeat left center;
}
section#section-portal-pr ul,
section#section-portal-site2 ul {
  margin: 0 auto;
  width: 1024px;
}
section#section-portal-pr ul li,
section#section-portal-site2 ul li {
  float: left;
  width: 234px;
  margin: 0 28px 10px 0;
}
section#section-portal-pr ul li:nth-child(4n),
section#section-portal-site2 ul li:nth-child(4n) {
  margin-right: 0;
}

section#section-portal-pickup .banner ul li .bannerContent a,
section#section-portal-seasons .banner ul li .bannerContent a,
section#section-portal-news .banner ul li .bannerContent a,
section#section-portal-knowledge .banner ul li .bannerContent a,
section#section-portal-site .banner ul li .bannerContent a,
section#section-portal-pr .banner ul li .bannerContent a {
  display: block;
}
section#section-portal-pickup .banner ul li .bannerContent a:hover,
section#section-portal-seasons .banner ul li .bannerContent a:hover,
section#section-portal-news .banner ul li .bannerContent a:hover,
section#section-portal-knowledge .banner ul li .bannerContent a:hover,
section#section-portal-site .banner ul li .bannerContent a:hover,
section#section-portal-pr .banner ul li .bannerContent a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/*# sourceMappingURL=layout.css.map */
