@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap');
@charset "UTF-8";
/* =========================================================
	Reset
========================================================= */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
input,
option,
select,
table,
textarea {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
fieldset {
  min-width: 100%;
  width: 100%;
  display: table;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* =========================================================
	Base Setting
========================================================= */
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
option,
select,
table,
textarea {
  color: #333;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  line-height: 1.1;
}

a:link {
  color: #000;
  text-decoration: underline;
}

a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}

/* =========================================================
	Common Layout
========================================================= */
/* Wraper
--------------------------------------------------------- */
#wrap {
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  #wrap {
    width: 100%;
    min-width: 0;
  }

  #wrap.menuActive {
    position: fixed;
    left: 0;
    z-index: 1;
  }

  #wrap .fixedWrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
  }
}

/* Header
--------------------------------------------------------- */
header {
  background: #000;
}

header .inner {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}

header .inner .logo {
  float: left;
  margin-left: 60px;
  position: relative;
  z-index: 99;
}
header .inner .logo a {
  display: flex;
  align-items: center;
}
header .inner .logo a img:nth-child(2) {
  margin: 0 0 0 17px;
}

header .inner .inquiry {
  float: left;
  /* padding: 16px 0 0 168px; */
  padding: 16px 0 0 320px;
}
header .inner .inquiry img {
  margin-right: 10px;
}
header .inner .inquiry img:hover {
  opacity: 0.7;
}
header .inner .contact {
  font-family: 'Noto Serif JP', serif;
  float: left;
  padding: 11px 0 0 0;
}
header .inner .contact p.tel {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.2px;
}
header .inner .contact p.title {
  color: #fff;
  font-size: 10px;
}

header .inner .body-menu,
header .inner .access,
header .inner .menu {
  display: none;
}

@media screen and (max-width: 767px) {
  header {
    border-bottom: 1px solid #c2c7c7;
    position: relative;
    z-index: 999;
  }

  header .inner {
    width: 100%;
    padding: 0; /*1.87vw 0 0*/
  }

  header .inner::before {
    content: none;
  }

  header .inner .logo {
    margin: 0; /*0 0 0 1.64vw*/
  }
  header .inner .logo a img:nth-child(1) {
    width: 11.76vw; /*9.89vw*/
  }
  header .inner .logo a img:nth-child(2) {
    width: 50.79vw;
    margin: 0 0 0 2.73vw;
  }

  header .inner .body-menu {
    display: block;
    position: absolute;
    top: 3.13vw; /*4.13vw*/
    right: 23.03vw;
  }

  header .inner .body-menu a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
  }

  header .inner .body-menu a::before {
    content: "";
    display: block;
    width: 3.54vw;
    height: 5.33vw;
    background: url(../img/common/header/icon_price.png) no-repeat;
    background-size: 100% auto;
  }

  header .inner .inquiry,
  header .inner .contact {
    display: none;
  }

  header .inner .access {
    display: block;
    position: absolute;
    top: 3.13vw; /*4.13vw*/
    right: 15.03vw;
  }

  header .inner .access a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
  }

  header .inner .access a::before {
    content: "";
    display: block;
    width: 3.54vw;
    height: 5.33vw;
    background: url(../img/common/header/icon_pin.png) no-repeat;
    background-size: 100% auto;
  }

  header .inner .menu {
    display: block;
    position: absolute;
    top: 3.13vw; /*4.13vw*/
    right: 5.64vw;
  }

  header .inner .menu a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
  }

  header .inner .menu a::before {
    content: "";
    display: block;
    width: 5.248vw;
    height: 4.908vw;
    background: url(../img/common/header/nav.png) no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 370px) {
  header .inner {
    -webkit-background-size: 65% 53px;
    background-size: 65% 53px;
  }
}

/* Global Navi
--------------------------------------------------------- */
#gNavi {
  background: #ddd;
  border-bottom: 3px solid #720404;
}
@media screen and (max-width:767px) {
  #gNavi {
    display: none;
  }
}

#gNavi > ul {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#gNavi > ul > li {
  float: left;
  padding: 5px 0;
}

#gNavi > ul > li > a {
  display: block;
  width: 166px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 51px;
  position: relative;
}

#gNavi > ul > li > a.spOnly {
  display: none;
}

#gNavi > ul > li:last-child > a {
  width: 166px;
}

#gNavi > ul > li:nth-child(4) > a {
  height: 44px;
  padding-top: 7px;
  font-size: 1.6rem;
  line-height: 1.3;
}

#gNavi > ul > li > a::after {
  content: "";
  display: block;
  width: 1px;
  height: 51px;
  background: #bbb;
  position: absolute;
  top: 0;
  right: 0;
}

#gNavi > ul > li:first-child > a::before {
  content: "";
  display: block;
  width: 1px;
  height: 51px;
  background: #bbb;
  position: absolute;
  top: 0;
  left: 0;
}

#gNavi > ul > li > .subNavi {
  display: none;
  width: 1000px;
  background: url(../img/common/bg_subnavi01.png) repeat;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
}

#gNavi > ul > li > .subNavi .inner {
  padding: 50px 0 25px;
  position: relative;
}

#gNavi > ul > li > .subNavi .inner .featureList {
  width: 940px;
  margin: 0 auto 20px;
  padding: 15px 15px;
  background: #fff;
}

#gNavi > ul > li > .subNavi .inner .featureList li {
  float: left;
  margin-left: 15px;
}

#gNavi > ul > li > .subNavi .inner .featureList li:first-child {
  margin-left: 0;
}

#gNavi > ul > li > .subNavi .inner .featureList li a {
  display: block;
  text-decoration: none;
}

