@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #3f342d;
  background-color: #f9f6f0;
  font-size: 18px;
  line-height: 1.875;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
@media (max-width: 999px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

a {
  color: #208e9a;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #d74b44;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  strong {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .bold {
    font-size: 16px;
  }
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  right: 0;
  top: 48.3%;
  /* top: 50%;
  transform: translateY(-50%); */
  z-index: 3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
#side .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  background-color: #fff;
}
#side ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  width: 230px;
  height: 50px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
#side ul li a:hover {
  opacity: 0.6;
}
#side ul li.line a {
  background-color: #00b900;
}
#side ul li.line a img {
  width: 32px;
  aspect-ratio: 1/1;
}
#side ul li.net a {
  background-color: #4fb9eb;
}
#side ul li.net a img {
  width: 27px;
  aspect-ratio: 1/1;
}
#side ul li.tel a {
  background-color: #b69c95;
}
#side ul li.tel a img {
  width: 21px;
  aspect-ratio: 21/27;
}
#side ul li.tel a span {
  font-size: 14px;
  color: #3f342d;
}
#side ul li.tel a span span {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  #side {
    display: none;
  }
  #side .title {
    font-size: 16px;
    height: 45px;
  }
  #side ul li a {
    width: 140px;
    height: 45px;
    font-size: 14px;
  }
  #side ul li.tel a span {
    font-size: 12px;
  }
  #side ul li.tel a span span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #side {
    display: none;
  }
}

/* ----------------------------------------------
access
------------------------------------------------- */
#access {
  background-color: #f9f6f0;
  padding-bottom: 100px;
}
#access .map {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  height: 500px;
  margin-bottom: 53px;
}
#access .map p {
  width: 100%;
  height: 100%;
}
#access .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#access .bottom {
  /* @include contSize(true); */
  padding: 0 max((100% - 1180px) / 2, 10px);
  display: flex;
  -moz-column-gap: 7.5423728814%;
       column-gap: 7.5423728814%;
  position: relative;
}
#access .bottom .left {
  padding-left: 1.7796610169%;
  padding-top: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#access .bottom .left .logo {
  margin-bottom: 27px;
}
#access .bottom .left .links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#access .bottom .left .links ul li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #208e9a;
}
#access .bottom .left .links ul li a:hover {
  opacity: 0.6;
}
#access .bottom .left .credit {
  max-width: 440px;
  margin-top: 35px;
  margin-left: auto;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}
