@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Tenor+Sans&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

body {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body,
table,
input, textarea, select, option {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a:link {
  color: #fff;
  text-decoration: underline;
}

a:visited {
  color: #fff;
  text-decoration: underline;
}

@media all and (min-width: 769px) {
  a:hover {
    color: #fff;
    text-decoration: none;
  }
}
a:active {
  color: #fff;
  text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  width: 100%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

.wrapper {
  text-align: left;
  position: relative;
  overflow: hidden;
}

.en {
  font-family: "Tenor Sans", sans-serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media all and (min-width: 769px) {
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
}
@keyframes line {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center bottom;
  }
  35% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center bottom;
  }
  36% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center top;
  }
  60%, to {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center top;
  }
}
.animBox {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.8s;
}

.animBox_moved {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  background: -ms-linear-gradient(0deg, rgb(191, 216, 171) 0%, rgb(172, 211, 171) 14.73%, rgb(101, 192, 169) 72.92%, rgb(73, 184, 169) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFD8AB', endColorstr='#49B8A9' ,GradientType=0)";
  background: linear-gradient(90deg, rgb(191, 216, 171) 0%, rgb(172, 211, 171) 14.73%, rgb(101, 192, 169) 72.92%, rgb(73, 184, 169) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BFD8AB",endColorstr="#49B8A9" , GradientType=1);
}

.l-header__inner {
  position: relative;
  z-index: 2;
  height: 3.25rem;
  display: flex;
  align-items: center;
  padding: 0 3.91vw;
}

.l-header__logo {
  position: relative;
  margin: 0 auto;
}
.l-header__logo > a {
  height: 100%;
  align-items: center;
}
.l-header__logo img {
  display: block;
  width: 174px;
}

/*------------------------------------------------------------
	LP common
------------------------------------------------------------*/
.heading {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .heading {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
.heading span {
  display: block;
}

.heading .en {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1em;
  line-height: 1.2;
}

.heading .en .sub {
  font-size: 0.6em;
}

.heading .gothic {
  font-size: 0.5em;
}

@media only screen and (max-width: 767.98px) {
  .heading .gothic {
    font-size: 0.65em;
  }
}
.inside {
  padding-top: 50px;
}

@media only screen and (max-width: 767.98px) {
  .inside {
    padding-top: 25px;
  }
}
.lead {
  text-align: center;
  line-height: 1.8;
}

@media only screen and (max-width: 767.98px) {
  .lead {
    margin-bottom: 30px;
  }
}
.content {
  margin: 0 auto;
  max-width: 900px;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .content {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .content {
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* mainVisual */
.mainVisual {
  position: relative;
  background: #E8E8E8;
  margin-top: 50px;
  overflow: hidden;
}
.mainVisual .ph {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainVisual .txtBox {
  color: #666;
}
.mainVisual .txtBox .heading {
  font-weight: bold;
}
.mainVisual .txtBox .lead > span {
  display: block;
}

.scrollBtn {
  margin-left: -27px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 100;
  font-size: 10px;
}
.scrollBtn a {
  text-decoration: none;
  display: block;
  height: 60px;
  position: relative;
  font-size: 11px;
  letter-spacing: 0.225em;
  color: #71C286;
}
.scrollBtn a:after {
  width: 1px;
  height: 40px;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  position: absolute;
  transform: translateX(-50%);
  background: #71C286;
  animation: line 1.4s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.5s infinite;
}

@media only screen and (min-width: 768px) {
  .mainVisual {
    position: relative;
    padding: 0 20px;
  }
  .mainVisual .ph {
    position: relative;
    width: auto;
    max-width: 1280px;
    height: 293px;
    background: url("../images/ph_mv-pc.jpg") no-repeat top center/cover;
    top: 0;
    margin: 0 auto 80px;
    padding: 0 20px;
    z-index: 0;
  }
  .mainVisual .ph h1 {
    margin-bottom: 10px;
  }
  .mainVisual .ph h1 > span {
    display: block;
    font-size: 45px;
    color: #FFF;
    letter-spacing: 0.2em;
  }
  .mainVisual .txtBox .heading {
    font-size: 19px;
    letter-spacing: 0.22em;
    margin-bottom: 30px;
  }
  .mainVisual .txtBox .heading > span {
    display: inline;
  }
  .mainVisual .txtBox .heading > span span {
    display: inline;
  }
  .mainVisual .txtBox .lead {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 120px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .mainVisual::before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: -ms-linear-gradient(0deg, rgb(191, 216, 171) 0%, rgb(172, 211, 171) 14.73%, rgb(101, 192, 169) 72.92%, rgb(73, 184, 169) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFD8AB', endColorstr='#49B8A9' ,GradientType=0)";
    background: linear-gradient(90deg, rgb(191, 216, 171) 0%, rgb(172, 211, 171) 14.73%, rgb(101, 192, 169) 72.92%, rgb(73, 184, 169) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BFD8AB",endColorstr="#49B8A9" , GradientType=1);
  }
}
@media only screen and (max-width: 767.98px) {
  .mainVisual .ph {
    height: 42.8vw;
    background: url("../images/ph_mv-sp.jpg") no-repeat top center/cover;
    background-size: contain;
    margin-bottom: 40px;
  }
  .mainVisual .ph h1 > span {
    display: block;
    font-size: 30px;
    color: #FFF;
    letter-spacing: 0.2em;
    line-height: 1.3;
  }
  .mainVisual .ph h1 > span span {
    display: block;
    text-align: center;
  }
  .mainVisual .txtBox .heading {
    font-size: 16px;
    letter-spacing: 0.22em;
    line-height: 1.9;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .mainVisual .txtBox .heading > span span {
    display: block;
  }
  .mainVisual .txtBox .lead {
    font-size: 12px;
    line-height: 2.2;
    margin-bottom: 100px;
  }
  .scrollBtn a {
    height: 50px;
  }
  .scrollBtn a:after {
    height: 28px;
    background: #71C286;
  }
}
/* アイテムは大きく2つに分けられます */
#sec01 {
  color: #4DBBAA;
  background-color: #FFF;
}
#sec01 .content .heading {
  font-size: 22px;
  font-weight: bold;
}
#sec01 .content .heading > span {
  display: inline;
}
#sec01 .content .lead {
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 60px;
}
#sec01 .content .lead .br {
  display: block;
}
#sec01 .content .lead .b {
  font-weight: bold;
}
#sec01 .content .itemBlock {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
#sec01 .content .itemBlock .item01,
#sec01 .content .itemBlock .item02 {
  width: 50%;
}
#sec01 .content .itemBlock .item01 picture,
#sec01 .content .itemBlock .item02 picture {
  display: block;
  margin-bottom: 40px;
}
#sec01 .content .itemBlock .item01 picture img,
#sec01 .content .itemBlock .item02 picture img {
  width: 100%;
}
#sec01 .content .itemBlock .item01 .ttl,
#sec01 .content .itemBlock .item02 .ttl {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
#sec01 .content .itemBlock .item01 .iconWrap,
#sec01 .content .itemBlock .item02 .iconWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: auto;
  max-width: 250px;
  margin: 0 auto 40px;
}
#sec01 .content .itemBlock .item01 .iconWrap > div,
#sec01 .content .itemBlock .item02 .iconWrap > div {
  padding-top: 80px;
}
#sec01 .content .itemBlock .item01 .iconWrap > div span,
#sec01 .content .itemBlock .item02 .iconWrap > div span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#sec01 .content .itemBlock .item01 {
  border: solid 8px #4DBBAA;
  background: #4DBBAA;
  color: #FFF;
}
#sec01 .content .itemBlock .item01 .iconWrap > div.icon01 {
  background: url("../images/icon_01.svg") no-repeat center top;
  background-size: 70px 70px;
}
#sec01 .content .itemBlock .item01 .iconWrap > div.icon02 {
  background: url("../images/icon_03.svg") no-repeat center top;
  background-size: 70px 70px;
}
#sec01 .content .itemBlock .item01 .iconWrap > div.icon03 {
  background: url("../images/icon_06.svg") no-repeat center top;
  background-size: 70px 70px;
}
#sec01 .content .itemBlock .item01 .iconWrap > div.icon04 {
  background: url("../images/icon_07.svg") no-repeat center top;
  background-size: 70px 70px;
}
#sec01 .content .itemBlock .item02 {
  border: solid 8px #D3EEEA;
  background: #D3EEEA;
}
#sec01 .content .itemBlock .item02 .iconWrap > div.icon01 {
  background: url("../images/icon_08.svg") no-repeat center top;
  background-size: 70px 70px;
}
#sec01 .content .itemBlock .item02 .iconWrap > div.icon02 {
  background: url("../images/icon_09.svg") no-repeat center top;
  background-size: 70px 70px;
}
#sec01 .content .itemBlock .item02 .iconWrap > div.icon03 {
  background: url("../images/icon_10.svg") no-repeat center top;
  background-size: 70px 70px;
}
#sec01 .content .itemBlock .item02 .iconWrap > div.icon04 {
  background: url("../images/icon_11.svg") no-repeat center top;
  background-size: 70px 70px;
}
#sec01 .content .msg {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.22em;
  text-align: center;
}
#sec01 .content .msg .br {
  display: block;
}
#sec01 .content .msg .br .b {
  font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
  #sec01 .content {
    padding: 60px 0;
  }
  #sec01 .content .heading {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.22em;
  }
  #sec01 .content .heading > span {
    display: block;
  }
  #sec01 .content .lead {
    font-size: 12px;
    line-height: 2.2;
    margin-bottom: 60px;
  }
  #sec01 .content .lead .br {
    display: block;
  }
  #sec01 .content .lead .br > span {
    display: block;
  }
  #sec01 .content .lead .br > span .spno {
    display: none;
  }
  #sec01 .content .itemBlock {
    margin-bottom: 60px;
  }
  #sec01 .content .itemBlock .item01 picture,
  #sec01 .content .itemBlock .item02 picture {
    margin-bottom: 40px;
  }
  #sec01 .content .itemBlock .item01 .ttl,
  #sec01 .content .itemBlock .item02 .ttl {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  #sec01 .content .itemBlock .item01 .ttl span,
  #sec01 .content .itemBlock .item02 .ttl span {
    display: block;
  }
  #sec01 .content .itemBlock .item01 .iconWrap,
  #sec01 .content .itemBlock .item02 .iconWrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  #sec01 .content .itemBlock .item01 .iconWrap > div span,
  #sec01 .content .itemBlock .item02 .iconWrap > div span {
    font-size: 12px;
  }
  #sec01 .content .itemBlock .item01 {
    border: none;
  }
  #sec01 .content .itemBlock .item01 .iconWrap > div.icon01 {
    order: 1;
  }
  #sec01 .content .itemBlock .item01 .iconWrap > div.icon02 {
    order: 3;
  }
  #sec01 .content .itemBlock .item01 .iconWrap > div.icon03 {
    order: 2;
  }
  #sec01 .content .itemBlock .item01 .iconWrap > div.icon04 {
    order: 4;
  }
  #sec01 .content .itemBlock .item02 {
    border: none;
    background: #D3EEEA;
  }
  #sec01 .content .itemBlock .item02 .iconWrap > div.icon01 {
    order: 1;
  }
  #sec01 .content .itemBlock .item02 .iconWrap > div.icon02 {
    order: 3;
  }
  #sec01 .content .itemBlock .item02 .iconWrap > div.icon03 {
    order: 2;
  }
  #sec01 .content .itemBlock .item02 .iconWrap > div.icon04 {
    order: 4;
  }
  #sec01 .content .msg {
    line-height: 1.5;
  }
  #sec01 .content .msg .br {
    display: block;
  }
  #sec01 .content .msg .br > span {
    display: block;
  }
}
/* ゲストおもてなし系アイテムの考え方 */
#sec02 {
  background: #4DBBAA;
}
#sec02 .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
#sec02 .content .iconBox {
  display: flex;
  justify-content: space-between;
  width: 260px;
  margin: 0 auto 60px;
}
#sec02 .content .iconBox > div {
  width: 40px;
  height: 40px;
}
#sec02 .content .iconBox > div.icon01 {
  background: url("../images/icon_01.svg") no-repeat center top;
  background-size: cover;
}
#sec02 .content .iconBox > div.icon02 {
  background: url("../images/icon_03.svg") no-repeat center top;
  background-size: cover;
}
#sec02 .content .iconBox > div.icon03 {
  background: url("../images/icon_06.svg") no-repeat center top;
  background-size: cover;
}
#sec02 .content .iconBox > div.icon04 {
  background: url("../images/icon_07.svg") no-repeat center top;
  background-size: cover;
}
#sec02 .content .heading {
  font-size: 22px;
  letter-spacing: 0.22em;
  font-weight: normal;
  color: #FFF;
  margin-bottom: 50px;
}
#sec02 .content .heading > span {
  display: inline;
}
#sec02 .msg01 {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 60px;
  color: #FFF;
  text-align: center;
}
#sec02 .msg01 .br {
  display: block;
}
#sec02 picture {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
#sec02 picture img {
  width: 100%;
}
#sec02 picture:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 62px;
  background: #FFF;
  bottom: -31px;
  left: 50%;
}
#sec02 .ttl {
  font-size: 24px;
  color: #FFF;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}
