@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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

img {
  font-size: 0;
  line-height: 0;
}

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

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

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

del {
  text-decoration: line-through;
}

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

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

fieldset,
img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input,
select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html,
body {
  width: 100%;
  height: 100%;
}

ul,
li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================
  Base
  ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1;
  color: #000;
  letter-spacing: 0.02em;
}

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

::selection {
  background: #005337;
  color: #fff;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
a:hover,
a img {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a.btn {
  display: block;
  max-width: 200px;
  height: 40px;
  margin: 0 auto;
  padding: 0 30px;
  border-radius: 20px;
  background: #f03d18;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

a:hover.btn {
  opacity: 0.75;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}

.serif,
.btnSiryo a,
#gHeader .mv p,
#gHeader .mv h2,
#gHeader .mv h3,
.navTop ul li a span,
.titleBox h2 span,
.titleBox .catch,
.siryoSeikyu p,
.siryoSeikyu a,
.appeal h3,
.appeal .txtBox,
#membersVoice .intro,
#membersVoice .members h4,
#membersVoice .members h5,
#entryFlow h3,
#entryFlow .flow dl dt h4 span,
#courseGallery h3,
.course-container .swiper-slide .txt h4,
.course-container .swiper-slide .txt h5,
.course-container .swiper-slide .txt p,
.course-container .swiper-slide .txt ul li,
.course-pagination-thumbs .course-pagination-thumb span,
.course-pagination-container
  .course-pagination-wrapper
  .course-pagination-slide
  span,
#topMessage .intro,
#topMessage .main h4,
#price .intro h3 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", Georgia, serif;
}

/* ==========================================================================
  Layout
  ========================================================================== */
.open {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: #fff;
  content: "";
}

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

/* ==========================================================================
  Common
  ========================================================================== */
.btnSiryo {
  position: fixed;
  z-index: 5;
  top: 50%;
  right: 0;
  display: block;
  overflow: hidden;
  width: 42px;
  height: 234px;
  margin-top: -118px;
  border-radius: 4px 0 0 4px;
}
.btnSiryo a {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: relative;
  display: block;
  padding: 45px 10px 10px;
  border-radius: 4px 0 0 4px;
  background-image: -webkit-linear-gradient(90deg, #93050b 0%, #c5383d 100%);
  background-image: -ms-linear-gradient(90deg, #93050b 0%, #c5383d 100%);
  -webkit-box-shadow: -3px -3px 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: -3px -3px 3px 3px rgba(0, 0, 0, 0.15);
  font-size: 2.2rem;
  color: #fff;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btnSiryo a::before {
  position: absolute;
  z-index: 6;
  top: 10px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 30px;
  margin: 0 auto auto;
  background: url(../images/icon_file01.png) no-repeat;
  background-size: 100% auto;
  content: "";
}

/* ==========================================================================
  Header / Footer
  ========================================================================== */

/*開閉ボタン*/

#gHeader {
  overflow: hidden;
  background: #fff;
}
#gHeader .logo {
  height: 141px;
}
#gHeader .logo img {
  display: block;
  width: 232px;
  height: 41px;
  margin: 0 auto;
  padding: 50px 0;
}
#gHeader .mv {
  position: relative;
  min-height: 756px;
  background: url(../images/mv_pc.jpg) no-repeat;
  background-size: cover;
  opacity: 0;
}
#gHeader .mv p,
#gHeader .mv h2,
#gHeader .mv h3 {
  color: #fff;
}
#gHeader .mv .txtBox {
  position: relative;
  overflow: visible;
  padding: 70px 0 115px;
}
#gHeader .mv .txtBox::before {
  mix-blend-mode: overlay;
  position: absolute;
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 497px;
  height: 358px;
  margin: auto auto;
  background: url(../images/icon_leaf03.png) center center no-repeat;
  background-size: 100% auto;
  content: "";
}
#gHeader .mv .txtBox .txt1 {
  margin-bottom: 40px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
}
#gHeader .mv .txtBox .txt1 span {
  font-size: 4.8rem;
  font-style: italic;
}
#gHeader .mv .txtBox .txt1 span img {
  width: 447px;
  height: 41.5px;
}
#gHeader .mv .txtBox .txt2 {
  margin-bottom: 15px;
  font-size: 6rem;
  font-weight: normal;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
}
#gHeader .mv .txtBox .txt3 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 30px 10px 40px;
  background: #fff;
  font-size: 3.6rem;
  line-height: 1;
  color: #bb1117;
  letter-spacing: 0.25em;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
