@charset "UTF-8";
.box_center {
  text-align: center;
}

.block,
.block1 {
  clear: both;
  padding: 0;
}

.block:after,
.block1::after {
  content: '';
  display: block;
  clear: both;
}

.block *,
.block1 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block h2,
.block1 h2 {
  margin-bottom: 0.5em;
  font-size: 10vw;
  color: #15162b;
  font-weight: bold;
  text-align: center;
}

.box {
  padding: 0 10px;
}

/*----------------------under---------------------------------*/
.pricelist h3 {
  cursor: pointer;
  display: block;
  font-size: 18px;
  text-align: center;
  border: 4px double #b7b7b7;
  margin-bottom: 10px;
  padding: 3px 5px;
  font-weight: normal;
  margin-top: 10px;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #15162b;
}

.pricelist h3::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
}

.pricelist h3.close:after {
  content: '\f13a';
}

.pricelist h3.open:after {
  content: '\f139';
}

.menuList {
  width: 100%;
}

.menuList dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #b5b1a8;
}

.menuList dt {
  display: table-cell;
  padding: 10px 0;
  text-align: left;
}

.menuList dd {
  text-align: right;
  color: #cf4400;
  padding: 10px 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*  -------------- su dung accordion ------------------  */
.btn-acc {
  cursor: pointer;
  display: block;
}

.btn-acc::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 -0.5em;
  font-size: 24px;
  position: relative;
  left: 50%;
}

.btn-acc.close:after {
  content: '\e826';
}

.btn-acc.open:after {
  content: '\e827';
}

#food {
  padding: 40px 10px;
}

#drink {
  background: url(../img/shared/bg_4.jpg) repeat center top/100%;
  padding: 40px 10px;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txt1 {
  text-align: justify;
}

.ta {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold !important;
}

.cl-blue {
  color: #20758d;
}

.cl-b {
  color: #19194d;
}

.txt-red {
  color: #cf4400;
}

.parallax {
  position: relative;
  padding-top: 80%;
}

.txt-nowrap {
  white-space: nowrap;
}

.txt-u {
  text-decoration: underline;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-parallax img {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}

/*-----------------------------/____/-----------------------------*/
#popup2 {
  padding: 12% 0 12%;
  font-size: 3.5vw;
}

#popup2 .group2 {
  margin: 0 5%;
  background: rgba(255, 255, 255, 0.9);
  padding: 7% 4% 12%;
}

#popup2 .group2 .box {
  padding: 7% 0 7%;
  margin: 5% 0;
  text-align: center;
  background: url("../img/bluefish/s1_border_1.png") no-repeat center/100% 100%;
}

#popup2 .group2 .box h3 {
  font-weight: 700;
  font-size: 4vw;
  color: #19194d;
}

#popup2 h2 {
  text-align: center;
  border-bottom: 1px dashed #000;
  font-weight: 700;
  font-size: 6vw;
  line-height: 1.5;
  color: #19194d;
  margin-bottom: 20px;
  padding-bottom: 2%;
}

#popup2 .box {
  margin: 7vw 0;
  background: url("../img/bluefish/s1_border_1.png") no-repeat center/100% 100%;
  padding: 3% 0 3% 10%;
}

#popup2 .box ul li {
  line-height: 1.8;
}

#popup2 .box ul li span {
  color: #20758d;
  font-size: 15px;
}

#popup2 p.txt {
  padding-left: 7px;
}

.btn-popup {
  padding: 6vw 4% 0;
  background: url("../img/shared/pt1.jpg") repeat center/100%;
}

.remodal {
  padding-left: 3%;
  padding-right: 3%;
}
/* 
footer ul:not(#ft_fixed) {
  margin: 0 10% 10%;
}

footer ul:not(#ft_fixed) li {
  margin-bottom: 0;
}

footer ul:not(#ft_fixed) li:last-child {
  margin-top: 1.5vw;
  padding: 0 2%;
}

footer dl dd {
  width: calc(100% - 90px);
}

footer .info {
  margin: 0;
  padding: 0 1%;
}

footer .info dl {
  line-height: 1.6;
}

footer .info dl + dl {
  margin-top: 4.5vw;
}

footer .info dl a {
  display: inline;
}

#pagetop {
  bottom: calc(env(safe-area-inset-bottom) + 55px);
  width: 70px;
}

footer address {
  font-size: 12px;
}

footer .group {
  padding-top: 0;
  padding-bottom: 31vw;
}

footer .tel {
  margin: 0 6% 2%;
}

footer .group1 .instagram {
  top: 4vw;
  right: 16vw;
} */