#access .bottom .left .credit .title {
  margin-bottom: 9px;
}
#access .bottom .left .credit .image {
  margin: 0 auto;
}
#access .bottom .right {
  flex: 1;
}
#access .bottom .right .data {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #3f342d;
  padding-left: 8px;
}
#access .bottom .right .time {
  border: 1px solid #208e9a;
  background-color: #fff;
  border-radius: 20px;
  padding: 47px 10.5333333333% 55px;
  margin: 30px 0 12px;
}
#access .bottom .right .time table {
  width: 100%;
}
#access .bottom .right .time table th,
#access .bottom .right .time table td {
  border-bottom: 1px solid #208e9a;
  padding-bottom: 14px;
}
#access .bottom .right .time table th img,
#access .bottom .right .time table td img {
  margin-right: 5px;
}
#access .bottom .right .time table th {
  padding-right: 10.5084745763%;
}
#access .bottom .right .time table td {
  padding-left: 5.0847457627%;
}
#access .bottom .right .time table td:last-child {
  padding-right: 7px;
}
#access .bottom .right .time table th,
#access .bottom .right .time table thead td {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
}
#access .bottom .right .time table thead th {
  color: #208e9a;
}
#access .bottom .right .time table tbody th,
#access .bottom .right .time table tbody td {
  padding-top: 11px;
}
#access .bottom .right .time table tbody th {
  padding-left: 10px;
}
#access .bottom .right .time table tbody td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #208e9a;
}
@media (max-width: 999px) {
  #access {
    padding-bottom: 80px;
  }
  #access .map {
    height: 400px;
    margin-bottom: 40px;
  }
  #access .bottom .left {
    padding-left: 10px;
  }
  #access .bottom .left .logo {
    max-width: 160px;
    margin-bottom: 20px;
  }
  #access .bottom .left .credit {
    font-size: 12px;
    padding: 5px;
  }
  #access .bottom .right .data {
    font-size: 16px;
  }
  #access .bottom .right .time {
    padding: 30px 20px;
    margin: 20px 0 10px;
  }
  #access .bottom .right .time table th {
    padding-right: 30px;
  }
  #access .bottom .right .time table td {
    padding-left: 20px;
  }
  #access .bottom .right .time table th,
  #access .bottom .right .time table thead td {
    font-size: 16px;
  }
  #access .bottom .right .time table tbody td {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #access {
    padding-bottom: 60px;
  }
  #access .map {
    height: 300px;
    margin-bottom: 30px;
  }
  #access .bottom {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #access .bottom .left {
    padding-left: 0;
  }
  #access .bottom .right .data {
    font-size: 14px;
    padding-left: 0;
  }
  #access .bottom .right .time {
    padding: 20px 15px;
    margin: 10px 0 5px;
  }
  #access .bottom .right .time table th,
  #access .bottom .right .time table td {
    padding-bottom: 4px;
  }
  #access .bottom .right .time table th {
    padding-right: 4px;
  }
  #access .bottom .right .time table td {
    padding-left: 4px;
  }
  #access .bottom .right .time table td:last-child {
    padding-right: 4px;
  }
  #access .bottom .right .time table th,
  #access .bottom .right .time table thead td {
    font-size: 13px;
  }
  #access .bottom .right .time table tbody td {
    font-size: 13px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .contents article {
  display: flex;
  border-bottom: 1px solid #f9f6f0;
  padding: 0 5px 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#news .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: flex;
  color: #3f342d;
}
#news .contents article a:hover {
  opacity: 0.6;
}
#news .contents article .image {
  width: 120px;
}
#news .contents article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
#news .contents article .txtbox {
  flex: 1;
}
#news .contents article .txtbox .time-cate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin-bottom: 17px;
}
#news .contents article .txtbox time {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #b69c95;
}
#news .contents article .txtbox .cates {
  display: flex;
  gap: 3px;
}
#news .contents article .txtbox .cate {
  min-height: 28px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #4fb9eb;
  border-radius: 14px;
  padding: 5px 25px;
}
#news .contents article .txtbox .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news .contents article:not(:last-child) {
  margin-bottom: 38px;
}
@media (max-width: 999px) {
  #news .contents article {
    padding: 0 5px 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #news .contents article a {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #news .contents article .image {
    width: 100px;
  }
  #news .contents article .txtbox .time-cate {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 10px;
  }
  #news .contents article .txtbox .cate {
    padding: 5px 15px;
  }
  #news .contents article .txtbox .title {
    font-size: 16px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #news .contents article {
    padding: 0 5px 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #news .contents article a {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #news .contents article .image {
    width: 80px;
  }
  #news .contents article .txtbox time {
    font-size: 12px;
  }
  #news .contents article .txtbox .cate {
    font-size: 12px;
    padding: 5px 10px;
  }
  #news .contents article .txtbox .title {
    font-size: 14px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
.voice-cates ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px;
}
.voice-cates ul li a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: #3f342d;
  background-color: #fff;
  padding: 5px 10px;
  min-height: 46px;
  min-width: 94px;
  max-width: 255px;
  border-radius: 23px/50%;
}
.voice-cates ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  .voice-cates ul li a {
    font-size: 14px;
    min-width: unset;
  }
}

