@charset "utf-8";

/* 共通箇所
---------------------------------------------------*/
.ft_access {
  margin-top: 65px;
}

@media only screen and (max-width:768px) {
  main {
    display: flex;
    flex-direction: column;
  }
  main #mainvisual {order: 1;}
  main .content_list {order: 4;}
  main .contact_list {order: 2;}
  main .info {order: 3;}
  main .banner_list {order: 5;}
  main .ft_access {order: 6;}

  .ft_access {
    margin-top: 26px;
  }
}


/* メインビィジュアル
---------------------------------------------------*/
#mainvisual {
  height: 100%;
  background: url("/common/img/mainvisual_bg.png")no-repeat center bottom;
  overflow: hidden;
}

#mainvisual .image_img {
  margin-top: 43px;
  text-align: center;
}

@media only screen and (max-width:768px) {
  #mainvisual {
    position: relative;
    height: 100%;
    background: none;
  }
  #mainvisual::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("/common/img/mainvisual_bg_sp.png")no-repeat center bottom/100% 10px;
    z-index: 1;
  }

  #mainvisual .image_img {
    margin-top: 0;
  }
}



/* コンテンツリスト
---------------------------------------------------*/
.content_list {
  padding: 40px 0 47px;
  background: url("/common/img/content_list_bg.png")no-repeat center bottom ,#DAF1FC;
}

.content_list ul {
  display: flex;
}

.content_list ul li + li {
  margin-left: 15px;
}

.content_list ul li a {
  display: block;
  width: 238px;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16)  0 3px 6px;
  box-sizing: border-box;
}
.content_list ul li a:hover {
  opacity: 0.8;
}

.content_list .thum {
  width: 238px;
  height: 100%;
}

.content_list .thum img {
  width: 100%;
  height: auto;
}

.content_list .description {
  display: flex;
  align-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  margin-top: -137px;
  padding: 151px 14px 14px;
  box-sizing: border-box;
}

.content_list .description .overview .item {
  color: #1A9DD9;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 13px;
}

.content_list .description .overview .the_details {
  color: #333;
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 14px;
}

.content_list .description .button {
  text-align: center;
}

.content_list .description .button p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 32px;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 auto;
  background: url("/common/img/button_arrow_w.png")no-repeat right 11px center/16px 16px,#23ADED;
  border-radius: 16px;
  box-sizing: border-box;
}

@media only screen and (max-width:768px) {
  .content_list {
    padding: 10px 0 24px;
    background: url(/common/img/contact_list_bg.png)left top/auto 100%;
  }

  .content_list ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .content_list ul li {
    width: 48%;
    margin-top: 14px;
  }
  .content_list ul li + li {
    margin-left: 0;
  }
  .content_list ul li:nth-child(2n) {
    margin-left: 4%;
  }

  .content_list ul li a {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16)  0 2px 2px;
    box-sizing: border-box;
  }

  .content_list .thum {
    width: 164px;
  }

  .content_list .description {
    display: block;
    position: relative;
    height: initial;
    margin-top: 0;
    padding: 12px 30px 12px 12px;
  }
  .content_list .description:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 100%;
    top: 0;
    right: 12px;
    bottom: 0;
    background: url("/common/img/button_arrow.png")no-repeat center center/16px 16px;
  }

  .content_list .description .overview .item {
    font-size: 1.6em;
    margin-bottom: 0;
  }

  .content_list .description .button {
    display: none;
  }
}



/* コンタクトリスト
---------------------------------------------------*/
.contact_list {
  margin-top: 64px;
}

.contact_list .inner {
  width: 1000px;
  height: 372px;
  padding: 60px 85px 70px;
  background: url("/common/img/contact_list_bg.png")left top;
  border-radius: 10px;
  box-sizing: border-box;
}

.contact_list .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.contact_list .txt .main {
  font-size: 2.6em;
  font-weight: bold;
}
.contact_list .txt .sub {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 6px;
}

.contact_list ul {
  display: flex;
  justify-content: center;
  align-items: center;

}

.contact_list ul li {
  text-align: center;
}

.contact_list ul li + li {
  margin-left: 71px;
}

