@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------------
  reset
---------------------------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
}

img[src$=".svg"] {
  width: 100%;
  height: 103%;
}

/* ----------------------------------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------------------------------- */
/* --- fonts setting --- */
/*
@import url('https://fonts.googleapis.com/css?family=Muli:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Muli", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  font-size: 10px;
  line-height: 1.6;
  color: #1a1a1a;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  min-width: 320px;
  position: relative;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}

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

header, main, footer {
  width: 100%;
}

.pconly {
  display: none;
}

.sponly {
  display: block;
}

.menu-pconly {
  display: none;
}

.menu-sponly {
  display: block;
}

/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1100px;
  }
  header, main, footer {
    width: 1100px;
    margin: 0 auto;
  }
  footer {
    width: 100%;
  }
  main {
    position: relative;
  }
  .pconly {
    display: block;
  }
  .sponly {
    display: none;
  }
  .menu-pconly {
    display: inline-block;
  }
  .menu-sponly {
    display: none;
  }
} /* PC End */
/* ----------------------------------------------------------------------------------------------------------
 header
---------------------------------------------------------------------------------------------------------- */
/* smartphone
------------------------------------------------------------*/
header {
  position: relative;
  width: 100%;
  height: 22vw;
}

header img {
  width: 100%;
}

header .headerInr {
  width: 100%;
  height: 22vw;
  z-index: 100;
  position: fixed;
  background: #fff;
}

header .headerInr.bgc {
  background: #e5e5e5;
  position: fixed;
  top: 0;
}

header h1 {
  width: 37.33333vw;
  height: 13.2vw;
  position: absolute;
  top: 4vw;
  left: 50%;
  margin: 0 0 0 -18.66667vw;
  z-index: 100;
}

header .btnLogin {
  width: 10.67vw;
  height: 8.13933vw;
  position: absolute;
  top: 7.2vw;
  right: 9.33333vw;
  z-index: 100;
}

header .btnReserve {
  display: none;
}

header .fixed {
  position: fixed;
}

#gnav {
  position: fixed;
  z-index: 99;
  width: 100%;
}

#gnav .gnavInr {
  overflow-y: scroll;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #e5e5e5;
  padding-top: 22.4vw;
  -webkit-overflow-scrolling: touch;
}

#gnav ul {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  /*border-bottom: 1px solid #5d5d5d;*/
}

#gnav ul li {
  width: 100%;
  height: 17.86667vw;
  border-top: 1px solid #5d5d5d;
  box-sizing: border-box;
  display: table;
}

#gnav ul li:nth-child(3),
#gnav ul li:nth-child(5),
#gnav ul li:nth-child(7),
#gnav ul li:nth-child(9) {
  border-right: 1px solid #5d5d5d;
}

#gnav ul li a {
  display: table-cell;
  vertical-align: middle;
  background: url("../images/arrow.svg") 96% center/2.13333vw 4.63773vw no-repeat;
  font-size: 5.33333vw;
  padding: 0 4.8vw;
  box-sizing: border-box;
  line-height: 1.2;
}

#gnav ul li:nth-child(n+3) {
  width: 50%;
}

#gnav ul li:nth-child(n+3) a {
  background: url("../images/arrow.svg") 91% center/2.13333vw 4.63773vw no-repeat;
}

#gnav ul li:nth-child(n+3) {
  background-position: 92% center;
  font-size: 4.53333vw;
}

#gnav ul li:nth-child(12),
#gnav ul li:nth-child(13) {
  width: 50%;
  padding: 5.33333vw 0;
}

#gnav ul li:nth-child(12) {
  text-align: right;
}

#gnav ul li:nth-child(12) a,
#gnav ul li:nth-child(13) a {
  background: none;
}

#gnav ul li:nth-child(12) a img,
#gnav ul li:nth-child(13) a img {
  width: 13.33333vw;
}

#gnav ul li a p {
  display: inline-block;
  width: 29.6vw;
}

#gnav ul li a span {
  display: inline-block;
  font-size: 3.6vw;
}

#gnav ul li:nth-child(n+3) span {
  display: block;
  padding-left: 0;
  font-size: 2.66667vw;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.menuBtn {
  position: absolute;
  top: 8.26667vw;
  left: 9.33333vw;
  width: 7.86667vw;
  height: 6.66667vw;
  z-index: 100;
  display: block !important;
}

