html {font-size: 10px;}

#mainContents{padding-top:100px;}

.c-section {
  width: 100%;
}

.c-section__inner {
  margin: 0 auto ;
  width: 980px;
}

.p-top {
  border-bottom: 2px solid #dcdcdc;
  background: url(../images_index/feature_background.gif) left top;
}

.p-hero {
  border-bottom: 3px solid #e60012;
  height: 335px;
  position: relative;
  width: 100%;
}

.p-spring .p-hero {
  background: url(../img/main_visual_spring_pc.jpg) center top no-repeat;
  background-size: cover;
}

.p-summer .p-hero {
  background: url(../img/main_visual_summer_pc.jpg) center top no-repeat;
  background-size: cover;
}

.p-autumn .p-hero {
  background: url(../img/main_visual_autumn_pc.jpg) center top no-repeat;
  background-size: cover;
}

.p-winter .p-hero {
  background: url(../img/main_visual_winter_pc.jpg) center top no-repeat;
  background-size: cover;
}

.p-hero__title {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  position: absolute;
  top: 25%;
  left: 40px;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
}

.p-hero__lead {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.45) 85%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: .8em 40px .8em 40px;
  position: absolute;
  left: 0;
  bottom: 1em;
}

.p-feature {
  width: 100%;
}

.p-feature *, .p-feature *:before, .p-feature *:after {
  box-sizing: border-box;
}

.p-spring .p-feature {
  background: url(../img/content_spring_bg.jpg) center top no-repeat;
}

.p-summer .p-feature {
  background: url(../img/content_summer_bg.jpg) center top no-repeat;
}

.p-autumn .p-feature {
  background: url(../img/content_autumn_bg.jpg) center top no-repeat;
}

.p-winter .p-feature {
  background: url(../img/content_winter_bg.jpg) center top no-repeat;
}

.p-feature__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
  padding: 40px 0 40px;
  width: 900px;
}

.p-feature__item {
  border-radius: 10px;
  position: relative;
  width: 210px;
  transition: all 0.3s ease;
}

.p-feature__item > a {
	display: block;
	padding-top: 25px;
}

.p-spring .p-feature__item {
  background: #e9607c;
}

.p-summer .p-feature__item {
  background: #005e4a;
}

.p-autumn .p-feature__item {
  background: #f18d00;
}

.p-winter .p-feature__item {
  background: #005083;
}

.p-feature__item__ttl {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.p-feature__item__img {
  background: #fff;
  margin: 0 auto 5px;
  width: 200px;
}

.p-feature__item__img img {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 0.3s ease;
}

.p-feature__item__note {
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-radius: 0 0 10px 10px;
  transition: all 0.3s ease;
}

.p-feature__item__text {
  background: #fff;
  margin: 0 auto;
  padding: 15px 8px 1px 8px;
  height: 200px;
}

.p-feature__item__text li {
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 9px;
  text-indent: -9px;
  margin: 0 0 1em;
}

.p-feature__item__text li:before {
  content: url(../img/icon_red_arrow.png);
  display: inline;
  padding-right: 3px;
}

.p-feature__item__text li a:hover {
  color: #e60012;
}

.p-spring .p-feature__item:hover {
  background: rgba(191, 22, 50, 0.6);
}

.p-summer .p-feature__item:hover {
  background: rgba(0, 56, 44, 0.7);
}

.p-autumn .p-feature__item:hover {
  background: rgba(187, 70, 0, 0.6);
}

.p-winter .p-feature__item:hover {
  background: rgba(0, 29, 45, 0.6);
}

.p-feature__item:hover .p-feature__item__img img {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.p-feature__item:hover .p-feature__item__note {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  overflow: hidden;
}

.c-group__banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 40px 0 0;
  width: 900px;
}

.c-group__banner__item {
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  background: #36542a;
  border-radius: 10px;
  padding-top: 10px;
  position: relative;
  width: 435px;
  transition: all 0.3s ease;
}

.c-group__banner__item img {
  display: block;
}

.c-banner__title {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 auto 20px;
  text-align: center;
}

.c-banner__title span {
  display: block;
  margin-bottom: 5px;
}

.c-banner__title-en {
  color: #e50012;
}

.c-banner__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.c-banner__item {
  border: 1px solid #ddd;
  margin: 0 12px 15px 0;
  width: 234px;
}

.c-banner__item:nth-child(4n) {
  margin-right: 0;
}

.c-banner__item img {
  display: block;
  width: 100%;
}

.wrapOmimai {
  margin: 0 auto;
}

.wrapOmimai section {
  margin: 0 auto;
}

.wrapOmimai h3 {
  font-size: 200%;
  line-height: 1.7;
  letter-spacing: 2px;
  margin: 0;
}

#news section.news {
  border-top: 1px solid #dcdcdc;
  float: none;
  margin: 40px auto 80px;
}