#gHeader .mv .txtBox .txt3 span {
  display: inline-block;
  font-weight: bold;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
#gHeader .mv .txtBox .txt3 span i {
  font-size: 4.2rem;
  font-weight: bold;
  font-style: normal;
  vertical-align: -0.3rem;
}
#gHeader .mv .txtBox .txt4 {
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
}

.lights {
  position: absolute;
  width: 100%;
  height: 100%;
}
.lights .lights-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.lights .lights-inner span {
  mix-blend-mode: overlay;
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.lights .lights-inner span.light02 {
  left: 900px;
  width: 220px;
  height: 100%;
}
.lights .lights-inner span.light03 {
  left: 1122px;
  width: 60px;
  height: 100%;
}
.lights .lights-inner span.light04 {
  left: 1250px;
  width: 20px;
  height: 100%;
}
.lights .lights-inner span.light01 {
  left: 830px;
  width: 40px;
  height: 100%;
}

.navTop ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin: 0 auto;
}
.navTop ul li {
  margin: 3px;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.navTop ul li a {
  position: relative;
  display: table;
  width: 240px;
  height: 84px;
  color: #005337;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
.navTop ul li a span {
  display: table-cell;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: middle;
}
.navTop ul li a span b {
  font-size: 2.2rem;
}
.navTop ul li a span::before {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 10px;
  left: 0;
  display: block;
  width: 60%;
  height: 2px;
  margin: auto auto 0 auto;
  background: #005337;
  content: "";
}
.navTop ul li a span::after {
  position: absolute;
  z-index: 3;
  top: auto;
  right: 0;
  bottom: 10px;
  left: 0;
  display: block;
  width: 60%;
  height: 2px;
  margin: auto auto 0 auto;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

/* ==========================================================================
  Main
  ========================================================================== */
.titleBox {
  margin-bottom: 70px;
}
.titleBox h2 {
  position: relative;
  padding: 150px 0 0;
}
.titleBox h2 span {
  font-size: 4.8rem;
  font-weight: bold;
  font-style: italic;
  line-height: 0;
  color: #005337;
  letter-spacing: -0.025em;
}
.titleBox h2 span img {
  display: block;
  width: auto !important;
  height: 35px !important;
  margin: 0 auto;
}
.titleBox h2::before,
.titleBox h2::after {
  position: absolute;
  display: block;
  content: "";
}
.titleBox h2::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 50px;
  margin: auto auto auto auto;
  background: url(../images/icon_leaf01.png) no-repeat;
  background-size: 100% auto;
}
.titleBox h2::after {
  top: auto;
  right: 0;
  bottom: 1px;
  left: 0;
  width: 300px;
  height: 2px;
  margin: auto auto 0 auto;
  border-radius: 50%;
  background: #005337;
  content: none !important;
}
.titleBox .catch {
  padding-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  color: #005337;
}

.siryoSeikyu {
  position: relative;
  display: none;
  min-height: 370px;
  padding: 70px 0;
  background: #eae5d1;
}
.siryoSeikyu::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto auto auto;
  border-top: 40px solid #fff;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  content: "";
}
.siryoSeikyu p,
.siryoSeikyu a {
  font-weight: bold;
}
.siryoSeikyu p {
  margin-bottom: 35px;
  font-size: 2.4rem;
  color: #333;
}
.siryoSeikyu a {
  position: relative;
  display: inline-block;
  padding: 40px 100px;
  border: 5px solid #fff;
  background-image: -webkit-linear-gradient(90deg, #887027 0%, #b9a158 100%);
  background-image: -ms-linear-gradient(90deg, #887027 0%, #b9a158 100%);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 3.2rem;
  color: #fff;
  text-decoration: none;
}
.siryoSeikyu a::before {
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 36px;
  height: 50px;
  margin: auto 20px auto 0;
  background: url(../images/icon_file01.png) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  content: "";
}
.siryoSeikyu-flow::after {
  border-top: 40px solid #9a7634;
}

/* ==========================================================================
  memberShip
  ========================================================================== */
#memberShip {
  background: #fff;
}

.appeal {
  overflow: hidden;
  margin-bottom: 70px;
}
.appeal h3 {
  width: 238px;
  height: 115px;
  margin: 0 auto 35px;
  padding: 20px 0;
  background: url(../images/icon_leaf02.png) no-repeat;
  background-size: 238px 115px;
  font-size: 2.4rem;
  color: #005337;
}
.appeal h3 i {
  display: block;
  font-size: 6rem;
  font-weight: bold;
  font-style: italic;
}
.appeal .fullImg {
  position: relative;
}
.appeal .txtBox {
  position: absolute;
  z-index: 999;
  width: 450px;
  font-size: 3.3rem;
  color: #fff;
  text-align: left;
}
.appeal .txtBox h4 {
  margin-bottom: 30px;
  padding: 30px 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  font-weight: bold;
  line-height: 1.4 !important;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85);
  letter-spacing: 0.05em;
}
.appeal .txtBox p {
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85);
  text-align: justify;
  text-justify: inter-ideograph;
}
.appeal .txtBox p .attention {
  font-size: 1.4rem;
}
.appeal .txtBox-W {
  width: 500px;
}
.appeal .txtBox-RB {
  right: 40px;
  bottom: 40px;
}
.appeal .txtBox-LB {
  bottom: 40px;
  left: 40px;
}
.appeal .txtBox-RT {
  top: 40px;
  right: 40px;
}
.appeal .txtBox-LT {
  top: 40px;
  left: 40px;
}