#sec02 .ttl span {
  font-weight: bold;
}
#sec02 .ttl sup {
  font-size: 12px;
}
#sec02 .case {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#sec02 .case .caseBlock {
  position: relative;
  text-align: center;
  width: 16em;
}
#sec02 .case .caseBlock > span {
  display: block;
  font-size: 14px;
  color: #FFF;
}
#sec02 .case::before, #sec02 .case::after {
  position: absolute;
  content: "";
  width: calc(50% - 8em);
  height: 2px;
  background: #FFF;
  top: 50%;
}
#sec02 .case:before {
  left: 0;
}
#sec02 .case:after {
  right: 0;
}
#sec02 .price01 {
  margin-bottom: 120px;
}
#sec02 .price01 .pattern {
  margin-bottom: 40px;
  display: block;
}
#sec02 .price01 .pattern .lineBlock {
  display: flex;
}
#sec02 .price01 .pattern .item {
  position: relative;
  width: 110px;
  padding-top: 60px;
}
#sec02 .price01 .pattern .item span {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#sec02 .price01 .pattern .item span.price {
  font-weight: 700;
  line-height: 18px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
#sec02 .price01 .pattern .item span.tag {
  margin: 5px 0 2px;
  background: #ed6d38;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
}
#sec02 .price01 .pattern .item span.sale {
  color: #ACDFD7;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#sec02 .price01 .pattern .item:not(.non):before, #sec02 .price01 .pattern .item:not(.non):after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background: #FFF;
  right: -14px;
  top: 25px;
}
#sec02 .price01 .pattern .item:not(.non):after {
  transform: rotate(90deg);
}
#sec02 .price01 .pattern .equal {
  position: relative;
  width: 20px;
  padding-top: 60px;
  margin-right: 20px;
}
#sec02 .price01 .pattern .equal:before, #sec02 .price01 .pattern .equal:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background: #FFF;
  left: 0;
  top: 21px;
}
#sec02 .price01 .pattern .equal:after {
  top: 28px;
}
#sec02 .price01 .pattern .total span {
  display: block;
}
#sec02 .price01 .pattern .total span.price {
  padding-top: 10px;
  width: 100px;
  font-size: 22px;
  line-height: 15.08px;
  letter-spacing: 0.95px;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
