@charset "UTF-8";
/* =================================
   TopPage
==================================== */
/*==============================
TOP contents
==============================*/
@media screen and (min-width: 769px) {
  /* 769px以上の場合 */
  .top-bg {
    min-width: 1030px;
    background: url(../img/top/body_bg.png) no-repeat center top;
  }

  .pc-mv {
    overflow: hidden;
    min-width: 1030px;
    margin: 20px 0 30px;
    height: 428px;
    background: url(../img/top/mv_bg.png) repeat-x center;
  }
  .pc-mv img {
    margin: 0 0 0 -60px;
  }

  .top-reason .f-3-list {
    box-sizing: border-box;
  }
  .top-reason .f-3-list li {
    box-sizing: border-box;
    float: left;
    width: 252.66667px;
    margin: 0 16px 0px 0;
  }
  .top-reason .f-3-list li:nth-child(3n) {
    margin-right: 0;
  }
  .top-reason .top-reason-box li {
    padding: 28px 0 0;
    position: relative;
    border: 1px solid #d2d2d2;
  }
  .top-reason .top-reason-box li a:hover,
  .top-reason .top-reason-box li a:active,
  .top-reason .top-reason-box li a:focus {
    text-decoration: none;
  }
  .top-reason .top-reason-box h3 {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 4px 0 0;
    width: 253px;
    height: 30px;
    color: #433030;
    background: #EFE7E1;
    z-index: 5;
  }
  .top-reason .top-reason-box h3::before {
    display: inline-block;
    padding: 0 10px 0 0;
    margin: -4px 0 0;
    content: url(../img/top/top_selected_01.png);
    vertical-align: top;
  }
  .top-reason .top-reason-box li:nth-child(2) h3::before {
    content: url(../img/top/top_selected_02.png);
  }
  .top-reason .top-reason-box li:nth-child(3) h3::before {
    content: url(../img/top/top_selected_03.png);
  }

  .top-plan .f-4-list {
    box-sizing: border-box;
  }
  .top-plan .f-4-list li {
    box-sizing: border-box;
    float: left;
    width: 250px;
    margin: 0 12px 15px 0;
  }
  .top-plan .f-4-list li:nth-child(4n) {
    /*margin-right: 0;*/
  }
  .top-plan .top-plan-box li a:hover,
  .top-plan .top-plan-box li a:active,
  .top-plan .top-plan-box li a:focus {
    text-decoration: none;
  }
  .top-plan .top-plan-box li h3 {
    padding: 2px 0 0;
    height: 30px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
  }
  .top-plan .top-plan-box li .std {
    background: #5A9C6B;
  }
  .top-plan .top-plan-box li .pre {
    background: #CD8D1D;
  }
  .top-plan .top-plan-box li .sit {
    background: #C95959;
  }
  .top-plan .top-plan-box li .sen {
    background: #A6734B;
  }
  .top-plan .top-plan-box li p {
    margin: 5px 0 0;
    line-height: 1.9;
  }

  .top-contact {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.4;
    background: url(../img/top/top_contact_bg.jpg);
  }
  .top-contact h3 {
    margin: 0 0 10px;
  }
  .top-contact .cell:not(:last-child) {
    padding: 15px 20px 0 0;
    vertical-align: top;
  }
  .top-contact .cell:last-child {
    padding: 15px 0 0 20px;
    vertical-align: top;
  }
  .top-contact .cell:first-child {
    width: 30em;
  }
  .top-contact .cell.line {
    width: 1px;
    padding: 0;
    background: #d7d0c8;
  }
  .top-contact .line.secondary {
    background: #fff;
  }
  .top-contact ul li {
    margin: 0 0 8px;
  }
  .top-contact .tel {
    margin-top: 20px;
  }

  .movie-box .f-3-list {
    box-sizing: border-box;
  }
  .movie-box .f-3-list li {
    box-sizing: border-box;
    float: left;
    width: 253.33333px;
    margin: 0 15px 0px 0;
  }
  .movie-box .f-3-list li:nth-child(3n) {
    margin-right: 0;
  }
}
.movie-box a {
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  /* 768px以下の場合 */
  .sp-mv {
    margin: 0 0 2.5rem;
  }
  .sp-mv img {
    width: 100%;
  }

  .top-reason .top-reason-box li {
    padding: 28px 0 0;
    position: relative;
  }
  .top-reason .top-reason-box li a:hover,
  .top-reason .top-reason-box li a:active,
  .top-reason .top-reason-box li a:focus {
    text-decoration: none;
  }

  .top-plan .top-plan-box li {
    width: 49%;
    margin-bottom: 20px;
  }
  .top-plan .top-plan-box li a:hover,
  .top-plan .top-plan-box li a:active,
  .top-plan .top-plan-box li a:focus {
    text-decoration: none;
  }
  .top-plan .top-plan-box li h3 {
    padding: 2px 0 0;
    height: 30px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
  }
  .top-plan .top-plan-box li .std {
    background: #5A9C6B;
  }
  .top-plan .top-plan-box li .pre {
    background: #CD8D1D;
  }
  .top-plan .top-plan-box li .sit {
    background: #C95959;
  }
  .top-plan .top-plan-box li .sen {
    background: #A6734B;
  }
  .top-plan .top-plan-box li p {
    margin: 5px 0 0;
    line-height: 1.9;
  }
  .top-plan .top-plan-box li img {
    width: 100%;
  }
  .top-plan .top-plan-box li:nth-child(odd) {
    float: left;
  }
  .top-plan .top-plan-box li:nth-child(even) {
    float: right;
  }

  .movie-box img {
    width: 100%;
  }

  .top-news {
    margin-bottom: 20px;
  }
  .top-news article {
    border-bottom: solid 1px #e3e3e3;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .top-news .date {
    color: #999;
  }
  .top-news .more a {
    display: block;
    margin-top: 10px;
    padding: 15px;
    border: solid 1px #dfdfdf;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
    background: #fcfcfc;
    text-decoration: none;
  }
  .top-news .more a:after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #b4a9a9;
  }

  .mainbox.top-contact {
    display: block;
    padding: 25px 0;
    text-align: center;
    background: url(../img/top/top_contact_bg.jpg);
  }
  .mainbox.top-contact .cell {
    display: block;
  }
  .mainbox.top-contact .cell li {
    width: 49%;
  }
  .mainbox.top-contact .btn {
    margin: 15px 0;
  }
  .mainbox.top-contact .tel {
    margin-bottom: 15px;
  }
}


.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.contactbnr-title{
    padding: 0 0 5px;
    margin: 0 0 15px;
    font-size: 18px;
}