.contact_list ul li .push_but a {
  display: block;
  width: 380px;
  height: 185px;
  color: #fff;
  font-size: 3.2em;
  padding: 32px 10px;
  border-radius: 4px;
  box-shadow: rgba(0,0,0,0.2) 0 4px 6px;
  box-sizing: border-box;
}
.contact_list ul li:nth-child(1) .push_but a {
  background: #EA5252;
}
.contact_list ul li:nth-child(2) .push_but a {
  background: #EA5252;
}
.contact_list ul li:nth-child(1) .push_but a:hover {
  background: #F08686;
  opacity: 1;
}
.contact_list ul li:nth-child(2) .push_but a:hover {
  background: #F08686;
  opacity: 1;
}

.contact_list ul li .push_but a p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: 22px;
}
.contact_list ul li .push_but a .main p::before {
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("/common/img/contact_list_ico_arrow.png")no-repeat center center/30px 30px;
}

@media only screen and (max-width:768px) {
  .contact_list {
    margin-top: 0;
    background: #DAF1FC;
  }

  .contact_list .inner {
    width: 92%;
    height: 100%;
    padding: 18px 0 24px;
    background: none;
    border-radius: 0;
  }

  .contact_list .txt {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .contact_list .txt .main {
    font-size: 1.6em;
  }
  .contact_list .txt .sub {
    font-size: 1em;
  }

  .contact_list ul {
    display: flex;
    flex-wrap: wrap;
  }

  .contact_list ul li:nth-child(1) {
    width: 49%;
  }
  .contact_list ul li:nth-child(2) {
    width: 49%;
    margin-left: 2%;
  }
  .contact_list ul li:nth-child(3) {
    width: 100%;
    margin-top: 16px;
  }
  .contact_list ul li + li {
    margin-left: 0;
  }

  .contact_list ul li .push_but a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    min-height: 64px;
    font-size: 1.2em;
    padding: 11px 6px 9px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.16) 0 2px 2px;
  }
  .contact_list ul li:nth-child(1) .push_but a:hover {
    background: #EA5252;
  }
  .contact_list ul li:nth-child(2) .push_but a:hover {
    background: #EA5252;
  }
  .contact_list ul li .push_but.tel a {
    min-height: 48px;
    background: #fff;
    padding: 13px 10px;
    border: #23ADED solid 1px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.16) 0 2px 2px;
  }

  .contact_list ul li .push_but a .main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .contact_list ul li .push_but a .ico_img {
    width: 33px;
    height: 26px;
  }
  .contact_list ul li .push_but.tel a .ico_img {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  .contact_list ul li .push_but a p {
    line-height: 1.3;
    margin: 0 0 0 4px;
  }
  .contact_list ul li .push_but.tel a p {
    color: #1A9DD9;
  }
  .contact_list ul li .push_but a .main p::before {
    display: none;
  }
  .contact_list ul li .push_but a .main p::after {
    display: inline-block;
    content: "";
    top: 0;
    right: 0;
    min-width: 16px;
    height: 16px;
    margin-left: 0;
    background: url("/common/img/contact_list_ico_arrow_sp.png")no-repeat center center/16px 16px;
  }
  .contact_list ul li .push_but.tel a .main p::after {
    display: none;
  }

  .contact_list ul li .push_but a .sub {
    width: 100%;
    font-size: 0.62em;
    margin: 5px 0 0;
  }
}



/* インフォメーション
---------------------------------------------------*/
.info {
  margin-top: 72px;
}

/* ２カラムの場合に表示
.info .inner {
  display: flex;
  justify-content: space-between;
}
.info .news_list {
  width: 655px;
}*/

.info .news_list h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 18px 16px;
  background: #F6F8F9;
  border-left: #23ADED solid 5px;
  box-sizing: border-box;
}

.info .news_list h2 .title {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2;
}

.info .news_list h2 .link a {
  position: relative;
  display: flex;
  align-items: center;
  height: 18px;
  color: #333;
  font-size: 1.4em;
  padding: 0 0 0 26px;
}
.info .news_list h2 .link a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/common/img/news_list_ico_arrow.png")no-repeat center center/18px 18px;
}