#gNavi > ul > li > .subNavi .inner .featureList li .link {
  display: block;
  margin-top: 7px;
  padding: 29px 15px 27px;
  background: #f0dbd0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #b12726;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

#gNavi > ul > li > .subNavi .inner .beforeAfterList {
  width: 880px;
  margin: 0 auto 20px;
}

#gNavi > ul > li > .subNavi .inner .beforeAfterList li {
  float: left;
  margin-left: 29px;
}

#gNavi > ul > li > .subNavi .inner .beforeAfterList li:nth-child(3n + 1) {
  margin-left: 0;
}

#gNavi > ul > li > .subNavi .inner .beforeAfterList li:nth-child(n + 4) {
  margin-top: 30px;
}

#gNavi > ul > li > .subNavi .inner .qaList {
  width: 880px;
  margin: 0 auto 20px;
}

#gNavi > ul > li > .subNavi .inner .qaList li {
  float: left;
  width: 205px;
  margin-left: 20px;
}

#gNavi > ul > li > .subNavi .inner .qaList li:nth-child(4n + 1) {
  margin-left: 0;
}

#gNavi > ul > li > .subNavi .inner .qaList li:nth-child(n + 5) {
  margin-top: 40px;
}

#gNavi > ul > li > .subNavi .inner .qaList li a {
  display: block;
}

#gNavi > ul > li > .subNavi .inner .qaList li .link {
  margin-top: 10px;
}

#gNavi > ul > li > .subNavi .inner .qaList li .link span {
  display: block;
  padding-right: 25px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: underline;
  letter-spacing: -0.5px;
  position: relative;
}

#gNavi > ul > li > .subNavi .inner .qaList li a:hover .link span {
  text-decoration: none;
}

#gNavi > ul > li > .subNavi .inner .qaList li .link span::after {
  content: "";
  display: block;
  width: 19px;
  height: 31px;
  margin-top: -15px;
  background: url(../img/common/arrow_subnavi02.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
}

#gNavi > ul > li > .subNavi .inner .trialList {
  width: 880px;
  margin: 0 auto 20px;
}

#gNavi > ul > li > .subNavi .inner .trialList li {
  float: left;
  width: 274px;
  margin-left: 29px;
}

#gNavi > ul > li > .subNavi .inner .trialList li:nth-child(3n + 1) {
  margin-left: 0;
}

#gNavi > ul > li > .subNavi .inner .trialList li:nth-child(n + 4) {
  margin-top: 30px;
}

#gNavi > ul > li > .subNavi .inner .trialList li a {
  display: block;
}

#gNavi > ul > li > .subNavi .inner .trialList li .link {
  margin-top: 20px;
}

#gNavi > ul > li > .subNavi .inner .trialList li .link span {
  display: block;
  padding-right: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 31px;
  text-decoration: underline;
  position: relative;
}

#gNavi > ul > li > .subNavi .inner .trialList li a:hover .link span {
  text-decoration: none;
}

#gNavi > ul > li > .subNavi .inner .trialList li .link span::after {
  content: "";
  display: block;
  width: 19px;
  height: 31px;
  margin-top: -15px;
  background: url(../img/common/arrow_subnavi02.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
}

#gNavi > ul > li > .subNavi .inner .accessBox {
  width: 900px;
  margin: 0 auto;
}

#gNavi > ul > li > .subNavi .inner .accessBox .doctorBox {
  float: left;
  width: 260px;
}

#gNavi > ul > li > .subNavi .inner .accessBox .doctorBox .btn {
  margin-top: 20px;
}

#gNavi > ul > li > .subNavi .inner .accessBox .doctorBox .btn a {
  width: 260px;
}

#gNavi > ul > li > .subNavi .inner .accessBox .clinicBox {
  float: right;
  width: 540px;
}

#gNavi > ul > li > .subNavi .inner .accessBox .clinicBox .btn {
  margin-top: 20px;
}

#gNavi > ul > li > .subNavi .inner .accessBox .clinicBox .btn a {
  width: 540px;
}

#gNavi > ul > li > .subNavi .inner .btn {
  text-align: center;
}

#gNavi > ul > li > .subNavi .inner .btn a,
#gNavi > ul > li > .subNavi .inner .btn span {
  display: inline-block;
  width: 380px;
  padding: 20px 0 18px;
  background: #c4554c;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}

#gNavi > ul > li > .subNavi .inner .close {
  position: absolute;
  top: 15px;
  right: 19px;
  z-index: 99;
}

#gNavi > ul > li > .subNavi .inner .close a {
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/common/icon_close01.png) no-repeat;
  text-indent: -9999px;
}

@media screen and (min-width: 768px) {
  #gNavi > ul > li > .subNavi .inner .btn a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  #gNavi {
    background: #ededed;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #gNavi > ul {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }

  #gNavi > ul > li {
    width: 25%;
    padding: 3px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #gNavi > ul > li:nth-child(1),
  #gNavi > ul > li:nth-child(6),
  #gNavi > ul > li:nth-child(7) {
    display: none;
  }

  #gNavi > ul > li > a {
    width: 100% !important;
    padding: 11px 10px 11px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    border-right: 1px solid #b7b7b7;
    font-size: 1.1rem !important;
    line-height: 1;
  }

  #gNavi > ul > li > a.pcOnly {
    display: none;
  }

  #gNavi > ul > li > a.spOnly {
    display: block;
  }

  #gNavi > ul > li:nth-child(4) > a {
    height: auto;
    padding: 11px 10px 11px 0;
    line-height: 1;
  }

  #gNavi > ul > li:nth-child(2) > a {
    border-left: none;
  }

  #gNavi > ul > li:nth-child(5) > a {
    border-right: none;
  }

  #gNavi > ul > li > a::after {
    width: 7px;
    height: 11px;
    background: url(../img/common/arrow_gnavi01_sp.png) no-repeat;
    -webkit-background-size: 7px 11px;
    background-size: 7px 11px;
    top: 50%;
    right: 6px;
    margin-top: -5px;
  }

  #gNavi > ul > li > a .pcView {
    display: none;
  }
}