#voice .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.8248587571%;
}
#voice .contents .block {
  width: 22.8813559322%;
}
#voice .contents .block .image {
  aspect-ratio: 270/200;
  position: relative;
  margin-bottom: 15px;
}
#voice .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#voice .contents .block .image a {
  transition: all 0.5s ease-out;
}
#voice .contents .block .image a:hover {
  opacity: 0.6;
}
#voice .contents .block .image a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow1.webp) no-repeat center #208e9a;
}
#voice .contents .block .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  color: #3f342d;
  margin-bottom: 10px;
  margin-right: -3px;
}
#voice .contents .block .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #3f342d;
  /* overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; */
  /*  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 4.5em;  */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 999px) {
  #voice .contents .block .image a::after {
    width: 35px;
  }
  #voice .contents .block .title {
    font-size: 18px;
    margin-right: 0;
  }
  #voice .contents .block .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #voice .contents {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  #voice .contents .block {
    width: 32%;
  }
  #voice .contents .block .image {
    margin-bottom: 10px;
  }
  #voice .contents .block .image a::after {
    width: 30px;
  }
  #voice .contents .block .title {
    font-size: 16px;
  }
  #voice .contents .block .text {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  #voice .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #voice .contents .block {
    width: 47%;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 10px 5.125% 8px 20px;
}
#header .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding: 0px 5.125% 10px 20px;
}
#header .logo {
  max-width: 361px;
}
#header .links ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#header .links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 160px;
  height: 47px;
  border-radius: 23.5px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#header .links ul li.blog a {
  background-color: #4fb9eb;
}
#header .links ul li.recruit a {
  background-color: #208e9a;
}
#header #gnav {
  display: flex;
  justify-content: center;
}
#header #gnav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  position: relative;
}
#header #gnav > ul .bd {
  margin: 0 20px;
}
#header #gnav > ul > li > a {
  color: #3f342d;
}
#header #gnav > ul > li.menu-item-has-children span a {
  color: #3f342d;
  display: flex;
  align-items: center;
}
#header #gnav > ul > li.menu-item-has-children span a:after {
  margin-left: 2px;
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #3f342d;
}
#header #gnav > ul > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  padding-top: 7px;
  width: 100%;
  text-align: center;
  display: none;
}
#header #gnav > ul > li ul .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 2.6666666%;
  padding: 30px;
  background-color: #208e9a;
  border-radius: 10px;
}
#header #gnav > ul > li ul li {
  width: 23%;
  text-align: left;
  line-height: 1.2;
}
#header #gnav > ul > li ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  display: inline-flex;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
}
#header #gnav > ul > li ul li a:before {
  margin-right: 3px;
  content: "●";
}
#header #gnav > ul > li ul li:not(:last-child) {
  margin-bottom: 5px;
}
#header .lefttext .text {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
  line-height: 1.6;
  color: #1f8d99;
}
#header .lefttext .point {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
#header .lefttext .point li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 26px;
  background-color: #ebdcbe;
  border-radius: 30px;
  font-size: 12px;
  color: #4b4847;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 1599px) {
  #header .logo img {
    width: 260px;
  }
  #header .top,
  #header .bottom {
    padding-right: 20px;
  }
  #header .bottom {
    gap: 10px;
  }
  #header .links ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header .links ul li a {
    width: 130px;
    height: 40px;
    font-size: 14px;
  }
  #header #gnav > ul {
    font-size: 15px;
  }
  #header #gnav > ul > li ul .inner {
    padding: 10px;
  }
  #header #gnav > ul > li ul li a {
    font-size: 14px;
  }
  #header #gnav > ul .bd {
    margin: 0 5px;
  }
}
@media (max-width: 999px) {
  #header .top,
  #header .bottom {
    padding-right: 10px;
    padding-left: 10px;
  }
  #header .links ul {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #header .links ul li a {
    width: 100px;
    height: 32px;
    font-size: 13px;
  }
  #header .links ul li a img {
    width: 15px;
  }
  #header #gnav > ul {
    font-size: 14px;
  }
  #header #gnav > ul .bd {
    margin: 0 2px;
  }
  #header .lefttext .text {
    font-size: 12px;
    line-height: 1.2;
  }
  #header .lefttext .point {
    gap: 5px;
  }
  #header .lefttext .point li {
    padding: 0 15px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 10px 70px 10px 10px;
  }
  #header .bottom {
    padding-bottom: 0px;
  }
  #header .links,
  #header .lefttext {
    display: none;
  }
  #header #gnav {
    display: none;
  }
  #header #gnav > ul {
    justify-content: flex-start;
  }
  #header #gnav > ul .bd {
    display: none;
  }
  #header #gnav > ul > li.menu-item-has-children span a {
    color: #fff;
  }
  #header #gnav > ul > li.menu-item-has-children span a:after {
    display: none;
  }
  #header #gnav > ul > li.parent {
    /* & > a */
  }
  #header #gnav > ul > li.parent span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    /*  &::after{
      content: "";
      background: url(../images/arow1.webp)no-repeat center/cover;
      width: 20px;
      aspect-ratio: 20/8;
      margin-left: auto;
    } */
  }
  #header #gnav > ul > li.parent span .btn {
    width: 20px;
    aspect-ratio: 1/1;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #header #gnav > ul > li.parent span .btn::before, #header #gnav > ul > li.parent span .btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.5s ease-out;
  }
  #header #gnav > ul > li.parent span .btn::before {
    transform: rotate(90deg);
  }
  #header #gnav > ul > li.parent span .btn.open::before {
    transform: rotate(0);
  }
  #header #gnav > ul > li img {
    display: none;
  }
  #header #gnav > ul > li > a {
    color: #fff;
  }
  #header #gnav > ul > li ul {
    display: none;
    position: unset;
    transform: unset;
    padding: 0;
    width: 100%;
  }
  #header #gnav > ul > li ul li {
    display: flex;
    align-items: center;
    width: initial;
    height: initial;
  }
  #header #gnav > ul > li ul li a {
    display: flex;
    background-color: unset;
    padding: 5px;
    border-radius: 0px;
  }
  #header #gnav > ul > li ul li:not(:last-child) {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    background-color: #f9f6f0;
    border-bottom: 1px #ddd solid;
  }
  #header.m_fixed .top {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header.m_fixed .bottom {
    padding-bottom: 5px;
  }
  #header.m_fixed .logo {
    display: block;
  }
  #header.m_fixed .logo img {
    width: 240px;
  }
  #header.m_fixed .logo a {
    display: block;
    transition: all 0.5s ease-out;
  }
  #header.m_fixed .logo a:hover {
    opacity: 0.6;
  }
  #header.m_fixed #gnav > ul > li ul {
    padding-top: 20px;
  }
  #header.m_fixed .lefttext {
    line-height: 1.2;
  }
}
/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 90px;
  z-index: 3;
}
#pagetop.fin {
  position: absolute;
  top: 0;
  bottom: unset;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #208e9a;
}
@media (max-width: 999px) {
  #pagetop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 60px;
  }
  #pagetop a {
    width: 40px;
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
/*フッター部分に固定
#pagetop {
  position: absolute;
  top: -30px;
  right: -90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  @include opacity();
  @media (max-width: 1250px){
    right: 20px;
  }
  @include sp {
    //display: none !important;
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    a {
    }
  }
}
*/
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #b69c95;
  padding: 39px max((100% - 1180px) / 2, 10px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .privacy {
  margin-left: auto;
}
#footer .privacy a {
  transition: all 0.5s ease-out;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .privacy a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #footer {
    padding: 30px max((100% - 1180px) / 2, 10px);
  }
  #footer .copyright {
    font-size: 14px;
  }
  #footer .privacy a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 20px max((100% - 1180px) / 2, 10px);
    flex-direction: column;
  }
  #footer .copyright {
    text-align: center;
    order: 1;
  }
  #footer .privacy {
    margin-left: unset;
  }
}

