@charset "UTF-8";
/* 狭いディスプレイ対応　*/
@media screen and (max-width: 1280px) {
  .mainvisual__lead .img1 img {
    width: 110% !important;
  }

  .mainvisual__lead .img2 {
    top: 89px !important;
  }
  .mainvisual__lead .img2 img {
    width: 110% !important;
  }
}
@media screen and (max-width: 1150px) {
  .mainvisual__lead .img2 {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 1024px) {
  .mainvisual__lead .img2 {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*----------------------------------------------------
	スライダー
----------------------------------------------------*/
.mainvisual {
  overflow: hidden;
  max-height: 550px;
  background-color: #fffcd1;
}
.mainvisual__lead {
  text-align: center;
}
.mainvisual__lead .img1 {
  min-width: 1280px;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 80px;
  margin: 0 auto;
}
.mainvisual__lead .img1 img {
  width: 100%;
  max-width: 1580px;
  height: auto;
}
.mainvisual__lead .img2 {
  min-width: 1280px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 82px;
  pointer-events: none;
  margin: 0 auto;
}
.mainvisual__lead .img2 img {
  width: 100%;
  max-width: 1580px;
  height: auto;
}
.mainvisual .slider li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.mainvisual .bx-wrapper, .mainvisual .bx-wrapper .bx-viewport {
  overflow: visible !important;
  position: relative;
  left: 0;
  border-width: 0;
  box-shadow: none;
  margin: 0 auto;
  min-width: 1280px;
}
.mainvisual .bx-wrapper .bx-viewport:before, .mainvisual .bx-wrapper .bx-viewport:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.mainvisual .bx-wrapper .bx-viewport:before {
  right: 100%;
  left: -100%;
}
.mainvisual .bx-wrapper .bx-viewport:after {
  left: 100%;
  right: -100%;
}
.mainvisual .bx-wrapper .bx-viewport .slider img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.mainvisual .bx-wrapper .bx-controls-direction a {
  display: block;
  width: 42px;
  height: 49px;
  position: absolute;
  top: 44%;
  cursor: pointer;
  z-index: 1002;
}
.mainvisual .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url(../images/slider_prev.png) no-repeat;
  left: 74px;
}
.mainvisual .bx-wrapper .bx-controls-direction a.bx-next {
  background: url(../images/slider_next.png) no-repeat;
  right: 74px;
}
.mainvisual .bx-wrapper .bx-pager {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 23px;
/*  bottom: 45px;*/
  z-index: 1003;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 13px;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a {
  display: block;
  width: 33px;
  height: 45px;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item0 {
  background: url(../images/slider_ico0.png) no-repeat;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item0.active {
  background: url(../images/slider_ico0_ac.png) no-repeat;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item1 {
  background: url(../images/slider_ico1.png) no-repeat;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item1.active {
  background: url(../images/slider_ico1_ac.png) no-repeat;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item2 {
  background: url(../images/slider_ico2.png) no-repeat;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item2.active {
  background: url(../images/slider_ico2_ac.png) no-repeat;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item3 {
  background: url(../images/slider_ico3.png) no-repeat;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item3.active {
  background: url(../images/slider_ico3_ac.png) no-repeat;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item4 {
  background: url(../images/slider_ico0.png) no-repeat;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item4.active {
  background: url(../images/slider_ico0_ac.png) no-repeat;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item5 {
  background: url(../images/slider_ico1.png) no-repeat;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item5.active {
  background: url(../images/slider_ico1_ac.png) no-repeat;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item6 {
  background: url(../images/slider_ico2.png) no-repeat;
}
.mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item6.active {
  background: url(../images/slider_ico2_ac.png) no-repeat;
}

/*----------------------------------------------------
	キドキドからのお知らせ
----------------------------------------------------*/
.section1 {
  background: url(../images/section1_bg.jpg) center bottom 40px no-repeat #fffcd1;
  width: 100%;
  padding-top: 60px;
  min-height: 1px;
  padding-bottom: 107px;
  min-height: 560px;
}
.section1 .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.section1:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section1 .left {
  float: left;
}
.section1 .left h3 {
  margin: 0 0 38px;
  position: relative;
  z-index: 1;
}
.section1 .right {
  float: right;
  margin: 80px 10px 0 0;
  width: 715px;
  position: relative;
}
.section1 .right .tomte {
  position: absolute;
  left: -29px;
  top: -31px;
}
.section1 .right .table_bnr tr.lead td {
  background: none #fffcd1;
}
.section1 .right .table_bnr tr td {
  background-color: #fffcd1;
}
.section1 .right .table_bnr tr.lead td {
  padding-bottom: 0;
}

/*----------------------------------------------------
	キドキドについて
----------------------------------------------------*/
.section2 {
  background: url(../images/section2_bg.jpg) center 230px no-repeat #f5e8c8;
  padding-bottom: 130px;
  width: 100%;
  padding-top: 60px;
  min-height: 1px;
}
.section2 .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.section2:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section2 .titleset {
  min-height: 1px;
  margin: 0 auto 47px;
  font-size: 16px;
  width: 1280px;
}
.section2 .titleset:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section2 .titleset h3 {
  float: left;
}
.section2 .titleset p {
  float: left;
  width: 571px;
  padding: 0 0 0 30px;
  line-height: 1.6;
}
.section2 .titleset p.em {
  font-size: 25px;
  font-weight: bold;
  display: block;
  border-bottom: 4px solid #fff100;
}
.section2 .titleset p {
  padding-top: 17px !important;
}
.section2 .left {
  width: 765px;
  height: 390px;
  float: left;
  position: relative;
  margin: 0 auto;
}
.section2 .left dl {
  float: left;
  position: absolute;
}
.section2 .left dl dd {
  font-size: 15px;
  line-height: 20px;
}
.section2 .left__contents1 {
  top: 11px;
  left: 4px;
}
.section2 .left__contents1 dt {
  padding: 0 0 0 43px;
}
.section2 .left__contents1 dd {
  background: url(../images/section2_img06.png) left top no-repeat;
  padding: 25px 0 0 25px;
  width: 239px;
  height: 106px;
}
.section2 .left__contents2 {
  top: 0px;
  left: 288px;
}
.section2 .left__contents2 dt {
  padding: 0 0 0 30px;
}
.section2 .left__contents2 dd {
  background: url(../images/section2_img07.png) left top no-repeat;
  padding: 40px 35px 0 40px;
  width: 333px;
  height: 125px;
}
.section2 .left__contents3 {
  top: 210px;
  left: 0;
}
.section2 .left__contents3 dt {
  padding: 0 0 0 30px;
}
.section2 .left__contents3 dd {
  background: url(../images/section2_img08.png) left top no-repeat;
  padding: 35px 10px 0 30px;
  width: 325px;
  height: 102px;
}
.section2 .left__contents4 {
  top: 210px;
  left: 377px;
}
.section2 .left__contents4 dt {
  padding: 0 0 0 42px;
}
.section2 .left__contents4 dd {
  background: url(../images/section2_img09.png) left top no-repeat;
  padding: 25px 15px 0 26px;
  width: 321px;
  height: 119px;
}
.section2 .right {
  padding: 80px 0 0;
}

/*----------------------------------------------------
	イベントカレンダー
----------------------------------------------------*/
.section3-calender {
  width: 100%;
  padding-top: 60px;
  min-height: 1px;
  background: url(../images/section3_bg.jpg) center 28px no-repeat #eaf2fb;
}
.section3-calender .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.section3-calender:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section3-calender .calender {
  min-height: 1px;
  margin: 30px 0 0;
}
.section3-calender .calender:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section3-calender .calender ul {
  float: left;
  width: 289px;
}
.section3-calender .calender ul li {
  background: url(../images/calender_bg_month.png) left top no-repeat;
  cursor: pointer;
  width: 289px;
  height: 92px;
  font-size: 36px;
  font-weight: bold;
  color: #5e6165;
  text-align: center;
  padding: 30px 0 0;
}
.section3-calender .calender ul li:hover {
  background: url(../images/calender_bg_month_on.png) left top no-repeat;
  color: #010101;
}
.section3-calender .calender ul li.ac {
  background: url(../images/calender_bg_month_ac.png) left top no-repeat;
  color: #010101;
}
.section3-calender .calender__detail {
  float: right;
  width: 974px;
}
.section3-calender .calender__detail table {
  width: 100%;
  display: none;
}
.section3-calender .calender__detail table.ac {
  display: table;
  table-layout: fixed;
}
.section3-calender .calender__detail table th {
  background: url(../images/calender_bg01.gif) left top;
  border: 1px solid #d2d4d2;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 8px 0;
}
.section3-calender .calender__detail table th.sat {
  background: url(../images/calender_bg02.gif) left top;
}
.section3-calender .calender__detail table th.sun {
  background: url(../images/calender_bg03.gif) left top;
}
.section3-calender .calender__detail table td.sat-bg {
  background-color: #f8f9fb;
}
.section3-calender .calender__detail table td.sat-bg em {
  color: #0068B7;
}
.section3-calender .calender__detail table td.sun-bg {
  background-color: #f9eded;
}
.section3-calender .calender__detail table td {
  border: 1px solid #d2d4d2;
  background-color: #fff;
  font-weight: bold;
  height: 100px;
  vertical-align: top;
}
.section3-calender .calender__detail table td i {
  background: url(../images/calender_ico_04.png) left top no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
  width: 18px;
  height: 17px;
}
.section3-calender .calender__detail table td i.baby {
  background: url(../images/calender_ico_01.png) left top no-repeat;
  width: 16px;
  height: 15px;
}
.section3-calender .calender__detail table td i.father {
  background: url(../images/calender_ico_02.png) left top no-repeat;
  width: 14px;
  height: 19px;
}
.section3-calender .calender__detail table td i.birthday {
  background: url(../images/calender_ico_03.png) left top no-repeat;
  width: 18px;
  height: 16px;
}
.section3-calender .calender__detail table td p {
  padding: 0 2px 8px;
  margin-bottom: 1rem;
}
.section3-calender .calender__detail table td p span {
  display: block;
  padding: 0 0 0 8px;
  line-height: 16px;
  color: #ffae00;
  font-size: 12px;
  margin: 0 0 2px;
}
.section3-calender .calender__detail table td p span a {
  color: #ffae00;
  text-decoration: none;
}
.section3-calender .calender__detail table td p span.baby {
  color: #ed7e91;
}
.section3-calender .calender__detail table td p span.baby a {
  color: #ed7e91;
}
.section3-calender .calender__detail table td p span.father {
  color: #4c8dcb;
}
.section3-calender .calender__detail table td p span.father a {
  color: #4c8dcb;
}
.section3-calender .calender__detail table td p span.birthday {
  color: #fe7031;
}
.section3-calender .calender__detail table td p span.birthday a {
  color: #fe7031;
}
.section3-calender .calender__detail table td em {
  font-size: 16px;
  display: inline-block;
  padding: 8px;
  margin: 0 0 8px;
}
.section3-calender .calender__detail table td em.gray {
  color: #c6c6c6;
}

.calender__detail table tr td:nth-last-of-type(1) em,
.section3-calender .calender__detail table td em.holiday {
  color: #ff0000;
}
/*----------------------------------------------------
	イベント情報
----------------------------------------------------*/
.section3-events {
  width: 100%;
  padding-top: 60px;
  min-height: 1px;
  background: url(../images/section3_bg02.jpg) center 253px no-repeat #eaf2fb;
  padding-bottom: 40px;
  position: relative;
}
.section3-events .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.section3-events:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section3-events .titleset {
  min-height: 1px;
  margin: 0 auto 47px;
  font-size: 16px;
  width: 1280px;
  float: left;
  width: auto;
}
.section3-events .titleset:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section3-events .titleset h3 {
  float: left;
}
.section3-events .titleset p {
  float: left;
  width: 571px;
  padding: 0 0 0 30px;
  line-height: 1.6;
}
.section3-events .titleset p.em {
  font-size: 25px;
  font-weight: bold;
  display: block;
  border-bottom: 4px solid #fff100;
}
.section3-events .titleset h3 {
  float: none;
  margin: 0 0 30px;
}
.section3-events .titleset p {
  float: none;
  display: block;
  padding: 0;
  width: 590px;
}
.section3-events .titleset p.em {
  margin-bottom: 5px;
  display: inline-block;
  width: auto;
}
.section3-events .titleset .em + p {
  margin-top: 15px;
}
.section3-events .right {
  float: right;
}
.section3-events .right ul {
  min-height: 1px;
  width: 640px;
}
.section3-events .right ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section3-events .right ul li {
  float: left;
  position: relative;
  width: 290px;
  margin: 0 30px 30px 0;
  text-decoration: none;
  font-size: 15px;
  line-height: 19px;
}
.section3-events .right ul li.no_item {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #aaa;
}
.section3-events .right ul li a {
  display: block;
  text-decoration: none;
}
.section3-events .right ul li .active {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 1;
}
.section3-events .right ul li .thumb {
  position: relative;
  overflow: hidden;
  width: 290px;
  height: 290px;
  margin: 0 0 15px;
}
.section3-events .right ul li .thumb img {
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  min-width: 290px;
  height: 100%;
}
.section3-events .right ul li .shopname {
  background-color: #0068B6;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 0 12px;
  display: inline-block;
  border-radius: 15px;
}
.section3-events .right ul li .date {
  font-size: 17px;
  margin: 12px 0 0;
}
.section3-events .right ul li .title {
  font-size: 21px;
  margin: 10px 0 5px;
  font-weight: bold;
  line-height: 1.4;
}
.section3-events .right ul li .title + p {
  margin-top: 10px;
}
.section3-events .right ul li {
  margin: 0 0 30px 30px;
}
.section3-events .right p.more {
  text-align: right;
  padding: 30px 0px 0px;
}
.section3-events .right p.more a {
  background-color: #0068B6;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 18px;
  font-size: 17px;
  font-weight: bold;
}
.section3-events .right p.more a i {
  background: url(../images/common/ico_but02.png) left top no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0 8px 0 0;
}
.section3-events #boat {
  position: absolute;
  top: 420px;
}

/*----------------------------------------------------
	ショップリスト
----------------------------------------------------*/
.section4 {
  width: 100%;
  padding-top: 60px;
  min-height: 1px;
  background: url(../images/section4_bg.jpg) center bottom no-repeat #ebf5ec;
  padding-bottom: 170px;
}
.section4 .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.section4:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section4 .titleset {
  min-height: 1px;
  margin: 0 auto 47px;
  font-size: 16px;
  width: 1280px;
}
.section4 .titleset:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section4 .titleset h3 {
  float: left;
}
.section4 .titleset p {
  float: left;
  width: 571px;
  padding: 0 0 0 30px;
  line-height: 1.6;
}
.section4 .titleset p.em {
  font-size: 25px;
  font-weight: bold;
  display: block;
  border-bottom: 4px solid #fff100;
}
.section4 .shoplist {
  min-height: 1px;
  position: relative;
}
.section4 .shoplist:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section4 .shoplist__contents {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #eee;
  width: 306px;
  padding: 10px 10px 0;
  background-color: #fff\9;
}
.section4 .shoplist__contents h4 {
  color: #fff;
  font-size: 25px;
  line-height: 37px;
  padding: 0 15px;
  margin: 0 0 5px;
}
.section4 .shoplist__contents h4 a {
  color: #fff;
  text-decoration: none;
}
.section4 .shoplist__contents.tohoku {
  position: absolute;
  left: 590px;
  top: 100px;
}
.section4 .shoplist__contents.tohoku h4 {
  background-color: #70b3c2;
}


.section4 .shoplist__contents.kanto {
  float: left;
  margin: 0 0 0 370px;
}
.section4 .shoplist__contents.kanto h4 {
  background-color: #e60012;
}
.section4 .shoplist__contents.kyushu {
  position: absolute;
  left: 240px;
  top: 213px;
}
.section4 .shoplist__contents.kyushu h4 {
  background-color: #0081b9;
}
.section4 .shoplist__contents.tokai {
  position: absolute;
  left: 590px;
  top: 526px;
}
.section4 .shoplist__contents.tokai h4 {
  background-color: #ecd200;
}
.section4 .shoplist__contents.kansai {
  float: left;
  margin: 200px 0 0 240px;
}
.section4 .shoplist__contents.kansai h4 {
  background-color: #83a32f;
}
.section4 .shoplist__contents.chugoku {
  float: left;
  margin: 0 0 0 240px;
}
.section4 .shoplist__contents.chugoku h4 {
  background-color: #7e2f64;
}
.section4 .shoplist__contents dl {
  min-height: 1px;
  padding: 10px 0;
  border-bottom: 1px dotted #b2b2b1;
}
.section4 .shoplist__contents dl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section4 .shoplist__contents dl:last-child {
  border: none;
}
.section4 .shoplist__contents dl dt {
  float: left;
  clear: both;
  padding: 6px 0 0;
  font-size: 21px;
}
.section4 .shoplist__contents dl dd {
  padding: 0 0 0 125px;
  margin: 4px 0;
  font-size: 14px;
  line-height: 20px;
  background: url(../images/shoplist/ico_list.png) 110px 4px no-repeat;
}
.section4 .shoplist__contents dl a {
  color: #231815;
  text-decoration: none;
}

/*----------------------------------------------------
	キドキドが考えていること
----------------------------------------------------*/
.section5 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 0 70px;
  background: url(../images/section5_bg.jpg) center bottom no-repeat #fff;
}
.section5 .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.section5 .titleset {
  min-height: 1px;
  margin: 0 auto 47px;
  font-size: 16px;
  width: 1280px;
}
.section5 .titleset:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section5 .titleset h3 {
  float: left;
}
.section5 .titleset p {
  float: left;
  width: 571px;
  padding: 0 0 0 30px;
  line-height: 1.6;
}
.section5 .titleset p.em {
  font-size: 25px;
  font-weight: bold;
  display: block;
  border-bottom: 4px solid #fff100;
}
.section5 .about {
  padding: 60px 0 292px;
}
.section5 .about__detail {
  margin: 0 auto;
  position: relative;
}
.section5 .about__detail .txt {
  font-size: 15px;
  line-height: 20px;
  margin: 18px 0 6px;
}
.section5 .about__detail .more {
  text-align: right;
  padding: 30px 0px 0px;
}
.section5 .about__detail .more a {
  background-color: #0068B6;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 18px;
  font-size: 17px;
  font-weight: bold;
}
.section5 .about__detail .more a i {
  background: url(../images/common/ico_but02.png) left top no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0 8px 0 0;
}
.section5 .about__detail .animate {
  position: absolute;
}
.section5 .about__detail.detail1 {
  background: url(../images/section5_img01.png) 58px top no-repeat;
  width: 467px;
  min-height: 238px;
  padding: 115px 105px 0 708px;
  margin-bottom: 100px;
}
.section5 .about__detail.detail2 {
  background: url(../images/section5_img02.png) 642px top no-repeat;
  width: 467px;
  min-height: 239px;
  padding: 93px 698px 0 115px;
  margin-bottom: 72px;
}
.section5 .about__detail.detail3 {
  background: url(../images/section5_img03.png) 58px top no-repeat;
  width: 467px;
  min-height: 239px;
  padding: 103px 105px 0 708px;
  margin-bottom: 60px;
}
.section5 .about__detail.detail4 {
  background: url(../images/section5_img04.png?170606) 643px top no-repeat;
  width: 467px;
  min-height: 272px;
  padding: 107px 694px 0 119px;
  margin-bottom: 46px;
}
.section5 .about__detail.detail5 {
  background: url(../images/section5_img05.png) 51px top no-repeat;
  width: 530px;
  min-height: 251px;
  padding: 103px 42px 0 708px;
  margin-bottom: 72px;
}
.section5 .about__detail.detail6 {
  background: url(../images/section5_img06.png) 35px top no-repeat;
  width: 600px;
  min-height: 261px;
  padding: 100px 0 0 673px;
}

/*----------------------------------------------------
	What's new
----------------------------------------------------*/
.section6 {
  width: 100%;
  padding-top: 60px;
  min-height: 1px;
  background-color: #f0f0f0;
  /*padding-bottom: 38px;*/
}
.section6 .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.section6:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section6 h3 {
  float: left;
  margin: 0 50px 0 0;
}
.section6 .newslist {
  float: left;
  width: 800px;
  margin: -15px 0 0;
}
.section6 .newslist li {
  border-bottom: 1px dashed #aaa;
  font-size: 15px;
  padding: 12px 0;
  line-height: 20px;
}
.section6 .newslist li:last-of-type {
  border-bottom: none;
}
.section6 .newslist li span {
  color: #aaa;
  font-size: 14px;
  clear: both;
  float: left;
}
.section6 .newslist li p {
  padding-left: 120px;
}
.section6 .newslist li p.newstitle {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: bold;
}
.section6 .newslist li em {
  display: table-cell;
  font-size: 12px;
  vertical-align: middle;
  width: 88px;
  white-space: nowrap;
}
.section6 .newslist li em a {
  /*
      background:url(../images/ico_arrow_grey.png) left center no-repeat;
      padding:0 0 0 22px;
  */
  display: inline-block;
  font-size: 12px;
  color: #aaa;
  text-decoration: none;
}


/*----------------------------------------------------
	姉妹サイト
----------------------------------------------------*/

.section7 {
  width: 100%;
  min-height: 1px;
  background-color: #f0f0f0;
}
.section7 .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
  padding: 38px 0;
  display: flex;
}
.section7 h3 {
  margin: 0 50px 0 0;
}
.section7 .bannerArea {
  width: 800px;
  padding-top: 0
}
.section7 .bannerArea ul li {
  margin-bottom: 0;
}

.section7 + .bannerArea {
  padding-top: 38px;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer {
  background-color: #f0f0f0;
  /*
  	margin: 0;
  	padding: 40px 0 0;
  */
  padding: 167px 0 0;
  margin-top: -127px;
}

/*----------------------------------------------------
	下層ページバナー群
----------------------------------------------------*/
.bannerArea {
  background-color: #f0f0f0;
}

/*----------------------------------------------------
	調整
----------------------------------------------------*/
body {
  height: auto !important;
}

/*----------------------------------------------------
	SNS
----------------------------------------------------*/
.home .sns {
  text-align: center;
  background: #f0f0f0;
  padding: 40px 0 30px;
}
.home .sns p {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 40px;
}
.home .sns li {
  display: inline-block;
  margin: 0 30px;
}
