@charset "UTF-8";
/*
Theme Name: otonaジム
Theme URI:
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

	Reset Style

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

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

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  appearance: none;
  border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type=checkbox] {
  appearance: checkbox;
}

input[type=radio] {
  appearance: radio;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*-----------------------------------------------------------

	Common

---------------------------------------------------------- */
/* style
-------------------------------------- */
body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #444444;
  font-feature-settings: "palt";
}

/* text */
strong.marker.yellow {
  background: linear-gradient(transparent 40%, #ff9 40%);
}

.text-center {
  text-align: center;
}

p {
  line-height: 1.75;
  color: #393939;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
  }
}

.red {
  color: #dc1a1a;
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #bbbbbb;
}

a:active, a:focus {
  outline: 0;
}

/* image */
a img {
  transition: 0.1s linear;
}

a img:hover {
  opacity: 0.6;
}

img {
  vertical-align: bottom;
}

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

/* font */
.gosic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.wf {
  font-family: "Sawarabi Mincho";
}

/* float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* text */
.taC {
  text-align: center;
}

/* clearfix */
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* margin */
.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

/* border */
.bdrTop {
  border-top: 1px solid #d8d7d7;
}

.bdrBottom {
  border-bottom: 1px solid #b8b8b8;
}

/* btn */
.btn-border {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 70%;
  margin: 0 auto 20px;
  padding: 14px 0 15px;
  border: 1px solid #353535;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  transition: 0.1s;
  text-decoration: none !important;
  background-color: #353535;
}
.btn-border:hover {
  background-color: #fff;
  color: #353535;
}
@media screen and (min-width: 768px) {
  .btn-border {
    width: 260px;
    margin: 0 auto 40px;
    padding: 16px 0 18px;
    font-size: 16px;
  }
  .btn-border::after {
    top: 20px;
    right: 20px;
  }
}

.btn-buy {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  padding: 18px 0 17px;
  border-bottom: 2px solid #8e580d;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  transition: 0.1s;
  text-decoration: none !important;
  background-color: #FFA528;
}
.btn-buy:hover {
  background-color: #FFA528;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-buy {
    width: 640px;
    margin: 0 auto 40px;
    padding: 34px 0 36px;
    font-size: 28px;
  }
  .btn-buy::after {
    top: 20px;
    right: 20px;
  }
}

/* display */
.pc-only {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.iframeWrap {
  position: relative;
}
.iframeWrap video {
  width: 100%;
  height: auto;
  background-color: #000;
}
.iframeWrap iframe {
  width: 100% !important;
}

/* fadein系 */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 4-1 ふわっ（左から）*/
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 4-1 ふわっ（右から） */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

/* pager */
.pager {
  text-align: center;
  margin: 20px 0 10px;
}

a.page-numbers,
.pager .current {
  display: inline-block;
  background: #eee;
  padding: 8px 14px;
  margin: 0 2px 15px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
}

.pager .current {
  background: #019E9E;
  color: rgb(255, 255, 255);
}

.pager a:hover {
  background-color: #019E9E;
  color: #FFF;
}

.grecaptcha-badge {
  visibility: hidden;
}

.common-bnr-taoonline {
  width: 90%;
  margin: 0 auto -40px;
  text-align: center;
}
.common-bnr-taoonline img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .common-bnr-taoonline img {
    width: 640px;
  }
}

/*-----------------------------------------------------------

	header

---------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
}
@media print {
  #header {
    display: none;
  }
}
#header .logo {
  padding: 20px;
}
#header .logo img {
  width: 160px;
  height: auto;
}
#header .btn-sns {
  position: absolute;
  top: 20px;
  right: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .btn-sns .btn {
  width: 28px;
  margin-right: 14px;
}
#header .btn-sns .btn img {
  max-width: 100%;
  height: auto;
}
#header .message {
  position: absolute;
  top: 50px;
  right: 65px;
  font-size: 10px;
}
#header .g-nav {
  display: none;
  z-index: 5;
}
#header .g-nav ul {
  opacity: 0;
}
#header .g-nav ul li {
  text-align: center;
  margin-bottom: 14px;
}
#header .g-nav ul li a {
  font-size: 20px;
}
#header .btn-nav {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 24px;
  width: 30px;
  height: 36px;
  cursor: pointer;
}
#header .btn-nav div {
  position: relative;
}
#header .btn-nav span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #333;
  left: 0;
  transition: 0.3s ease-in-out;
}
#header .btn-nav span:nth-child(1) {
  top: 0;
}
#header .btn-nav span:nth-child(2) {
  top: 9px;
  width: 80%;
}
#header .btn-nav span:nth-child(3) {
  top: 18px;
  width: 60%;
}
#header .btn-nav :nth-child(3)::after {
  content: "メニュー";
  position: absolute;
  width: 80px;
  top: 8px;
  left: 0;
  color: #333;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#header.open .btn-nav {
  position: fixed;
}
#header.open .btn-nav span {
  background-color: #fff;
}
#header.open .btn-nav span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
#header.open .btn-nav span:nth-child(2) {
  opacity: 0;
}
#header.open .btn-nav span:nth-child(3) {
  top: 11px;
  width: 100%;
  transform: rotate(-45deg);
}
#header.open .btn-nav span:nth-child(3)::after {
  display: none;
}
#header.open .btn-nav:nth-child(3)::after {
  position: absolute;
  width: 40px;
  content: "閉じる";
  top: 34px;
  left: 6px;
  color: #fff;
  font-size: 10px;
}
#header.open .g-nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 80px;
  z-index: 10;
}
#header.open .g-nav ul {
  opacity: 1;
  margin-bottom: 30px;
}
#header.open .g-nav ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin-bottom: 20px;
}
#header.open .g-nav ul li a {
  font-size: 20px;
  color: #fff;
}
#header.open .g-nav ul li.instagram {
  margin-top: 60px;
}
#header.open .g-nav ul li.instagram img {
  width: 180px;
  height: auto;
}
#header.open .g-nav ul li.icon img {
  position: relative;
  display: inline-block;
  width: 24px;
  height: auto;
  top: -3px;
  margin-right: 8px;
}
#header.open .g-nav .tel {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin: 30px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
#header.open .g-nav .tel a {
  color: #fff;
}
#header.open .g-nav .tel .small {
  font-size: 14px;
}
#header.open .g-nav .line {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin: 30px 0;
  text-align: center;
  color: #fff;
}
#header.open .g-nav .line img {
  width: 24px;
  height: auto;
  margin-right: 8px;
}
#header.open .g-nav .line a {
  color: #fff;
}
#header.open .g-nav .shimaiten {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  text-align: center;
}
#header.open .g-nav .shimaiten p {
  color: #fff;
  font-size: 20px;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .g-nav-bg {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}
#header .g-nav-bg.bgopen {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  #header {
    padding-bottom: 0;
  }
  #header .inner {
    position: relative;
    width: 940px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #header .inner .logo {
    position: relative;
    padding: 0;
    left: -40px;
  }
  #header .inner .logo img {
    width: 380px;
  }
  #header .inner .globalnav {
    box-sizing: border-box;
    position: relative;
    width: 940px;
    top: -10px;
  }
  #header .inner .globalnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .inner .globalnav ul li::after {
    position: relative;
    content: "|";
    top: -4px;
    margin-left: 24px;
    color: #333;
  }
  #header .inner .globalnav ul li:last-child::after {
    display: none;
  }
  #header .inner .globalnav ul li a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #333;
    font-size: 26px;
    font-weight: bold;
  }
  #header .inner .globalnav ul li a:hover {
    color: #333;
  }
  #header .inner .globalnav ul li a::after {
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: 0;
    content: "";
    width: 0;
    height: 2%;
    background-color: #333;
    transition: 0.3s;
  }
  #header .inner .globalnav ul li a:hover::after {
    width: 100%;
  }
  #header .inner .globalnav ul li.icon img {
    position: relative;
    display: inline-block;
    width: 20px;
    height: auto;
    top: -7px;
    margin-right: 6px;
  }
  #header .inner .shimaiten {
    position: absolute;
    top: 25px;
    right: -40px;
    width: 240px;
  }
  #header .inner .shimaiten p {
    display: inline-block;
    position: relative;
    top: -2px;
    padding: 4px 12px;
    background-color: #c7a068;
    font-size: 14px;
    color: #fff;
    border-radius: 24px;
    margin-right: 10px;
  }
  #header .inner .shimaiten ul {
    display: inline-block;
  }
  #header .inner .shimaiten ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
  }
  #header .inner .shimaiten ul li a {
    text-decoration: underline;
  }
  #header .inner .sns {
    position: absolute;
    right: -30px;
    top: 70px;
    width: 520px;
  }
  #header .inner .sns ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .inner .sns ul li img {
    width: 24px;
    height: auto;
    margin-right: 8px;
    top: -4px;
  }
  #header .inner .sns ul li a {
    font-size: 18px;
  }
  #header .inner .sns ul li a span {
    display: block;
    text-align: right;
    font-size: 12px;
  }
}
/*-----------------------------------------------------------

	contents

---------------------------------------------------------- */
/* common
-------------------------------------- */
.section {
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 768px) {
  .section {
    width: 940px;
    margin: 0 auto 80px;
  }
}
.section .link-more {
  text-align: center;
  margin-top: 40px;
}
.section .link-more a {
  padding: 16px 24px;
  background-color: #D2E5D2;
  border-radius: 4px;
  font-weight: bold;
  color: #587458;
}
.section .sec-title {
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  color: #c79f67;
}
.section .sec-title .ja {
  display: block;
  font-size: 24px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .section .sec-title {
    margin: 0 auto 40px;
    font-size: 24px;
  }
  .section .sec-title .ja {
    font-size: 42px;
  }
}