/* ==========================================================================
  membersVoice
  ========================================================================== */
#membersVoice {
  margin: 0;
  padding: 70px 0;
}
#membersVoice .intro h3,
#membersVoice .intro p {
  color: #fff;
}
#membersVoice .intro h3 {
  margin-bottom: 35px;
  padding: 0;
  font-size: 6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
#membersVoice .intro .copy {
  margin-bottom: 35px;
  padding: 15px 0;
  font-size: 3.2rem;
}
#membersVoice .intro .lead {
  margin-bottom: 35px;
  padding: 0;
  font-size: 1.8rem;
}

/* ==========================================================================
  entryFlow
  ========================================================================== */
#entryFlow {
  margin: 0;
  padding: 70px 0;
}
#entryFlow h3 {
  margin-bottom: 35px;
  padding: 0;
  font-size: 3.8rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.05em;
}
#entryFlow .flow {
  width: 960px;
}
#entryFlow .flow dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
#entryFlow .flow dl:last-child {
  margin-bottom: 0;
}
#entryFlow .flow dl dt {
  width: 30%;
}
#entryFlow .flow dl dt h4 {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
#entryFlow .flow dl dt h4 span {
  display: table-cell;
  font-size: 2rem;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 0.15em;
}
#entryFlow .flow dl dt h4 span b {
  display: block;
  padding-top: 10px;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.15em;
}
#entryFlow .flow dl dd {
  width: 70%;
  padding: 10px 15px;
}
#entryFlow .flow dl dd p {
  margin-bottom: 1em;
}
#entryFlow .flow dl dd p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
  courseGallery
  ========================================================================== */
#courseGallery {
  margin-bottom: 70px;
}
#courseGallery h3 {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #005337;
}
#courseGallery h3 span {
  font-size: 1.8rem;
}
#courseGallery .sliderRow {
  margin: 0 auto 70px;
}

.course-container .swiper-slide {
  position: relative;
}
.course-container .swiper-slide .txt {
  position: absolute;
  bottom: 25px;
  left: 50px;
  width: 370px;
  padding: 25px;
  background: rgba(0, 0, 0, 0.65);
}
.course-container .swiper-slide .txt h4,
.course-container .swiper-slide .txt h5,
.course-container .swiper-slide .txt p,
.course-container .swiper-slide .txt ul li {
  color: #fff;
  text-align: left;
}
.course-container .swiper-slide .txt h4 {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.course-container .swiper-slide .txt h4 span {
  font-size: 2.2rem;
  font-weight: bold;
}
.course-container .swiper-slide .txt h5 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  font-weight: normal;
}
.course-container .swiper-slide .txt p {
  font-size: 1.4rem;
  text-align: justify;
}
.course-container .swiper-slide .txt .spec {
  padding-top: 15px;
  text-align: left;
}
.course-container .swiper-slide .txt .spec li {
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #fff;
  font-size: 1.4rem;
}
.course-container .swiper-slide .txt .attention {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 1.2rem;
}

.course-container01 .swiper-slide .txt h4 {
  letter-spacing: 0.15em;
}

.course-container02 .swiper-slide .txt h4,
.course-container03 .swiper-slide .txt h4 {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}

