@charset "utf-8";

#contents{
  position: relative;
  width:100%;
  min-width: 1000px;
  background: url(../images/header-bg.gif) top center no-repeat;
  background-size:1200px 590px;
}

/* -- 固定ヘッダー -- */
#fixnav .genre1{
  border-left: solid 40px #FFB500;
}

/* -- コンテンツ -- */
#header{
  width:1000px;
  margin: 0 auto;
  padding-top:250px;
  padding-bottom:35px;
}
#header h1{
  display: none;
}
#header p{
  font-size:14px;
  line-height: 1.5;
  width:532px;
  padding:5px;
  margin-left: 20px;
  background-color: rgba(255,255,255,0.85);
}
#section1{
  width:1000px;
  margin: 0 auto;
}
#section1 .section1-2{
  width:500px;
  float: left;
}
#section1 .section1-3{
  width:500px;
  background: url(../images/section1_bg.png) top center repeat-y;
  background-size:500px 1px;
}
#section1 .section1-3 div{
  width:360px;
  min-height: 220px;
  margin: 0 auto;
  padding:20px 20px 10px 20px;
}
#section1 .section1-3 div.section1-3a{
  background-color: #ed5288;
}
#section1 .section1-3 div.section1-3b{
  background-color: #3588c6;
}
#section1 .section1-3 p{
  font-size:15px;
  line-height: 1.5;
  color:#fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.text-section{
  width:1000px;
  margin: 0 auto;
  text-align: center;
}
.text-section h2{
  margin-top: 30px;
  margin-bottom: 40px;
}
.text-section p{
  width:750px;
  font-size:15px;
  line-height: 1.6;
  margin: 0px auto 10px auto;
}
.text-section p.notice{
  font-size:12px;
  text-align: right;
}

#section3 h2{
  margin-top: 80px;
  margin-bottom: 5px;
}
#section3-card{
  position: relative;
}
#section3-card>div{
  margin-bottom: 25px;
}
#section3-card img.card-image{
  position: absolute;
  z-index: 5;
  top:0px;
  right: 10px;
}
#section3-card img.card-title{
  display: block;
  float:left;
  margin-left: 20px;
}
#section3-card .card{
  position: relative;
  float:left;
  width:318px;
  min-height:300px;
  margin-left: 20px;
  border: solid 1px #aaa;
  border-radius: 10px;
  background-color: #ffe199;
}
#section3-card .card:first-child{
  margin-left: 0px;
}
#section3-card .card-cover{
  position: absolute;
  z-index: 3;
  width:318px;
  height: 300px;
  bottom:0;
  border-radius: 10px;
  overflow: hidden;
}
#section3-card .card-cover:hover{
  cursor: pointer;
}
#section3-card img.card-page{
  position: absolute;
  z-index:3;
  width:320px;
  height:320px;
  top:-20px;
  left:0px;
  transition: all linear 0.2s;
}
#section3-card img.card-text{
  position: absolute;
  z-index:4;
  top:0px;
  left:0px;
}
#section3-card p{
  font-size:14px;
  line-height: 1.6;
  color:#444;
  width:280px;
  max-height:262px;
  padding:19px;
  margin-bottom: 0;
  opacity: 0.0;
  overflow: hidden;
}
#section3-card p.title-sub{
  position: absolute;
  z-index: 2;
  padding:0px;
  text-align: right;
  bottom:0;
  right:19px;
  font-weight: bold;
}
#section4{
  margin-top: 100px;
}
h3{
  text-align: center;
  margin-top: 80px;
}
#ac-massage{
  background-color:#003344;
  padding-bottom: 50px;
}
#ac-massage div{
  width:672px;
  padding:25px;
  margin: 0 auto;
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#ac-massage div p{
  font-size:14px;
  line-height: 1.6;
  margin-bottom: 10px;
  color:#fff;
}
#ac-massage div p.credit{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
#ac-massage a{
  display: block;
  width:380px;
  margin: 0 auto;
  opacity: 1.0;
  transition: all linear 0.3s;
}
#ac-massage a:hover{
  opacity:0.7;
}