@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
  overflow-x: hidden;
  font-family: "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 744px) {
  body {
    font-size: 1.8rem;
  }
}
a {
  color: #00c7cd;
  text-decoration: underline;
  transition: ease 0.2s opacity;
}
a:hover, a:active {
  text-decoration: none;
  opacity: 0.75;
}
strong,
em {
  font-weight: 700;
}
sup {
  font-size: 1.2rem;
  vertical-align: super;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.tac {
  text-align: center;
}
br.pc {
  display: none;
}
@media only screen and (min-width: 1025px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
}
.is-right {
  text-align: right;
}
.is-center {
  text-align: center;
}
.note {
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-size: 3.2vw;
}
@media only screen and (min-width: 744px) {
  .note {
    font-size: 1.4rem;
  }
}
.note p + p {
  margin-top: 1em;
}
main input[type=radio] {
  display: none;
}
nav {
  padding: 0 0 2px;
  background-color: #f5f5f5;
}
.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
.nav__item {
  position: relative;
  width: 32.5%;
}
.nav__item label {
  display: block;
  padding: 8px 0;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #00c7cd;
  transition: ease 0.2s opacity;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media only screen and (min-width: 744px) {
  .nav__item label {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .nav__item label {
    padding: 16px 0;
  }
}
.nav__item label:hover {
  opacity: 0.75;
}
.nav__item label span {
  position: relative;
  display: block;
  font-weight: 700;
}
.nav__item label span::after {
  position: absolute;
  top: 50%;
  right: 5%;
  font-size: 1.2rem;
  font-size: 3.2vw;
  content: "▼";
  transform: translateY(-50%);
}
@media only screen and (min-width: 744px) {
  .nav__item label span::after {
    font-size: 1.2rem;
  }
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
table {
  width: 100%;
}
table th,
table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 744px) {
  table th,
  table td {
    padding: 14px 24px;
  }
}
table th {
  font-weight: 600;
  color: #fff;
  background-color: #00c7cd;
  border: 1px solid #bebebe;
}
table th.sbhead {
  background-color: #def5f5;
}
table td {
  line-height: 1;
  background-color: #fff;
  border: 1px solid #bebebe;
}
table.women th {
  background-color: #a20073;
}
table.women th.sbhead {
  background-color: #be7c95;
}
table.women td {
  border-color: #a20073;
}
table.women tr:last-of-type th {
  border-bottom-color: #a20073;
}
.listitem > dt {
  padding: 16px 20px;
  font-weight: 700;
  color: #fff;
  background-color: #00c7cd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.listitem > dt .listitem-img-01 {
  margin-right: 12px;
}
@media only screen and (max-width: 743px) {
  .listitem > dt .listitem-img-01 {
    display: none;
  }
}
@media only screen and (max-width: 743px) {
  .listitem > dt .listitem-img-02 {
    display: none;
  }
}
.listitem > dd {
  padding: 20px;
  background: #f4f4f4;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.listitem .white {
  background: none;
}
#panel2 .listitem dd {
  background-color: #def5f5;
}
.circlelist li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.circlelist li::before {
  margin-right: 0.2em;
  color: #00c7cd;
  content: "●";
}
.flexbox {
  display: flex;
  flex-direction: row;
}
.flexbox.two li {
  width: 48%;
}
.flexbox.three li {
  width: 30%;
}
.floatbox {
  position: fixed;
  bottom: 0%;
  left: 50%;
  z-index: 9;
  width: 100%;
  padding: 1.2% 16% 1% 0%;
  background: #fff;
  transform: translate(-50%);
}
@media only screen and (min-width: 744px) {
  .floatbox {
    padding: 1.2% 6% 1%;
  }
}
.floatbox ul li {
  display: inline-block;
}
.orderbtn .btn {
  top: 3px;
  padding: 10px 64px;
  color: #fff;
  background: #a20073;
  border-radius: 54px;
  box-shadow: 0 6px 0 #620e2e;
}
@media only screen and (max-width: 320px) {
  .orderbtn .btn {
    padding: 10px 44px;
  }
}
.orderbtn .btn::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: translateY(-50%) rotate(-135deg);
  right: 5%;
}
.orderbtn small {
  display: block;
  margin-top: 3%;
  font-size: 1rem;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 744px) {
  .orderbtn small {
    margin-top: 1.2%;
    font-size: 1rem;
  }
}
.btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 0 6px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 54px;
}
.page-top {
  position: fixed;
  top: 50%;
  right: 12px;
  padding: 4.3vw;
  background: #f3f3f3;
  border-radius: 50%;
  box-shadow: 0 2px 0 #b1b1b1;
  transform: translateY(-50%);
}
@media only screen and (min-width: 744px) {
  .page-top {
    padding: 18px;
  }
}
.page-top img {
  display: block;
  width: 20px;
}
/* header style */
.header {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 84px;
  padding: 0 10%;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 744px) {
  .header {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 1025px) {
  .header {
    padding: 0;
  }
}
.header__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  height: 94px;
}
@media only screen and (min-width: 744px) {
  .header__inner {
    flex-direction: row;
    -moz-column-gap: 40px;
         column-gap: 40px;
    height: 84px;
    margin: 0 auto;
  }
}
.header__logo {
  width: 200px;
}
@media only screen and (min-width: 744px) {
  .header__logo {
    width: 232px;
  }
}
@media only screen and (min-width: 1025px) {
  .header__logo {
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 743px) {
  .header {
    height: 94px;
  }
}
.header .titlelogo {
  width: 300px;
}
@media only screen and (max-width: 320px) {
  .header .titlelogo {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .header .titlelogo {
    width: 420px;
  }
}
/* footer style */
.footer {
  margin: 100px 0 80px;
  background: #f4f4f4;
}
@media only screen and (min-width: 744px) {
  .footer {
    padding: 30px 0;
    margin: 120px 0;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1040px;
  padding: 24px;
  margin: 0 auto;
}
@media only screen and (min-width: 744px) {
  .footer__inner {
    flex-direction: row;
  }
}
@media only screen and (min-width: 744px) {
  .footer__inner dl {
    margin-right: 200px;
  }
}
.footer__inner dd {
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-size: 3.2vw;
  line-height: 2.4;
}
@media only screen and (min-width: 744px) {
  .footer__inner dd {
    font-size: 1.3rem;
  }
}
.footer__inner strong {
  font-size: 3rem;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media only screen and (min-width: 744px) {
  .footer__inner strong {
    font-size: 3rem;
  }
}
.footer__title {
  font-weight: 600;
}
@media only screen and (min-width: 744px) {
  body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
  }
}
.panel {
  text-align: center;
}
@media only screen and (max-width: 743px) {
  .panel {
    margin-top: 54px;
  }
}
.panel__title {
  font-size: 2.2rem;
  font-size: 5.8666666667vw;
}
@media only screen and (min-width: 744px) {
  .panel__title {
    font-size: 3rem;
  }
}
.panel__title span {
  font-weight: 700;
  color: #00c7cd;
}
.panel__stitle {
  margin-top: 1em;
  font-size: 1.9rem;
  font-size: 5.0666666667vw;
  font-weight: 700;
}
@media only screen and (min-width: 744px) {
  .panel__stitle {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 743px) {
  .panel__inner {
    padding-top: 5%;
  }
}
.panel__text {
  margin-top: 1em;
}
.panel__foot {
  margin-top: 2em;
}
.footer {
  margin: 80px 0 0;
}
@media only screen and (min-width: 744px) {
  .footer {
    margin: 0;
  }
}