@charset "utf-8";

/* index.css：SP
 * ======================================
 * Main
 * ======================================
 */

img {
  width: 100%;
}

/* Main
------------------------------------------------------------------ */
#home #main {
}

/* mainvisual */
#mainvisual img {
  width: 100%;
}

#content {
  margin: 5% 0 10%;
  width: auto;
  padding: 0 5%;
}

#content h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 0.4em;
  padding: 0 0 0 1px;
}

/* Button  */
#content .button{
    margin-bottom:6% ;
}

#content .button a{
    align-items: center;
background-color: #329bf0;
border: 1px solid #329bf0;
border-radius: 80px;
color: #fff;
display: flex;
font-size: 12px;
font-weight: normal;
text-align: center;
line-height: 1.5;
justify-content: center;
padding: 10px 30px;
position: relative;
transition: 0.2s;
word-break: keep-all;
}

#content .button :after{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    display: inline-block;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 5.6%;
    transform: rotate(-45deg);
    width: 12px;
}

#content .button a:hover{
    background-color: #fff;
    color: #329bf0;
}

#content .button a:hover::after{
    border-right-color: #329bf0;
    border-bottom-color: #329bf0;
}

#content .button.red a{
background-color: #a80425;
border: 1px solid #a80425;
}

#content .button.red a:hover{
  background-color: #fff;
    color: #a80425;
}

#content .button.red a:hover::after{
    border-right-color: #a80425;
    border-bottom-color: #a80425;
}

/* News  */
#content .news {
  width: 100%;
  background-color: #ffffff;
}
#content .news p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
#content .news .whatsNew {
  overflow: auto;
  border: 1px solid #999999;
  padding: 24px 0 24px 24px;
  height: 170px;
}
#content .news .whatsNew dl {
  clear: both;
  margin: 0 0 5px 0;
  text-align: left;
}
#content .news .whatsNew dl dt {
  font-size: 1.2rem; /* =12px  */
  float: left;
  line-height: 1.4;
  margin: 0;
  padding: 5px 0;
  width: 120px;
  color: #3399ff;
}
#content .news .whatsNew dl dd {
  font-size: 1.2rem; /* =12px  */
  line-height: 1.3;
  margin: 0;
  padding: 5px 15px 12px 95px;
}

/* Instagram  */
#content .instagram {
  width: 100%;
  margin-top: 20px;
}
#content .instagram h2 img {
  width: 28px;
  margin-right: 10px;
}
#content .instagram h2 {
  line-height: 32px;
}

/* menuList */
#content .menuList {
  clear: both;
}
#content .menuList:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#content .menuList .menu {
  letter-spacing: 0;
  line-height: 1.4;
  float: none;
  font-size: 1.3rem;
  margin-top: 10%;
  width: 100%;
}
#content .menuList .menu:nth-child(even) {
  float: none;
}
#content .menuList .menu .item {
  overflow: hidden;
}
#content .menuList .menu .item + .item {
  margin-top: 5%;
}
#content .menuList .menu .item img {
  float: left;
  margin-right: 3%;
  width: 45%;
}
#content .menuList .menu .item ul,
#content .menuList .menu .item p {
  float: left;
  width: 50%;
}
#content .menuList .menu .item ul {
  list-style: none;
}
#content .menuList .menu .item ul li + li {
  margin-top: 8px;
}

/* banner */
/* 花園指定管理共通 */
#content .banner {
  margin-top: 10%;
}
#content .banner h3 {
  border-bottom: 4px solid #329bf0;
  font-size: 1.6rem;
  margin: 0 0 10px;
  padding: 0 0 0.2em;
}
#content .banner h3:not(:first-child) {
  margin-top: 10%;
}
#content .banner h3 span {
  font-size: 0.8em;
  display: block;
}
#content .banner ul {
  list-style: none;
  overflow: hidden;
  margin-right: 0;
}
#content .banner ul li {
  float: left;
  margin: 2% 2.74% 0 0;
  width: 48.63%;
}
#content .banner ul li:nth-child(even) {
  margin-right: 0;
}
#content .banner ul li a:hover {
  opacity: 0.8;
}

/* bannerList */
/* 花園指定管理共通 */
#content .bannerList {
  margin-top: 10%;
}
#content .bannerList h3 {
  border-bottom: 4px solid #329bf0;
  font-size: 1.6rem;
  margin: 0 0 10px;
  padding: 0 0 0.2em;
}
#content .bannerList h3:not(:first-child) {
  margin-top: 10%;
}
#content .bannerList h3 span {
  font-size: 0.8em;
  display: block;
}
#content .bannerList ul {
  list-style: none;
  overflow: hidden;
  margin-right: 0;
}
#content .bannerList ul li {
  float: left;
  margin: 2% 2.74% 0 0;
  width: 48.63%;
}
#content .bannerList ul li:nth-child(even) {
  margin-right: 0;
}
#content .bannerList ul li a:hover {
  opacity: 0.8;
}