#sec02 .price01 .pattern .total span.all {
  margin-top: 15px;
  background: #ed6d38;
  border-radius: 10px;
  font-family: "Lato", sans-serif;
  color: #fff;
  padding: 5px 10px;
}
#sec02 .price01 .pattern .total span.all span {
  display: block;
  text-align: center;
  line-height: 1.2;
}
#sec02 .price01 .pattern .total span.all span:first-of-type {
  font-size: 12px;
}
#sec02 .price01 .pattern .total span.all span:last-of-type {
  font-size: 19px;
}
#sec02 .price01 .pattern .total span.tag {
  margin: 8px 0 2px;
  background: #ed6d38;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: "Lato", sans-serif;
}
#sec02 .price01 .pattern .total span.sale {
  color: #ACDFD7;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
}
#sec02 .price01 .pattern.line01 {
  margin-bottom: 80px;
}
#sec02 .price01 .pattern.line01 .item.icon01 {
  background: url("../images/icon_01.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price01 .pattern.line01 .item.icon02 {
  background: url("../images/icon_02.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price01 .pattern.line01 .item.icon03 {
  background: url("../images/icon_03.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price01 .pattern.line01 .item.icon04 {
  background: url("../images/icon_04.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price01 .pattern.line01 .item.icon05 {
  background: url("../images/icon_05.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price01 .pattern.line02 .item.icon01 {
  background: url("../images/icon_01.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price01 .pattern.line02 .item.icon02 {
  background: url("../images/icon_02.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price01 .pattern.line02 .item.icon03 {
  background: url("../images/icon_03.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price01 .pattern.line02 .item.icon04 {
  background: url("../images/icon_04.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price01 .pattern.line02 .item.icon05 {
  background: url("../images/icon_05.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price01 .pattern.line02 .item.icon06 {
  background: url("../images/icon_06.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price01 .pattern.line02 .item.icon06 > span:first-of-type {
  position: relative;
}
#sec02 .price01 .pattern.line02 .item.icon06 > span:first-of-type:after {
  position: absolute;
  content: "(1卓12,000円÷6名掛け)";
  bottom: -35px;
  left: -20px;
  font-size: 9px;
  width: 150px;
  letter-spacing: 0;
}
#sec02 .price01 .pattern.line02 .item.icon07 {
  background: url("../images/icon_07.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price02 {
  margin-bottom: 60px;
}
#sec02 .price02 .pattern {
  margin-bottom: 40px;
  display: block;
}
#sec02 .price02 .pattern .lineBlock {
  display: flex;
}
#sec02 .price02 .pattern .item {
  position: relative;
  width: 110px;
  padding-top: 60px;
}
#sec02 .price02 .pattern .item span {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#sec02 .price02 .pattern .item span.price {
  font-weight: 700;
  line-height: 18px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
#sec02 .price02 .pattern .item span.tag {
  margin: 5px 0 2px;
  background: #ed6d38;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
}
#sec02 .price02 .pattern .item span.sale {
  color: #ACDFD7;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#sec02 .price02 .pattern .item:not(.non):before, #sec02 .price02 .pattern .item:not(.non):after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background: #FFF;
  right: -14px;
  top: 25px;
}
#sec02 .price02 .pattern .item:not(.non):after {
  transform: rotate(90deg);
}
#sec02 .price02 .pattern .equal {
  position: relative;
  width: 20px;
  padding-top: 60px;
  margin-right: 20px;
}
#sec02 .price02 .pattern .equal:before, #sec02 .price02 .pattern .equal:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background: #FFF;
  left: 0;
  top: 21px;
}
#sec02 .price02 .pattern .equal:after {
  top: 28px;
}
#sec02 .price02 .pattern .total span {
  display: block;
}
#sec02 .price02 .pattern .total span.price {
  padding-top: 10px;
  width: 100px;
  font-size: 22px;
  line-height: 15.08px;
  letter-spacing: 0.95px;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