/* ----------------------------------------------
bnr
------------------------------------------------- */
#bnr {
  background: #ede6dc;
  padding: 61px 0;
}
#bnr .contents {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 22px;
}
#bnr .contents .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0 5.3846153846%;
  margin-bottom: 14px;
}
#bnr .contents .top .left {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  margin-left: 50px;
}
#bnr .contents .top .left .coment {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #208e9a;
  padding-left: 10px;
}
#bnr .contents .top .left .coment::before, #bnr .contents .top .left .coment::after {
  content: "";
  width: 17px;
  aspect-ratio: 19/34;
  background-repeat: no-repeat;
  background-size: cover;
}
#bnr .contents .top .left .coment::before {
  background-image: url(../images/bnr/coment1.png);
}
#bnr .contents .top .left .coment::after {
  background-image: url(../images/bnr/coment2.png);
}
#bnr .contents .top .credit {
  margin-left: auto;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  padding: 17px 14px 0 0;
}
#bnr .contents .top .credit .title {
  margin-bottom: 9px;
}
#bnr .contents .top .credit .image {
  margin: 0 auto;
}
#bnr .contents .center {
  padding: 0 5.3846153846%;
  margin-bottom: 32px;
  position: relative;
}
#bnr .contents .center .coments {
  display: flex;
  align-items: end;
  -moz-column-gap: 2.8448275862%;
       column-gap: 2.8448275862%;
  padding-left: 80px;
  position: absolute;
  left: 0;
  top: -70px;
}
#bnr .contents .center .coments .coment {
  margin-bottom: -5px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #b69c95;
  position: relative;
  border-radius: 50px;
  padding: 5px 46px;
  z-index: 1;
}
#bnr .contents .center .coments .coment::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 48%;
  transform: translate(-50%, 100%);
  width: 24px;
  aspect-ratio: 10/7;
  background-color: #b69c95;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