.course-pagination-thumbs {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding-top: 15px;
}
.course-pagination-thumbs .course-pagination-thumb {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 166px;
  height: 88px;
  margin: 0 0 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.course-pagination-thumbs .course-pagination-thumb::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: auto auto auto auto;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.course-pagination-thumbs .course-pagination-thumb-active::after {
  background: rgba(255, 255, 255, 0.5);
}
.course-pagination-thumbs .course-pagination-thumb span {
  z-index: 9;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
}
.course-pagination-thumbs .course-pagination-thumb span small {
  font-size: 1.4rem;
}

.course-pagination-container {
  position: relative;
}
.course-pagination-container .course-pagination-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.course-pagination-container
  .course-pagination-wrapper
  .course-pagination-slide {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
.course-pagination-container
  .course-pagination-wrapper
  .course-pagination-slide::before {
  display: block;
  padding-top: 53%;
  content: "";
  /* 高さを幅の75%に固定 */
}
.course-pagination-container
  .course-pagination-wrapper
  .course-pagination-slide::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: auto auto auto auto;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.course-pagination-container
  .course-pagination-wrapper
  .course-pagination-slide-active::after {
  background: rgba(255, 255, 255, 0.5);
}
.course-pagination-container
  .course-pagination-wrapper
  .course-pagination-slide
  img {
  position: absolute;
  display: block;
}
.course-pagination-container
  .course-pagination-wrapper
  .course-pagination-slide
  span {
  z-index: 9;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
}
.course-pagination-container
  .course-pagination-wrapper
  .course-pagination-slide
  span
  small {
  font-size: 1.6rem;
}
.course-pagination-container .swiper-button-prev,
.course-pagination-container .swiper-container-rtl .swiper-button-next {
  top: 15px;
  right: auto;
  bottom: 0;
  left: 15px;
  width: 30px;
  height: 30px;
  margin: auto auto auto 0;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  background-image: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.course-pagination-container .swiper-button-next,
.course-pagination-container .swiper-container-rtl .swiper-button-prev {
  top: 15px;
  right: 15px;
  bottom: 0;
  left: auto;
  width: 30px;
  height: 30px;
  margin: auto 0 auto auto;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  background-image: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btnMore a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0 70px;
  padding: 1em 1.5em;
  border: 1px solid #005337;
  background-color: #fff;
  font-weight: bold;
  color: #005337;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* ==========================================================================
  membersVoice
  ========================================================================== */
#topMessage {
  margin: 0;
  padding: 0 0 70px;
}
#topMessage .intro h3,
#topMessage .intro p {
  color: #005337;
}
#topMessage .intro h3 {
  margin-bottom: 15px;
  padding: 0;
  font-size: 6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
#topMessage .intro .copy {
  margin-bottom: 15px;
  padding: 0 0;
  font-size: 2.6rem;
}
#topMessage .main h4 {
  color: #005337;
}
#topMessage .main h4 .company {
  display: inline-block;
  font-size: 1.8rem;
}
#topMessage .main h4 .company b {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.22em;
}
#topMessage .main h4 .name {
  display: inline-block;
  padding-left: 20px;
  font-size: 6.4rem;
  letter-spacing: 0.15em;
}

.topMessageImg {
  min-height: 450px;
  margin-bottom: 70px;
  background: url(../../lp-imgs/img_top-message01.jpg) center center no-repeat;
  background-size: 100% auto;
}

/* ==========================================================================
  price
  ========================================================================== */
#price {
  margin: 0 auto 70px;
  padding: 70px 0;
  background: url(../../lp-imgs/bg_iai_l.png) no-repeat left top #997634;
  background-size: 100% 100%;
}
#price .intro h3 {
  margin-bottom: 35px;
  padding: 0;
  font-size: 3.8rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.05em;
}
#price .main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#price .main table td,
#price .main table th {
  line-height: 1.4;
}

#price #step .frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#price #step .frame #catalog {
  width: 50%;
}