.section-full {
  width: 100%;
  margin-bottom: 60px;
}
.section-full .section-inner {
  width: 90%;
  margin: 0 auto;
}
.section-full .section-inner .sec-title {
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  color: #c79f67;
}
.section-full .section-inner .sec-title .ja {
  display: block;
  font-size: 24px;
  color: #333;
}
.section-full .section-inner .sec-title .big {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .section-full .section-inner .sec-title {
    margin: 0 auto 40px;
    font-size: 24px;
  }
  .section-full .section-inner .sec-title .ja {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .section-full {
    width: 100%;
    margin-bottom: 100px;
  }
  .section-full .section-inner {
    width: 940px;
  }
}

/* title */
.ttl-level-02 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
  background-image: url(images/common/title-icon.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40px auto;
}
@media screen and (min-width: 768px) {
  .ttl-level-02 {
    margin-bottom: 40px;
    font-size: 26px;
  }
}

.ttl-level-03 {
  margin-bottom: 20px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: normal;
  border-left: 4px solid #F782AE;
}
@media screen and (min-width: 768px) {
  .ttl-level-03 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.article-pager {
  text-align: center;
}
.article-pager li {
  display: inline-block;
  vertical-align: top;
}
.article-pager .home {
  margin: 0 30px;
}
.article-pager .home a {
  display: block;
  text-align: center;
  padding: 6px 24px;
  border: 1px solid #a8a8a8;
}
@media screen and (min-width: 600px) {
  .article-pager .home {
    margin: 0 100px;
  }
}

.btn-more {
  margin-top: 20px;
}
.btn-more a {
  width: 70%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #b09d7c;
}
@media screen and (min-width: 768px) {
  .btn-more a {
    width: 300px;
  }
}

/* パンくず */
#breadcrumb {
  width: 90%;
  margin: 20px auto 20px;
}
@media print {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 12px;
}
#breadcrumb ul li.slash {
  color: #b2b2b2;
}
#breadcrumb ul li a {
  color: #b2b2b2;
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 940px;
    margin: 20px auto 40px;
  }
  #breadcrumb ul li {
    font-size: 16px;
  }
}