#bnr .contents .center .coments .coment2 {
  flex: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  padding-bottom: 14px;
  text-align: center;
}
#bnr .contents .center .coments .coment2 p {
  display: inline-block;
  border-bottom: 1px solid #3f342d;
  padding: 0px 12px 5px;
}
#bnr .contents .center .content {
  display: flex;
  margin: 0 10px;
}
#bnr .contents .center .content > div {
  align-content: center;
}
#bnr .contents .center .content > div:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#bnr .contents .center .content > div:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#bnr .contents .center .content .right {
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex: 1;
  background-color: #ede6dc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 2.6315789474% 8px 1.7543859649%;
}
#bnr .contents .center .content .right .course {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
}
#bnr .contents .center .content .right .price {
  row-gap: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  width: 50%;
}
#bnr .contents .center .content .right .price span {
  font-size: 40px;
}
#bnr .contents .center .content .right .price small {
  font-size: 20px;
  letter-spacing: 0.05em;
}
#bnr .contents .center .content .right .price .before.beforeprice span {
  font-size: 26px;
}
#bnr .contents .center .content .right .price .before.beforeprice small {
  font-size: 15px;
}
#bnr .contents .center .content .right .price .after {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 5px;
  padding-top: 18px;
}
#bnr .contents .center .content .right .price .after::before {
  content: "";
  /*  width: 13px;
  aspect-ratio: 13/18; */
  background-color: #3f342d;
  width: 18px;
  aspect-ratio: 18/13;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 50px;
}
#bnr .contents .center .content .right .price .after small {
  margin-top: auto;
}
#bnr .contents .bottom > .coment {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 33px;
  padding: 0 10px;
}
#bnr .contents .bottom > .coment p {
  display: inline-block;
  border-bottom: 1px solid #3f342d;
  padding: 0px 11px 11px;
}
#bnr .contents .bottom .content {
  display: flex;
  flex-wrap: wrap;
}
#bnr .contents .bottom .content .block {
  width: 50%;
}
#bnr .contents .bottom .content .block .btn {
  padding-right: 10px;
}
#bnr .contents .bottom .content .block .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  width: 400px;
  height: 80px;
  border-radius: 40px;
  background: url(../images/arow2.webp) no-repeat center right 30px #208e9a;
  background-color: #fff;
  margin: 0 auto;
  max-width: 100%;
}
#bnr .contents .bottom .content .block .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #bnr .contents .bottom .content .block .btn a {
    font-size: 16px;
    width: 340px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #bnr .contents .bottom .content .block .btn a {
    font-size: 14px;
    width: 280px;
    height: 60px;
  }
}
#bnr .contents .bottom .content .block .btn.web a {
  background-image: url(../images/bnr/arow-web.png);
  color: #208e9a;
}
#bnr .contents .bottom .content .block .btn.line a {
  background-image: url(../images/bnr/arow-line.png);
  color: #06c755;
}
#bnr .contents .bottom .content .block.left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#bnr .contents .bottom .content .block.left > *:not(.web) {
  padding-left: 10.7692307692%;
  margin-left: 10px;
}
#bnr .contents .bottom .content .block.left .tel {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #3f342d;
  margin-top: -21px;
  margin-bottom: 10px;
}
#bnr .contents .bottom .content .block.left .tel small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#bnr .contents .bottom .content .block.left .tel span,
#bnr .contents .bottom .content .block.left .tel small {
  padding-left: 45px;
}
#bnr .contents .bottom .content .block.left .tel span {
  display: flex;
  align-items: center;
  position: relative;
}
#bnr .contents .bottom .content .block.left .tel span::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 28px;
  aspect-ratio: 34/44;
  background: url(../images/bnr/tel.png) no-repeat center/cover;
}
#bnr .contents .bottom .content .block.left .time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #3f342d;
  margin-bottom: 24px;
}
#bnr .contents .bottom .content .block.left > .web {
  flex: 1;
  background-color: #208e9a;
  padding: 35px 10px 10px;
  align-content: center;
}
#bnr .contents .bottom .content .block.left > .web .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin-bottom: 23px;
}
#bnr .contents .bottom .content .block.line {
  background-color: #06c755;
  padding-bottom: 10px;
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#bnr .contents .bottom .content .block.line .head {
  display: flex;
  align-items: center;
  margin: 0px 5.2307692308% 1px;
  flex-wrap: wrap;
  row-gap: 10px;
}
#bnr .contents .bottom .content .block.line .head .icon {
  width: 92px;
  aspect-ratio: 1/1;
}
#bnr .contents .bottom .content .block.line .head .entry {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff100;
}
#bnr .contents .bottom .content .block.line .head .coment {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
  margin-left: auto;
  text-align: center;
}
#bnr .contents .bottom .content .block.line .btn {
  margin-top: 20px;
}
#bnr .contents .bottom .content .block.line .btn a {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#bnr .contents .bottom .content .block.line .btn a img {
  width: 31px;
  aspect-ratio: 1/1;
}
#bnr .contents .bottom .content .block.line .flowarea {
  background-color: #fff;
  width: calc(100% - 20px);
  max-width: 520px;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
}
#bnr .contents .bottom .content .block.line .flowarea .tx {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#bnr .contents .bottom .content .block.line .flowarea .heading {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  margin-bottom: 5px;
}
#bnr .contents .bottom .content .block.line .flowarea .heading p {
  display: inline-block;
  border-bottom: 1px solid #3f342d;
  padding: 0 10px;
}
#bnr .contents .bottom .content .block.line .flowarea .flow {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  padding-left: 19px;
}
#bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4fb9eb;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 8px;
}
#bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: #3f342d;
  margin: auto 0;
}
#bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .title.shape {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .title.shape::before, #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .title.shape::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #fff100;
}
#bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .title.shape::before {
  transform: rotate(-15deg);
  margin-left: -10px;
}
#bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .title.shape::after {
  transform: rotate(15deg);
}
#bnr .contents .bottom .content .block.line .flowarea .flow .flowblock:not(:first-child) {
  display: flex;
  align-items: center;
}
#bnr .contents .bottom .content .block.line .flowarea .flow .flowblock:not(:first-child)::before {
  content: "";
  width: 9px;
  aspect-ratio: 9/12;
  background-color: #4fb9eb;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: 25px 21px 0;
}
@media (max-width: 1300px) {
  #bnr .contents .top .left {
    font-size: 40px;
    margin-left: 0;
  }
  #bnr .contents .top .left .coment {
    font-size: 20px;
  }
  #bnr .contents .top .credit {
    padding-right: 0;
  }
  #bnr .contents .center .coments {
    left: -78px;
    top: -46px;
  }
  #bnr .contents .center .coments .coment {
    padding: 5px 25px;
    font-size: 24px;
  }
  #bnr .contents .center .coments .coment2 {
    font-size: 18px;
  }
  #bnr .contents .center .content .right .course {
    font-size: 17px;
  }
  #bnr .contents .center .content .right .price .before p,
  #bnr .contents .center .content .right .price .after p {
    /* display: flex;
    flex-direction: column; */
  }
  #bnr .contents .center .content .right .price .before span,
  #bnr .contents .center .content .right .price .after span {
    font-size: 36px;
  }
  #bnr .contents .center .content .right .price .before small,
  #bnr .contents .center .content .right .price .after small {
    font-size: 18px;
  }
  #bnr .contents .bottom .content .block.left .time {
    font-size: 14px;
  }
  #bnr .contents .bottom .content .block.left > .web .title {
    font-size: 16px;
  }
  #bnr .contents .bottom .content .block.line .head .icon {
    max-width: 70px;
  }
  #bnr .contents .bottom .content .block.line .head .entry {
    font-size: 24px;
  }
  #bnr .contents .bottom .content .block.line .head .coment {
    font-size: 14px;
  }
  #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .title {
    font-size: 14px;
  }
  #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock:not(:first-child)::before {
    margin: 25px 15px 0;
  }
}
@media (min-width: 1000px) {
  #bnr .tab {
    display: none;
  }
}
@media (max-width: 999px) {
  #bnr {
    padding: 90px 0;
  }
  #bnr .tab_none {
    display: none;
  }
  #bnr .contents {
    padding-top: 30px;
  }
  #bnr .contents .top {
    padding: 0 10px;
  }
  #bnr .contents .top .left {
    font-size: 30px;
  }
  #bnr .contents .top .left .coment {
    font-size: 18px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #bnr .contents .top .left .coment::before, #bnr .contents .top .left .coment::after {
    width: 10px;
  }
  #bnr .contents .top .credit {
    font-size: 12px;
  }
  #bnr .contents .top .credit .image {
    max-width: 360px;
  }
  #bnr .contents .center {
    padding: 0 10px;
  }
  #bnr .contents .center .coments .coment {
    font-size: 19px;
    padding: 5px 20px;
  }
  #bnr .contents .center .coments .coment2 {
    font-size: 15px;
  }
  #bnr .contents .center .content .capacity {
    font-size: 24px;
  }
  #bnr .contents .center .content .capacity span {
    font-size: 34px;
  }
  #bnr .contents .center .content .capacity::before {
    transform: translate(0, -50%);
  }
  #bnr .contents .center .content .right {
    flex-direction: column;
  }
  #bnr .contents .center .content .right .course {
    font-size: 20px;
  }
  #bnr .contents .center .content .right .price {
    width: 100%;
    font-size: 24px;
  }
  #bnr .contents .center .content .right .price .before,
  #bnr .contents .center .content .right .price .after {
    width: 100%;
  }
  #bnr .contents .center .content .right .price .before p,
  #bnr .contents .center .content .right .price .after p {
    width: 100%;
    text-align: center;
  }
  #bnr .contents .center .content .right .price .before span,
  #bnr .contents .center .content .right .price .after span {
    font-size: 34px;
  }
  #bnr .contents .center .content .right .price .before small,
  #bnr .contents .center .content .right .price .after small {
    font-size: 14px;
  }
  #bnr .contents .center .content .right .price .before.beforeprice span {
    font-size: 24px;
  }
  #bnr .contents .center .content .right .price .before.beforeprice small {
    font-size: 14px;
  }
  #bnr .contents .center .content .right .price .after:before {
    left: 50%;
    transform: translatex(-50%);
  }
  #bnr .contents .bottom > .coment {
    font-size: 19px;
  }
  #bnr .contents .bottom .content .block .btn {
    padding-right: 0;
  }
  #bnr .contents .bottom .content .block.left > *:not(.web) {
    padding-left: 0;
  }
  #bnr .contents .bottom .content .block.left .tel {
    font-size: 40px;
    margin-top: 0;
  }
  #bnr .contents .bottom .content .block.left .tel small,
  #bnr .contents .bottom .content .block.left .tel span {
    padding-left: 35px;
  }
  #bnr .contents .bottom .content .block.left .tel small {
    font-size: 20px;
  }
  #bnr .contents .bottom .content .block.left .tel span::before {
    width: 25px;
  }
  #bnr .contents .bottom .content .block.line .head {
    margin: 15px 10px 10px;
  }
  #bnr .contents .bottom .content .block.line .head .icon {
    display: none;
  }
  #bnr .contents .bottom .content .block.line .head .entry {
    font-size: 20px;
  }
  #bnr .contents .bottom .content .block.line .head .coment {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #bnr {
    padding: 35px 0;
  }
  #bnr .contents {
    padding-top: 15px;
  }
  #bnr .contents .top {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #bnr .contents .top .left {
    font-size: 24px;
  }
  #bnr .contents .top .left .coment {
    font-size: 16px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #bnr .contents .top .left .coment::before, #bnr .contents .top .left .coment::after {
    width: 7px;
  }
  #bnr .contents .top .credit {
    padding-top: 0;
    margin-left: unset;
  }
  #bnr .contents .center {
    margin-bottom: 10px;
  }
  #bnr .contents .center .coments {
    padding-left: 0px;
    flex-direction: column;
    left: 0px;
    top: -16px;
  }
  #bnr .contents .center .coments .coment {
    font-size: 14px;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 10px/50%;
    order: 1;
  }
  #bnr .contents .center .coments .coment::before {
    width: 9px;
  }
  #bnr .contents .center .coments .coment2 {
    font-size: 14px;
  }
  #bnr .contents .center .content {
    margin: 0;
    flex-direction: column;
  }
  #bnr .contents .center .content > div:first-child {
    border-radius: 10px 10px 0 0;
  }
  #bnr .contents .center .content > div:first-child::after {
    border-top-right-radius: 10px;
  }
  #bnr .contents .center .content > div:last-child {
    border-radius: 0 0 10px 10px;
  }
  #bnr .contents .center .content .capacity {
    font-size: 20px;
    padding: 20px 10px;
  }
  #bnr .contents .center .content .capacity::before {
    width: 40px;
  }
  #bnr .contents .center .content .capacity span {
    font-size: 26px;
  }
  #bnr .contents .center .content .right {
    padding: 15px 10px 10px 10px;
  }
  #bnr .contents .center .content .right .course {
    font-size: 18px;
  }
  #bnr .contents .center .content .right .price {
    font-size: 20px;
  }
  #bnr .contents .center .content .right .price .before span,
  #bnr .contents .center .content .right .price .after span {
    font-size: 26px;
  }
  #bnr .contents .center .content .right .price .before small,
  #bnr .contents .center .content .right .price .after small {
    font-size: 14px;
  }
  #bnr .contents .center .content .right .price .before.beforeprice span {
    font-size: 20px;
  }
  #bnr .contents .center .content .right .price .before.beforeprice small {
    font-size: 12px;
  }
  #bnr .contents .bottom > .coment {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  #bnr .contents .bottom > .coment p {
    padding: 0px 11px 5px;
  }
  #bnr .contents .bottom .content .block.left .tel {
    font-size: 30px;
    margin-left: 5px;
  }
  #bnr .contents .bottom .content .block.left .tel small,
  #bnr .contents .bottom .content .block.left .tel span {
    padding-left: 25px;
  }
  #bnr .contents .bottom .content .block.left .tel small::before,
  #bnr .contents .bottom .content .block.left .tel span::before {
    left: 0px;
  }
  #bnr .contents .bottom .content .block.left .tel small {
    font-size: 18px;
  }
  #bnr .contents .bottom .content .block.left .tel span::before {
    width: 20px;
  }
  #bnr .contents .bottom .content .block.left .time {
    margin-left: 5px;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  #bnr .contents .bottom .content .block.left .web {
    padding: 5px;
  }
  #bnr .contents .bottom .content .block.left .web .title {
    font-size: 12px;
    display: none;
  }
  #bnr .contents .bottom .content .block.line .head {
    margin: 5px 5px 5px;
  }
  #bnr .contents .bottom .content .block.line .flowarea {
    width: calc(100% - 10px);
    padding: 5px;
  }
  #bnr .contents .bottom .content .block.line .flowarea .heading {
    display: none;
  }
  #bnr .contents .bottom .content .block.line .flowarea .flow {
    padding-left: 0;
  }
  #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock {
    width: 50%;
  }
  #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock::before {
    display: none;
  }
  #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .tx {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .tx .num {
    margin-bottom: 0;
  }
  #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .tx .title {
    margin: 0;
  }
  #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .tx .title br {
    display: none;
  }
  #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .tx .shape::before, #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .tx .shape::after {
    display: none;
  }
  #bnr .contents .bottom .content .block.line .btn {
    margin-top: 10px;
  }
}
@media (max-width: 650px) {
  #bnr .contents .bottom .content .block .btn a {
    width: 220px;
    height: 46px;
  }
  #bnr .contents .bottom .content .block.left .tel span {
    font-size: 25px;
  }
  #bnr .contents .bottom .content .block.left .web .btn a {
    background-image: none;
  }
  #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .tx .title {
    font-size: 12px;
  }
  #bnr .contents .bottom .content .block.line .btn a {
    background-image: none;
  }
}
@media (max-width: 500px) {
  #bnr .contents .center .content .right .price .before small {
    display: block;
  }
  #bnr .contents .bottom > .coment {
    display: none;
  }
  #bnr .contents .bottom .content .block.left .tel small {
    font-size: 14px;
    padding-left: 0px;
    display: none;
  }
  #bnr .contents .bottom .content .block.left .tel span {
    padding-left: 0px;
    font-size: 18px;
  }
  #bnr .contents .bottom .content .block.left .tel span::before {
    display: none;
  }
  #bnr .contents .bottom .content .block.left .time {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
  #bnr .contents .bottom .content .block.line {
    padding-top: 10px;
  }
  #bnr .contents .bottom .content .block.line .head {
    display: none;
  }
  #bnr .contents .bottom .content .block.line .head .entry {
    font-size: 16px;
  }
  #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .tx .num {
    width: 15px;
    min-width: 15px;
    font-size: 12px;
  }
  #bnr .contents .bottom .content .block.line .flowarea .flow .flowblock .tx .title {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
}/*# sourceMappingURL=style.css.map */