/* --- trigger --- */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 7.86667vw;
  height: 6.66667vw;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 3.06667vw;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 74%;
}

.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  transition: all 0.4s;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}

.menu-trigger.active span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2)::after {
  transform: rotate(90deg);
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}

#snsBtn {
  display: none;
}

/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  header {
    width: 1100px;
    position: relative;
    height: 200px;
  }
  header img {
    width: 100%;
  }
  header .headerInr {
    width: 1100px;
    height: 140px;
    z-index: 100;
    position: static;
    background: #fff;
  }
  header h1 {
    position: absolute;
    width: 170px;
    height: 66px;
    top: 45px;
    left: 50%;
    margin: 0 0 0 -85px;
    z-index: 100;
  }
  header .btnLogin {
    position: absolute;
    width: 62px;
    height: 48px;
    top: 52px;
    right: 40px;
    z-index: 100;
  }
  header .btnLogin a {
    display: block;
  }
  header .btnReserve {
    display: block;
    position: absolute;
    width: 120px;
    height: 50px;
    top: 50px;
    right: 137px;
    z-index: 100;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
  }
  header .btnReserve span {
    display: block;
    font-size: 11px;
  }
  header .btnReserve a {
    display: block;
    height: 50px;
    padding: 9px 0 0;
    color: #fff;
    background: #999;
  }
  header .btnLogin a:hover, header .btnReserve a:hover {
    opacity: 0.7;
  }
  #gnav {
    position: absolute;
    top: 140px;
    left: 0;
    width: 1100px;
    height: 60px;
  }
  .menuBtn {
    display: none !important;
  }
  #gnav .gnavInr {
    display: block !important;
    position: inherit;
    overflow-y: inherit;
    background: #fff;
    width: 1100px;
    height: 60px;
    padding: 0;
  }
  #gnav ul {
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    border: none;
  }
  #gnav ul li {
    height: 60px;
    box-sizing: border-box;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  #gnav ul li:nth-child(3),
  #gnav ul li:nth-child(5),
  #gnav ul li:nth-child(7),
  #gnav ul li:nth-child(9) {
    border-right: none;
  }
  #gnav ul li a {
    display: block;
    vertical-align: inherit;
    background: none;
    background-image: none;
    font-size: 21px !important;
    padding: 15px 0 0;
    height: 60px;
    box-sizing: border-box;
    line-height: 1.2;
    color: #231815;
    text-align: center;
  }
  #gnav ul li:nth-child(n+3) a {
    background: none;
  }
  #gnav ul li a p {
    display: block;
    width: auto;
  }
  #gnav ul li a span {
    display: none;
    font-size: 11px !important;
  }
  #gnav ul li:nth-child(3) a span,
  #gnav ul li:nth-child(4) a span,
  #gnav ul li:nth-child(5) a span,
  #gnav ul li:nth-child(6) a span,
  #gnav ul li:nth-child(7) a span,
  #gnav ul li:nth-child(8) a span {
    display: none;
    font-size: 11px !important;
  }
  #gnav ul li:nth-child(n+9) {
    display: none;
  }
  #gnav ul li a:hover span {
    display: block;
    padding: 0;
  }
  #gnav ul li a:hover {
    opacity: 0.7;
  }
  #gnav ul li:nth-child(1) {
    order: 1;
    width: 132px;
  }
  #gnav ul li:nth-child(2) {
    order: 1;
    width: 147px;
  }
  #gnav ul li:nth-child(3) {
    order: 3;
    width: 106px;
  }
  #gnav ul li:nth-child(4) {
    order: 4;
    width: 129px;
  }
  #gnav ul li:nth-child(5) {
    order: 5;
    width: 192px;
  }
  #gnav ul li:nth-child(6) {
    order: 6;
    width: 156px;
  }
  #gnav ul li:nth-child(7) {
    order: 7;
    width: 111px;
  }
  #gnav ul li:nth-child(8) {
    order: 8;
    width: 127px;
  }
  #snsBtn {
    position: absolute;
    width: 90px;
    height: 35px;
    top: 55px;
    left: 30px;
    display: block;
  }
  #snsBtn:after {
    content: "";
    display: block;
    clear: both;
  }
  #snsBtn div {
    width: 35px;
    float: left;
  }
  #snsBtn div:last-child {
    float: right;
  }
  #snsBtn div a:hover {
    opacity: 0.7;
  }
  /* header small */
  header#header_s {
    width: 940px;
  }
  header#header_s .headerInr {
    width: 940px;
  }
  header#header_s #gnav .gnavInr {
    width: 940px;
  }
  header#header_s #gnav ul {
    width: 940px;
  }
  header#header_s #gnav ul li:nth-child(1) {
    width: 114px;
  }
  header#header_s #gnav ul li:nth-child(2) {
    width: 128px;
  }
  header#header_s #gnav ul li:nth-child(3) {
    width: 90px;
  }
  header#header_s #gnav ul li:nth-child(4) {
    width: 122px;
  }
  header#header_s #gnav ul li:nth-child(5) {
    width: 184px;
  }
  header#header_s #gnav ul li:nth-child(6) {
    width: 124px;
  }
  header#header_s #gnav ul li:nth-child(7) {
    width: 90px;
  }
  header#header_s #gnav ul li:nth-child(8) {
    width: 88px;
  }
} /* PC End */
/* ----------------------------------------------------------------------------------------------------------
 footer
---------------------------------------------------------------------------------------------------------- */
/* smartphone
------------------------------------------------------------*/
footer {
  background: #000;
  padding: 8vw 5.33333vw 6vw;
  box-sizing: border-box;
}