#sec02 .price02 .pattern .total span.all {
  margin-top: 15px;
  background: #ed6d38;
  border-radius: 10px;
  font-family: "Lato", sans-serif;
  color: #FFF;
  padding: 5px 10px;
}
#sec02 .price02 .pattern .total span.all span {
  display: block;
  text-align: center;
  line-height: 1.2;
}
#sec02 .price02 .pattern .total span.all span:first-of-type {
  font-size: 12px;
}
#sec02 .price02 .pattern .total span.all span:last-of-type {
  font-size: 19px;
}
#sec02 .price02 .pattern .total span.tag {
  margin: 8px 0 2px;
  background: #ed6d38;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: "Lato", sans-serif;
}
#sec02 .price02 .pattern .total span.sale {
  color: #ACDFD7;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
}
#sec02 .price02 .pattern.line01 {
  margin-bottom: 80px;
}
#sec02 .price02 .pattern.line01 .item.icon01 {
  background: url("../images/icon_01.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price02 .pattern.line01 .item.icon02 {
  background: url("../images/icon_02.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price02 .pattern.line01 .item.icon03 {
  background: url("../images/icon_03.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price02 .pattern.line01 .item.icon04 {
  background: url("../images/icon_04.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price02 .pattern.line01 .item.icon05 {
  background: url("../images/icon_05.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price02 .pattern.line02 .item.icon01 {
  background: url("../images/icon_01.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price02 .pattern.line02 .item.icon02 {
  background: url("../images/icon_02.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price02 .pattern.line02 .item.icon03 {
  background: url("../images/icon_03.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price02 .pattern.line02 .item.icon04 {
  background: url("../images/icon_04.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price02 .pattern.line02 .item.icon05 {
  background: url("../images/icon_05.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price02 .pattern.line02 .item.icon06 {
  background: url("../images/icon_06.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .price02 .pattern.line02 .item.icon06 > span:first-of-type {
  position: relative;
}
#sec02 .price02 .pattern.line02 .item.icon06 > span:first-of-type:after {
  position: absolute;
  content: "(1卓12,000円÷6名掛け)";
  bottom: -35px;
  left: -20px;
  font-size: 9px;
  width: 150px;
  letter-spacing: 0;
}
#sec02 .price02 .pattern.line02 .item.icon07 {
  background: url("../images/icon_07.svg") no-repeat center top;
  background-size: 50px 50px;
}
#sec02 .msg02 {
  margin-bottom: 80px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#sec02 .msg03 {
  position: relative;
  max-width: 900px;
  margin: 0 auto 130px;
  background: #FFFFFF;
  border-radius: 30px;
  font-size: 18px;
  line-height: 1.8;
  padding: 60px 0;
  color: #4DBBAA;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.22em;
}
#sec02 .msg03 .br {
  display: block;
}
#sec02 .msg03 .btn {
  position: absolute;
  margin-top: 30px;
  width: 280px;
  left: 50%;
  bottom: -20px;
  margin-left: -140px;
}
#sec02 .msg03 .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(211, 238, 234);
  transition: all 0.25s ease;
  padding: 12px 0;
  border-radius: 8px;
  text-decoration: none;
}
#sec02 .msg03 .btn a:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url("../images/ico_view.svg") no-repeat left top/cover;
}
@media all and (min-width: 769px) {
  #sec02 .msg03 .btn a:hover {
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.25s ease;
  }
}
#sec02 .msg03 .btn a span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #4DBBAA;
  line-height: 1;
  margin-bottom: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  margin-right: 12px;
  margin-top: 2px;
}

@media only screen and (max-width: 767.98px) {
  #sec02 .content {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #sec02 .content .heading {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #sec02 .content .heading > span {
    display: block;
  }
  #sec02 .msg01 {
    font-size: 12px;
    line-height: 2.2;
  }
  #sec02 .msg01 .br > span {
    display: block;
  }
  #sec02 picture {
    margin-bottom: 42px;
  }
  #sec02 picture:after {
    height: 42px;
    bottom: -21px;
  }
  #sec02 .ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #sec02 .case {
    margin-bottom: 20px;
  }
  #sec02 .case .caseBlock {
    width: 100%;
    padding: 10px 0;
  }
  #sec02 .case .caseBlock > span {
    line-height: 1.2;
  }
  #sec02 .case .caseBlock > span span {
    display: block;
  }
  #sec02 .case::before, #sec02 .case::after {
    width: 100%;
  }
  #sec02 .case:before {
    top: 0;
  }
  #sec02 .case:after {
    bottom: 0;
    top: initial;
  }
  #sec02 .price01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 60px;
  }
  #sec02 .price01 .pattern .item {
    width: 100%;
    margin-bottom: 50px;
  }
  #sec02 .price01 .pattern .item:not(.non):before, #sec02 .price01 .pattern .item:not(.non):after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #FFF;
    right: initial;
    top: initial;
    bottom: -25px;
    left: 50%;
    margin-left: -12px;
  }
  #sec02 .price01 .pattern .item:not(.non):after {
    transform: rotate(90deg);
  }
  #sec02 .price01 .pattern .item.non {
    margin-bottom: 35px;
    height: 0;
  }
  #sec02 .price01 .pattern .item > span.tag {
    width: 8em;
    margin: 5px auto 2px;
  }
  #sec02 .price01 .pattern .equal {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  #sec02 .price01 .pattern .equal:before, #sec02 .price01 .pattern .equal:after {
    left: calc(50% - 13px);
    top: 21px;
    transform: rotate(90deg);
  }
  #sec02 .price01 .pattern .equal:after {
    left: calc(50% - 6px);
    top: 21px;
  }
  #sec02 .price01 .pattern .total {
    padding-top: 50px;
    width: 100%;
    max-width: 10em;
    font-size: 19px;
    text-align: center;
  }
  #sec02 .price01 .pattern .total span.price {
    width: 100%;
  }
  #sec02 .price01 .pattern .total span.tag {
    width: 8em;
    margin: 5px auto 2px;
  }
  #sec02 .price01 .pattern .total span.all {
    max-width: 6em;
    margin: 15px auto 3px;
    font-weight: 700;
  }
  #sec02 .price01 .pattern.line01 .lineBlock {
    display: grid;
  }
  #sec02 .price01 .pattern.line02 .lineBlock {
    display: grid;
  }
  #sec02 .price01 .pattern.line02 .item.icon06 {
    margin-bottom: 60px;
  }
  #sec02 .price01 .pattern.line02 .item.icon06 > span:first-of-type:after {
    left: 0;
  }
  #sec02 .price01 .pattern.line02 .item.icon06:before, #sec02 .price01 .pattern.line02 .item.icon06:after {
    bottom: -35px;
  }
  #sec02 .price01 .pattern.line02 .item.non {
    margin-bottom: 80px;
  }
  #sec02 .price02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 50px;
  }
  #sec02 .price02 .pattern .item {
    width: 100%;
    margin-bottom: 50px;
  }
  #sec02 .price02 .pattern .item:not(.non):before, #sec02 .price02 .pattern .item:not(.non):after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #FFF;
    right: initial;
    top: initial;
    bottom: -25px;
    left: 50%;
    margin-left: -12px;
  }
  #sec02 .price02 .pattern .item:not(.non):after {
    transform: rotate(90deg);
  }
  #sec02 .price02 .pattern .item.non {
    margin-bottom: 35px;
    height: 0;
  }
  #sec02 .price02 .pattern .item > span.tag {
    width: 8em;
    margin: 5px auto 2px;
  }
  #sec02 .price02 .pattern .equal {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  #sec02 .price02 .pattern .equal:before, #sec02 .price02 .pattern .equal:after {
    left: calc(50% - 13px);
    top: 21px;
    transform: rotate(90deg);
  }
  #sec02 .price02 .pattern .equal:after {
    left: calc(50% - 6px);
    top: 21px;
  }
  #sec02 .price02 .pattern .total {
    padding-top: 50px;
    width: 100%;
    font-size: 19px;
    text-align: center;
  }
  #sec02 .price02 .pattern .total span.price {
    width: 100%;
  }
  #sec02 .price02 .pattern .total span.tag {
    width: 8em;
    margin: 5px auto 2px;
  }
  #sec02 .price02 .pattern .total span.all {
    max-width: 6em;
    margin: 15px auto 3px;
    font-weight: 700;
  }
  #sec02 .price02 .pattern.line01 .lineBlock {
    display: grid;
  }
  #sec02 .price02 .pattern.line02 .lineBlock {
    display: grid;
  }
  #sec02 .price02 .pattern.line02 .item.icon06 {
    margin-bottom: 60px;
  }
  #sec02 .price02 .pattern.line02 .item.icon06 > span:first-of-type:after {
    left: 0;
  }
  #sec02 .price02 .pattern.line02 .item.icon06:before, #sec02 .price02 .pattern.line02 .item.icon06:after {
    bottom: -35px;
  }
  #sec02 .price02 .pattern.line02 .item.non {
    margin-bottom: 80px;
  }
  #sec02 .msg02 > span {
    display: block;
  }
  #sec02 .msg03 {
    margin: 0 auto 80px;
    border-radius: 25px;
    font-size: 15px;
    line-height: 1.6;
    padding: 30px 20px;
    letter-spacing: 0.16em;
  }
  #sec02 .msg03 .br {
    display: block;
  }
  #sec02 .msg03 .br > span {
    display: block;
  }
  #sec02 .msg03 .btn {
    position: absolute;
    margin-top: 30px;
    width: 225px;
    bottom: -24px;
    margin-left: -112px;
  }
  #sec02 .msg03 .btn a {
    padding: 15px 0;
  }
  #sec02 .msg03 .btn a span {
    font-size: 12px;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer {
  position: relative;
  padding: 20px 0;
}
footer .fInner {
  background-color: #FFF;
  overflow: hidden;
}
footer .copyright {
  font-size: 10px;
  text-align: center;
  font-family: "Tenor Sans", sans-serif;
  letter-spacing: 0.22em;
  color: #4DBBAA;
}

.pageTop {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 60px;
  text-align: right;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.pageTop a {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: #D3EEEA;
  transition: all 0.25s ease;
}
.pageTop a::before {
  content: "";
  display: block;
  width: 42.5%;
  height: 42.5%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
  border-top: solid 1px #4DBBAA;
  border-left: solid 1px #4DBBAA;
  top: 42.5%;
}
@media all and (min-width: 769px) {
  .pageTop a:hover {
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.25s ease;
  }
}

@media only screen and (max-width: 767.98px) {
  .pageTop {
    bottom: 80px;
  }
  .pageTop a {
    width: 40px;
    height: 40px;
  }
  .pageTop a::before {
    width: 20%;
    height: 20%;
  }
}