/* ページャー */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) { /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* top
-------------------------------------- */
.page .header {
  margin: 30px 0 40px;
}
.page .header .inner {
  width: 90%;
  margin: 0 auto;
}
.page .header .inner .page-title {
  text-align: center;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .page .header {
    margin: 60px 0 50px;
  }
  .page .header .inner .page-title {
    font-size: 54px;
  }
}

.page-top .sec-slideshow .area-slideshow {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-top .sec-slideshow .area-slideshow {
    margin-bottom: 60px;
  }
}
.page-top .sec-slideshow .area-slideshow img {
  width: 100%;
  height: auto;
}
.page-top .sec-about .icon {
  text-align: center;
  margin-bottom: 20px;
}
.page-top .sec-about .icon img {
  width: 60px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-about .icon img {
    width: 80px;
  }
}
.page-top .sec-about .area-about p {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.8;
  color: #666;
}
.page-top .sec-about .area-about p strong {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-about .area-about p {
    font-size: 20px;
  }
  .page-top .sec-about .area-about p strong {
    font-size: 24px;
  }
}
.page-top .sec-contents .area-contents .list-contents li {
  text-align: center;
  margin-bottom: 40px;
}
.page-top .sec-contents .area-contents .list-contents li a {
  display: block;
}
.page-top .sec-contents .area-contents .list-contents li a .photo {
  margin-bottom: 10px;
}
.page-top .sec-contents .area-contents .list-contents li a .photo img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-contents .area-contents .list-contents li a .detail .ttl {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
}
.page-top .sec-contents .area-contents .list-contents li a .detail .txt {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-contents .area-contents .list-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-contents .area-contents .list-contents li {
    width: 300px;
  }
  .page-top .sec-contents .area-contents .list-contents li a {
    box-sizing: border-box;
    padding: 20px;
    border-radius: 24px;
  }
  .page-top .sec-contents .area-contents .list-contents li a .detail .txt {
    font-size: 18px;
  }
  .page-top .sec-contents .area-contents .list-contents li a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: #f9f9f9;
  }
  .page-top .sec-contents .area-contents .list-contents li a:hover img {
    opacity: 1;
  }
}
.page-top .sec-news {
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news {
    margin-top: -100px;
  }
}
.page-top .sec-news .area-news {
  box-sizing: border-box;
  padding: 14px;
  background-color: #fcf8f2;
  font-size: 14px;
  color: #9a7847;
}
.page-top .sec-news .area-news p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news {
    padding: 30px 40px;
    font-size: 18px;
  }
  .page-top .sec-news .area-news p {
    font-size: 18px;
  }
}
.page-top .sec-blog .list-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.page-top .sec-blog .list-blog .article {
  width: calc(25% - 10px);
  margin-bottom: 20px;
}
.page-top .sec-blog .list-blog .article .icatch {
  margin-bottom: 6px;
}
.page-top .sec-blog .list-blog .article .icatch img {
  width: 100%;
  height: auto;
}
.page-top .sec-blog .list-blog .article .detail .date {
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-blog .list-blog .article {
    width: calc(12.5% - 10px);
  }
  .page-top .sec-blog .list-blog .article .detail .date {
    font-size: 14px;
  }
}
.page-top .sec-access .area-access .col {
  margin-bottom: 20px;
}
.page-top .sec-access .area-access .col table {
  font-size: 14px;
}
.page-top .sec-access .area-access .col table tr {
  border-top: 1px solid #e8e7e8;
  border-bottom: 1px solid #e8e7e8;
}
.page-top .sec-access .area-access .col table tr th {
  display: block;
  background-color: #f5f6f7;
  text-align: left;
  padding: 10px 20px;
}
.page-top .sec-access .area-access .col table tr td {
  display: block;
  padding: 10px 20px;
}
.page-top .sec-access .area-access .col table tr td .map {
  margin-top: 20px;
}
.page-top .sec-access .area-access .col table tr td .map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-access .area-access .col table tr td .map iframe {
    height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .page-top .sec-access .area-access {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-access .area-access .col {
    width: 450px;
    margin-bottom: 40px;
  }
  .page-top .sec-access .area-access .col table {
    font-size: 16px;
  }
  .page-top .sec-access .area-access .col table tr th {
    padding: 20px;
  }
  .page-top .sec-access .area-access .col table tr td {
    padding: 20px;
  }
}
.page-top .sec-access .area-map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-access .area-map iframe {
    height: 400px;
  }
}
.page-top .sec-onayami .area-onayami .list-onayami {
  background-color: #fcf8f3;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 14px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-onayami .area-onayami .list-onayami {
    margin-bottom: 40px;
  }
}
.page-top .sec-onayami .area-onayami .list-onayami li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 26px;
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
  color: #87693f;
  background-image: url(images/contents/top/icon-checkbox.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-onayami .area-onayami .list-onayami li {
    padding-left: 44px;
    background-size: 33px auto;
  }
}
.page-top .sec-onayami .area-onayami .list-onayami li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-top .sec-onayami .area-onayami .list-onayami {
    padding: 40px;
  }
  .page-top .sec-onayami .area-onayami .list-onayami li {
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.page-top .sec-onayami .area-onayami .text-chance {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
.page-top .sec-onayami .area-onayami .text-chance img {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-onayami .area-onayami .text-chance {
    margin-bottom: 40px;
    font-size: 48px;
  }
}
.page-top .sec-onayami .area-onayami .text-ideal {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.page-top .sec-onayami .area-onayami .text-ideal span {
  color: #65abc7;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  padding-top: 15px;
}
.page-top .sec-onayami .area-onayami .text-ideal span::before {
  content: "●●●●●●●";
  position: absolute;
  top: 0;
  left: 53%;
  transform: translateX(-50%);
  font-size: 8px;
  color: #ffb01f;
  letter-spacing: 11px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-onayami .area-onayami .text-ideal span::before {
    left: 54%;
    font-size: 12px;
    letter-spacing: 23px;
  }
}
@media screen and (min-width: 768px) {
  .page-top .sec-onayami .area-onayami .text-ideal {
    font-size: 36px;
  }
}
.page-top .sec-approach .area-approach .photo-icatch {
  margin-bottom: 40px;
}
.page-top .sec-approach .area-approach .photo-icatch img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-approach .area-approach dl dt {
  border-top: 1px solid #D9A04C;
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 14px;
}
.page-top .sec-approach .area-approach dl dt .no {
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
  font-style: italic;
  color: #D9A04C;
}
@media screen and (min-width: 768px) {
  .page-top .sec-approach .area-approach dl dt {
    font-size: 28px;
  }
  .page-top .sec-approach .area-approach dl dt .no {
    margin-right: 16px;
    font-size: 42px;
  }
}
.page-top .sec-approach .area-approach dl dd {
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page-top .sec-approach .area-approach dl dd {
    margin-left: 66px;
    font-size: 18px;
  }
}
.page-top .sec-trainer .area-trainer .photo-icatch {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-trainer .area-trainer .photo-icatch {
    margin-bottom: 80px;
  }
}
.page-top .sec-trainer .area-trainer .photo-icatch img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-trainer .area-trainer .trainer {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-trainer .area-trainer .trainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
}
.page-top .sec-trainer .area-trainer .trainer .ttl {
  margin-bottom: 40px;
  text-align: center;
  border-top: 1px solid #D9A04C;
  border-bottom: 1px solid #D9A04C;
  padding: 14px;
  color: #D9A04C;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-trainer .area-trainer .trainer .ttl {
    width: 100%;
    font-size: 28px;
  }
}
.page-top .sec-trainer .area-trainer .trainer .photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page-top .sec-trainer .area-trainer .trainer .photo .photo-main {
  margin-top: 14px;
}
.page-top .sec-trainer .area-trainer .trainer .photo .photo-main img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-trainer .area-trainer .trainer .photo .photo-thumb {
  width: 48%;
  height: auto;
}
.page-top .sec-trainer .area-trainer .trainer .photo .photo-thumb img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-trainer .area-trainer .trainer .photo {
    width: 400px;
  }
  .page-top .sec-trainer .area-trainer .trainer .photo.left {
    order: 1;
    margin-left: 40px;
  }
  .page-top .sec-trainer .area-trainer .trainer .photo.right {
    order: 2;
    margin-right: 40px;
  }
}
.page-top .sec-trainer .area-trainer .trainer .detail p {
  margin-bottom: 14px;
}
.page-top .sec-trainer .area-trainer .trainer .detail p a {
  text-decoration: underline;
  color: #87693f;
}
@media screen and (min-width: 768px) {
  .page-top .sec-trainer .area-trainer .trainer .detail {
    width: 400px;
  }
  .page-top .sec-trainer .area-trainer .trainer .detail.left {
    order: 1;
    margin-left: 40px;
  }
  .page-top .sec-trainer .area-trainer .trainer .detail.right {
    order: 2;
    margin-right: 40px;
  }
}
.page-top .sec-why .area-why .photo-icatch {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-why .area-why .photo-icatch {
    margin-bottom: 80px;
  }
}
.page-top .sec-why .area-why .photo-icatch img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-why .area-why .why {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-why .area-why .why {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
}
.page-top .sec-why .area-why .why .ttl {
  margin-bottom: 40px;
  text-align: center;
  border-top: 1px solid #D9A04C;
  border-bottom: 1px solid #D9A04C;
  padding: 14px;
  color: #D9A04C;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-why .area-why .why .ttl {
    width: 100%;
    font-size: 28px;
  }
}
.page-top .sec-why .area-why .why .photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page-top .sec-why .area-why .why .photo .photo-main {
  margin-bottom: 14px;
}
.page-top .sec-why .area-why .why .photo .photo-main img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-why .area-why .why .photo .photo-thumb {
  width: 48%;
  height: auto;
}
.page-top .sec-why .area-why .why .photo .photo-thumb img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-why .area-why .why .photo {
    width: 400px;
  }
  .page-top .sec-why .area-why .why .photo.left {
    order: 1;
    margin-left: 40px;
  }
  .page-top .sec-why .area-why .why .photo.right {
    order: 2;
    margin-right: 40px;
  }
}
.page-top .sec-why .area-why .why .detail p {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-why .area-why .why .detail {
    width: 400px;
  }
  .page-top .sec-why .area-why .why .detail.left {
    order: 1;
    margin-left: 40px;
  }
  .page-top .sec-why .area-why .why .detail.right {
    order: 2;
    margin-right: 40px;
  }
}
.page-top .sec-flow .area-flow .photo-icatch {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-flow .area-flow .photo-icatch {
    margin-bottom: 80px;
  }
}
.page-top .sec-flow .area-flow .photo-icatch img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-flow .area-flow .flow {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-flow .area-flow .flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
}
.page-top .sec-flow .area-flow .flow .ttl {
  margin-bottom: 40px;
  text-align: center;
  border-top: 1px solid #D9A04C;
  border-bottom: 1px solid #D9A04C;
  padding: 14px;
  color: #D9A04C;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-flow .area-flow .flow .ttl {
    width: 100%;
    font-size: 28px;
  }
}
.page-top .sec-flow .area-flow .flow .photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page-top .sec-flow .area-flow .flow .photo .photo-main {
  margin-bottom: 14px;
}
.page-top .sec-flow .area-flow .flow .photo .photo-main img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-flow .area-flow .flow .photo .photo-thumb {
  width: 48%;
  height: auto;
}
.page-top .sec-flow .area-flow .flow .photo .photo-thumb img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-flow .area-flow .flow .photo {
    width: 400px;
  }
  .page-top .sec-flow .area-flow .flow .photo.left {
    order: 1;
    margin-left: 40px;
  }
  .page-top .sec-flow .area-flow .flow .photo.right {
    order: 2;
    margin-right: 40px;
  }
}
.page-top .sec-flow .area-flow .flow .detail p {
  margin-bottom: 14px;
}
.page-top .sec-flow .area-flow .flow .detail .first {
  margin-bottom: 14px;
  border-bottom: 1px solid #D9A04C;
}
.page-top .sec-flow .area-flow .flow .detail .first h3 {
  font-size: 24px;
  font-weight: normal;
}
.page-top .sec-flow .area-flow .flow .detail .first p {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-flow .area-flow .flow .detail .first h3 {
    font-size: 32px;
  }
  .page-top .sec-flow .area-flow .flow .detail .first p {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-top .sec-flow .area-flow .flow .detail {
    width: 400px;
  }
  .page-top .sec-flow .area-flow .flow .detail.left {
    order: 1;
    margin-left: 40px;
  }
  .page-top .sec-flow .area-flow .flow .detail.right {
    order: 2;
    margin-right: 40px;
  }
}
.page-top .sec-voice .area-voice .voice-header {
  margin-bottom: 40px;
  text-align: center;
}
.page-top .sec-voice .area-voice .voice-header img {
  max-width: 90%;
  height: auto;
}
.page-top .sec-voice .area-voice .list-voice {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-voice .area-voice .list-voice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-top .sec-voice .area-voice .list-voice .voice {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 14px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 24px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-voice .area-voice .list-voice .voice {
    width: 300px;
  }
}
.page-top .sec-voice .area-voice .list-voice .voice .meta {
  margin-bottom: 10px;
}
.page-top .sec-voice .area-voice .list-voice .voice .meta .no {
  display: inline-block;
  margin-right: 10px;
}
.page-top .sec-voice .area-voice .list-voice .voice .meta .star {
  color: #fde085;
}
.page-top .sec-voice .area-voice .list-voice .voice .meta .star .gray {
  color: #cecece;
}
.page-top .sec-voice .area-voice .list-voice .voice .message {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px solid #edc78f;
  border-bottom: 1px solid #edc78f;
  color: #D9A04C;
  font-size: 18px;
}
.page-top .sec-voice .area-voice .list-voice .voice .profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-top .sec-voice .area-voice .list-voice .voice .profile .photo {
  width: 30%;
}
.page-top .sec-voice .area-voice .list-voice .voice .profile .photo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.page-top .sec-voice .area-voice .list-voice .voice .profile .data {
  width: 65%;
}
.page-top .sec-voice .area-voice .list-voice .voice .profile .data .menu {
  display: inline-block;
  font-size: 11px;
  margin-top: 6px;
  padding: 2px 5px;
  border: 1px solid #a1a1a1;
  color: #666;
  border-radius: 8px;
}
.page-top .sec-voice .area-voice .list-voice .voice .profile .detail {
  width: 100%;
  margin: 14px 0;
}
.page-top .sec-voice .area-voice .list-voice .voice .profile .detail p {
  font-size: 14px;
}
.page-top .sec-voice .area-voice .list-voice .voice .trainer {
  box-sizing: border-box;
  padding: 20px;
  background-color: #fcf8f3;
  border-radius: 14px;
}
.page-top .sec-voice .area-voice .list-voice .voice .trainer h3 {
  text-align: left;
  color: #a18157;
  font-size: 14px;
}
.page-top .sec-voice .area-voice .list-voice .voice .trainer p {
  color: #a18157;
  font-size: 14px;
}
.page-top .sec-voice .area-voice .kansou {
  text-align: center;
  font-size: 12px;
}
.page-top .sec-reason .area-approach .photo-icatch {
  margin-bottom: 40px;
}
.page-top .sec-reason .area-approach .photo-icatch img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-reason .area-approach .text-catch {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #a18157;
}
@media screen and (min-width: 768px) {
  .page-top .sec-reason .area-approach .text-catch {
    font-size: 24px;
  }
}
.page-top .sec-reason .area-approach .text-catch .big {
  font-size: 24px;
  font-weight: bold;
}
.page-top .sec-reason .area-approach .price {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.page-top .sec-reason .area-approach .price .yen {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-reason .area-approach .price {
    margin-bottom: 40px;
    font-size: 26px;
  }
  .page-top .sec-reason .area-approach .price .yen {
    font-size: 42px;
  }
}
.page-top .sec-reason .area-approach dl dt {
  border-top: 1px solid #D9A04C;
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 14px;
}
.page-top .sec-reason .area-approach dl dt .no {
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
  font-style: italic;
  color: #D9A04C;
}
@media screen and (min-width: 768px) {
  .page-top .sec-reason .area-approach dl dt {
    font-size: 28px;
  }
  .page-top .sec-reason .area-approach dl dt .no {
    margin-right: 16px;
    font-size: 42px;
  }
}
.page-top .sec-reason .area-approach dl dd {
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page-top .sec-reason .area-approach dl dd {
    margin-left: 66px;
    font-size: 18px;
  }
}
.page-top .sec-qa .area-qa {
  border-bottom: 1px solid #D9A04C;
}
.page-top .sec-qa .area-qa .qa dt {
  border-top: 1px solid #D9A04C;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 14px;
  cursor: pointer;
}
.page-top .sec-qa .area-qa .qa dt .q {
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
  font-style: italic;
  color: #D9A04C;
}
@media screen and (min-width: 768px) {
  .page-top .sec-qa .area-qa .qa dt {
    font-size: 28px;
  }
  .page-top .sec-qa .area-qa .qa dt .q {
    margin-right: 16px;
    font-size: 42px;
  }
}
.page-top .sec-qa .area-qa .qa dd {
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page-top .sec-qa .area-qa .qa dd {
    margin-left: 66px;
    font-size: 18px;
  }
}
.page-top .sec-contact {
  background-color: #fdf9ec;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .page-top .sec-contact {
    padding: 40px 0;
  }
}
.page-top .sec-contact .text {
  margin-bottom: 20px;
  margin-top: -10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.page-top .sec-contact .text .off {
  font-size: 32px;
  color: red;
}
@media screen and (min-width: 768px) {
  .page-top .sec-contact .text {
    font-size: 32px;
  }
  .page-top .sec-contact .text .off {
    font-size: 62px;
  }
}
.page-top .sec-contact .area-btn .btn {
  text-align: center;
  margin-bottom: 14px;
}
.page-top .sec-contact .area-btn .btn img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-contact .area-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-contact .area-btn .btn {
    width: 460px;
  }
}

.page-trainer .sec-trainer .area-trainer .trainer {
  margin-bottom: 80px;
}
.page-trainer .sec-trainer .area-trainer .trainer .photo {
  text-align: center;
  margin-bottom: 20px;
}
.page-trainer .sec-trainer .area-trainer .trainer .photo img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.page-trainer .sec-trainer .area-trainer .trainer .photo p {
  margin-top: 14px;
  line-height: 1.6;
  font-weight: bold;
  color: #c69f6b;
  font-size: 12px;
}
.page-trainer .sec-trainer .area-trainer .trainer .detail .type {
  text-align: center;
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #c7a068;
}
.page-trainer .sec-trainer .area-trainer .trainer .detail .name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.page-trainer .sec-trainer .area-trainer .trainer .detail .kana {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
.page-trainer .sec-trainer .area-trainer .trainer .detail .profile {
  font-size: 14px;
}
.page-trainer .sec-trainer .area-trainer .trainer .detail p {
  margin-bottom: 20px;
}
.page-trainer .sec-trainer .area-trainer .trainer .comment::before {
  content: "";
  position: absolute;
  top: -20px; /* 上に出す */
  left: 60px; /* 左寄りに配置 */
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f7f7f7; /* commentと同じ背景色 */
}
.page-trainer .sec-trainer .area-trainer .trainer .comment {
  margin-top: 40px;
  position: relative;
  box-sizing: border-box;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 14px;
  width: fit-content;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (min-width: 768px) {
  .page-trainer .sec-trainer .area-trainer .trainer .comment {
    padding: 40px;
  }
}
.page-trainer .sec-trainer .area-trainer .trainer .comment .col {
  margin-bottom: 20px;
}
.page-trainer .sec-trainer .area-trainer .trainer .comment .col .photo {
  margin-bottom: 10px;
}
.page-trainer .sec-trainer .area-trainer .trainer .comment .col .photo img {
  max-width: 100%;
  height: auto;
}
.page-trainer .sec-trainer .area-trainer .trainer .comment .col .text p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-trainer .sec-trainer .area-trainer .trainer .comment .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-trainer .sec-trainer .area-trainer .trainer .comment .col .photo {
    width: 270px;
  }
  .page-trainer .sec-trainer .area-trainer .trainer .comment .col .text {
    width: 560px;
  }
  .page-trainer .sec-trainer .area-trainer .trainer .comment .col:nth-child(even) .photo {
    order: 2;
  }
  .page-trainer .sec-trainer .area-trainer .trainer .comment .col:nth-child(even) .text {
    order: 1;
  }
}
.page-trainer .sec-trainer .area-trainer .trainer .comment .certificate img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-trainer .sec-trainer .area-trainer .trainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-trainer .sec-trainer .area-trainer .trainer .photo {
    width: 440px;
  }
  .page-trainer .sec-trainer .area-trainer .trainer .photo img {
    max-width: 100%;
    height: auto;
  }
  .page-trainer .sec-trainer .area-trainer .trainer .photo p {
    font-size: 16px;
  }
  .page-trainer .sec-trainer .area-trainer .trainer .detail {
    width: 460px;
  }
  .page-trainer .sec-trainer .area-trainer .trainer .detail .type {
    text-align: left;
    font-size: 20px;
  }
  .page-trainer .sec-trainer .area-trainer .trainer .detail .name {
    text-align: left;
    font-size: 36px;
  }
  .page-trainer .sec-trainer .area-trainer .trainer .detail .kana {
    text-align: left;
    font-size: 20px;
  }
  .page-trainer .sec-trainer .area-trainer .trainer .comment {
    width: 100%;
    margin-top: 20px;
  }
  .page-trainer .sec-trainer .area-trainer .trainer .comment p {
    font-size: 16px;
  }
}

.page-blog .sec-blog .list-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-blog .sec-blog .list-blog .article {
  box-sizing: border-box;
  width: 48%;
  margin-bottom: 40px;
}
.page-blog .sec-blog .list-blog .article .icatch {
  position: relative;
  margin-bottom: 10px;
}
.page-blog .sec-blog .list-blog .article .icatch img {
  max-width: 100%;
  height: auto;
}
.page-blog .sec-blog .list-blog .article .icatch .date {
  position: absolute;
  top: -5px;
  left: 0;
}
.page-blog .sec-blog .list-blog .article .icatch .date time {
  background-color: #fff;
  padding: 6px 8px 4px;
  font-size: 10px;
}
.page-blog .sec-blog .list-blog .article .detail .title {
  margin-bottom: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.page-blog .sec-blog .list-blog .article .detail .ex {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-blog .sec-blog .list-blog .article {
    width: 260px;
  }
  .page-blog .sec-blog .list-blog .article .icatch .date time {
    padding: 8px 14px 6px;
    font-size: 12px;
  }
  .page-blog .sec-blog .list-blog .article .detail .title {
    font-size: 14px;
  }
}
.page-blog .single-article {
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .page-blog .single-article {
    width: 800px;
    margin: 60px auto;
  }
}
.page-blog .single-article .article {
  margin-bottom: 40px;
}
.page-blog .single-article .article .article-header {
  margin-bottom: 20px;
}
.page-blog .single-article .article .article-header .date {
  font-size: 14px;
  color: #666;
}
.page-blog .single-article .article .article-header .title {
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-blog .single-article .article .article-header .title {
    font-size: 20px;
  }
}
.page-blog .single-article .article .article-content h1 {
  margin: 40px 0 20px;
  font-size: 24px;
}
.page-blog .single-article .article .article-content h2 {
  margin: 40px 0 20px;
  font-size: 18px;
}
.page-blog .single-article .article .article-content h3 {
  margin: 40px 0 20px;
  font-size: 16px;
}
.page-blog .single-article .article .article-content p {
  margin: 20px 0;
  line-height: 1.8;
}
.page-blog .single-article .article .article-content img {
  max-width: 100%;
  height: auto;
}
.page-blog .sidebar {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-blog .sidebar {
    width: 800px;
    margin: 0 auto;
  }
}
.page-blog .sidebar .area-side {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-blog .sidebar .area-side .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-blog .sidebar .area-side ul li {
  margin-bottom: 4px;
}
.page-blog .sidebar .area-side ul li::before {
  content: "- ";
}

.page-service .sec-service .area-service .service {
  margin-bottom: 40px;
}
.page-service .sec-service .area-service .service .photo {
  text-align: right;
}
.page-service .sec-service .area-service .service .photo img {
  max-width: 80%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.page-service .sec-service .area-service .service .detail .title {
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 20px;
}
.page-service .sec-service .area-service .service .detail .title .no {
  display: inline-block;
  font-size: 56px;
  margin-right: 10px;
  line-height: 1;
  font-style: italic;
}
.page-service .sec-service .area-service .service .detail p {
  margin-bottom: 14px;
  line-height: 1.7;
  font-size: 16px;
}
.page-service .sec-service .area-service .service .detail p a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-service .sec-service .area-service .service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .page-service .sec-service .area-service .service .photo {
    width: 400px;
  }
  .page-service .sec-service .area-service .service .photo img {
    max-width: 100%;
    height: auto;
  }
  .page-service .sec-service .area-service .service .detail {
    width: 500px;
  }
  .page-service .sec-service .area-service .service .detail .title {
    font-size: 26px;
  }
  .page-service .sec-service .area-service .service .detail .title .no {
    font-size: 82px;
  }
  .page-service .sec-service .area-service .service .detail p {
    font-size: 18px;
  }
  .page-service .sec-service .area-service .service:nth-child(even) .photo {
    order: 2;
  }
  .page-service .sec-service .area-service .service:nth-child(even) .detail {
    order: 1;
  }
}

.page-price .pr-top {
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
}
.page-price .pr-top a {
  color: #c79f67;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-price .pr-top {
    font-size: 28px;
  }
}
.page-price .sec-price .area-price {
  box-sizing: border-box;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .page-price .sec-price .area-price {
    margin-bottom: 80px;
  }
}
.page-price .sec-price .area-price h3 {
  padding: 14px;
  text-align: center;
  background-color: #111;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-price .sec-price .area-price h3 {
    font-size: 26px;
  }
}
.page-price .sec-price .area-price .list-price {
  margin: 0 auto 20px;
}
.page-price .sec-price .area-price .list-price .price {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-price .sec-price .area-price .list-price .price .ttl {
  font-size: 14px;
}
.page-price .sec-price .area-price .list-price .price .p {
  font-size: 20px;
}
.page-price .sec-price .area-price .list-price .price .p .time {
  display: inline-block;
  margin-right: 4px;
  font-size: 12px;
}
.page-price .sec-price .area-price .list-price .price .p .tax {
  font-size: 12px;
}
.page-price .sec-price .area-price .list-price .price .p .red {
  color: #ec0b0b;
}
.page-price .sec-price .area-price .list-price .price .important {
  display: block;
  margin-top: -6px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  color: #d90b0b;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-price .sec-price .area-price .list-price .price .important {
    margin-top: -10px;
    font-size: 18px;
  }
}
.page-price .sec-price .area-price .list-price .ex {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .page-price .sec-price .area-price .list-price .ex {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-price .sec-price .area-price .list-price .price {
    padding: 14px 40px;
  }
  .page-price .sec-price .area-price .list-price .price p {
    text-align: left;
  }
  .page-price .sec-price .area-price .list-price .price .ttl {
    font-size: 26px;
  }
  .page-price .sec-price .area-price .list-price .price .p {
    font-size: 42px;
  }
  .page-price .sec-price .area-price .list-price .price .p .time {
    font-size: 24px;
  }
  .page-price .sec-price .area-price .list-price .price .p .tax {
    font-size: 24px;
  }
}
.page-price .sec-price .area-content {
  margin-top: -20px;
}
.page-price .sec-price .area-content .list-content {
  margin: 0 auto 20px;
  padding: 14px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #f7f7f7;
}
.page-price .sec-price .area-content .list-content li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .page-price .sec-price .area-content .list-content {
    padding: 30px 40px 20px 40px;
  }
  .page-price .sec-price .area-content .list-content li {
    margin-right: 16px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.page-price .sec-price .area-content .how p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.page-price .sec-price .area-content .how .list-example {
  text-align: center;
  margin-bottom: 20px;
}
.page-price .sec-price .area-content .how .list-example li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 16px;
  background-color: #f7f7f7;
  border-radius: 12px;
}
.page-price .sec-price .area-content .how .list-example li .no {
  position: absolute;
  top: -4px;
  left: -4px;
  font-weight: bold;
  font-size: 14px;
  background-color: #111;
  color: #fff;
  border-radius: 40px;
  padding: 4px 10px;
}
.page-price .sec-price .area-content .how .list-icon {
  text-align: center;
}
.page-price .sec-price .area-content .how .list-icon li {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 10px;
}
.page-price .sec-price .area-content .how .list-icon li img {
  width: 60px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.page-price .sec-price .area-content .how .list-icon li p {
  margin-top: 10px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .page-price .sec-price .area-content .how p {
    font-size: 24px;
  }
  .page-price .sec-price .area-content .how .list-example {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-price .sec-price .area-content .how .list-example li {
    width: 32%;
    font-size: 18px;
  }
  .page-price .sec-price .area-content .how .list-icon li img {
    width: 100px;
  }
  .page-price .sec-price .area-content .how .list-icon li p {
    font-size: 14px;
  }
}
.page-price .sec-pay .area-pay {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-price .sec-pay .area-pay {
    margin-bottom: 60px;
  }
}
.page-price .sec-pay .area-pay .payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-price .sec-pay .area-pay .payment li {
  box-sizing: border-box;
  width: 49%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 0 10px 20px;
  margin-bottom: 20px;
}
.page-price .sec-pay .area-pay .payment li .icon {
  margin-bottom: 10px;
}
.page-price .sec-pay .area-pay .payment li .icon img {
  width: 100%;
  height: auto;
}
.page-price .sec-pay .area-pay .payment li h3 {
  margin-bottom: 6px;
  font-size: 18px;
}
.page-price .sec-pay .area-pay .payment li p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-price .sec-pay .area-pay .payment li {
    width: 220px;
  }
  .page-price .sec-pay .area-pay .payment li h3 {
    font-size: 20px;
  }
  .page-price .sec-pay .area-pay .payment li p {
    font-size: 16px;
  }
}
.page-price .sec-pay .area-pay .important {
  margin-bottom: 10px;
  font-size: 14px;
  color: #d90b0b;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-price .sec-pay .area-pay .important {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.page-price .sec-pay .area-guideline h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.page-price .sec-pay .area-guideline .ex {
  margin-bottom: 20px;
}
.page-price .sec-pay .area-guideline .list-guideline .guideline {
  box-sizing: border-box;
  margin-bottom: 14px;
  padding: 14px;
  border-radius: 14px;
  background-color: #f9f9f9;
}
.page-price .sec-pay .area-guideline .list-guideline .guideline h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.page-price .sec-pay .area-guideline .list-guideline .guideline p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-price .sec-pay .area-guideline .list-guideline .guideline {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-price .sec-pay .area-guideline .list-guideline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-price .sec-pay .area-guideline .list-guideline .guideline {
    width: 460px;
    margin-bottom: 20px;
    padding: 30px 40px;
  }
  .page-price .sec-pay .area-guideline .list-guideline .guideline h4 {
    font-size: 20px;
  }
  .page-price .sec-pay .area-guideline .list-guideline .guideline p {
    font-size: 18px;
  }
}

.page-company .sec-message .area-message .message {
  position: relative;
  margin-bottom: 40px;
}
.page-company .sec-message .area-message .message .text {
  position: relative;
  z-index: 2;
}
.page-company .sec-message .area-message .message .text .cc {
  font-weight: bold;
  font-size: 20px;
}
.page-company .sec-message .area-message .message .text p {
  margin-bottom: 14px;
}
.page-company .sec-message .area-message .message .icon {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 40px;
}
.page-company .sec-message .area-message .photo {
  position: relative;
  text-align: center;
}
.page-company .sec-message .area-message .photo img {
  max-width: 100%;
  height: auto;
}
.page-company .sec-message .area-message .photo .sign {
  text-align: right;
}
.page-company .sec-message .area-message .photo:after {
  position: absolute;
  content: "";
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5); /* シャドウ */
  transform: rotate(3deg); /* 回転させる */
  right: 20px;
  left: auto;
  top: auto;
  bottom: 13px;
  z-index: -1;
  width: 40%;
  height: 20%;
}
@media screen and (min-width: 768px) {
  .page-company .sec-message .area-message .photo:after {
    width: 50%;
    right: 4px;
    bottom: 190px;
  }
}
@media screen and (min-width: 768px) {
  .page-company .sec-message .area-message {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-company .sec-message .area-message .message {
    order: 2;
    width: 680px;
  }
  .page-company .sec-message .area-message .message .icon {
    bottom: -40px;
  }
  .page-company .sec-message .area-message .photo {
    order: 1;
    width: 300px;
  }
  .page-company .sec-message .area-message .photo img {
    max-width: 100%;
  }
}
.page-company .sec-company .area-detail {
  width: 90%;
  margin: 0 auto 40px;
}
.page-company .sec-company .area-detail .data table {
  margin-bottom: 40px;
}
.page-company .sec-company .area-detail .data table th {
  width: 100px;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
  font-weight: normal;
}
.page-company .sec-company .area-detail .data table td {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.page-company .sec-company .area-detail .data table td a {
  color: #666;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-detail .data table {
    margin: 0 auto;
    font-size: 16px;
  }
  .page-company .sec-company .area-detail .data table th {
    width: 200px;
    padding: 20px 0;
  }
  .page-company .sec-company .area-detail .data table td {
    padding: 20px 0;
  }
}
.page-company .sec-company .area-detail .photo div {
  margin-bottom: 20px;
  text-align: center;
}
.page-company .sec-company .area-detail .photo div img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-detail {
    width: 100%;
    margin: 0 auto 60px;
  }
  .page-company .sec-company .area-detail .data table th {
    width: 200px;
    padding: 20px 40px;
  }
  .page-company .sec-company .area-detail .data table td {
    padding: 20px 40px;
  }
}
.page-company .sec-company .area-map .googlemap {
  width: 90%;
  margin: 0 auto 40px;
}
.page-company .sec-company .area-map .googlemap iframe {
  width: 100%;
  height: 240px;
}
.page-company .sec-company .area-map .photo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-map .googlemap {
    width: 100%;
    margin: 0 auto 60px;
  }
  .page-company .sec-company .area-map .googlemap iframe {
    height: 400px;
  }
}
.page-company .sec-company .area-zeh {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #E6E6E6;
  padding-top: 30px;
}
.page-company .sec-company .area-zeh .detail {
  margin-bottom: 20px;
}
.page-company .sec-company .area-zeh .detail h3 {
  margin-bottom: 20px;
  font-size: 16px;
}
.page-company .sec-company .area-zeh .detail h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.page-company .sec-company .area-zeh .detail p {
  font-size: 14px;
}
.page-company .sec-company .area-zeh .icon {
  text-align: center;
}
.page-company .sec-company .area-zeh .icon img {
  max-width: 80%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-zeh {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 940px;
    align-items: center;
  }
  .page-company .sec-company .area-zeh .detail {
    width: 540px;
  }
  .page-company .sec-company .area-zeh .detail h3 {
    font-size: 24px;
  }
  .page-company .sec-company .area-zeh .detail p {
    font-size: 16px;
  }
  .page-company .sec-company .area-zeh .icon {
    width: 400px;
  }
  .page-company .sec-company .area-zeh .icon img {
    max-width: 60%;
  }
}

.page-school .sec-school .area-explain {
  margin-bottom: 40px;
}
.page-school .sec-school .area-explain h2 {
  margin-bottom: 14px;
  font-size: 18px;
}
.page-school .sec-school .area-explain p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-school .sec-school .area-explain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-school .sec-school .area-explain h2 {
    font-size: 24px;
  }
  .page-school .sec-school .area-explain p {
    font-size: 16px;
  }
}
.page-school .sec-school .area-course .course {
  margin-bottom: 40px;
}
.page-school .sec-school .area-course .course .course-ttl {
  position: relative;
  margin-bottom: 60px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}
.page-school .sec-school .area-course .course .course-ttl .ja {
  position: relative;
  background-color: #fff;
  bottom: -38px;
  padding-right: 20px;
}
.page-school .sec-school .area-course .course .course-ttl .no {
  position: absolute;
  right: 0;
  bottom: -38px;
  font-size: 42px;
  padding-left: 10px;
  background-color: #fff;
}
.page-school .sec-school .area-course .course .detail .photo {
  margin-bottom: 20px;
}
.page-school .sec-school .area-course .course .detail .photo img {
  width: 100%;
  height: auto;
}
.page-school .sec-school .area-course .course .detail .text p {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .page-school .sec-school .area-course .course .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-school .sec-school .area-course .course .detail .photo {
    width: 400px;
  }
  .page-school .sec-school .area-course .course .detail .text {
    width: 640px;
  }
}
@media screen and (min-width: 768px) {
  .page-school .sec-school .area-course .course-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-school .sec-school .area-course .course-2col .course {
    width: 530px;
  }
  .page-school .sec-school .area-course .course-2col .course .photo {
    width: 200px;
  }
  .page-school .sec-school .area-course .course-2col .course .text {
    width: 300px;
  }
  .page-school .sec-school .area-course .course-2col .course .text p {
    font-size: 14px;
  }
}

.page-contact .sec-contact .text {
  text-align: center;
  line-height: 2;
}
.page-contact .sec-contact .text a {
  color: #c79f67;
  text-decoration: underline;
}

.area-contactform {
  z-index: 0;
}
.area-contactform .contact-form {
  margin: 40px 0 0;
  z-index: 0;
}
.area-contactform .contact-form caption {
  margin-bottom: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th {
  display: block;
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th .hissu {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 6px;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #D40000;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .hissu {
    font-size: 12px;
  }
}
.area-contactform .contact-form th .ninni {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 6px;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #bbb;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .ninni {
    font-size: 12px;
  }
}
.area-contactform .contact-form th .bikou {
  display: block;
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .bikou {
    font-size: 14px;
  }
}
.area-contactform .contact-form td {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.area-contactform .contact-form td .ttl {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 4px;
}
.area-contactform .contact-form td .text-form {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-short {
  width: 24%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-middle {
  width: 74%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-area {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td ::placeholder {
  color: #b9b9b9;
}
.area-contactform .contact-form td .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0 0 2px 0;
}
.area-contactform .contact-form td .col {
  margin-bottom: 14px;
}
.area-contactform .contact-form td .ex {
  margin-top: 6px;
  font-size: 14px;
}
.area-contactform .contact-form td .wpcf7-list-item-label {
  font-size: 16px;
  margin: 0;
  opacity: 1;
}
.area-contactform .contact-form td .wpcf7-date {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .checkbox-346 {
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form tr {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .area-contactform .contact-form th {
    width: 240px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 20px 40px;
    margin-bottom: 10px;
    background-color: #f4f4f4;
  }
  .area-contactform .contact-form td {
    display: table-cell;
    padding: 20px 40px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
  }
  .area-contactform .contact-form td .wpcf7-list-item-label {
    font-size: 14px;
  }
  .area-contactform .contact-form td .checkbox-346 {
    padding-bottom: 0;
  }
  .area-contactform .contact-form td .text-form {
    background-color: #fff;
  }
  .area-contactform .contact-form td .text-area {
    background-color: #fff;
  }
}
.area-contactform .wpcf7-submit {
  display: block;
  width: 80%;
  padding: 20px;
  margin: 16px auto 20px;
  border: none;
  background-color: #00A935;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.area-contactform .wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .area-contactform {
    margin-top: 40px;
  }
  .area-contactform .wpcf7-submit {
    margin: 60px auto;
    width: 400px;
  }
}

/*-----------------------------------------------------------

	side

---------------------------------------------------------- */
/*-----------------------------------------------------------

	footer

---------------------------------------------------------- */
#footer {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding: 40px 0 20px;
  background-color: #111111;
  position: relative;
  /*リンクを右下に固定*/
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 120px;
  }
}
@media print {
  #footer {
    display: none;
  }
}
#footer #page-top a {
  display: flex;
  transition: all 0.3s;
}
#footer #page-top a img {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  #footer #page-top a img {
    width: 100px;
    height: 100px;
  }
}
#footer #page-top a:hover {
  opacity: 0.6;
}
#footer #page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}
#footer #page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#footer #page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(2400px);
  }
}
#footer .logo {
  text-align: center;
  margin-bottom: 30px;
}
#footer .logo img {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #footer .logo {
    margin-bottom: 40px;
  }
  #footer .logo img {
    width: 360px;
  }
}
#footer .area-info {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
#footer .area-info .nav {
  margin-bottom: 30px;
}
#footer .area-info .nav li {
  margin-bottom: 4px;
  text-align: center;
  font-size: 18px;
}
#footer .area-info .nav li a {
  color: #ddb680;
}
#footer .area-info .nav li a:hover {
  color: #80633b;
}
@media screen and (min-width: 768px) {
  #footer .area-info .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 940px;
    margin: 0 auto 30px;
  }
  #footer .area-info .nav li {
    font-size: 16px;
  }
  #footer .area-info .nav li::after {
    content: "|";
    margin-left: 17px;
  }
  #footer .area-info .nav li:last-child::after {
    content: "";
  }
}
#footer .area-info .copyright {
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #footer .area-info .copyright {
    font-size: 14px;
  }
}
#footer .area-info .attention {
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #footer .area-info .attention {
    font-size: 14px;
  }
}