@charset "utf-8";

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

/* Main
------------------------------------------------------------------ */

body {
  background-color: #ffffff;
}

#mainvisual {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 1050px;
}
#mainvisual img {
  width: 100%;
}

/* headline */
#content {
  overflow: hidden;
}
#content h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 0.4em;
  padding: 0 0 0 1px;
}

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

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

#content .button :after{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 7.5%;
    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 {
  float: left;
  width: 452px;
  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 {
  float: right;
  width: 452px;
}
#content .instagram h2 img {
  width: 28px;
  margin-right: 10px;
}

/* menuList */
/* menuList */

#content .menuList {
  display: grid;
  grid-template-columns: 452px 452px;
  column-gap: 40px;
  row-gap: 24px;
  clear: both;
}

#content .menuList:after {
  display: none;
}

#content .menuList .menu {
  float: none;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 38px 0 0 0;
  width: 452px;
}


#content .menuList .menu:nth-child(even) {
  float: none;
}

#content .menuList .menu img {
  display: block;
  width: 240px;
  flex-shrink: 0;
}

#content .menuList .menu .item {
  display: flex;
  align-items: flex-start;
  overflow: visible;
  width: 100%;
}

#content .menuList .menu .item + .item {
  margin-top: 18px;
}

#content .menuList .menu .item > a {
  float: none;
  margin: 0;
  width: auto;
}

#content .menuList .menu .item ul,
#content .menuList .menu .item p {
  float: none;
  width: auto;
}

#content .menuList .menu .item ul {
  flex: 1;
  margin: 30px 0 0 28px;
  padding: 0;
  list-style: none;
}

#content .menuList .menu .item ul li + li {
  margin-top: 12px;
}

/* banner */
/* 花園指定管理共通（色違い） */
#content .banner {
  margin: 90px 0 0 0;
}
#content .banner ul {
  list-style: none;
  margin: 0 -13px 0 0;
  overflow: hidden;
}
#content .banner ul li {
  float: left;
  margin: 10px 13px 0 0;
}
#content .banner ul li a:hover {
  opacity: 0.5;
}
#content .banner ul li img {
  width: 230px;
}

/* bannerList */
/* 花園指定管理共通（色違い） */
#content .bannerList {
  margin: 90px 0 0 0;
}
#content .bannerList h3 {
  border-bottom: 4px solid #329bf0;
  font-size: 2rem;
  margin: 0 0 10px;
  padding: 0 0 0.2em;
}
#content .bannerList h3:not(:first-child) {
  margin-top: 58px;
}
#content .bannerList h3 span {
  font-size: 0.8em;
}
#content .bannerList ul {
  list-style: none;
  margin: 0 -13px 0 0;
  overflow: hidden;
}
#content .bannerList ul li {
  float: left;
  margin: 10px 13px 0 0;
}
#content .bannerList ul li a:hover {
  opacity: 0.5;
}
#content .bannerList ul li img {
  width: 230px;
  height: 108px;
}