/*-----------------------------/____/-----------------------------*/
/* header #menu_toggle .nav1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
  width: 95%;
}

header #menu_toggle .nav1 li:nth-child(1),
header #menu_toggle .nav1 li:nth-child(2) {
  width: 48%;
  margin-bottom: 2%;
}

header #menu_toggle .nav1 li:nth-child(3) {
  width: 14%;
}

header #menu_toggle .nav1 li:nth-child(4) {
  width: 24%;
}

header #menu_toggle .nav1 li:nth-child(5) {
  width: 55%;
}

header #menu_toggle .nav1 a {
  line-height: 9vw;
  height: 9vw;
  padding: 0;
  text-align: center;
  font-size: 4vw;
}

header .menu_toggle .nav li {
  padding: 0 !important;
}

header .menu_toggle .nav li a {
  padding: 0 3px;
}

header .menu_toggle .nav .li-box {
  position: relative;
  margin: 17px 14px 15px !important;
}

header .menu_toggle .nav .li-box span {
  background: url("../img/shared/bg_2.jpg");
  position: absolute;
  padding: 5px 10px;
  white-space: nowrap;
  top: -15px;
  left: 10px;
}

header .menu_toggle .nav .li-box ul {
  border: 1px solid #585876;
  padding-top: 27px;
}

header .menu_toggle .nav .li-box ul li {
  padding: 0;
} */

.key_t {
  position: absolute;
  z-index: 11;
  left: 12vw;
  top: 32vw;
  width: 12vw;
}
/* 
footer .info {
  color: #fff;
}

footer dl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer dl dt {
  width: 88px;
} */

.slick-dots li {
  background: #858481;
  border: 0;
  margin: 0;
}

.slick-dots li + li {
  margin-left: 10px;
}

.slick-dots li button {
  background: transparent !important;
  border: 0 !important;
}

.slick-dots li.slick-active {
  background: #20758d;
}

.slick-arrow:after {
  display: none !important;
}

.slick-arrow {
  width: 6vw;
  height: 6vw;
  line-height: 6vw;
  top: 30vw;
}

.slick-prev {
  left: 0;
  background: url("../img/shared/prev.png") no-repeat top left/auto 100%;
  left: 2.5%;
}

.slick-next {
  right: 0;
  background: url("../img/shared/next.png") no-repeat top right/auto 100%;
  right: 2.5%;
}

.slick-dots {
  position: static;
  width: 100%;
  -webkit-transform: none;
          transform: none;
  padding-bottom: 0;
}

/*-----------------------------/code/-----------------------------*/
#sec1 {
  background: url(../img/course/s1-bgB.jpg) no-repeat center bottom/100%;
  padding-bottom: 16vw;
}

#sec1 .txt1 .tx1 {
  margin-top: -20vw;
}

#sec1 .s1-slider {
  margin-top: 7vw;
}

#sec1 .slick-dots {
  padding: 6vw 0 10vw;
}

#sec1 .s1-box {
  background: url(../img/course/bg-blue.jpg) repeat center/100%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5vw 4%;
    margin: 0 1%;
    font-size: 0.95em;
}

#sec1 h3{ 
    color: #fff;
    text-align: center;
    font-size: 6.6vw;
    background: #16162d;
    margin: 11vw 3% 0;
    padding: 0.3em 1em;
    line-height: 1;
    font-weight: bold!important;    
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#sec2 {
  background: url(../img/course/s1-bgT.jpg) no-repeat center top/100%, url(../img/shared/bg_4.jpg) repeat center top/100%;
}

#sec2 h2 {
  margin-bottom: 0;
}

#sec2 .price {
  white-space: nowrap;
  line-height: 1.3;
  font-size: 8vw;
  color: #16162d;
}

#sec2 .price .txt-red {
  color: #cf4400;
}

#sec2 .price .txt-red small {
  font-size: 6vw;
  color: #16162d;
}

#sec2 .bg-txt {
  margin-top: -4vw;
  position: relative;
  background: url(../img/course/price-bg.png) repeat-y center/100% auto;
  padding: 2vw 0 3vw;
}