/* Slide Menu
--------------------------------------------------------- */
#slideMenu {
  display: none;
}

@media screen and (max-width: 767px) {
    .menu .hamIcon__Lines {
        width: 5.248vw;
        height: 4.908vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .menu .hamIcon__Lines::before,
    .menu .hamIcon__Lines::after {
        content: "";
    }
    .menu .hamIcon__Lines span,
    .menu .hamIcon__Lines::before,
    .menu .hamIcon__Lines::after {
        width: 100%;
        height: 2px;
        background-color: #bba170;
        display: block;
        transition: 0.3s ease-in-out;
    }
    .menu.active .hamIcon__Lines::before {
        transform: rotateZ(45deg) translateY(0px) translateX(0px);
        position: absolute;
        top: calc(50% - 1px);
    }
    .menu.active .hamIcon__Lines span {
        display: none;
    }
    .menu.active .hamIcon__Lines::after {
        transform: rotateZ(-45deg) translateY(0px) translateX(0px);
        position: absolute;
        bottom: calc(50% - 1px);
    }

  #slideMenu {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  #slideMenu.active {
    display: block;
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 1000;
  }

  #slideMenu #overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }

  #slideMenu .menuWrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9999;
  }

  #slideMenu .menuWrap .menuOuter {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  #slideMenu .menuNav {
    height: 100%;
    position: relative;
  }

  #slideMenu .menuNav ul li {
    border-bottom: 1px solid #333;
  }

  #slideMenu .menuNav ul li a {
    display: block;
    height: 59px;
    padding: 0 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  #slideMenu .menuNav .bnBox {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 4px 0 5px;
  }

  #slideMenu .menuNav .close {
    position: absolute;
    top: 7px;
    right: 10px;
  }

  #slideMenu .menuNav .close a {
    display: inline-block;
    padding: 22px 0 0;
    background: url(../img/common/icon_close01_sp.png) no-repeat center 0;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
  }
  #slideMenu .menuNav .close a:after {
    content: none;
  }

  #slideMenu .menuNav .online_bnBox {
    display: inline-block;
    padding: 10px 10px 0;
    font-size: 0;
  }
  #slideMenu .menuNav .online_bnBox .online_counseling {
    display: inline-block;
    width: 75%;
    /* margin-bottom: 10px; */
  }
  #slideMenu .menuNav .online_bnBox .online_tel {
    display: inline-block;
    width: 21%;
    margin-right: 4%;
  }
  #slideMenu .menuNav .online_bnBox .online_meeting {
    display: inline-block;
    width: 75%;
  }
}

/* Main Visual
--------------------------------------------------------- */
#mainVisual {
  background: url(../img/common/img_mainvisual01.jpg) no-repeat center 0;
  position: relative;
}

#mainVisual .inner {
  width: 1000px;
  height: 418px;
  margin: 0 auto;
}

#mainVisual .openText {
  margin-left: -716px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
  position: absolute;
  top: 324px;
  left: 0;
  right: 0;
}

#mainVisual .openText .text01 {
  color: #ffffbf;
  font-size: 3rem;
}

#mainVisual .inner .ttl {
  width: 100%;
  padding-top: 2px;
  background: url(../img/common/bg_mainvisual01.png) no-repeat center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #mainVisual {
    background: none !important;
  }

  #mainVisual .openText {
    margin-left: 0;
    font-size: 2.25vw;
    font-weight: bold;
    text-align: right;
    letter-spacing: 0;
    position: absolute;
    top: 86%;
    right: 2%;
  }

  #mainVisual .openText .text01 {
    font-size: 3.4vw;
  }

  #mainVisual .inner {
    width: auto;
    height: auto !important;
  }

  #mainVisual .inner .ttl {
    padding: 6px 0;
    background: #000;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    position: static;
  }
}

/* Contents
--------------------------------------------------------- */
#conts {
  display: block;
  padding-top: 45px;
}

#conts .contsInner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #conts {
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
  }

  #conts .contsInner {
    width: 100%;
    overflow: hidden;
  }
}

/* Breadcrumb
--------------------------------------------------------- */
#breadCrumb {
  width: 1000px;
  margin: 9px auto 10px;
}

#breadCrumb ol li {
  display: inline-block;
  margin-right: 4px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
}

#breadCrumb ol li::after {
  content: ">";
  margin-left: 5px;
}

#breadCrumb ol li:last-child::after {
  content: none;
}

#breadCrumb ol li a {
  color: #bba171;
}

#breadCrumb ol .home a {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/common/icon_bread01.svg) no-repeat;
  text-indent: -9999px;
}

@media screen and (max-width: 767px) {
  #breadCrumb {
    width: 100%;
    margin: 0;
  }

  #breadCrumb ol {
    margin: 6px 7px;
  }

  #breadCrumb ol li {
    font-size: 1rem;
    margin-right: 2px;
  }

  #breadCrumb ol li.home a {
    width: 13px;
    height: 13px;
    background: url(../img/common/icon_bread01.svg) no-repeat;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
    vertical-align: text-top;
  }
}