.u-show__sp {
  display: none;
}

img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 667px) {
#mainContents{padding-top:0px;}

  .c-section__inner {
    width: auto;
  }

  .p-top {
    border-bottom: none;
  }

  .p-hero {
    height: 34vw;
  }

  .p-hero__title {
    font-size: 5.6vw;
    line-height: 1 !important;
    padding-top: 4vw;
    position: static;
    text-align: center;
  }

  .p-hero__lead {
    font-size: 2vw;
    padding: .8em 2em .8em 2em;
    bottom: 0;
  }

  .p-feature {
    background: none !important;
  }

  .p-feature__list {
    display: block;
    padding: 0 0 1px;
    width: 92vw;
  }

  .p-feature__item {
    margin-bottom: 2.66vw;
    padding-top: 3.33vw;
    width: 100%;
  }

  .p-feature__item:first-child {
    padding-top: 1.33vw;
  }

  .p-feature__item {
    background: none !important;
  }

  .p-feature__item > a {
	  padding-top: 0;
  }

  .p-feature__item__ttl {
    border-radius: 10px 10px 0 0;
    font-size: 4vw;
    margin-bottom: 0;
    padding: 3.33vw 0 2.66vw;
  }

  .p-spring .p-feature__item__ttl {
    background: #e9607c;
  }

  .p-summer .p-feature__item__ttl {
    background: #005e4a;
  }

  .p-autumn .p-feature__item__ttl {
    background: #f18d00;
  }

  .p-winter .p-feature__item__ttl {
    background: #005083;
  }

  .p-feature__item__img {
    display: none;
  }

  .p-feature__item__note {
    border-right: none;
    border-bottom: none;
    border-left: none;
    transition: inherit;
    overflow: hidden;
  }

  .p-feature__item__text {
    padding: 2.66vw 2.66vw 1px;
    height: auto;
  }

  .p-feature__item__text li {
    font-size: 3.5vw;
  }

  .p-spring .p-feature__item:hover {
    background: #e9607c;
  }

  .p-summer .p-feature__item:hover {
    background: #005e4a;
  }

  .p-autumn .p-feature__item:hover {
    background: #f18d00;
  }

  .p-winter .p-feature__item:hover {
    background: #005083;
  }

  .p-feature__item:hover .p-feature__item__note {
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .c-group__banner {
    display: block;
    padding: 0 0 2.66vw;
    width: 92vw;
  }

  .c-group__banner__item {
    box-shadow: inherit;
    margin-bottom: 2.66vw;
    width: 100%;
  }

  .c-group__banner__item img {
    width: 100%;
  }

  .c-banner {
    background: #f6f5f5;
    padding: 2.66vw 0 1px;
  }

  .c-banner__title {
    font-size: 2.933vw;
    margin: 0 auto 0;
  }

  .c-banner__title span {
    display: inline-block;
    margin: 0 .5em 0;
  }

  .c-banner__list {
    display: block;
    margin: 2.66vw auto 0;
    width: 92vw;
  }

  .c-banner__item {
    margin: 0 auto 1.33vw;
    width: 100%;
  }

  .c-banner__item img {
    width: 100%;
  }

  .c-banner-last {
    padding: 4vw 0;
  }

  .wrapOmimai section {
    margin: 15px 5%;
  }

  .wrapOmimai h3 {
    font-size: 4vw;
    line-height: 1.4;
	margin-bottom: 2vw;
  }

  .wrapOmimai p {
	font-size: 3vw;
  }

  #news section.news {
    border-top: none;
    margin: 0 auto;
  }

  #news section.news h3 {
    background: #fff url(../img/icon_red_arrow.png) 20px center no-repeat;
  }

  #news section.news dl {
    display: block;
  }

  #news section.news dt {
    border-top: 1px solid #ccc;
    margin-top: 10px;
  }

  #news section.news dt:first-of-type {
    border-top: none;
    margin-top: 0;
  }

  #news section.news dd {
    background: url(../img/icon_red_arrow.png) 20px center no-repeat;
    border: none;
    padding: 0 10px 0 35px;
  }

  #news section.news dd:last-of-type {
    padding: 0 10px 10px 10px;
  }

  .u-show__pc {
    display: none;
  }

  .u-show__sp {
    display: block;
  }
}
