@charset "UTF-8";
/* Scss Document */
@media (min-width: 992px) {
  .w-1140 {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .w-1140-narrow {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -39px;
  }
}
@media (min-width: 992px) {
  .w-940 {
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .w-800 {
    max-width: 830px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* Scss Document */
/* Scss Document */

@media (min-width: 992px) {
  .w-1140 {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
  }
  .w-1140-narrow {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -39px;
  }
  .w-940 {
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
  .w-800 {
    max-width: 830px;
    margin-right: auto;
    margin-left: auto;
  }
}
.btn01 {
  background: #fff;
  border-radius: 6px;
  display: block;
  text-align: center;
  color: #e83428;
  padding: 25px 0;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  border: solid 2px #e83428;
}
.btn01 i {
  padding-right: 8px;
  color: #e83428;
}

.btn02 {
  background: #fff;
  border-radius: 6px;
  display: block;
  text-align: center;
  color: #e83428;
  padding: 13px 0 11px;
  font-weight: 600;
  font-size: 18px;
  border: solid 2px #e83428;
  background: url(../img/top-rg-blue.png) no-repeat;
  background-size: 55px 50px;
  background-position: 15px bottom;
}
.btn02 i {
  padding-right: 14px;
  padding-top: 7px;
  color: #e83428;
  float: right;
}

.btn03 {
  background: #fff;
  border-radius: 6px;
  display: block;
  text-align: center;
  color: #e83428;
  padding: 13px 0 11px;
  font-weight: 600;
  font-size: 18px;
  border: solid 2px #e83428;
  background: url(../img/top-rg-yellow.png) no-repeat;
  background-size: 55px 50px;
  background-position: 15px bottom;
}
.btn03 i {
  padding-right: 14px;
  padding-top: 7px;
  color: #e83428;
  float: right;
}

.btn04 {
  background: #fff;
  border-radius: 6px;
  display: block;
  text-align: center;
  color: #e83428;
  padding: 13px 0 11px;
  font-weight: 600;
  font-size: 18px;
  border: solid 2px #e83428;
  background: url(../img/top-rg-green.png) no-repeat;
  background-size: 55px 50px;
  background-position: 15px bottom;
}
.btn04 i {
  padding-right: 14px;
  padding-top: 7px;
  color: #e83428;
  float: right;
}

.btn05 {
  background: #fff;
  border-radius: 6px;
  display: block;
  text-align: center;
  color: #e83428;
  padding: 13px 0 11px;
  font-weight: 600;
  font-size: 18px;
  border: solid 2px #e83428;
  background: url(../img/top-rg-pink.png) no-repeat;
  background-size: 55px 50px;
  background-position: 15px bottom;
}
.btn05 i {
  padding-right: 14px;
  padding-top: 7px;
  color: #e83428;
  float: right;
}

.top .top-mv {
  margin-top: 90px;
  margin-bottom: 40px;
}
.top .top-mv .copy {
  background: #e83428;
  padding: 22px 0 0;
  height: 300px;
}
.top .top-mv .pht {
  background: url(/img/top-mv-pht.jpg) no-repeat;
  background-size: cover;
  padding-top: 5.08%;
  margin: 0;
  width: 100%;
  background-position: center center;
  border-bottom: solid 6px #e83428;
}
.top .wrap-news {
  width: 100%;
  max-width: 872px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .wrap-news {
    padding: 0 25px;
  }
}
.top .news-area {
  margin-bottom: 40px;
}
.top .news-area-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .top .news-area-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 2px;
  }
}
.top .news-area-item {
  background-color: #fff;
  border-top: solid 2px #ea590a;
  border-left: solid 2px #ea590a;
  border-right: solid 2px #ea590a;
  border-bottom: solid 2px #ea590a;
  padding: 10px 28px;
  background-color: #ffffff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .top .news-area-item {
    width: calc(50% - 2px);
    padding: 8px 0;
    border-radius: 0;
    border-bottom: solid 2px #ea590a;
  }
}
.top .news-area-item--kurume {
  border-color: #ea590a;
  color: #ea590a;
}
.top .news-area-item--kurume.active {
  background-color: #ffe8dc;
  border-bottom: solid 2px #ffe8dc;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top .news-area-item--kurume.active {
    border-bottom: solid 2px #ea590a;
  }
}
.top .news-area-item--yame {
  border-color: #e3a542;
  color: #e3a542;
}
.top .news-area-item--yame.active {
  background-color: #fff2d7;
  border-bottom: solid 2px #fff2d7;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top .news-area-item--yame.active {
    border-bottom: solid 2px #e3a542;
  }
}
.top .news-area-item--omuta {
  border-color: #1bb194;
  color: #1bb194;
}
.top .news-area-item--omuta.active {
  background-color: #dafcf4;
  border-bottom: solid 2px #dafcf4;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top .news-area-item--omuta.active {
    border-bottom: solid 2px #1bb194;
  }
}
.top .news-area-item--saga {
  border-color: #1b74b1;
  color: #1b74b1;
}
.top .news-area-item--saga.active {
  background-color: #c6dcec;
  border-bottom: solid 2px #c6dcec;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top .news-area-item--saga.active {
    border-bottom: solid 2px #1b74b1;
  }
}
.top .news-area-item--tosu {
  border-color: #61be3d;
  color: #61be3d;
}
.top .news-area-item--tosu.active {
  background-color: #d8efcf;
  border-bottom: solid 2px #d8efcf;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top .news-area-item--tosu.active {
    border-bottom: solid 2px #61be3d;
  }
}
.top .news-area-item--sasebo {
  border-color: #9a3dbe;
  color: #9a3dbe;
}
.top .news-area-item--sasebo.active {
  background-color: #e6cfef;
  border-bottom: solid 2px #e6cfef;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top .news-area-item--sasebo.active {
    border-bottom: solid 2px #9a3dbe;
  }
}
.top .news-ctt {
  width: 100%;
  display: block;
  background-color: #ffe8dc;
  border: solid 2px #ea590a;
  padding: 50px 35px 75px;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .top .news-ctt {
    padding: 25px 15px 55px;
  }
}
.top .news-ctt:has(.news-ctt-list--yame.active) {
  background-color: #fff2d7;
  border: solid 2px #e3a542;
}
.top .news-ctt:has(.news-ctt-list--omuta.active) {
  background-color: #dafcf4;
  border: solid 2px #1bb194;
}
.top .news-ctt:has(.news-ctt-list--saga.active) {
  background-color: #c6dcec;
  border: solid 2px #1b74b1;
}
.top .news-ctt:has(.news-ctt-list--tosu.active) {
  background-color: #d8efcf;
  border: solid 2px #61be3d;
}
.top .news-ctt:has(.news-ctt-list--sasebo.active) {
  background-color: #e6cfef;
  border: solid 2px #9a3dbe;
}
.top .wrap-news-title {
  color: #e83428;
  font-size: 32px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 600;
}
.top .wrap-news-title::before {
  content: "";
  display: inline-block;
  width: 68px;
  height: 58px;
  background: url(../img/top-rg-red.png) no-repeat;
  background-size: contain;
  margin-right: 15px;
}
.top .news-ctt-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 50px;
  display: none;
}
@media (max-width: 767px) {
  .top .news-ctt-list {
    gap: 35px 0;
  }
}
.top .news-ctt-list.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top .news-ctt-list-item {
  width: calc(50% - 10px);
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .top .news-ctt-list-item {
    width: 100%;
  }
}
.top .news-ctt-preparing-text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #7f4629;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top .news-ctt-preparing-text {
    font-size: 15px;
  }
}
.top .post-content {
  clear: both;
  display: block;
  padding: 25px;
}
.top .post-text-thumb {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #7f4629;
  margin-bottom: 10px;
}
.top .post-text-thumb .icon-title {
  padding: 5px 15px;
}
.top .post-text-title {
  font-weight: 700;
  font-size: 16px;
  color: #7f4629;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .top .post-text-title {
    font-size: 15px;
  }
}
.top .post-thumbnail-wrap {
  padding: 20px 0;
}
.top .post-thumbnail-wrap img {
  width: 100%;
  height: calc(198px / var(--vw) * 100%);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 336/198;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
.top .post-text-headline {
  font-weight: 400;
  font-size: 14px;
  color: #7f4629;
}
.top .news-ctt-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.top .news-ctt-btn-link {
  background-color: #e83928;
  border: solid 2px #ffe8dc;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .top .news-ctt-btn-link {
    padding: 15px 15px;
  }
}
.top .news-ctt-list--yame .news-ctt-btn-link {
  border: solid 2px #fff2d7;
  background-color: #e3a542;
}
.top .news-ctt-list--omuta .news-ctt-btn-link {
  border: solid 2px #dafcf4;
  background-color: #1bb194;
}
.top .news-ctt-list--saga .news-ctt-btn-link {
  border: solid 2px #c6dcec;
  background-color: #1b74b1;
}
.top .news-ctt-list--tosu .news-ctt-btn-link {
  border: solid 2px #d8efcf;
  background-color: #61be3d;
}
.top .news-ctt-list--sasebo .news-ctt-btn-link {
  border: solid 2px #e6cfef;
  background-color: #9a3dbe;
}
.top .continue-link {
  color: #e83428;
  font-size: 15px;
  display: block;
  text-align: right;
}
.top .continue-link:hover {
  text-decoration: underline;
}
.top .continue-link i {
  padding-left: 8px;
}