/* CV Box
--------------------------------------------------------- */
#cvBox {
  display: none;
}

@media screen and (max-width: 767px) {
  #cvBox {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  #cvBox ul {
    display: -webkit-flex;
    display: flex;
  }
  #cvBox ul li {
    width: 50%;
  }
}

/* Footer
--------------------------------------------------------- */
footer {
  margin-top: 55px;
  padding: 10px 0 20px;
}

footer .footWrap {
  background: #000;
  padding: 25px 0 40px;
}

footer .logo + .footWrap {
  padding: 25px 0;
}

footer .footWrap .inner {
  width: 1000px;
  margin: 0 auto;
}

footer .footWrap .inner .footNav {
  text-align: center;
}

footer .footWrap .inner .footNav .spNav {
  display: none;
}

footer .footWrap .inner .footNav ul + ul {
  margin-top: 25px;
}

footer .footWrap .inner .footNav ul li {
  display: inline;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.2;
}

footer .footWrap .inner .footNav ul li.ttl {
  margin-right: 10px;
}

footer .footWrap .inner .footNav ul li::after {
  content: "｜";
  display: inline;
  margin: 0 10px 0 14px;
}

footer .footWrap .inner .footNav ul li:last-child::after,
footer .footWrap .inner .footNav .clinicNav li.ttl::after {
  content: none;
}

footer .footWrap .inner .footNav ul li.endColumn::after {
  content: "\A";
  margin: 0;
  white-space: pre;
}

footer .footWrap .inner .footNav ul li a {
  color: #fff;
  text-decoration: none;
}

footer .footWrap .inner .footNav ul li a:hover {
  text-decoration: underline;
}

footer .snsArea {
  display: table;
  margin: 35px auto 0;
}

footer .snsArea li {
  width: 30px;
  margin: 0 10px;
  float: left;
}

footer .snsArea li img {
  width: 100%;
}

footer .snsArea li img:hover {
  opacity: 0.7;
}

footer .logo {
  padding: 15px 0 20px;
  text-align: center;
}

footer .footWrap .inner .copyRight {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 30px;
  }

  footer .footWrap {
    padding: 0 0 30px;
  }

  footer .logo + .footWrap {
    padding: 12px 0;
  }

  footer .footWrap .inner {
    width: 100%;
  }

  footer .footWrap .inner .footNav .clinicNav {
    display: none;
  }

  footer .footWrap .inner .footNav .spNav {
    display: block;
  }

  footer .footWrap .inner .footNav .spNav li {
    display: block;
    border-bottom: 2px solid #fff;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
  }

  footer .footWrap .inner .footNav ul li::after {
    content: none;
  }

  footer .footWrap .inner .footNav .spNav li a {
    display: block;
    padding: 20px 30px 20px 20px;
    position: relative;
  }

  footer .footWrap .inner .footNav .spNav li a::after {
    content: "";
    display: block;
    width: 17px;
    height: 26px;
    background: url(../img/common/arrow_foot01.png) no-repeat;
    -webkit-background-size: 17px 26px;
    background-size: 17px 26px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -13px;
  }

  footer .logo {
    padding: 10px 0;
  }

  footer .logo img {
    width: 139px;
  }

  footer .footWrap .inner .copyRight {
    font-size: 1.1rem;
  }
}

/* =========================================================
	Common Style
========================================================= */
/* Opacity
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .opacity a:hover {
    opacity: 0.7;
  }
}

/* Headline
--------------------------------------------------------- */
#contents .pageTtl {
  padding: 10px 0 12px;
  background: #000;
}

#contents .pageTtl > span {
  display: block;
  width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}

#contents .pageTtl .yellow {
  color: #bba171;
}

#contents .headLine01 {
  padding: 18px 0 20px;
  background: #000;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

#contents .headLine02 {
  padding: 10px 25px 12px;
  background: #000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}

#contents .headLine02 span {
  color: #bba171;
}

@media screen and (max-width: 767px) {
  #contents .pageTtl {
    padding: 10px 10px;
  }

  #contents .pageTtl > span {
    width: 100%;
    font-size: 1.8rem;
  }

  #contents .headLine01 {
    padding: 10px 0;
    font-size: 1.6rem;
  }

  #contents .headLine02 {
    padding: 10px 7px;
    font-size: 1.5rem;
  }
}

/* Common Button
--------------------------------------------------------- */
#contents .cmnBtn01 a {
  display: inline-block;
  width: 380px;
  padding: 18px 0 16px;
  background: #bba171;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

#contents .cmnMore01 {
  display: none;
}

@media screen and (min-width: 768px) {
  #contents .cmnBtn01 a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  #contents .cmnBtn01 a {
    width: 310px;
    padding: 14px 0;
    font-size: 1.6rem;
  }

  #contents .cmnMore01 {
    display: block;
    text-align: center;
  }

  #contents .cmnMore01 a {
    display: inline-block;
    width: 310px;
    padding: 14px 0;
    background: #d9d9d9;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    position: relative;
  }

  #contents .cmnMore01 a::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/common/icon_more01_sp.png) no-repeat;
    -webkit-background-size: 17px 17px;
    background-size: 17px 17px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
  }

  #contents .cmnMore01.open {
    margin-right: 7px;
    text-align: right;
  }

  #contents .cmnMore01.open a {
    width: auto;
    padding: 0 20px 0 0;
    border: none;
    background: none;
    font-size: 1.3rem;
  }

  #contents .cmnMore01.open a::after {
    background: url(../img/common/icon_more01_open_sp.png) no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
  }
}

