@charset "UTF-8";
.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;
}

.lineLink {
  color: #428bca;
  text-decoration: underline;
}
.lineLink:hover {
  color: #357ebd;
  text-decoration: none;
}

.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;
}

body {
  background-image: none;
}

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

.mainVisual {
  position: relative;
  margin: 0 -188px auto;
  width: 1400px;
  height: 400px;
  background: #fff;
}

.banner.child-mainVisual .flex-viewport {
  margin-top: -18%;
}
.banner.child-mainVisual .flex-direction-nav a:before {
  content: "";
}
.banner.child-mainVisual .flex-direction-nav .flex-prev {
  left: 188px;
  background: url(/images/common/imgPrev.png) no-repeat;
}
.banner.child-mainVisual .flex-direction-nav .flex-next {
  right: 188px;
  background: url(/images/common/imgNext.png) no-repeat;
}
.banner.child-mainVisual .flex-text-box {
  position: absolute;
  bottom: 20px;
  right: 228px;
}
.banner.child-mainVisual .flex-text-box.top {
  top: 10px;
  bottom: auto;
}
.banner.child-mainVisual .flex-text-box.bottom {
  bottom: 20px;
  top: auto;
}
.banner.child-mainVisual .flex-text-box.left {
  left: 228px;
  right: auto;
}
.banner.child-mainVisual .flex-text-box.right {
  right: 228px;
  left: auto;
}
.banner.child-mainVisual .flex-text-box h5 {
  padding: 7px 15px;
  color: #fff;
  border: 2px solid #eee;
  background-color: rgba(0, 0, 0, 0.75);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.banner.child-mainVisual .mainVisual-title {
  position: absolute;
  margin: -40px auto 0;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  width: 960px;
  height: 80px;
  z-index: 10;
}
.banner.child-mainVisual .mainVisual-title h5 {
  margin: 0;
  padding-top: 23px;
  width: 960px;
  height: 80px;
  color: #fff;
  font-size: 34px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  border: none;
  background: url(/images/children/imgMainVisualBg.png) no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.childIndexContent section#section-introduction {
  margin: 0 auto;
  padding: 50px 0 1px;
  border-top: 3px solid #9f771f;
  background: url(/images/common/loop/loop_bg01.jpg);
}
.childIndexContent section#section-introduction .inner {
  margin: 0 auto;
  width: 960px;
}
.childIndexContent section#section-introduction .mapInner {
  padding: 1px 0;
  background: url(/images/children/sample/loop_map.png);
}
.childIndexContent section#section-introduction h2 {
  margin: 0 auto;
  width: 960px;
  height: 46px;
  background: url(/images/children/sample/imgTitleIntroduction.png) no-repeat;
}
.childIndexContent section#section-introduction .description {
  margin: 40px 0;
  font-size: 13px;
  line-height: 1.8;
}
.childIndexContent section#section-introduction .introMap {
  margin: 40px 0;
}
.childIndexContent section#section-introduction .introMap .googleMap {
  width: 100%;
  height: 100%;
  background-color: #eee;
}
.childIndexContent section#section-introduction .introMap .mapInn {
  margin: 0;
  padding: 10px;
  width: 630px;
  height: 530px;
  border: 1px solid #ccc;
  background-color: #fff;
  -moz-box-shadow: 2px 2px 6px #ccc;
  -webkit-box-shadow: 2px 2px 6px #ccc;
  box-shadow: 2px 2px 6px #ccc;
}
.childIndexContent section#section-introduction .introMap .attractionList {
  width: 305px;
}
.childIndexContent section#section-introduction .introMap .attractionList .view-port {
  overflow: hidden;
  position: relative;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider {
  position: relative;
  margin: 40px 0;
  width: 100%;
  height: 450px;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider .view-port {
  width: 100%;
  height: 450px;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider .view-port .slider-container {
  height: 450px;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider .item {
  padding: 5px 0;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider .item a {
  display: table;
  width: 100%;
  height: 35px;
  background-color: #fff;
  text-decoration: none !important;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider .item a > div {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  font-size: 13px;
  border: 1px solid #ccc;
  border-left: none;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider .item a > div.no.gray, .childIndexContent section#section-introduction .introMap .attractionList .slider .item a > div.no {
  position: relative;
  width: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: none;
  background-color: #999;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider .item a > div.no.gray:after, .childIndexContent section#section-introduction .introMap .attractionList .slider .item a > div.no:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -15px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #999;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider .item a > div.attraction {
  padding: 0 10px 0 15px;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider .item a > div.attraction span {
  display: block;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider .pagination a {
  display: block;
  position: absolute;
  width: 306px;
  height: 30px;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider .pagination a.prev {
  top: -36px;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider .pagination a.next {
  bottom: -36px;
}
.childIndexContent section#section-introduction .introMap .attractionList .slider .pagination a.disabled {
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.childIndexContent section#section-introduction .pdf {
  margin: 40px 0;
}
.childIndexContent section#section-introduction .pdf a {
  margin: 0 auto;
  display: block;
  width: 500px;
  height: 70px;
  background: url(/images/children/sample/imgButtonPdf.png) no-repeat;
}
.childIndexContent section#section-pickup {
  padding: 50px 0 0;
}
.childIndexContent section#section-pickup h2 {
  margin: 0 auto;
  width: 960px;
  height: 46px;
  background: url(/images/children/sample/imgTitlePickup.png) no-repeat;
}
.childIndexContent section#section-pickup .inner {
  margin: 0;
  padding: 30px 0 80px;
  border-top: 3px solid #9f771f;
  background: url(/images/common/loop/loop_menu02.jpg);
}
.childIndexContent section#section-pickup2 {
  padding: 0;
  background: #fff;
}
.childIndexContent section#section-pickup2 .inner {
  margin: 0 0 50px;
  padding: 30px 0 0;
}
.childIndexContent .banner.child-pickup {
  position: relative;
  margin: 0 auto;
  width: 820px;
}
.childIndexContent .banner.child-pickup .flex-direction-nav a {
  display: block;
  width: 32px;
  height: 68px;
}
.childIndexContent .banner.child-pickup .flex-direction-nav a:before {
  content: "";
}
.childIndexContent .banner.child-pickup .flex-direction-nav .flex-prev,
.childIndexContent .banner.child-pickup .flex-direction-nav .flex-next {
  top: 50%;
}
.childIndexContent .banner.child-pickup .flex-direction-nav .flex-prev {
  left: -70px;
  background: url(/images/common/imgPrev.png) no-repeat;
}
.childIndexContent .banner.child-pickup .flex-direction-nav .flex-next {
  right: -70px;
  background: url(/images/common/imgNext.png) no-repeat;
}
.childIndexContent .banner.child-pickup .flex-viewport {
  margin: 0 auto;
  width: 820px;
}
.childIndexContent .banner.child-pickup .bannerContent {
  position: relative;
}
.childIndexContent .banner.child-pickup .flex-text-box {
  position: absolute;
  bottom: 0;
  padding: 5px 10px 3px;
  width: 100%;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.6);
}
.childIndexContent .banner.child-pickup .flex-text-box .copy {
  text-decoration: underline;
  font-size: 90%;
}
.childIndexContent .banner.child-pickup .flex-text-box h5 {
  margin: 0;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.childIndexContent .banner.child-pickup .flex-text-box p {
  color: #333;
}
.childIndexContent .banner.child-pickup ul.slides {
  margin-right: -60px;
}
.childIndexContent .banner.child-pickup ul.slides li {
  float: left;
  width: 400px;
  margin-right: 40px;
}
.childIndexContent section#section-event-calendar {
  position: relative;
  padding: 50px 0 50px;
  background: url(/images/common/loop/loop_menu03.jpg);
}
.childIndexContent section#section-event-calendar h2 {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto 30px;
  width: 362px;
  height: 50px;
  border: 0;
  background: url(/images/children/sample/imgTitleCalendar.png) no-repeat;
}
.childIndexContent section#section-event-calendar .buttons {
  margin: 30px auto;
  width: 430px;
}
.childIndexContent section#section-event-calendar .buttons .button {
  float: left;
  margin: 0 10px 0 0;
  display: block;
  width: 210px;
  height: 42px;
  background: url(/images/main/imgSearchClear.png) no-repeat;
}
.childIndexContent section#section-event-calendar .buttons .button.last {
  margin-right: 0;
  background-image: url(/images/main/imgSearchExec.png);
}
.childIndexContent section#section-child-pr {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.childIndexContent section#section-child-pr .inn {
  display: inline-block;
}
.childIndexContent section#section-child-pr h2 {
  margin: 0 auto 20px;
  padding: 0;
  width: 1024px;
  height: 20px;
  background: url(/images/main/imgTitlePr.png) no-repeat left center;
}
.childIndexContent section#section-child-pr ul {
  margin: 0 auto;
  width: 960px;
}
.childIndexContent section#section-child-pr ul li {
  float: left;
  width: 120px;
  margin: 0 20px 10px 0;
}
.childIndexContent section#section-child-pr ul li:nth-child(7n) {
  margin-right: 0;
}
.childIndexContent .banner ul li .bannerContent a {
  display: block;
}
.childIndexContent .banner ul li .bannerContent a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

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