@media (max-width: 767px) {
  .wrap-blog {
    padding: 0 15px;
  }
}
.wrap-blog h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 34px;
  color: #e83428;
  border-bottom: solid 4px #e83428;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-blog h2 {
    font-size: 20px;
  }
}
.wrap-blog .blog-box-img {
  max-width: 134px;
  margin-right: 30px;
}
.wrap-blog .blog-box-img img {
  width: 100%;
  height: calc(134px / var(--vw) * 100%);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 134/134;
  -o-object-position: center;
     object-position: center;
}
.wrap-blog .blog-list li {
  border-bottom: solid 2px #fcc800;
  padding-bottom: 20px;
  margin-bottom: 17px;
}
.wrap-blog .blog-list li .blog-box-detail {
  display: table;
  padding-right: 25px;
}
.wrap-blog .blog-list li .blog-box-detail .date {
  color: #7f4629;
  font-size: 13px;
}
.wrap-blog .blog-list li .blog-box-detail .ttl {
  font-size: 18px;
  color: #e83428;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
.wrap-blog .blog-list li .blog-box-detail .comment {
  margin-bottom: 10px;
}
.wrap-blog .blog-list li .blog-box-detail .comment img {
  display: none;
}
.wrap-blog .blog-list li .blog-box-detail .comment br {
  display: none;
}
.wrap-blog .blog-list li .blog-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrap-blog .blog-list li a .ttl {
  text-decoration: none;
}
.wrap-blog .blog-list li a:hover .ttl {
  text-decoration: underline;
}

.plan-area {
  margin-bottom: 55px;
  position: relative;
  width: 100%;
  max-width: 872px;
  margin: 0 auto 120px;
}
@media (max-width: 767px) {
  .plan-area {
    margin-bottom: 40px;
  }
}
.plan-area::after {
  content: "";
  background-image: -webkit-linear-gradient(left, #fcc800, #fcc800 2px, transparent 2px, transparent 8px);
  background-image: linear-gradient(to right, #fcc800, #fcc800 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .plan-area::after {
    top: 60px;
  }
}
.plan-area .plan-area-title {
  font-weight: 700;
  font-size: 26px;
  color: #e83428;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .plan-area .plan-area-title {
    font-size: 24px;
  }
}
.plan-area .plan-area-sentence {
  font-weight: 700;
  font-size: 15px;
  color: #7f4629;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .plan-area .plan-area-sentence {
    font-size: 12px;
    padding-bottom: 30px;
  }
}
.plan-area .plan-area-sentence::after {
  content: "";
  background-image: -webkit-linear-gradient(left, #fcc800, #fcc800 2px, transparent 2px, transparent 8px);
  background-image: linear-gradient(to right, #fcc800, #fcc800 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .plan-area .plan-area-sentence::after {
    top: 60px;
  }
}
.plan-area .ctt-inner {
  padding: 30px 0 35px;
  margin: 0 -20px 0 -20px;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 14px;
}
@media (max-width: 991px) {
  .plan-area .ctt-inner {
    padding: 25px 20px 15px;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .plan-area .ctt-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.plan-area .ctt-inner .plan-ctt h2 {
  margin: 0 auto 25px;
}
@media (max-width: 767px) {
  .plan-area .ctt-inner .plan-ctt h2 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.plan-area .ctt-inner .plan-ctt h3 {
  color: #7f4629;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .plan-area .ctt-inner .plan-ctt h3 {
    font-size: 14px;
    line-height: 1.5;
  }
}
.plan-area .ctt-inner .plan-ctt .plan-box {
  padding-bottom: 5px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .plan-area .ctt-inner .plan-ctt .plan-box {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}
.plan-area .ctt-inner .plan-ctt .plan-box .plan-exterior {
  margin-bottom: 15px;
}
.plan-area .ctt-inner .plan-ctt .plan-box .number {
  background: #f7edb3;
  color: #e83428;
  padding: 4px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 14px;
}
@media all and (-ms-high-contrast: none) {
  .plan-area .ctt-inner .plan-ctt .plan-box .number {
    /* IE10以降 */
    padding: 9px 4px 1px;
  }
}
@media (max-width: 767px) {
  .plan-area .ctt-inner .plan-ctt .plan-box .number {
    font-size: 18px;
  }
}
.plan-area .ctt-inner .plan-ctt .plan-box .price-box {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .plan-area .ctt-inner .plan-ctt .plan-box .price-box {
    text-align: center;
  }
}
.plan-area .ctt-inner .plan-ctt .plan-box .price-box .price-box-price {
  color: #e83428;
  font-size: 64px;
  font-weight: bold;
  font-family: "Arial", "Verdana", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Lucida Grande", "sans-serif";
}
.plan-area .ctt-inner .plan-ctt .plan-box .price-box .price-box-ttl {
  font-size: 15px;
  color: #7f4629;
  display: block;
  text-align: center;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .plan-area .ctt-inner .plan-ctt .plan-box .price-box .price-box-ttl {
    display: block;
  }
}
.plan-area .ctt-inner .plan-ctt .plan-box .hensai {
  font-weight: 600;
  line-height: 1.4;
  font-size: 12px;
  color: #333;
  text-align: center;
}
@media (max-width: 991px) {
  .plan-area .ctt-inner .plan-ctt .plan-box .hensai {
    font-size: 15px;
    text-align: center;
  }
}
.plan-area .ctt-inner .plan-ctt .plan-box .hensai span {
  color: #e83428;
  font-family: "Arial", "Verdana", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Lucida Grande", "sans-serif";
  font-size: 29px;
}
.plan-area .ctt-inner .plan-ctt .plan-box .continue-link {
  color: #333;
  font-size: 17px;
  display: block;
  text-align: right;
  font-weight: 600;
  line-height: 1;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .plan-area .ctt-inner .plan-ctt .plan-box .continue-link {
    font-size: 15px;
    padding-top: 20px;
    background: #e83428;
    padding: 14px 20px;
    display: block;
    margin: 15px auto 7px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    width: 60%;
  }
}
.plan-area .ctt-inner .plan-ctt .plan-box .continue-link i {
  padding-left: 8px;
  color: #e83428;
}
@media (max-width: 767px) {
  .plan-area .ctt-inner .plan-ctt .plan-box .continue-link i {
    color: #fff;
  }
}

.wrap-hajimete h2 {
  color: #e83428;
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 4px #ff0000;
  font-weight: 600;
}
.wrap-hajimete h2:before {
  content: "";
  display: inline-block;
  width: 89px;
  height: 75px;
  background: url(../img/top-rg-red.png) no-repeat;
  background-size: contain;
  margin: 0px -23px -91px 0;
}
.wrap-hajimete .upper-ctt {
  background: url(../img/top-bg01.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  background-position: center center;
}
.wrap-hajimete .upper-ctt .box-ctt {
  margin-bottom: -5px;
}
.wrap-hajimete .upper-ctt .box-ctt .box-ctt-inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 30px 30px;
  position: relative;
  margin-top: 40px;
  border-radius: 6px;
  margin-bottom: -15px;
}
.wrap-hajimete .upper-ctt .box-ctt .box-ctt-inner .icn-hiraya {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 63px;
}
.wrap-hajimete .upper-ctt .box-ctt .box-ctt-inner h3 {
  font-size: 30px;
  margin-bottom: 0;
  color: #e83428;
  font-weight: 600;
}
.wrap-hajimete .upper-ctt .box-ctt .box-ctt-inner h4 {
  color: #7f4629;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.5;
}
.wrap-hajimete .upper-ctt .box-ctt .box-ctt-inner .comment {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6;
}
.wrap-hajimete .bottom-ctt {
  background: url(../img/top-bg02.jpg) no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 140px;
}
.wrap-hajimete .bottom-ctt .bottom-ctt-inner {
  border-radius: 6px;
  margin: 0 auto;
  width: 560px;
  padding: 35px 80px 60px;
  background: rgba(255, 255, 255, 0.8);
}
.wrap-hajimete .bottom-ctt .bottom-ctt-inner h4 {
  font-size: 20px;
  color: #7f4629;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.6;
}
.wrap-hajimete .bottom-ctt .bottom-ctt-inner h3 {
  font-size: 30px;
  color: #e83428;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
}
.wrap-hajimete .bottom-ctt .bottom-ctt-inner .txt .txt-sentence {
  color: #e83428;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 1.7;
}

.middle-ctt {
  margin-top: 40px;
  margin-bottom: 30px;
}
.middle-ctt .top-model {
  margin-bottom: 35px;
}
.middle-ctt .top-model h2 {
  font-size: 34px;
  color: #e83428;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3px;
}
.middle-ctt .top-model .pht-model {
  border-top: solid 4px #e83428;
  margin-bottom: 15px;
}
.middle-ctt .top-model .pht-model img {
  width: 100%;
  height: auto;
}
.middle-ctt .top-model .comment {
  padding: 0 15px 20px;
}
.middle-ctt .top-tateuri {
  margin-bottom: 35px;
}
.middle-ctt .top-tateuri h2 {
  font-size: 34px;
  color: #e83428;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3px;
}
.middle-ctt .top-tateuri .pht-tateuri {
  border-top: solid 4px #e83428;
  margin-bottom: 15px;
}
.middle-ctt .top-tateuri .comment {
  padding: 0 15px 10px;
}
.middle-ctt .top-tateuri .price {
  padding: 0 5px 5px;
  text-align: center;
  text-align: center;
  color: #e83428;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 14px;
  font-weight: 600;
}
.middle-ctt .top-tateuri .price span {
  font-size: 13px;
}

.gimon-ctt {
  background: url(../img/top-bg03.jpg) no-repeat;
  background-size: cover;
  padding-top: 51.7543859649%;
  background-position: center top;
  width: 100%;
  height: 0;
}
.gimon-ctt h2 {
  font-size: 36px;
  color: #7f4629;
  text-align: center;
  font-weight: 600;
  margin-bottom: 27px;
  margin-top: -46%;
}
.gimon-ctt .comment {
  color: #7f4629;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  font-weight: 600;
}

.wrap-omakase {
  padding: 45px 0 70px;
}
.wrap-omakase .omakase-ctt {
  position: relative;
  width: 806px;
  margin: 0 auto;
}
.wrap-omakase .omakase-ctt .head-ctt {
  margin-bottom: 40px;
}
.wrap-omakase .omakase-ctt .head-ctt:before {
  content: "";
  display: inline-block;
  width: 107px;
  height: 201px;
  background: url(../img/top-fukidashi-left.png) no-repeat;
  background-size: 107px 201px;
  position: absolute;
  left: 0;
  top: 10px;
}
.wrap-omakase .omakase-ctt .head-ctt:after {
  content: "";
  display: inline-block;
  width: 107px;
  height: 201px;
  background: url(../img/top-fukidashi-right.png) no-repeat;
  background-size: 107px 201px;
  position: absolute;
  right: 0;
  top: 10px;
}
.wrap-omakase .omakase-ctt .head-ctt h2 {
  font-size: 36px;
  color: #e83428;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}
.wrap-omakase .omakase-ctt .head-ctt .comment {
  font-size: 20px;
  color: #7f4629;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
}
.wrap-omakase .omakase-ctt .top-btn-reservation {
  width: 564px;
  margin: 0 auto;
}

.btn01 {
  margin: 50px auto 20px;
  padding: 20px 0 20px 38px;
  width: 290px;
}
.btn01 i {
  float: right;
  padding-right: 14px;
  padding-top: 8px;
}

.btn02 {
  width: 290px;
  padding-left: 44px;
  margin: 0 auto 10px;
}

.btn03 {
  width: 290px;
  padding-left: 44px;
  margin: 0 auto 10px;
}

.btn04 {
  width: 290px;
  padding-left: 44px;
  margin: 0 auto 10px;
}

.btn05 {
  width: 290px;
  padding-left: 44px;
  margin: 0 auto 10px;
}

@media (max-width: 991px) {
  .top .top-mv {
    margin-top: 65px;
    margin-bottom: 20px;
  }
  .top .top-mv .copy {
    padding: 42px 50px 7px;
    height: 258px;
  }
  .top .top-mv .copy img {
    width: 700px;
  }
  .top .top-mv .pht img {
    padding: 5% 30% 0;
  }
  .top .news-blog-area .wrap-blog .blog-list li .blog-box-detail {
    padding-right: 0;
  }
  .top .wrap-hajimete .upper-ctt .box-ctt .box-ctt-inner h3 {
    font-size: 19px;
    margin-bottom: 5px;
  }
  .top .wrap-hajimete .upper-ctt .box-ctt .box-ctt-inner h4 {
    font-size: 16px;
  }
  .top .wrap-hajimete .upper-ctt .box-ctt .box-ctt-inner .comment {
    font-size: 14px;
  }
  .top .gimon-ctt {
    padding-top: 110%;
  }
  .top .gimon-ctt h2 {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: -98%;
  }
  .top .wrap-omakase .omakase-ctt {
    width: 80%;
  }
  .top .wrap-omakase .omakase-ctt .head-ctt h2 {
    font-size: 30px;
  }
  .top .wrap-omakase .omakase-ctt .head-ctt .comment {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn01 {
    font-size: 18px;
    padding: 18px 0;
  }
  .btn02 {
    background-size: 48px 44px;
    font-size: 16px;
    padding: 14px 0;
  }
  .btn03 {
    background-size: 48px 44px;
    font-size: 16px;
    padding: 14px 0;
  }
  .btn04 {
    background-size: 48px 44px;
    font-size: 16px;
    padding: 14px 0;
  }
  .btn05 {
    background-size: 48px 44px;
    font-size: 16px;
    padding: 14px 0;
  }
  .top .top-mv .copy {
    padding: 14px 25px 7px;
    height: 117px;
  }
  .top .top-mv .copy img {
    width: 325px;
  }
  .top .top-mv .pht {
    padding-top: 0;
  }
  .top .news-blog-area {
    margin-bottom: 0;
  }
  .top .news-blog-area .wrap-news h2 {
    margin-bottom: 20px;
    border-bottom: solid 2px #e83428;
    padding-bottom: 0;
  }
  .top .news-blog-area .wrap-news .news-ctt {
    margin-bottom: 35px;
  }
  .top .news-blog-area .wrap-news .news-ctt .row-news {
    margin-left: -8px;
    margin-right: -8px;
  }
  .top .news-blog-area .wrap-news .news-ctt .row-news > *[class^=col] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .top .news-blog-area .wrap-news .news-ctt .ttl-news {
    font-size: 15px;
    text-decoration: underline;
  }
  .top .news-blog-area .wrap-news .news-ctt .ttl-news a {
    font-size: 15px;
    text-decoration: underline;
  }
  .top .news-blog-area .wrap-blog h2 {
    margin-bottom: 20px;
    border-bottom: solid 2px #e83428;
    padding-bottom: 8px;
  }
  .top .news-blog-area .wrap-blog .blog-box-img {
    min-height: 90px;
    max-height: 90px;
    width: 90px;
  }
  .top .news-blog-area .wrap-blog .blog-list li {
    border-bottom: solid 1px #fcc800;
  }
  .top .news-blog-area .wrap-blog .blog-list li:last-child {
    border-bottom: none;
  }
  .top .news-blog-area .wrap-blog .blog-list li .blog-box-detail .ttl {
    font-size: 15px;
  }
  .top .news-blog-area .wrap-blog .blog-list li a .ttl {
    text-decoration: underline;
  }
  .top .news-blog-area .wrap-blog .blog-list li a:hover .ttl {
    text-decoration: none;
  }
  .top .news-blog-area .continue-link {
    font-size: 14px;
    padding-right: 5px;
  }
  .top .wrap-hajimete h2 {
    font-size: 19px;
    padding-bottom: 14px;
    border-bottom: solid 3px #ff0000;
  }
  .top .wrap-hajimete h2:before {
    margin: 0px -12px -67px 0;
    width: 64px;
    height: 62px;
  }
  .top .wrap-hajimete .upper-ctt {
    padding: 0 10px 30px;
    background-position: 36% center;
  }
  .top .wrap-hajimete .upper-ctt .box-ctt {
    margin-bottom: 0;
  }
  .top .wrap-hajimete .upper-ctt .box-ctt .box-ctt-inner {
    padding: 30px 25px 15px;
  }
  .top .wrap-hajimete .bottom-ctt {
    padding: 50px 25px;
    background-position: center center;
  }
  .top .wrap-hajimete .bottom-ctt .bottom-ctt-inner {
    width: 100%;
    padding: 35px 25px 40px;
  }
  .top .wrap-hajimete .bottom-ctt .bottom-ctt-inner h4 {
    font-size: 17px;
    margin-bottom: 14px;
  }
  .top .wrap-hajimete .bottom-ctt .bottom-ctt-inner h3 {
    font-size: 20px;
  }
  .top .wrap-hajimete .bottom-ctt .bottom-ctt-inner .txt .txt-sentence {
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 16px;
  }
  .top .middle-ctt {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .top .middle-ctt .top-model h2 {
    font-size: 23px;
    margin-bottom: 8px;
  }
  .top .middle-ctt .top-model .pht-model {
    margin-bottom: 8px;
  }
  .top .middle-ctt .top-tateuri h2 {
    font-size: 23px;
    margin-bottom: 8px;
  }
  .top .middle-ctt .top-tateuri .pht-tateuri {
    margin-bottom: 8px;
  }
  .top .middle-ctt .top-tateuri .price {
    font-size: 24px;
  }
  .top .gimon-ctt .comment {
    font-size: 15px;
    margin-bottom: 13px;
    line-height: 1.7;
  }
  .top .wrap-omakase {
    padding: 45px 0 50px;
  }
  .top .wrap-omakase .omakase-ctt {
    width: 95%;
  }
  .top .wrap-omakase .omakase-ctt .head-ctt:before {
    width: 60px;
    height: 113px;
    background-size: 60px 113px;
    top: -5px;
  }
  .top .wrap-omakase .omakase-ctt .head-ctt:after {
    width: 60px;
    height: 113px;
    background-size: 60px 113px;
    top: -5px;
  }
  .top .wrap-omakase .omakase-ctt .head-ctt h2 {
    font-size: 22px;
  }
  .top .wrap-omakase .omakase-ctt .head-ctt .comment {
    font-size: 15px;
  }
  .top .wrap-omakase .omakase-ctt .top-btn-reservation {
    width: 90%;
  }
  .top .btn01 {
    width: 250px;
  }
  .top .btn02 {
    width: 270px;
  }
  .top .btn03 {
    width: 270px;
  }
  .top .btn04 {
    width: 270px;
  }
  .top .btn05 {
    width: 270px;
  }
}
@media all and (-ms-high-contrast: none) {
  .btn01 {
    padding: 8px 0 2px;
  }
  .btn02 {
    padding: 18px 0 8px;
  }
  .btn02 i {
    padding-top: 4px;
  }
  .btn03 {
    padding: 18px 0 8px;
  }
  .btn03 i {
    padding-top: 4px;
  }
  .btn04 {
    padding: 18px 0 8px;
  }
  .btn04 i {
    padding-top: 4px;
  }
  .btn05 {
    padding: 18px 0 8px;
  }
  .btn05 i {
    padding-top: 4px;
  }
  .top .btn01 {
    padding: 25px 0 15px 38px;
  }
}
@media (max-width: 320px) {
  .top .top-mv .copy {
    height: 100px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .top .gimon-ctt .comment {
    font-size: 14px;
    line-height: 1.7;
  }
}/*# sourceMappingURL=top.css.map */