/* PR Banner
--------------------------------------------------------- */
#conts .prBanner {
  margin-top: 30px;
  padding: 17px 15px;
  background: #d3d3d3;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#conts .prBanner li {
  float: left;
  margin-left: 15px;
}

#conts .prBanner li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #conts .prBanner {
    margin-top: 10px;
    padding: 10px 10px;
    background: #cdd1d1;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  #conts .prBanner li {
    width: 32%;
    margin-left: 2%;
  }

  #conts .prBanner li:first-child {
    margin-left: 0;
  }

  #conts .prBanner li:nth-child(3) {
    display: none;
  }
}

/* Relate Site
--------------------------------------------------------- */
#conts .relateSec {
  margin-top: 100px;
}

#conts .relateSec .contsInner {
  margin-top: 40px;
}

#conts .relateSec .relateList {
  padding: 0 0 0 0px; /*30px 30px*/
  /* background: #d3d3d3; */
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}

#conts .relateSec .relateList li {
  /* float: left; */
  /* margin-left: 22px; */
}

#conts .relateSec .relateList li:first-child {
  margin-left: 0;
}

#conts .relateSec .relateList li p {
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
#conts .relateSec .relateList li img {
  width: 130px;
}

@media screen and (max-width: 767px) {
  #conts .relateSec {
    margin-top: 30px;
  }

  #conts .relateSec .relateList{
    display: none;
  }

  #conts .relateSec .contsInner {
    margin-top: 0;
  }

  #contents .relateSec .relateBox {
    overflow: hidden;
  }

  #contents .relateSec .relateBox .bx-wrapper {
    padding: 20px 40px;
    background: #ececec;
    border: none;
    box-shadow: none;
  }

  #contents .relateSec .relateBox .bx-wrapper .bx-controls-direction a {
    width: 26px;
    height: 51px;
    margin-top: -26px;
    z-index: 99;
  }

  #contents .relateSec .relateBox .bx-wrapper .bx-prev {
    background: url(../img/common/btn_relate_prev_sp.png);
    -webkit-background-size: 26px 51px;
    background-size: 26px 51px;
    left: 0;
  }

  #contents .relateSec .relateBox .bx-wrapper .bx-next {
    background: url(../img/common/btn_relate_next_sp.png);
    -webkit-background-size: 26px 51px;
    background-size: 26px 51px;
    right: 0;
  }
}

/* Contact Box
--------------------------------------------------------- */
#contents .contactBox {
  margin-top: 45px;
  position: relative;
}

#contents .contactBox .btnList {
  position: absolute;
  bottom: 26px;
  left: 130px;
}

#contents .contactBox .btnList li {
  float: left;
}

#contents .contactBox .btnList li:first-child img {
  width: 218px;
  margin-right: 8px;
}

#contents .contactBox .btnList li:last-child img {
  width: 266px;
}

@media screen and (max-width: 767px) {
  #contents .contactBox {
    margin-top: 20px;
  }

  #contents .contactBox .btnList {
    position: absolute;
    bottom: 3vw;
    left: 16vw;
  }

  #contents .contactBox .btnList li:first-child img {
    width: 33vw;
    margin-right: 1.8vw;
  }

  #contents .contactBox .btnList li:last-child img {
    width: 32.67vw;
  }
}

#contents .contact-reexamination-pc a {
  display: block;
  text-align: right;
  margin: 20px 10px;
  font-size: 14px;
  font-weight: bold;
}
#contents .contact-reexamination-sp a {
  display: none;
  text-align: right;
  margin: 20px 10px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #contents .contact-reexamination-pc a {
    display: none;
  }
  #contents .contact-reexamination-sp a {
    display: block;
  }
}

/* SNS Box
--------------------------------------------------------- */
#contents .snsBox {
  display: flex;
  margin-top: 110px;
  padding: 0 15px;
}

#contents .snsBox .ttl {
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.6rem;
  line-height: 32px;
}

#contents .snsBox .twitter .ttl {
  background: url(../img/common/icon_twitter.png) no-repeat 0 0;
  -webkit-background-size: 32px 32px;
  background-size: 32px 32px;
}

#contents .snsBox .facebook .ttl {
  background: url(../img/common/icon_facebook.png) no-repeat 0 0;
  -webkit-background-size: 32px 32px;
  background-size: 32px 32px;
}

#contents .snsBox .instagram .ttl {
  background: url(../img/common/icon_instagram.png) no-repeat 0 0;
  -webkit-background-size: 32px 32px;
  background-size: 32px 32px;
}

#contents .snsBox .ttl a {
  text-decoration: none;
}

#contents .snsBox .twitter .ttl a {
  color: #3b94d9;
}

#contents .snsBox .facebook .ttl a {
  color: #36589e;
}

#contents .snsBox .instagram .ttl a {
  color: #6745cb;
}

#contents .snsBox > div {
  width: 32%;
  margin-left: 2%;
}

#contents .snsBox .twitter {
  margin-left: 0;
}

.imageList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contents .snsBox .instagram .imageList li {
  position: relative;
  width: 33%;
  margin-bottom: 0.3%;
}

#contents .snsBox .instagram .imageList li a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#contents .snsBox .instagram .imageList li:nth-child(3n + 1) {
  margin-left: 0;
}

#contents .snsBox .instagram .imageList li:nth-child(n + 4) {
  margin-top: 0.5%;
}

#contents .snsBox .instagram .imageList li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