footer ul {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

footer ul li {
  position: relative;
}

footer ul li:before {
  content: "";
  width: 1px;
  height: 3.33333vw;
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 1vw;
}

footer ul li:last-child:before {
  border-right: none;
}

footer ul li a {
  color: #fff;
  font-size: 3.33333vw;
  padding: 4px 0.6em;
}

footer p {
  text-align: center;
  font-size: 3.33333vw;
  padding: 3.73333vw 0 0;
  color: #fff;
}

/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  footer {
    background: #000;
    padding: 30px 0 136px;
    box-sizing: border-box;
  }
  footer ul {
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  footer ul li {
    position: relative;
  }
  footer ul li:before {
    content: "";
    width: 1px;
    height: 12px;
    border-right: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 3px;
  }
  footer ul li:last-child:before {
    border-right: none;
  }
  footer ul li a {
    color: #fff;
    font-size: 12px;
    padding: 4px 0.6em;
  }
  footer ul li a:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
  footer p {
    text-align: center;
    font-size: 12px;
    padding: 15px 0 0;
    color: #fff;
  }
  /* footer small */
  footer#footer_s ul {
    width: 660px;
  }
} /* PC End */
/* ----------------------------------------------------------------------------------------------------------
 Pagetop
---------------------------------------------------------------------------------------------------------- */
/* smartphone
------------------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 10;
  bottom: 5vw;
  left: 5vw;
  width: 10vw;
}

#pagetop img {
  width: 100%;
}

/* PC
------------------------------------------------------------*/
@media (min-width: 768px) {
  #pagetop {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    left: 20px;
    width: 52px;
    cursor: pointer;
  }
  #pagetop img {
    transition: all 0.5s ease;
  }
  #pagetop img:hover {
    opacity: 0.7;
    transition: all 0.5s ease;
  }
}
/* ----------------------------------------------------------------------------------------------------------
 Layout
---------------------------------------------------------------------------------------------------------- */
/* smartphone
------------------------------------------------------------*/
.pc {
  display: none !important;
}

.tb {
  display: none !important;
}

.sp {
  display: block !important;
}

.pctb {
  display: none !important;
}

.tbsp {
  display: block !important;
}

.pcsp {
  display: block !important;
}

.alpha {
  opacity: 1;
}

/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .tb {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .pctb {
    display: block !important;
  }
  .tbsp {
    display: none !important;
  }
  .pcsp {
    display: block !important;
  }
} /* PC End */
/* ----------------------------------------------------------------------------------------------------------
 #errorPage
---------------------------------------------------------------------------------------------------------- */
/* smartphone
------------------------------------------------------------*/
#errorPage {
  text-align: center;
  padding: 26.66667vw 2.66667vw 13.33333vw;
  box-sizing: border-box;
}