#price #step .frame #watch {
  width: 50%;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
  .btnSiryo a:hover {
    opacity: 0.75;
  }
  #fixHeader {
    position: fixed;
    z-index: 99999;
    top: -58px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }
  #fixHeader .navHeader {
    position: relative;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 15px;
  }
  #fixHeader .navHeader h1.logo {
    float: left;
    width: 154.66667px;
    height: 27.33333px;
  }
  #fixHeader .navHeader h1.logo a {
    display: block;
  }
  #fixHeader .navHeader .navFix {
    float: left;
    color: #005337;
    text-align: left;
  }
  #fixHeader .navHeader .navFix ul {
    padding-top: 5px;
    padding-left: 30px;
  }
  #fixHeader .navHeader .navFix ul li {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    padding-left: 15px;
  }
  #fixHeader .navHeader .navFix ul li::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: block;
    width: 1px;
    height: 20px;
    margin: auto auto auto auto;
    background: #005337;
    content: "";
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
  #fixHeader .navHeader .navFix ul li a {
    text-decoration: none;
  }
  #fixHeader .navHeader .navFix ul li a span {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E",
      "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }
  #fixHeader .navHeader .navFix ul li:hover {
    opacity: 0.75;
  }
  .navTop ul li:hover {
    background: #005337;
  }
  .navTop ul li:hover a {
    color: #fff;
  }
  .navTop ul li:hover a span::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .siryoSeikyu a:hover {
    opacity: 0.75;
  }
  .course-pagination-thumbs .course-pagination-thumb:hover::after {
    border: 3px solid rgba(255, 255, 255, 0.8);
  }
  .course-pagination-thumb.is-empty {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .btnMore a:hover {
    background-color: #005337;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    width: 100%;
  }
  .btnSiryo {
    position: fixed;
    z-index: 5;
    top: 50%;
    right: 0;
    overflow: hidden;
    width: 28px;
    height: 136px;
    margin-top: -70px;
    border-radius: 4px 0 0 4px;
  }
  .btnSiryo a {
    padding: 26px 8px 12px;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: -2px -2px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: -2px -2px 2px 2px rgba(0, 0, 0, 0.15);
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .btnSiryo a::before {
    width: 10px;
    height: 14px;
  }
  .nav-trigger {
    position: fixed;
    z-index: 99999;
    top: 15px;
    left: 8px;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  .nav-trigger div {
    position: relative;
  }
  .nav-trigger div span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #005337;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  .nav-trigger.active {
    background: rgba(255, 255, 255, 0.9);
  }
  .nav-trigger span:nth-of-type(1) {
    top: 3px;
  }
  .nav-trigger span:nth-of-type(2) {
    top: 11px;
    width: 75%;
  }
  .nav-trigger span:nth-of-type(3) {
    top: 19px;
    width: 55%;
  }
  .nav-trigger.active span {
    background: #005337;
  }
  .nav-trigger.active span:nth-of-type(1),
  .nav-trigger.active span:nth-of-type(3) {
    width: 10px;
  }
  .nav-trigger.active span:nth-of-type(2) {
    width: 100%;
  }
  .nav-trigger.active span:nth-of-type(1) {
    -webkit-transform: translate(-1px, 4px) rotate(-45deg);
    transform: translate(-1px, 4px) rotate(-45deg);
  }
  .nav-trigger.active span:nth-of-type(3) {
    -webkit-transform: translate(-1px, -4px) rotate(45deg);
    transform: translate(-1px, -4px) rotate(45deg);
  }
  #fixHeader .navHeader {
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
  }
  #fixHeader .navHeader .logo {
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    width: 154.66667px;
    height: 27.33333px;
    margin: 0 auto auto;
  }
  #fixHeader .navHeader .navFix {
    text-align: left;
  }
  #fixHeader .navHeader .navFix .nav-list {
    padding-top: 75px;
  }
  #fixHeader .navHeader .navFix .nav-list li {
    position: relative;
    display: block;
  }
  #fixHeader .navHeader .navFix .nav-list li a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px 10px 10px;
    font-size: 2rem;
    line-height: 0.9;
    color: #005337;
    color: #005337;
    text-decoration: none;
  }
  #fixHeader .navHeader .navFix .nav-list li a span.nav-text {
    display: block;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E",
      "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    color: #005337;
    opacity: 0;
  }
  #fixHeader .navHeader .navFix .nav-list li a span.nav-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #005337;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  #fixHeader .navHeader .navFix .nav-list li a span.nav-line2 {
    position: absolute;
    right: 5%;
    bottom: 10px;
    width: 22px;
    height: 1px;
    margin: 0 auto;
    background: #005337;
  }
  #fixHeader .navHeader .navFix .nav-list li a span.nav-line2::after {
    position: absolute;
    top: auto;
    right: -1px;
    bottom: 3px;
    left: auto;
    display: block;
    width: 7px;
    height: 1px;
    margin: auto 0 0 auto;
    background: #005337;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #fixHeader .navHeader.active {
    width: 100%;
    height: 100%;
  }
  #fixHeader .navHeader.nav-list li a span.nav-text {
    opacity: 0;
  }
  #fixHeader .navHeader.active .nav-list li a span.nav-text {
    opacity: 1;
  }
  #gHeader .logo {
    height: 65px;
  }
  #gHeader .logo img {
    display: block;
    width: 154.66667px;
    height: 27.33333px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #gHeader .mv {
    min-height: 560px;
    background: url(../images/mv_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #gHeader .mv .txtBox {
    padding: 35px 0 80px;
  }
  #gHeader .mv .txtBox::before {
    top: -25px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 331.33333px;
    height: 238.66667px;
    margin: auto auto;
  }
  #gHeader .mv .txtBox .txt1 {
    margin-bottom: 20px;
  }
  #gHeader .mv .txtBox .txt1 span {
    font-size: 3rem;
    font-style: italic;
  }
  #gHeader .mv .txtBox .txt1 span img {
    width: 298px;
    height: 27.66667px;
  }
  #gHeader .mv .txtBox .txt2 {
    margin-bottom: 10px;
    font-size: 4.4rem;
  }
  #gHeader .mv .txtBox .txt3 {
    margin-bottom: 15px;
    padding: 5px 20px 5px 30px;
    font-size: 2.4rem;
  }
  #gHeader .mv .txtBox .txt3 span i {
    font-family: "Cormorant Infant", serif;
    font-size: 3.4rem;
    vertical-align: -0.2rem;
  }
  #gHeader .mv .txtBox .txt4 {
    font-size: 1.6rem;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
  }
  .lights .lights-inner span.light01 {
    left: 50%;
    width: 20px;
    height: 100%;
  }
  .lights .lights-inner span.light02 {
    left: 57%;
    width: 110px;
    height: 100%;
  }
  .lights .lights-inner span.light03 {
    left: 80%;
    width: 30px;
    height: 100%;
  }
  .lights .lights-inner span.light04 {
    left: 95%;
    width: 20px;
    height: 100%;
  }
  .navTop ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 96%;
    margin: 0 auto 0;
  }
  .navTop ul li a {
    width: 140px;
    height: 64px;
    color: #005337;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
  }
  .navTop ul li a span {
    padding-bottom: 5px;
    font-size: 1.6rem;
  }
  .navTop ul li a span b {
    font-size: 1.6rem;
  }
  .navTop ul li a span::before {
    bottom: 8px;
  }
  .navTop ul li a span::after {
    content: none;
  }
  .titleBox {
    margin-bottom: 35px;
  }
  .titleBox h2 {
    padding: 90px 0 0;
  }
  .titleBox h2 span {
    font-size: 3.6rem;
  }
  .titleBox h2 span img {
    width: auto !important;
    height: 23.33333px !important;
  }
  .titleBox h2::before {
    width: 55px;
    height: 40px;
    background: url(../images/icon_leaf01.png) no-repeat;
    background-size: 100% auto;
  }
  .titleBox h2::after {
    width: 200px;
  }
  .titleBox .catch {
    padding-top: 20px;
    font-size: 1.6rem;
  }
  .siryoSeikyu {
    min-height: auto;
    padding: 35px 5% 35px;
  }
  .siryoSeikyu::after {
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  .siryoSeikyu p {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .siryoSeikyu a {
    padding: 10px 20px 20px;
    border: 3px solid #fff;
    font-size: 1.8rem;
    line-height: 0.5;
  }
  .siryoSeikyu a::before {
    width: 24px;
    height: 40px;
    margin: auto 10px auto 0;
  }
  .siryoSeikyu-flow::after {
    border-top: 20px solid #9a7634;
  }
  .appeal {
    overflow: hidden;
    margin-bottom: 35px;
  }
  .appeal h3 {
    width: 158.66667px;
    height: 76.66667px;
    margin: 0 auto 15px;
    padding: 15px 0;
    background: url(../images/icon_leaf02.png) no-repeat;
    background-size: 158.66667px 76.66667px;
    font-size: 1.8rem;
  }
  .appeal h3 i {
    font-family: "Cormorant Infant", serif;
    font-size: 4rem;
  }
  .appeal .txtBox {
    position: relative;
    width: 85%;
    margin: 0 auto;
    font-size: 2.2rem;
    color: #333;
    text-align: left;
  }
  .appeal .txtBox h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 15px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 1.8rem;
    color: #333;
    text-shadow: none;
    text-align: center;
  }
  .appeal .txtBox p {
    font-size: 1.4rem;
    color: #333;
    text-shadow: none;
  }
  .appeal .txtBox p .attention {
    font-size: 1.2rem;
  }
  #membersVoice {
    padding: 35px 0;
  }
  #membersVoice .intro h3 {
    margin-bottom: 15px;
    font-size: 3.6rem;
  }
  #membersVoice .intro .copy {
    margin-bottom: 15px;
    padding: 10px 0;
    font-size: 1.8rem;
  }
  #membersVoice .intro .lead {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  #membersVoice .members {
    overflow-y: hidden;
    width: 100%;
  }
  #membersVoice .members h4,
  #membersVoice .members h5 {
    text-align: left;
  }
  #membersVoice .members h4 {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0 15px;
    font-size: 1.6rem;
  }
  #membersVoice .members h5 {
    margin-bottom: 1em;
    padding: 0 0 0.5em;
    font-size: 1.6rem;
  }
  #membersVoice .members .fltL.txt {
    padding: 0;
  }
  #membersVoice .members .fltR.txt {
    padding: 0 0 15px;
  }
  #membersVoice .members .txt {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  #membersVoice .members .txt.fltR {
    float: none !important;
  }
  #membersVoice .members .txt .body p {
    margin-bottom: 1.25em;
    padding: 0;
    line-height: 1.6;
  }
  #membersVoice .members .photo {
    float: none !important;
    width: 90%;
    margin: 0 auto 15px;
  }
  #membersVoice .members .photo img {
    margin-top: 0.4em;
  }
  #membersVoice .caseRokko,
  #membersVoice .caseGtenba {
    margin-bottom: 2em;
  }
  #entryFlow {
    padding: 35px 0;
  }
  #entryFlow h3 {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
  #entryFlow .flow {
    width: 96%;
    margin: 0 auto;
    padding: 5%;
  }
  #entryFlow .flow dl {
    margin-bottom: 25px;
  }
  #entryFlow .flow dl:last-child {
    margin-bottom: 0;
  }
  #entryFlow .flow dl dt {
    width: 35%;
  }
  #entryFlow .flow dl dt h4 span {
    font-size: 1.4rem;
  }
  #entryFlow .flow dl dt h4 span b {
    padding-top: 10px;
    font-size: 1.8rem;
    font-weight: normal;
  }
  #entryFlow .flow dl dd {
    width: 65%;
    padding: 2.5%;
  }
  #entryFlow .flow dl dd div {
    padding: 0;
  }
  #entryFlow .flow dl dd p {
    font-size: 1.4rem;
  }
  #courseGallery {
    margin-bottom: 35px;
  }
  #courseGallery h3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  #courseGallery h3 span {
    font-size: 1.4rem;
  }
  #courseGallery .sliderRow {
    margin: 0 auto 35px;
  }
  .course-container {
    background: #444;
  }
  .course-container .swiper-slide {
    background: #444;
  }
  .course-container .swiper-slide .txt {
    position: relative;
    bottom: auto;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 2.5% 2.5%;
    background: #444;
  }
  .course-container .swiper-slide .txt .txt-name {
    width: 40%;
    padding-right: 2.5%;
    border-right: 1px solid #fff;
  }
  .course-container .swiper-slide .txt .txt-info {
    width: 60%;
    padding-left: 2.5%;
  }
  .course-container .swiper-slide .txt h4 {
    margin-bottom: 10px;
    font-size: 2rem;
    letter-spacing: 0.025em;
  }
  .course-container .swiper-slide .txt h4 span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .course-container .swiper-slide .txt h5 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.6rem;
  }
  .course-container .swiper-slide .txt p {
    font-size: 1.2rem;
    text-align: justify;
  }
  .course-container .swiper-slide .txt .spec {
    padding-top: 10px;
    text-align: left;
  }
  .course-container .swiper-slide .txt .spec li {
    margin-right: 3px;
    padding: 3px;
    font-size: 1rem;
  }
  .course-container .swiper-slide .txt .attention {
    padding-top: 10px;
    font-size: 0.9rem;
  }
  #courseGallery .fullImg .cr {
    right: 10px;
    bottom: 10px;
    padding: 2px 4px;
    font-size: 0.9rem;
  }
  #course-container02 .swiper-slide .txt h4,
  #course-container03 .swiper-slide .txt h4 {
    font-size: 1.8rem;
    letter-spacing: 0.025em;
  }
  #course-container02 .swiper-slide .txt .txt-name,
  #course-container03 .swiper-slide .txt .txt-name {
    width: 60%;
  }
  #course-container02 .swiper-slide .txt .txt-info,
  #course-container03 .swiper-slide .txt .txt-info {
    width: 40%;
  }
  .course-pagination-thumbs,
  .course-pagination-container {
    margin: 0 auto;
    padding-top: 15px;
  }
  .btnMore {
    width: 80%;
    margin: 0 auto;
  }
  .btnMore a {
    margin: 0 0 70px;
  }
  #topMessage .main .fltR {
    float: none !important;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #topMessage .main .fltL {
    float: none !important;
    width: 50%;
    margin: 0 auto;
  }
  #topMessage {
    padding: 0 0 35px;
  }
  #topMessage .intro h3 {
    margin-bottom: 10px;
    font-size: 3.2rem;
  }
  #topMessage .intro .copy {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #topMessage .main h4 .company {
    font-size: 1.32rem;
  }
  #topMessage .main h4 .company b {
    font-size: 1.6rem;
  }
  #topMessage .main h4 .name {
    display: block;
    padding-left: 0;
    font-size: 4.2rem;
  }
  .topMessageImg {
    min-height: 200px;
    margin-bottom: 35px;
    background: url(../../lp-imgs/img_top-message01.jpg) center center no-repeat;
    background-size: contain;
  }
  #price {
    margin: 0 auto 35px;
    padding: 35px 0;
    background: url(../../lp-imgs/bg_iai_l.png) no-repeat left top #997634;
    background-size: 100% 100%;
  }
  #price .intro h3 {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  #price .main {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #price .main table td,
  #price .main table th {
    line-height: 1.4;
  }
  #price .cronyRow,
  #price .newRow,
  #price .discountRow {
    width: 96%;
    margin: 0 auto 2em;
    padding: 5%;
    background-color: #fff;
  }
  #price .discountRow {
    margin-bottom: 0;
  }
  #price .newRow .intro h4 {
    margin-bottom: 1.5em !important;
  }
  #price #new2 table {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: scroll;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  #price .priceRow #new2 .list table th,
  #price .priceRow #new2 .list table td {
    font-size: 1.2rem;
  }
  #price .priceRow #new2 .list table th strong {
    font-size: 1.4rem;
  }
  #price .priceRow {
    margin: 0 auto;
    padding: 0 0;
  }
  #price .priceRow .intro h4 {
    margin: 0 0 20px;
    padding: 0.5em 0;
    border: 1px solid rgba(0, 83, 55, 0.8);
    font-size: 2rem;
    font-weight: normal;
  }
  #price .priceRow .intro p {
    margin-bottom: 3em;
    font-size: 1.4rem;
  }
  #price .priceRow h5 {
    font-size: 1.8rem;
  }
  #price #family {
    margin-top: 20px;
  }
  #price #family .note {
    padding: 5%;
  }
  #price #family .note .title {
    font-size: 1.6rem;
  }
  #price #family p {
    padding: 10px 0 0;
  }
  #price #family p strong {
    line-height: 1.4;
  }
  #price #step {
    overflow: hidden;
    width: 100%;
    margin: 35px auto 0;
    padding: 5%;
    border-radius: 4px;
  }
  #price #step h2 {
    display: none !important;
  }
  #price #step h2 img {
    vertical-align: top;
  }
  #price #step .frame {
    margin: 0;
    padding: 5px;
  }
  #price #step .frame #catalog {
    float: none;
    width: 100%;
    margin: 0 10px 0 0;
    padding: 0 0 15px 0;
  }
  #price #step .frame #catalog h3 {
    padding: 30px 0 0 0;
  }
  #price #step .frame #catalog h3 span {
    display: none;
  }
  #price #step .frame #catalog h3 img {
    width: 218px;
    height: 167px;
  }
  #price #step .frame #catalog p {
    margin: 20px 0 0 0;
    text-align: center;
  }
  #price #step .frame #catalog p img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #price #step .frame #watch {
    float: none;
    width: 100%;
    height: auto;
    padding: 0 0 15px 0;
  }
  #price #step .frame #watch h3 {
    padding: 10px 0 0 0;
  }
  #price #step .frame #watch h3 img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #price #step .frame #watch p {
    margin: 26px 0 0 0;
    text-align: center;
  }
  #price #step .frame #watch p img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #price #step .frame #watch table {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  #price #step .frame #watch h3 span {
    display: none;
  }
  #price #step .frame #watch table td {
    padding: 7px 0;
    font-size: 1.2rem;
    text-align: center;
  }
  #price #step .frame #watch table td strong {
    font-size: 1.2rem;
  }
  #price #step .frame {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #price #step .frame #catalog {
    width: 100%;
  }
  #price #step .frame #watch {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