#contents .snsBox .instagram .follow {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents .snsBox {
    display: block;
    margin-top: 20px;
  }

  #contents .snsBox > div {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
  }

  #contents .snsBox .instagram {
    margin-bottom: 0;
  }

  #contents .snsBox .ttl {
    font-size: 1.3rem;
    line-height: 24px;
  }

  #contents .snsBox .twitter .ttl,
  #contents .snsBox .facebook .ttl,
  #contents .snsBox .instagram .ttl {
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
  }

  #contents .snsBox .twitter .twitterWrap {
    text-align: center;
  }

  #contents .snsBox .facebook #facebookWrap {
    text-align: center;
  }
}

/* Page Top
--------------------------------------------------------- */
#contents .pageTop {
  display: none;
}

@media screen and (max-width: 767px) {
  #contents .pageTop {
    display: block;
    margin-top: 25px;
    text-align: center;
  }

  #contents .pageTop a {
    display: inline-block;
    width: 257px;
    padding: 15px 0 13px;
    background: #a51a19;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
  }
  .contact-frame #contents .pageTop {
      display: none;
  }
}

/* Report List
--------------------------------------------------------- */
#conts .cmnReport.graduate {
  margin-top: 20px;
}

#conts .cmnReport.challenge {
  margin-top: 35px;
}

#conts .cmnReport > p {
  padding-bottom: 10px;
  text-align: center;
}

#conts .cmnReport .swiper-container {
  width: 970px;
  margin-top: 15px;
}

#conts .cmnReport .swiper-container .swiper-slide a {
  display: block;
  position: relative;
}

#conts .cmnReport .swiper-container .swiper-slide a .parts {
  width: 100%;
  background: rgba(183, 0, 0, 0.7);
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}

#conts .cmnReport.graduate .swiper-container .swiper-slide a .parts {
  padding: 7px 0 3px;
  font-size: 2.3rem;
}

#conts .cmnReport.challenge .swiper-container .swiper-slide a .parts {
  padding: 5px 0 3px;
  font-size: 1.8rem;
}

#conts .cmnReport .swiper-container .swiper-button-prev,
#conts .cmnReport .swiper-container .swiper-button-next {
  width: 50px;
  height: 64px;
  background: none;
  margin-top: -32px;
}

#conts .cmnReport .swiper-container .swiper-button-prev {
  left: 9px;
}

#conts .cmnReport .swiper-container .swiper-button-next {
  right: 9px;
}

#conts .cmnReportBtn {
  margin-top: 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #conts .cmnReport.graduate {
    margin-top: 10px;
  }

  #conts .cmnReport.challenge {
    margin-top: 25px;
  }

  #conts .cmnReport > p {
    padding-bottom: 0;
  }

  #conts .cmnReport > p img {
    width: 249px;
  }

  #conts .cmnReport .swiper-container {
    width: 100%;
    margin-top: 15px;
  }

  #conts .cmnReport.graduate .swiper-container .swiper-slide a .parts {
    padding: 3px 0;
    font-size: 1.2rem;
  }

  #conts .cmnReport.challenge .swiper-container .swiper-slide a .parts {
    padding: 2px 0;
    font-size: 1rem;
  }

  #conts .cmnReport .swiper-container .swiper-button-prev,
  #conts .cmnReport .swiper-container .swiper-button-next {
    width: 25px;
    height: 32px;
    margin-top: -16px;
  }

  #conts .cmnReport .swiper-container .swiper-button-prev {
    left: 5px;
  }

  #conts .cmnReport .swiper-container .swiper-button-next {
    right: 5px;
  }

  #conts .cmnReportBtn {
    margin-top: 15px;
  }

  #conts .cmnReportBtn img {
    width: 224px;
  }
}

/* Campaign List
--------------------------------------------------------- */
#conts .cmnTrial .headLine01 {
  padding: 6px 0 8px;
}

#conts .cmnTrial .headLine01 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
}

#conts .cmnTrial .headLine01 .inner img,
#conts .cmnTrial .headLine01 .inner span,
#conts .cmnTrial .headLine01 .inner h2 {
  vertical-align: middle;
}

#conts .cmnTrial .headLine01 .inner span {
  display: inline-block;
  margin-left: 14px;
  padding-top: 5px;
  color: #ffe700;
  font-size: 3.6rem;
}

#conts .cmnTrial .headLine01 .inner h2 {
  display: inline-block;
  margin-left: 48px;
  padding-top: 5px;
  color: #fff;
  font-size: 4.3rem;
}

#conts .cmnTrial .contsInner,
#conts .cmnTrial > .inner {
  width: 970px;
  margin-top: 45px;
}

#conts .cmnTrial .trialOuter {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#conts .cmnTrial .trialOuter section {
  width: 296px;
  margin: 0 0 40px 41px;
  position: relative;
}

#conts .cmnTrial .trialOuter section:nth-child(3n + 1) {
  margin-left: 0;
}

#conts .cmnTrial .trialOuter section h3 {
  width: 100%;
  padding: 10px 0 8px;
  background: url(../img/common/campaign/bg_trial01.png) repeat;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), -2px -2px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

#conts .cmnTrial .trialOuter section .linkBtn {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 110px;
  left: 0;
}

#conts .cmnTrial .trialOuter section .priceBox {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#conts .cmnTrial .trialOuter section .priceBox a {
  display: block;
  padding: 15px 0 13px;
  background: url(../img/common/campaign/bg_trial02.png) repeat;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), -2px -2px 2px rgba(0, 0, 0, 0.2);
}

#conts .cmnTrial .trialOuter section .priceBox a .parts {
  color: #fff;
  font-size: 2.5rem;
}

#conts .cmnTrial .trialOuter section .priceBox a:hover .parts {
  text-decoration: underline;
}

#conts .cmnTrial .trialOuter section .priceBox a .price {
  margin-top: 5px;
  color: #ffe700;
  font-size: 3.7rem;
}