.info .news_list dl {
  display: flex;
  font-size: 1.6em;
  line-height: 1.2;
  padding: 22px 10px;
  border-bottom: #C9D6DE solid 1px;
}

.info .reservation_list {
  width: 310px;
}

.info .reservation_list li + li {
  margin-top: 18px;
}

.info .reservation_list li a {
  display: block;
  width: 310px;
  height: 115px;
  border: #C9D6DE solid 1px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 2px;
  box-sizing: border-box;
}

.info .reservation_list li .person {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 75px;
  color: #333;
  font-weight: bold;
  line-height: 1.3;
  padding: 16px;
  box-sizing: border-box;
}
.info .reservation_list li:nth-child(1) .person {
  background: url("/common/img/reservation_list_bg01.jpg")no-repeat center right/308px 75px;
}
.info .reservation_list li:nth-child(2) .person {
  background: url("/common/img/reservation_list_bg02.jpg")no-repeat center right/308px 75px;
}
.info .reservation_list li:nth-child(3) .person {
  background: url("/common/img/reservation_list_bg03.jpg")no-repeat center right/308px 75px;
}

.info .reservation_list li .person span {
  display: block;
}
.info .reservation_list li .person .large {
  font-size: 2.4em;
}
.info .reservation_list li .person .normal {
  font-size: 2em;
}
.info .reservation_list li .person .small {
  font-size: 1.4em;
}

.info .reservation_list li .reservation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  background: #23ADED;
}

.info .reservation_list li .reservation .txt {
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
.info .reservation_list li .reservation .txt.sub_txt {
  padding-top: 2px;
}

.info .reservation_list li .reservation .sub_txt span img {
  vertical-align: initial;
}

.info .reservation_list li .reservation .arrow_img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.info .reservation_list li .reservation .arrow_img img {
  width: 100%;
  height: auto;
}

.info .reservation_list li .annotation {
  display: inline-block;
  line-height: 1.2;
  margin-top: 8px;
}

@media only screen and (max-width:768px) {
  .info {
    margin: 24px 0;
  }

  .info .inner {
    display: block;
  }

  .info .news_list {
    width: 100%;
  }

  .info .news_list h2 {
    height: 48px;
    padding: 12px 20px;
  }

  .info .news_list h2 .title {
    font-size: 2.4em;
  }

  .info .news_list dl {
    display: block;
    padding: 16px 0 14px;
    border-bottom: none;
  }
  .info .news_list dl + dl {
    border-top: #C9D6DE solid 1px;
  }

  .info .news_list dl dd {
    margin: 8px 0 0;

  }

  /* アコーディオン */
  .open_area.close {
    display: none;
  }

  .open_area dl:first-child {
    border-top: #C9D6DE solid 1px;
  }

  .toggle_switch {
    width: 100%;
    height: 23px;
    background: url("/common/img/news_list_accordion_btn.png")no-repeat center center/18px 7px, #F6F8F9;
    cursor: pointer;
  }
}




/* バナーリスト
---------------------------------------------------*/
.banner_list {
  padding: 40px 0;
  margin-top: 64px;
  background: #DAF1FC;
}

.banner_list ul {
  display: flex;
  flex-wrap: wrap;
}

.banner_list ul li + li {
  margin-left: 16px;
}
.banner_list ul li:nth-child(4n+1) {
  margin-left: 0;
}
.banner_list ul li:first-child {
  margin: 0 0 16px;
}

.banner_list ul li a {
  display: block;
  width: 238px;
  height: 92px;
  border-radius: 2px;
}

.banner_list ul li a img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width:768px) {
  .banner_list {
    padding: 12px 0 24px;
    margin-top: 0;
  }

  .banner_list ul {
    display: flex;
    flex-wrap: wrap;
  }

  .banner_list ul li {
    display: flex;
    justify-content: space-around;
    width: 50%;
    height: 100%;
    margin: 12px 0 0;
  }
  .banner_list ul li + li {
    margin: 12px 0 0;
  }
  .banner_list ul li:nth-child(4n+1) {
    margin: 12px 0 0;
  }
  .banner_list ul li:first-child {
    margin: 12px 0 0;
  }

  .banner_list ul li a {
    width: 100%;
    height: 100%;
    max-width: 165px;
  }
}