#sec2 .box-txt {
  background: url(../img/shared/bg_1.jpg);
  padding: 5vw 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 3%;
}

#sec2 .box-txt h3 {
  font-size: 7vw;
  color: #16162d;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  border-bottom: 2px solid #20758d;
}
#sec2 .box-txt ul{
    flex-flow: wrap;    
}
#sec2 .box-txt li {
  width: 50%;
  padding: 0 1%;
  font-size: 4vw;
}
#sec2 .box-txt li small{
    font-size: 0.8em;
}
#sec2 .img-txt{
    margin: -2.5em auto 2.5em 5%;
    font-size: 3.3vw;
    color: #fff;
    text-shadow: 1px 1px 10px #000;
}

#sec2 .set1 {
  background: url(../img/course/s2-set1-bg.jpg) no-repeat center bottom/100%;
  padding-bottom: 14vw;
}

#sec2 .set1 .price .tbig {
  font-size: 10.7vw;
}

#sec2 .set1 .txt1 {
  padding: 6vw;
}

#sec2 .set2 {
  padding-bottom: 10vw;
}

#sec2 .set2 .bg-txt {
  line-height: 1;
  font-size: 7.5vw;
  margin-left: 5%;
  margin-right: 5%;
}

#sec2 .set2 .price {
  font-size: 5vw;
  padding: 2vw 0;
  line-height: 1.6;
}

#sec2 .set2 .price dt {
  width: 55%;
}

#sec2 .set2 .price .txt-red {
  font-size: 5.5vw;
}

#sec2 .set2 .price .txt-red small {
  font-size: 4.5vw;
}

#sec2 .set2 .txt1 {
  padding: 0 3% 5vw;
}

#sec2 .set2 .box-txt li:last-child {
  width: 60%;
}

#sec2 .set3 {
  padding-bottom: 13vw;
}

#sec2 .set3 .price {
  line-height: 1.5;
  margin: 3vw 0 2vw;
}

#sec2 .set3 .txt1 {
  padding: 0 3% 5vw;
}

#sec2 .set3 .box-txt li {
  width: 100%;
  padding-left: 13%;
}

#sec2 .set4 {
  padding: 0 5% 10vw;
}

#sec2 .set4 .row1 {
  border-bottom: 1px solid;
  padding-bottom: 4vw;
  margin-bottom: 5vw;
}

#sec2 .set4 .price {
  font-size: 6vw;
  line-height: 1.5;
}

#sec2 .set4 .price dt {
  margin-right: 4%;
}

#sec2 .set4 .price .txt-red {
  font-size: 6.5vw;
}

#sec2 .set4 .price .txt-red small {
  font-size: 5.5vw;
}

#sec2 .set4 .row2 h4 {
  margin-bottom: -14vw;
}

#sec3 .box-txt {
  background: url(../img/shared/bg_1.jpg);
  padding: 5vw 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5%;
  position: relative;
  margin-top: -31vw;
    flex-flow: wrap;
}
#sec3 .txt-sub{
  background: url(../img/shared/bg_1.jpg);
  padding: 0 4% 5vw; 
  margin: 0 5%; 
    text-align: center;
}

#sec3 .box-txt h3 {
  font-size: 7vw;
  color: #16162d;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  border-bottom: 2px solid #20758d;
}

#sec3 .box-txt li {
  width: 50%;
  padding: 0 1%;
  font-size: 4vw;
}

#sec3 .text {
  background: url(../img/course/s3-bgB.jpg) no-repeat center bottom/cover;
  padding-bottom: 18vw;
}

#sec4 .s4-tel {
  position: relative;
  margin-top: -6vw;
  padding: 0 5% 8vw;
}

#sec4 .text {
  background: url(../img/shared/pt1.jpg) repeat-y center/100%;
  padding: 10vw 4% 15vw;
}

#sec4 .text .s4-box {
  padding: 6vw 5% 8vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/shared/bg_1.jpg) repeat-y center/100%;
}

#sec4 .text .s4-box h4 span {
  white-space: nowrap;
  font-size: 5vw;
  color: #19194d;
  padding: 0 3% 2vw;
  border-bottom: 1px dashed #000;
  margin-bottom: 1vw;
  display: inline-block;
}

#sec4 .text .s4-box .txt1 {
  font-size: 4vw;
  margin: 0 -3% 4vw;
}
/*# sourceMappingURL=course.css.map */