#conts .cmnTrial .trialOuter section .priceBox a:hover .price {
  text-decoration: underline;
}

#conts .cmnTrial .trialOuter section .priceBox a .price span {
  margin-left: 3px;
  font-size: 2.4rem;
}

#conts .cmnTrial .cmnBtn01 {
  padding-top: 15px;
  text-align: center;
}
.bn_online {
  text-align: center;
  width: 100%;
  margin-top: 4em;
}
.bn_online img {
  margin: 0 auto;
}
.bn_online img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #conts .cmnTrial .headLine01 {
    padding: 6px 0;
  }

  #conts .cmnTrial .headLine01 .inner {
    width: 100%;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #conts .cmnTrial .headLine01 .inner::after {
    width: 117px;
    height: 88px;
    background: url(../img/common/campaign/icon_trial02_sp.png) no-repeat;
    -webkit-background-size: 117px 88px;
    background-size: 117px 88px;
    top: -26px;
    right: 4px;
  }

  #conts .cmnTrial .headLine01 .inner img {
    float: left;
    width: 37px;
    margin-right: 6px;
  }

  #conts .cmnTrial .headLine01 .inner span {
    display: block;
    margin-left: 0;
    font-size: 1.7rem;
    padding-top: 0;
  }

  #conts .cmnTrial .headLine01 .inner h2 {
    display: block;
    margin-left: 0;
    padding-top: 0;
    font-size: 2rem;
  }

  #conts .cmnTrial .contsInner,
  #conts .cmnTrial > .inner {
    width: 100%;
    margin-top: 30px;
  }

  #conts .cmnTrial .trialOuter {
    padding: 0 5px;
  }

  #conts .cmnTrial .trialOuter section {
    width: 46.5%;
    margin: 0 0 7%;
  }

  #conts .cmnTrial .trialOuter section:nth-child(even) {
    margin-left: 7%;
  }

  #conts .cmnTrial .trialOuter section:nth-child(5),
  #conts .cmnTrial .trialOuter section:nth-child(6) {
    margin-bottom: 0;
  }

  #conts .cmnTrial .trialOuter section h3 {
    padding: 6px 0;
    font-size: 1.2rem;
  }

  #conts .cmnTrial .trialOuter section .imgBox img {
    width: 100%;
  }

  #conts .cmnTrial .trialOuter section .linkBtn {
    top: 34%;
  }

  #conts .cmnTrial .trialOuter section .linkBtn img {
    width: 26%;
  }

  #conts .cmnTrial .trialOuter section .priceBox a {
    padding: 10px 0;
  }

  #conts .cmnTrial .trialOuter section .priceBox a .parts {
    font-size: 1.4rem;
  }

  #conts .cmnTrial .trialOuter section .priceBox a .price {
    font-size: 2.1rem;
  }

  #conts .cmnTrial .trialOuter section .priceBox a .price span {
    font-size: 1.4rem;
  }

  #conts .cmnTrial .cmnBtn01 {
    margin-top: 15px;
    padding: 12px 0;
    background: #ececec;
  }
  .bn_online {
    margin-top: 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 355px) {
  #conts .cmnTrial .headLine01 .inner {
    padding: 0 10px;
  }

  #conts .cmnTrial .headLine01 .inner::after {
    width: 93px;
    height: 77px;
    -webkit-background-size: 93px 77px;
    background-size: 93px 77px;
    top: -22px;
  }

  #conts .cmnTrial .trialOuter section h3 {
    font-size: 1.1rem;
  }

  #conts .cmnTrial .trialOuter section .priceBox a .parts {
    font-size: 1.3rem;
  }

  #conts .cmnTrial .trialOuter section .priceBox a .price {
    font-size: 2rem;
  }

  #conts .cmnTrial .trialOuter section .priceBox a .price span {
    font-size: 1.3rem;
  }
}

/* 2019.3.12 */
.hover:hover {
  opacity: 0.7;
}

#mv {
  width: 1140px;
  margin: 0 auto;
}
#mv a img:hover {
  opacity: 0.7;
}
#mv .ttl {
  width: 100%;
  padding-top: 2px;
  background: url(../img/common/bg_mainvisual01.png) no-repeat center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 28px;
}
#mv .swiper-container {
  padding-bottom: 35px;
}
#mv .swiper-button-next,
#mv .swiper-button-prev {
  width: 50px;
  height: 64px;
  margin-top: -50px;
  display: none;
}
#mv .swiper-button-next {
  background: url(../img/common/report/btn_report_next.png) no-repeat;
}
#mv .swiper-button-prev {
  background: url(../img/common/report/btn_report_prev.png) no-repeat;
}
#mv .swiper-container-horizontal > .swiper-pagination-bullets,
#mv .swiper-pagination-custom,
#mv .swiper-pagination-fraction {
  bottom: 0;
}
#mv .swiper-pagination-bullet {
  background: rgb(41, 36, 36);
  opacity: 1;
}
#mv .swiper-pagination-bullet-active {
  background: #d0cfc1;
}
#mv .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
#mv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

#mv .openText {
  width: 360px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), -2px -2px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 324px;
  left: 30px;
}

#mv .openText span {
  margin-right: 5px;
  color: #ffffbf;
  font-size: 3.2rem;
}