#errorPage .errorTitle {
  font-size: 6.66667vw;
  font-weight: 700;
  line-height: 1.4;
}

#errorPage .errorText {
  font-size: 4vw;
  padding: 8vw 0 13.33333vw;
}

#errorPage ul.errorBtn {
  width: 81.33333vw;
  margin: 0 auto 12vw;
}

#errorPage ul.errorBtn li {
  width: 100%;
  margin-bottom: 4vw;
}

#errorPage ul.errorBtn li a {
  display: block;
  width: 81.33333vw;
  height: 16vw;
  border: 1px solid #000;
  text-align: center;
  line-height: 16vw;
  font-size: 6.66667vw;
  font-weight: 400;
  color: #000;
  background: url(../../common/images/arrow.svg) 92% center/1.06667vw 2.66667vw no-repeat;
  margin: 0 auto;
  box-sizing: border-box;
}

#errorPage ul.errorBtn li a span {
  display: inline-block;
  font-size: 4vw;
  padding-left: 1em;
}

#article li {
  font-size: 4vw;
  margin-left: 5%;
  list-style: disc;
}

/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  #errorPage {
    padding: 124px 30px 90px;
  }
  #errorPage .errorTitle {
    font-size: 40px;
  }
  #errorPage .errorText {
    font-size: 20px;
    padding: 32px 0 44px;
  }
  #errorPage ul.errorBtn {
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 750px;
    margin: 0 auto 100px;
  }
  #errorPage ul.errorBtn li {
    width: 350px;
    margin-bottom: 0;
  }
  #errorPage ul.errorBtn li a {
    display: block;
    width: 350px;
    height: 80px;
    border: 1px solid #000;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background: url(../../common/images/arrow.svg) 92% center/5px 12px no-repeat;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  #errorPage ul.errorBtn li a span {
    display: inline-block;
    font-size: 15px;
    padding-left: 1em;
  }
  #article li {
    font-size: 20px;
    margin-left: 25px;
  }
} /* PC End */
.p-price__stext {
  font-size: 2vw;
  text-align: right;
  margin: -4vw 0 0 0;
}
@media print, screen and (min-width: 768px) {
  .p-price__stext {
    margin: -20px 0 0 0;
    font-size: 15px;
  }
}
.p-price__ttl {
  font-size: 4vw;
  font-weight: bold;
  margin-top: 7.2727272727vw;
}
@media print, screen and (min-width: 768px) {
  .p-price__ttl {
    font-size: 28px;
    margin-top: 60px;
  }
}
.p-price__box {
  margin-top: 2.7272727273vw;
  border-bottom: solid 1px #000;
}
@media print, screen and (min-width: 768px) {
  .p-price__box {
    margin-top: 15px;
  }
}
.p-price__box dl {
  display: flex;
  align-items: stretch;
  text-align: center;
  border-top: solid 1px #000;
}
.p-price__box dl dt {
  width: 64%;
  font-size: 2.2727272727vw;
  border-right: solid 1px #000;
  line-height: 1.56;
}
@media print, screen and (min-width: 768px) {
  .p-price__box dl dt {
    font-size: 14px;
  }
}
.p-price__box dl dt strong {
  display: block;
  font-size: 3.6363636364vw;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-price__box dl dt strong {
    font-size: 24px;
  }
}
.p-price__box dl dd {
  width: 36%;
  font-size: 3.0909090909vw;
}
@media print, screen and (min-width: 768px) {
  .p-price__box dl dd {
    font-size: 18px;
  }
}
.p-price__box dl dd small {
  display: block;
  color: #868686;
  font-size: 1.9090909091vw;
}
@media print, screen and (min-width: 768px) {
  .p-price__box dl dd small {
    font-size: 14px;
  }
}
.p-price__box dl dd span {
  font-weight: bold;
}
.p-price__box dl dt, .p-price__box dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.6363636364vw 0;
}
@media print, screen and (min-width: 768px) {
  .p-price__box dl dt, .p-price__box dl dd {
    padding: 20px 0;
  }
}
.p-price__box--option dl dt {
  text-align: left;
  align-items: flex-start;
}
.p-price__box--option dl dt strong {
  font-size: 2.9090909091vw;
}
@media print, screen and (min-width: 768px) {
  .p-price__box--option dl dt strong {
    font-size: 24px;
  }
}
.p-price__y2box {
  margin-top: 2.7272727273vw;
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 3.6363636364vw 0;
  font-weight: 2.2727272727vw;
}
@media print, screen and (min-width: 768px) {
  .p-price__y2box {
    margin-top: 15px;
    padding: 20px 0;
    font-size: 14px;
  }
}
.p-price__y2box strong {
  font-size: 3.6363636364vw;
  font-weight: bold;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-price__y2box strong {
    font-size: 24px;
  }
}
.p-price__y2box a {
  text-decoration: underline;
  color: #0000FF;
}
.p-price__boxattention {
  font-size: 2vw;
  margin-top: 1.8181818182vw;
  text-indent: -1em;
  padding-left: 1em;
}
@media print, screen and (min-width: 768px) {
  .p-price__boxattention {
    font-size: 12px;
    margin-top: 10px;
  }
}
.p-price__boxattention + .p-price__boxattention {
  margin-top: 0;
}
.p-price__boxattention a {
  text-decoration: underline;
  color: #0000FF;
}
.p-price__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7.2727272727vw;
  gap: 7.2727272727vw 0;
}
@media print, screen and (min-width: 768px) {
  .p-price__items {
    margin-top: 40px;
    gap: 40px 0;
    justify-content: center;
  }
}
.p-price__items li {
  width: 33.3333333333%;
  font-size: 2.6363636364vw;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-price__items li {
    width: 16.6666666667%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-price__items li img {
  display: block;
  width: 10vw !important;
  margin: 0 auto 1.3636363636vw auto;
}
@media print, screen and (min-width: 768px) {
  .p-price__items li img {
    flex-shrink: 0;
    width: 55px !important;
    margin: 0 auto auto auto;
  }
}
@media print, screen and (min-width: 768px) {
  .p-price__items li > strong {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-price__items li > span {
  display: block;
  font-weight: normal;
  font-size: 2.0909090909vw;
}
@media print, screen and (min-width: 768px) {
  .p-price__items li > span {
    font-size: 12px;
  }
}
.p-price__items li .price {
  font-size: 2.9090909091vw;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-price__items li .price {
    font-size: 14px;
  }
}
.p-price__items li .price small {
  display: block;
  color: #868686;
  font-size: 1.9090909091vw;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .p-price__items li .price small {
    font-size: 12px;
  }
}
.p-price__items + .p-price__boxattention, .p-price__items + .p-price__box {
  margin-top: 7.2727272727vw;
}
@media print, screen and (min-width: 768px) {
  .p-price__items + .p-price__boxattention, .p-price__items + .p-price__box {
    margin-top: 40px;
  }
}

.o-pan {
  list-style: none;
  font-size: 3.2vw;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #898F9C;
  width: 81.33333vw;
  margin: 10px auto 5vw auto;
}
@media print, screen and (min-width: 768px) {
  .o-pan {
    font-size: 14px;
    width: 100%;
    margin: 10px 0 60px 0;
  }
}
.o-pan li {
  display: flex;
  align-items: center;
}
.o-pan li:not(:nth-last-child(1))::after {
  content: ">";
  margin: 0 0.5em;
}
.o-pan li a {
  text-decoration: none !important;
  color: inherit;
}
.o-pan--studios {
  width: 86vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .o-pan--studios {
    width: 100%;
  }
}
.o-pan--music {
  width: calc(100% - 6vw);
}
@media print, screen and (min-width: 768px) {
  .o-pan--music {
    width: 100%;
  }
}
.o-pan--faq {
  width: 90vw;
}
@media print, screen and (min-width: 768px) {
  .o-pan--faq {
    width: 100%;
  }
}
.o-pan--morefeel {
  margin-top: -17vw;
}
@media print, screen and (min-width: 768px) {
  .o-pan--morefeel {
    margin-top: -40px;
  }
}/*# sourceMappingURL=common.css.map */