.subTitle {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 8px 25px 5px;
  background: #a41a19;
  margin: 30px 20px 0;
}
@media screen and (max-width: 767px) {
  #mv {
    width: 100%;
  }
  #mv .ttl {
    padding: 5px 0;
    background: #000;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;
    position: static;
  }
  #mv .swiper-button-next,
  #mv .swiper-button-prev {
    background-size: 100% auto;
    width: 9%;
    height: 100%;
    margin-top: -34px;
    display: block;
  }
  #mv .swiper-button-next {
    right: 0;
  }
  #mv .swiper-button-prev {
    left: 0;
  }
  #mv .swiper-container-horizontal > .swiper-pagination-bullets,
  #mv .swiper-pagination-custom,
  #mv .swiper-pagination-fraction {
    bottom: 10px;
  }

  #mv .openText {
    width: 47vw;
    font-size: 1vw;
    position: absolute;
    top: 79%;
    left: inherit;
    right: 1.5%;
  }

  #mv .openText span {
    margin-right: 2px;
    font-size: 3.2vw;
  }

  .subTitle {
    font-size: 1.5rem;
    padding: 10px 7px;
    margin: 15px 7px 0;
  }
}

@media screen and (max-width: 340px) {
  #mv .openText {
    top: 75%;
  }
}

.reservation_box {
  position: relative;
  margin-top: 40px;
}

.reservation_box img {
  width: 100%;
}

.reservation_box p {
  position: absolute;
  top: 24px;
  right: 200px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.reservation_box p span {
  font-size: 50px;
  line-height: 1.4em;
  color: #ffffbf;
}

@media screen and (max-width: 767px) {
  .reservation_box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .reservation_box img {
    width: 100%;
  }

  .reservation_box p {
    position: absolute;
    top: 18%;
    right: auto;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 5vw;
  }

  .reservation_box p span {
    font-size: 10vw;
    line-height: 1.4em;
    color: #ffffbf;
  }
}

header .res-link-text {
  position: absolute;
  color: #ffffff;
  width: 382px;
  top: 90px;
  text-align: center;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ",
    "ＭＳ Ｐゴシック", sans-serif;
}
header .res-link-text a {
  color: #ffffff;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.modal__bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal__cross {
  display: inline-block;
  width: 50px;
  height: 50px;
  top: -60px;
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
}
.modal__cross:before,
.modal__cross:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: rgb(255, 255, 255);
}
.modal__cross:before {
  transform: rotate(-45deg);
}
.modal__cross:after {
  transform: rotate(45deg);
}

.modal__content {
  background-color: rgba(0, 0, 0, 0.8);
  left: 50%;
  padding: 20px;
  position: absolute;
  bottom: 60px;
  transform: translate(-50%, -50%);
  width: 85%;
  border-radius: 6px;
  display: flex;
  font-size: 3vw;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ",
    "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.modal__content .modal__contleft {
  background-color: rgba(255, 255, 255, 1);
  width: 48%;
  border-radius: 6px;
  text-align: center;
  color: #333333;
  padding: 20px 0;
  line-height: 1.5em;
}
.modal__content .modal__contleft p {
  margin-bottom: 20px;
}
.modal__content .modal__contleft a {
  color: #333333;
  font-size: 4vw;
  text-decoration: underline;
}
.modal__content .modal__contright {
  background-color: rgba(255, 255, 255, 1);
  width: 48%;
  margin-left: 4%;
  border-radius: 6px;
  text-align: center;
  color: #333333;
  padding: 20px 0;
  line-height: 1.5em;
}
.modal__content .modal__contright p {
  margin-bottom: 10px;
}
.modal__content .modal__contright p a {
  color: #333333;
  text-decoration: underline;
}
.modal__content .modal__contright img {
  width: 30vw;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#cvBox button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* options */
.m-2-a-0 {
  margin: 2rem auto 0;
}
.m-1-a {
  margin: 1rem auto;
}
.align-c {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.f-16 {
  font-size: 16px;
}
.red-01 {
  color: #a41a19;
}
.orange-01 {
  color: #f63;
}

/* 20210330追記 */
.priceBox {
	position: relative;
}
.priceBox .priceBox_text {
	position: absolute;
	top: 42%;
  right: 90px;
  font-size: 82px;
  color: #bba171;
	/*transform: scale(0.9, 1);
  font-weight: bold;*/
	letter-spacing: -0.03em;
  font-family: "din-2014", sans-serif;
}
.priceBox .priceBox_text span {
    font-size: 78px;
}

@media screen and (max-width: 767px) {
	.priceBox .priceBox_text {
		top: 18vw;
		right: 5vw;
		font-size: 10vw;
	}
	.priceBox .priceBox_text span {
		font-size: 10vw;
	}
}


.priceBox .offIcon {
	position: absolute;
  z-index: 1;
  top: 9px;
  right: 10px;
  width: 81px;
}
.priceBox .priceText {
	position: absolute;
  top: 42%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 480px;
}
.priceBox .priceText .priceCount {
  background: #BAA171;
  border-radius: 4px;
  padding: 5px 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.priceBox .priceText .pricePrice {
  font-size: 82px;
  color: #bba171;
	letter-spacing: -0.03em;
  font-family: "din-2014", sans-serif;
}
.priceBox .priceText .pricePrice span {
  font-size: 78px;
}

@media screen and (max-width: 767px) {
  .priceBox .offIcon {
    top: 0.666vw;
    right: 0.666vw;
    width: 7.2vw;
  }
  .priceBox .priceText {
    top: 11.5vw;
    gap: 0.8vw;
    width: 48vw;
  }
  .priceBox .priceText .priceCount {
    border-radius: 0.533vw;
    padding: 0.4vw 0.5vw;
    font-size: 2.133vw;
  }
  .priceBox .priceText .pricePrice {
    font-size: 10vw;
  }
  .priceBox .priceText .pricePrice span {
    font-size: 10vw;
  }
}