@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 1.4em;
  background: #fcfcfc;
  color: #333;
  line-height: 1.8;
  max-width: 1280px;
  margin: auto;
}

a {
  color: #333;
  text-decoration: none;
  transition: opacity .2s ease;
}
a:hover {
  opacity: .7;
  transition: opacity .2s ease;
}
a.link-tel {
  pointer-events: none;
}

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

.wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.disp-pc {
  display: block;
}

.disp-tab {
  display: none;
}

.disp-sp {
  display: none;
}

.fa-phone {
  transform: rotateY(180deg);
}

@media only screen and (max-width: 1024px) {
  .disp-tab {
    display: block;
  }
  .tab-scroll-table {
    -ms-overflow-x: scroll;
        overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .tab-scroll-table table {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  a.link-tel {
    pointer-events: auto;
  }
}

/*------------------------------------------
  parts
------------------------------------------*/
/*  layout
-------------------------*/
.layout-type01 {
  padding: 0 40px;
  max-width: 1100px;
  margin: auto;
}

/*  flexbox
-------------------------*/
.flexbox {
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*  flexbox
-------------------------*/
.ac-trigger {
  cursor: pointer;
}

/*.ac-hide {
  display: none;
}*/
.ac-hide {
  display: block;
}

/*  title
-------------------------*/
.title-type01 {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  border-left: 4px solid #a70120;
  color: #a70120;
  line-height: 1.3;
  padding: 0 1em;
  position: relative;
  margin-bottom: .5em;
}
.title-type01:after {
  content: "";
  width: 4px;
  height: 50%;
  background: #b8b8b8;
  position: absolute;
  bottom: 0;
  left: -4px;
}

.title-type02 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-left: 5px solid #a70120;
  color: #a70120;
  line-height: 1.3;
  padding: 0 .6em;
  position: relative;
}

.title-type03 {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: .3em;
  color: #010101;
  border-bottom: 1px solid #010101;
}
.title-type03:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #010101;
  position: absolute;
  left: 0;
  bottom: 4px;
}

.title-type04 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #ff0634;
}

.title-type05 {
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}

.title-type06 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.title-type07 {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #ff0634;
  padding: .6em 1em;
}

.title-type08 {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #a70120;
  padding: .4em 1em;
  text-align: center;
}

.title-type09 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #a70120;
}

/*  btn
-------------------------*/
.btn-type01 {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  font-size: 13px;
  font-size: 1.3rem;
  padding: .8em 1.5em;
}
.btn-type01:hover {
  opacity: 1;
  background: #333;
}

.btn-type02 {
  display: block;
  text-align: center;
  color: #fff;
  background: #a70120;
  padding: .8em 0;
}
.btn-type02:hover {
  opacity: 1;
  background: #333;
}

.btn-type03 {
  display: block;
  text-align: center;
  background: #fff;
  padding: .8em 0;
  border: 2px solid #333;
  font-weight: bold;
}
.btn-type03:hover {
  opacity: 1;
  background: #333;
  color: #fff;
}

.btn-type04 {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  background: #a70120;
  cursor: pointer;
  color: #fff;
  border: 1px solid #a70120;
  padding: .2em .6em;
}
.btn-type04 span:after {
  content: "詳しく見る";
}
.btn-type04.ac-open {
  background: #fff;
  color: #a70120;
}
.btn-type04.ac-open span:after {
  content: "　閉じる　";
}

.btn-type05 {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: .8em 1.5em;
  background: #ec1742;
  background:    -moz-linear-gradient(top, #ec1742 0%, #cc0d32 99%);
  background: -webkit-linear-gradient(top, #ec1742 0%, #cc0d32 99%);
  background:         linear-gradient(to bottom, #ec1742 0%, #cc0d32 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1742', endColorstr='#cc0d32',GradientType=0 );
}

.btn-icon {
  position: relative;
  display: inline-block;
  padding-right: 32px;
}
.btn-icon:after {
  content: "";
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.btn-icon.icon-mail:after {
  width: 25px;
  height: 24px;
  background-image: url(../images/common/icon-mail.png);
}

/*  table
-------------------------*/
.table-type01 {
  width: 100%;
  text-align: left;
}
.table-type01 tr {
  border-bottom: 1px solid #ccc;
}
.table-type01 tr:first-child th, .table-type01 tr:first-child td {
  padding-top: 0;
}
.table-type01 th, .table-type01 td {
  padding: 1em 0;
  color: #555;
}
.table-type01 th {
  padding-right: 1em;
}

.table-type02 {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
}
.table-type02 tr {
  border-bottom: 1px solid #e6e6e6;
}
.table-type02 th, .table-type02 td {
  border-right: 1px solid #e6e6e6;
  padding: .6em 1em;
  vertical-align: middle;
}
.table-type02 th {
  background: #f5f5f5;
}

.table-type03 {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.table-type03 tr {
  border-bottom: 1px solid #e6e6e6;
}
.table-type03 th, .table-type03 td {
  vertical-align: middle;
  box-sizing: border-box;
}
.table-type03 th {
  background: #fcfcfc;
  width: 11em;
  padding: .6em 1em;
}
.table-type03 td {
  padding: 1em;
}

.table-type04 {
  width: 100%;
  text-align: center;
}
.table-type04 th, .table-type04 td {
  padding: .6em;
  width: 33.333%;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  line-height: 1.4;
}
.table-type04 th {
  background: #ff0634;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.table-type04 td {
  color: #ff0634;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

.table-type05 {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
.table-type05 th, .table-type05 td {
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  line-height: 1.4;
}
.table-type05 th:first-child, .table-type05 td:first-child {
  background: #f5f5f5;
}
.table-type05 th {
  background: #ff0634;
  color: #fff;
  padding: .6em .5em;
}
.table-type05 td {
  padding: 1em .5em;
}

.table-type06 {
  width: 100%;
  text-align: center;
  border: 1px solid #d5d3d3;
  border-right: none;
  font-size: 13px;
  font-size: 1.3rem;
}
.table-type06 tr {
  background: #f5f5f5;
  border-right: 1px solid #d5d3d3;
}
.table-type06 tr:nth-child(2n) {
  background: #fff;
}
.table-type06 th, .table-type06 td {
  vertical-align: middle;
  padding: 1em;
  border-right: 1px solid #d5d3d3;
  line-height: 1.5;
}
.table-type06 th {
  border-bottom: 1px solid #d5d3d3;
  padding: 0.5rem 1.3rem;
}
.table-type06 .course-name {
  text-align: left;
}
.table-type06 .course-name a {
  color: #a70120;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.table-type06 .col {
  width: 50%;
}
.table-type06 .col strong {
  font-size: 14px;
  font-size: 1.4rem;
}

.table-type07 {
  width: 100%;
  text-align: center;
  border: 1px solid #d5d3d3;
  border-right: none;
  border-bottom: none;
  font-size: 13px;
  font-size: 1.3rem;
}
.table-type07 tr {
  border-right: 1px solid #d5d3d3;
  border-bottom: 1px solid #d5d3d3;
}
.table-type07 th, .table-type07 td {
  vertical-align: middle;
  padding: 1em;
  border-right: 1px solid #d5d3d3;
  line-height: 1.5;
}
.table-type07 th {
  background: #f5f5f5;
  border-bottom: 1px solid #d5d3d3;
}
.table-type07 .course-name {
  text-align: left;
}
.table-type07 .course-name a {
  color: #a70120;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.table-type07 .col {
  width: 50%;
}
.table-type07 .col strong {
  font-size: 16px;
  font-size: 1.6rem;
}

/*  list
-------------------------*/
.list-type01 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.list-type01 li {
  border-bottom: 1px dashed #ccc;
}
.list-type01 li:last-child {
  border-bottom: none;
}
.list-type01 .item-inner {
  display: block;
  padding: 1em 1.5em;
}
.list-type01 .item-head {
  width: 200px;
  float: left;
}
.list-type01 .item-title {
  margin-left: 200px;
  text-decoration: underline;
  color: #666;
}
.list-type01 .date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.list-type01 .label {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  text-align: center;
  color: #fff;
  font-size: 80%;
}
.list-type01 .label.limited {
  background: #ce0934;
}
.list-type01 .label.special {
  background: #daa520;
}
.list-type01 .label.news {
  background: #888;
}

.list-type02 li {
  width: 16%;
  margin: 0 .8% .8% 0;
}
.list-type02 li:nth-child(6n) {
  margin-right: 0;
}

.list-type03 li {
  text-align: center;
  width: 48%;
  margin-bottom: 4%;
  box-sizing: border-box;
  border: 5px solid #e6e6e6;
  padding: 1.5em;
}
.list-type03 li:nth-child(2n) {
  margin-left: auto;
}

.list-type03 .title {
  background: #e6e6e6;
  font-weight: bold;
  line-height: 1.5;
  padding: 1em;
}
.list-type03 .title .ttl {
  color: #a70120;
  font-size: 15px;
  font-size: 1.5rem;
}

.list-type04 li {
  margin-bottom: 20px;
  background: #fff;
  padding: 1.5em 2.5em;
  position: relative;
}

.list-type04 .date {
  color: #555;
  font-weight: bold;
}

.list-type04 .category {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  text-align: center;
  color: #fff;
  font-size: 80%;
}
.list-type04 .category.limited {
  background: #ce0934;
}
.list-type04 .category.special {
  background: #daa520;
}
.list-type04 .category.news {
  background: #888;
}

.list-type04 .txt {
  margin-top: 1em;
  padding-right: 4em;
}

.list-type04 .more {
  color: #a70120;
  position: absolute;
  right: 2.5em;
  top: 50%;
  margin-top: -1em;
}

.list-type05 li {
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin-bottom: 1em;
}
.list-type05 li:last-child {
  margin-bottom: 0;
}

.list-type05 .item-contents-left {
  width: 66%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.list-type05 .item-contents-right {
  width: 30%;
  margin-left: auto;
}

.list-type05 .item-title {
  font-weight: bold;
  color: #a70120;
  font-size: 20px;
  font-size: 2rem;
}

/*  column
-------------------------*/
.column-type01 {
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.column-type02 {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.col-w18 {
  width: 18%;
}

.col-w20 {
  width: 20%;
}

.col-w25 {
  width: 25%;
}

.col-w30 {
  width: 30%;
}

.col-w32 {
  width: 32%;
}

.col-w33 {
  width: 33.333333%;
}

.col-w36 {
  width: 36%;
}

.col-w40 {
  width: 40%;
}

.col-w46 {
  width: 46%;
}

.col-w48 {
  width: 48%;
}

.col-w49 {
  width: 49%;
}

.col-w50 {
  width: 50%;
}

.col-w52 {
  width: 52%;
}

.col-w56 {
  width: 56%;
}

.col-w60 {
  width: 60%;
}

.col-w66 {
  width: 66%;
}

.col-w70 {
  width: 70%;
}

.col-w74 {
  width: 74%;
}

.col-w76 {
  width: 76%;
}

/*  textbox
-------------------------*/
.textbox-type01 {
  color: #555;
}
.textbox-type01 .box-title {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

/*  menu
-------------------------*/
.menu-type01 {
  font-size: 0;
}
.menu-type01 li {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  width: 32%;
  max-width: 142px;
  text-align: center;
  margin-right: 2%;
}
.menu-type01 li:last-child {
  margin-right: 0;
}
.menu-type01 a {
  display: block;
  color: #fff;
  padding: .4em 0;
}
.menu-type01 .menu01 a {
  background: #39a74a;
  background:    -moz-linear-gradient(top, #39a74a 0%, #018517 98%);
  background: -webkit-linear-gradient(top, #39a74a 0%, #018517 98%);
  background:         linear-gradient(to bottom, #39a74a 0%, #018517 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a74a', endColorstr='#018517',GradientType=0 );
}
.menu-type01 .menu02 a {
  background: #ebc316;
  background:    -moz-linear-gradient(top, #ebc316 0%, #cba500 98%);
  background: -webkit-linear-gradient(top, #ebc316 0%, #cba500 98%);
  background:         linear-gradient(to bottom, #ebc316 0%, #cba500 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebc316', endColorstr='#cba500',GradientType=0 );
}
.menu-type01 .menu03 a {
  background: #64b8e2;
  background:    -moz-linear-gradient(top, #64b8e2 0%, #026ca0 98%);
  background: -webkit-linear-gradient(top, #64b8e2 0%, #026ca0 98%);
  background:         linear-gradient(to bottom, #64b8e2 0%, #026ca0 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b8e2', endColorstr='#026ca0',GradientType=0 );
}

.menu-type02 {
  font-weight: bold;
}
.menu-type02 .menulist li {
  display: inline-block;
  margin: 0 4px 4px 0;
}
.menu-type02 .menulist li:last-child {
  margin-right: 0;
}
.menu-type02 .menulist a {
  display: block;
/*   padding: .6em 1.5em .6em 1em; */
  border: 1px solid #e6e6e6;
  position: relative;
  line-height: 1.1;
  padding: 0.5rem;
  font-size: 14px;
}
.menu-type02 .menulist a:after {
/*
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #a70120;
  border-right: 2px solid #a70120;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: .8em;
  top: 50%;
  margin-top: -2px;
*/
}
.menu-type02 .menulist a:hover {
  opacity: 1;
  color: #fff;
  border-color: #555;
  background: #555;
}
.menu-type02 .menulist a:hover:after {
  border-color: #fff;
}
.menu-type02 .menulist .current-cat a {
  color: #fff;
  border-color: #555;
  background: #555;
}
.menu-type02 .menulist .current-cat a:after {
  border-color: #fff; 
}
.menu-type02 .text01 {
	color: #a70120;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 0.5rem 1rem;
}

/*  article
-------------------------*/
.article-type01 {
  background: #fff;
  padding: 2em;
  margin-bottom: 6%;
}
.article-type01 .article-header {
  margin-bottom: 1.5em;
}
.article-type01 .article-header .date {
  color: #555;
  font-weight: bold;
}
.article-type01 .article-thumb {
  text-align: center;
  margin-bottom: 1em;
}
.article-type01 .article-thumb img {
  height: auto;
}
.article-type01 .category {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  text-align: center;
  color: #fff;
  font-size: 80%;
}
.article-type01 .category.limited {
  background: #ce0934;
}
.article-type01 .category.special {
  background: #daa520;
}
.article-type01 .category.news {
  background: #888;
}

.article-type02 {
  padding: 2% 0;
  line-height: 1.5;
}
.article-type02 .contents-left {
  width: 52%;
}
.article-type02 .contents-right {
  width: 44%;
  margin-left: auto;
}
.article-type02 .contents-bottom {
  width: 100%;
  margin-top: 25px;
  background: #f5f5f5;
  padding: 2em 4%;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.article-type02 .article-title {
  margin-bottom: 1.5em;
}
.article-type02 .table-type02 th {
  width: 8em;
}
.article-type02 .menu {
  width: 54%;
}
.article-type02 .btn {
  width: 44%;
  margin-left: 2%;
}

.article-type03 {
  background: #fff;
  padding: 2em;
}
.article-type03 .article-sammary {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.article-type03 .article-sammary .sammary-image {
  width: 28%;
  color: #ce0934;
  font-weight: bold;
}
.article-type03 .article-sammary .sammary-text {
  width: 70%;
  margin-left: auto;
}
.article-type03 .article-sammary .sammary-text .text {
  line-height: 1.5;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #a70120;
}
.article-type03 .article-sammary .sammary-text .text02 div span {
  margin-right: 2em;
}
.article-type03 .article-sammary .sammary-text a {
  text-decoration: underline;
  color: #0086cd;
}
.article-type03 .article-link {
  text-align: center;
  padding: 25px 0;
}
.article-type03 .article-contents .table-type02 th {
  width: 8em;
}

/*  pager
-------------------------*/
.pagenav {
  text-align: center;
  margin-top: 2em;
}

.pagenav a {
  color: #a70120;
  font-weight: bold;
  display: block;
  padding: .4em 1.5em;
  border: 2px solid #a70120;
}

.pagenav .prev, .pagenav .next {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.pager-type01 {
  text-align: center;
  margin-top: 4%;
}
.pager-type01 span, .pager-type01 a {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  background: #fff;
  line-height: 32px;
  border: 1px solid #a70120;
  padding: .1em 1em 0;
  font-weight: bold;
}
.pager-type01 .current {
  background: #a70120;
  color: #fff;
}
.pager-type01 .next, .pager-type01 .prev {
  background: none;
  border: none;
  padding: 0;
}

.pager-type02 {
  text-align: center;
  margin-top: 4%;
}
.pager-type02 li {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 .4em;
}
.pager-type02 li a {
  display: block;
  border: 2px solid #666;
  padding: .4em;
}
.pager-type02 .all a {
  border-color: #a70120;
  background: #a70120;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  /* layout */
  .layout-type01 {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  /* layout */
  .layout-type01 {
    padding: 0 10px;
  }
  /* title */
  .title-type01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .title-type02 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .title-type03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .title-type04 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .title-type05 {
    font-size: 20px;
    font-size: 2rem;
  }
  .title-type06 {
    font-size: 20px;
    font-size: 2rem;
  }
  .title-type07 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .title-type08 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* btn */
  .btn-type05 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* table */
  .table-type01 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .table-type02, .table-type04, .table-type05 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .table-type02 th, .table-type04 th, .table-type05 th {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .table-type04 td {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* table */
  .table-type03 {
    border: none;
  }
  .table-type03 tr {
    border: 1px solid #ccc;
  }
  .table-type03 th, .table-type03 td {
    border: none;
    width: 100%;
    display: block;
  }
  .table-type03 th {
    border-bottom: 1px solid #ccc;
  }
  .table-type06 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .table-type06 th, .table-type06 td {
    padding: .5em;
  }
  .table-type06 .course-name a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .table-type07 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .table-type07 th, .table-type07 td {
    padding: .5em;
  }
  .table-type07 .course-name a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* list */
  .list-type01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list-type01 .item-inner {
    padding: 1em;
  }
  .list-type01 .item-head {
    width: 100%;
    float: none;
    margin-bottom: 4px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .list-type01 .item-title {
    margin-left: 0;
  }
  .list-type02 li {
    width: 31%;
    margin: 0 3.5% 3.5% 0;
  }
  .list-type02 li:nth-child(3n) {
    margin-right: 0;
  }
  .list-type03 li {
    border-width: 2px;
    width: 49%;
    margin-bottom: 2%;
    padding: 1em;
  }
  .list-type04 li {
    padding: 1.5em 1em;
  }
  .list-type04 .txt {
    padding: 0;
  }
  .list-type04 .more {
    display: block;
    position: static;
    margin-top: 1.5em;
  }
  .list-type05 li {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
  }
  .list-type05 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .list-type05 .item-contents-left {
    width: 100%;
    margin-bottom: 2%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list-type05 .item-contents-right {
    width: 100%;
  }
  .list-type05 .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .list-type05 .item-title span {
    display: block;
  }
  /* textbox */
  .textbox-type01 .box-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* menu */
  .menu-type01 li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .menu-type02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* article */
  .article-type01 {
    padding: 1em;
  }
  .article-type02 {
    padding: 0;
  }
  .article-type02 .contents-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .article-type02 .contents-right {
    width: 100%;
  }
  .article-type02 .contents-bottom {
    text-align: center;
  }
  .article-type02 .menu {
    width: 100%;
  }
  .article-type02 .btn {
    width: 100%;
    margin: 15px 0 0;
  }
  .article-type03 {
    padding: 20px 10px;
  }
  .article-type03 .article-sammary .sammary-image {
    width: 100%;
  }
  .article-type03 .article-sammary .sammary-text {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  /* column */
  .column-type01 .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .column-type02 .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .col-o1 {
    order: 1;
  }
  .col-o2 {
    order: 2;
  }
  .col-o3 {
    order: 3;
  }
  /* list */
  .list-type03 li {
    width: 100%;
  }
  /* pager */
  .pager-type01 span, .pager-type01 a {
    margin: 0 2px;
    line-height: 26px;
    padding: .1em .6em 0;
  }
}

/*------------------------------------------
  header
------------------------------------------*/
.cmn-header {
  width: 250px;
  float: left;
  background: #fff;
  position: relative;
}

.cmn-header-inner {
  width: 250px;
}

.header-lead {
  font-size: 8px;
  font-size: .8rem;
  padding: .5em .5em 0;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.header-logo {
  text-align: center;
  padding: 0 .5em;
}

.header-contents {
  padding: .5em;
  box-sizing: border-box;
}

.header-fix {
  position: fixed;
  top: 0;
  width: 250px;
  z-index: 1;
}

.header-info .info-tel {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  line-height: 1.5;
  text-align: center;
}
.header-info {
  line-height: 1;
}

.header-info .info-tel a {
  color: #1e88a4;
}

.header-info .info-fax {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  text-align: center;
}
.header-info .info-fax span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}

.header-info .info-mail {
  margin: 1em 0 1.5em;
}

.header-info .info-contact {
  font-size: 12px;
  font-size: 1.2rem;
}

.header-sns {
  margin: 0 0 .1em;
  text-align: center;
}
.header-sns li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.header-sns a {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
}

.header-bnr {
  text-align: center;
  margin-top: 0.25em;
}
.header-bnr li {
  margin-bottom: 5px;
}
.header-bnr li:last-child {
  margin-bottom: 0;
}
.header-bnr li img {
  border-radius: 8px;
  overflow: hidden;
}

/*
.info-holiday {
   text-align: center;
   color: #a70120;
   margin: 15px 0;
   font-size: 2.4rem;
   line-height: 1.2; 
   font-weight: bold;
}

.info-holiday-sp{
    margin: 10px auto;
    background-color: #a70120;
    color: #fff;
    font-size: 1.5rem;
    max-width: 630px;
}
*/

.gnav {
  border: 2px solid #e24f65;
  border-radius: 8px;
  padding: 5px;
}

.gnav-item.current .gnav-link {
/*
  opacity: 1;
  color: #e24f65;
*/
}
.gnav-item.current .gnav-link:after {
  border-color: #e24f65;
}

.gnav-item a {
  display: block;
}

.gnav-item:last-child .gnav-link {
  /*border-bottom: none;*/
}

.gnav-link {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  padding: .6em 0;
  line-height: 1.5;
  background: #e24f65;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  border: 2px solid #e24f65;
  box-sizing: border-box;
}
li.gnav-item:last-child .gnav-link {
	margin-bottom: 0;
}
.gnav-link span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #ffafaf;
}
.gnav-link:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #e24f65;
  border-right: 2px solid #e24f65;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -4px;
}
.gnav-link:hover {
  opacity: 1;
  color: #e24f65;
  border: 2px solid #e24f65;
  background: #fff;
}
.gnav-link:hover:after {
  border-color: #a70120;
}

.header-toggle {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .cmn-header {
    width: 220px;
    border-right: 1px solid #e6e6e6;
    z-index: 100;
    position: fixed !important;
    height: 100vh !important;
    top: 0;
    left: -221px;
    -ms-overflow-y: scroll;
        overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .4s;
            transition: .4s;
  }
  .cmn-header-open {
    left: 0 !important;
    -webkit-transition: .4s;
            transition: .4s;
  }
  .cmn-header-inner {
    width: 100%;
    position: static !important;
  }
  .header-logo {
    text-align: left;
    margin-bottom: 10px;
  }
  .header-logo img {
    width: 180px;
  }
  .header-fix {
    position: static;
    width: 100%;
  }
  .header-info, .header-sns {
    display: none;
  }
  .header-toggle {
    display: block;
    cursor: pointer;
    width: 32px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 20;
  }
  .header-toggle-icon {
    position: relative;
  }
  .header-toggle-icon .txt {
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: -46px;
    width: 100%;
    color: #a70120;
  }
  .header-toggle-icon div {
    position: absolute;
    width: 32px;
    height: 18px;
    top: 10px;
    left: 0;
  }
  .header-toggle-icon span {
    -webkit-transition: .2s;
            transition: .2s;
    display: block;
    width: 100%;
    height: 2px;
    background: #a70120;
    position: absolute;
    left: 0;
  }
    
    
  .header-toggle-icon span:nth-of-type(1) {
    top: 0;
  }
  .header-toggle-icon span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .header-toggle-icon span:nth-of-type(3) {
    bottom: 0;
  }
  .header-open .header-toggle-icon span {
    -webkit-transition: .2s;
            transition: .2s;
  }
  .header-open .header-toggle-icon span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
  .header-open .header-toggle-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .header-open .header-toggle-icon span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }    
  .sp-menu {
    position: relative;
    background: #fff;
    border-top: 4px solid #a70120;
    border-bottom: 1px solid #ccc;
  }
  .sp-menu-contents {
    padding: 10px;
    text-align: center;
  }
  .sp-menu-contents .sp-logo {
    text-align: left;
  }
  .sp-menu-contents .sp-tel, .sp-menu-contents .sp-sns, .sp-menu-contents .sp-nav {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
  }
  .sp-menu-contents .sp-tel {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
    line-height: 1.5;
  }
  .sp-menu-contents .sp-tel a {
    color: #1e88a4;
  }
  .sp-menu-contents .sp-sns li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 4px;
  }
  .sp-menu-contents .sp-nav li {
    display: table;
    float: left;
    height: 3.4em;
    width: 160px;
    text-align: left;
    margin: 0 5px;
  }
  .sp-menu-contents .sp-nav li a {
    display: table-cell;
    vertical-align: middle;
    border: 2px solid #c01;
    border-radius: 4px;
    color: #c01;
    font-weight: bold;
    position: relative;
    padding: 0 .6em;
  }
  .sp-menu-contents .sp-nav li a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #a70120;
    border-right: 2px solid #a70120;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -4px;
  }
  .gnav-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-bnr li:last-child {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .header-toggle {
    right: 10px;
  }
  .header-bnr li {
    margin-bottom: 10px;
  }
  .sp-logo {
    width: 220px;
  }
}

@media only screen and (max-width: 480px) {
  .sp-menu-contents .sp-nav {
    width: 100%;
  }
  .sp-menu-contents .sp-nav li {
    width: 48%;
    margin: 0;
  }
  .sp-menu-contents .sp-nav li:last-child {
    float: right;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.cmn-footer {
  clear: both;
  position: relative;
}

.footer-contents-inner {
  margin-left: 290px;
}

.footer-contents-top {
  padding: 4% 0;
  background: #fff;
}

.footer-logo {
  display: inline-block;
  vertical-align: bottom;
  width: 31%;
  margin-right: 3%;
}

.footer-lead {
  display: inline-block;
  vertical-align: bottom;
  width: 64%;
}

.footer-contents-bottom {
  background: #a70120;
  color: #fff;
  padding: 4% 0 2%;
}
.footer-contents-bottom a {
  color: #fff;
}

.footer-description {
  width: 60%;
  box-sizing: border-box;
  padding-right: 3%;
  border-right: 1px solid #fff;
}

.footer-info {
  width: 40%;
  box-sizing: border-box;
  padding-left: 4%;
}
.footer-info .info-tel {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  margin-top: 4px;
}
.footer-info .info-fax {
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
}
.footer-info .info-fax span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  padding: .3em .5em .1em;
}
.footer-info .info-fax .ttl {
  color: #a70120;
  background: #fff;
}

.ft-menu {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}
.ft-menu li {
  display: inline-block;
  margin-right: .5em;
}
.ft-menu li a {
  text-decoration: underline;
}

.footer-copyright {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  padding-top: 4%;
  margin-top: 4%;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 1024px) {
  .footer-contents-inner {
    margin: auto;
  }
}

@media only screen and (max-width: 768px) {
  .cmn-footer {
    border-top: 1px solid #e6e6e6;
  }
  .footer-description {
    -webkit-order: 2;
        -ms-order: 2;
            order: 2;
    width: 100%;
    padding: 0;
    border-right: none;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 3%;
  }
  .footer-info {
    -webkit-order: 1;
        -ms-order: 1;
            order: 1;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .footer-copyright {
    -webkit-order: 3;
        -ms-order: 3;
            order: 3;
    padding-top: 1.5em;
    margin-top: 1.5em;
  }
}

@media only screen and (max-width: 480px) {
  .footer-contents-top {
    padding: 6% 0;
  }
  .footer-logo {
    text-align: center;
    width: 100%;
    margin: 0 0 6%;
  }
  .footer-logo img {
    width: 200px;
  }
  .footer-lead {
    text-align: center;
    width: 100%;
  }
  .footer-lead img {
    width: 338px;
  }
  .footer-contents-bottom {
    padding: 6% 0;
  }
}

/*------------------------------------------
  contents
------------------------------------------*/
.cmn-main {
  margin-left: 250px;
}

/*  page
-------------------------*/
.cmn-breadcrumb {
  text-align: right;
  padding: .8em 0 1em;
  margin-bottom: 4%;
  font-size: 12px;
  font-size: 1.2rem;
}
.cmn-breadcrumb a {
  display: inline-block;
}
.cmn-breadcrumb span {
  display: inline-block;
}

.cmn-pagevisual {
  height: 260px;
  height: 22vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-section {
  padding-bottom: 6%;
}
.page-section .section-header {
  margin-bottom: 2em;
}
.page-section .section-contents {
  background: #fff;
  padding: 20px;
}
.page-section .contents-block {
  margin-bottom: 4%;
}
.page-section .contents-block:last-child {
  margin-bottom: 0;
}

.meritlist {
  max-width: 900px;
  margin: auto;
}
.meritlist li {
  margin-bottom: 15px;
}
.meritlist li:last-child {
  margin-bottom: 0;
}
.meritlist .title {
  position: relative;
  color: #fff;
  text-align: center;
  width: 20%;
  font-size: 120%;
}
.meritlist .title p {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/bg01.png) no-repeat center;
  background-size: 100%;
  padding: 1.6em 0;
}
.meritlist .text {
  width: 76%;
  margin-left: auto;
}
.meritlist .text .txt01 {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
.meritlist .text .txt02 {
  font-size: 12px;
  font-size: 1.2rem;
}

.section-search .section-header {
  float: left;
  width: 280px;
}
#Top .section-search .section-header {
	float: none;
	width: auto;
	display: inline-block;
}
#Top .section-search .section-header h2 span {
	margin-left: 2em;
	font-size: 16px;
	font-size: 1.6rem;
}

.section-search .search-contents {
  margin-left: 280px;
}
#Top .section-search .search-contents {
	display: block;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
/*
  margin-left: 0px;
  display: inline-block;
  width: 55%;
*/
}
.section-search .search-contents .screen-reader-text {
  display: none;
}
.section-search .search-contents input {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
/*
  font-size: 18px;
  font-size: 1.8rem;
*/
  font-size: 14px;
  font-size: 1.4rem;
}
.section-search .search-contents input[type="text"] {
  background: #fff;
  border: 1px solid #b8b8b8;
  width: 78%;
  padding: 0 .5em;
}
.section-search .search-contents input[type="submit"] {
  background: #707070;
  color: #fff;
  font-weight: bold;
  width: 20%;
}

/*  sitemap
-------------------------*/
#sitemap_list {
  max-width: 800px;
  margin: auto;
}
#sitemap_list li {
  margin-bottom: 1.5em;
}
#sitemap_list a {
  display: block;
  padding: .5em 1em;
  border: 2px solid #a70120;
  position: relative;
}
#sitemap_list a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a70120;
  border-right: 2px solid #a70120;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1.2em;
  top: 50%;
  margin-top: -4px;
}

/*  form
-------------------------*/
.form-nav .navlist li {
  width: 28%;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border-right: 2px solid #eee;
  box-sizing: border-box;
  line-height: 1.5;
}
.form-nav .navlist li span {
  font-size: 18px;
  font-size: 1.8rem;
}

.form-nav .navlist a {
  display: block;
  padding: .4em 0;
  color: #555;
}

.form-nav .navlist .nav01 {
  border-top: 2px solid #1e88a4;
}
.form-nav .navlist .nav01 span {
  color: #1e88a4;
}

.form-nav .navlist .nav02 {
  border-top: 2px solid #ec1742;
}
.form-nav .navlist .nav02 span {
  color: #ec1742;
}

.form-nav .navlist .nav03 {
  border-top: 2px solid #3aa84b;
}
.form-nav .navlist .nav03 span {
  color: #3aa84b;
}

.form-nav .navlist .current {
  background: #fff;
}

.form-nav .nav01-link {
  background: #fff;
  padding: 20px;
}
.form-nav .nav01-link a {
  font-weight: bold;
  color: #1e88a4;
  display: block;
}
.form-nav .nav01-link span {
  display: inline-block;
  vertical-align: middle;
}
.form-nav .nav01-link .icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  margin-right: 5px;
  position: relative;
}
.form-nav .nav01-link .icon:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
}
.form-nav .nav01-link .current .icon:before {
  content: "";
}

.form-block {
  color: #555;
}
.form-block .txt-form-conf {
  display: none;
}
.form-block .input-ttl {
  display: inline-block;
  vertical-align: middle;
}
.form-block .input-caution {
  display: inline-block;
  vertical-align: middle;
  font-size: 85%;
}
.form-block .input-text input, .form-block .input-textarea textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}
.form-block .input-text input {
  height: 30px;
  padding: 0 .5em;
}
.form-block .input-textarea textarea {
  padding: .5em;
}
.form-block .input-text01 {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
.form-block .input-text02 {
  display: inline-block;
  vertical-align: middle;
  width: 4em;
}
.form-block .input-text03 {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}
.form-block .input-radio02 .mwform-radio-field {
  display: block;
}
.form-block .input-radio02 .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.form-block .input-select {
  width: 50%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
}
.form-block .input-select select {
  width: 120%;
  font-size: 14px;
  font-size: 1.4rem;
  height: 30px;
  padding: 0 .5em;
}
.form-block .input-select02 {
  display: inline-block;
  width: 3em;
  vertical-align: middle;
  margin-right: 5px;
}
.form-block .ttl-question {
  padding: .5em 1em;
  margin-bottom: 1em;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
.form-block .ttl-question.bg01 {
  background: #1e88a4;
}
.form-block .ttl-question.bg02 {
  background: #ec1742;
}
.form-block .ttl-question.bg03 {
  background: #3aa84b;
}
.form-block .input-submit {
  text-align: center;
  margin-top: 2em;
}
.form-block .input-submit span {
  display: inline-block;
  vertical-align: middle;
}
.form-block .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.form-block .input-submit .back {
  margin-right: 10px;
}
.form-block .input-submit .back input {
  background: #ccc;
}
.form-block .input-submit .enter input {
  background: #a70120;
  color: #fff;
}
.form-block .radio-text {
  display: none;
}

.mw_wp_form_preview .form-block .txt-form-entry {
  display: none;
}

.mw_wp_form_preview .form-block .txt-form-conf {
  display: block;
}

/*  home
-------------------------*/
.top-section {
  position: relative;
  margin-bottom: 3%;
}

.top-section01 .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(221, 221, 221, .8);
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline-style: none;
}
.top-section01 .slick-arrow:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.top-section01 .slick-prev {
  left: 40px;
}
.top-section01 .slick-prev:after {
  left: 42%;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.top-section01 .slick-next {
  right: 40px;
}
.top-section01 .slick-next:after {
  right: 42%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.top-section01 .main-catch {
  color: #fff;
  font-size: 34px;
  font-size: 3.4rem;
  z-index: 1;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .7);
  letter-spacing: .15em;
}

.top-section02 .section-contents {
  background: #fff;
  border-bottom: 2px solid #e2e6e8;
}

.top-section02 .section-header,
.speciallist_news .section-header {
  position: relative;
}

.top-section02 .header-nav,
.speciallist_news .header-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-section02 .header-nav a,
.speciallist_news .header-nav a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  color: #666;
}
.top-section02 .header-nav a i,
.speciallist_news .header-nav a i {
  color: #a70120;
}

.top-section03 .section-contents {
  background: #fff;
  padding: 1.5em;
}

.top-section03 .search-wrap-left {
  width: 36%;
}

.top-section03 .search-wrap-right {
  width: 60%;
  width: calc(64% - 1.5em);
  margin-left: auto;
}

.top-section03 .box-title {
  padding: .8em 1em;
  background: #eee;
  margin-bottom: 1em;
}

.top-section03 .search-box01 .box-contents {
  text-align: center;
}

.top-section03 .search-box02 {
  width: 50%;
}
.top-section03 .search-box02 .box-contents {
  border: 1px solid #bbb;
}
.top-section03 .search-box02 input {
  height: 42px;
  display: block;
  float: left;
}
.top-section03 .search-box02 .input-text {
  padding: 0 .5em;
  width: 80%;
}
.top-section03 .search-box02 .input-submit {
  width: 20%;
  background: #000 url(../images/common/icon-search.png) no-repeat center;
  background-size: 25px;
  text-indent: -9999px;
  overflow: hidden;
}

.top-section03 .search-bnr {
  width: 48%;
  width: calc(50% - 1.5em);
  margin-left: auto;
}

.top-section03 .search-box03 {
  width: 100%;
  margin-top: 1.5em;
}
.top-section03 .search-box03 .pricelist li {
  width: 48%;
  margin-bottom: 4%;
}
.top-section03 .search-box03 .pricelist li:nth-child(2n) {
  margin-left: auto;
}

.top-section04 .recommend-image {
  text-align: center;
  width: 60%;
  width: calc(64% - 2em);
}
.top-section04 .recommend-image li {
  margin-bottom: 20px;
}
.top-section04 .recommend-image li:last-child {
  margin-bottom: 0;
}

.top-section04 .recommend-bnr {
  width: 36%;
  background: #fff;
  padding: 1.5em;
  margin-left: auto;
  text-align: center;
  box-sizing: border-box;
}
.top-section04 .recommend-bnr li {
  margin-bottom: 20px;
}
.top-section04 .recommend-bnr li:last-child {
  margin-bottom: 0;
}

/* 会社概要 */
.section-company02 .company-sammary {
  width: 60%;
}

.section-company02 .company-map {
  width: 40%;
}

/* 初めてのお客様 */
.section-beginner01 .contents-block {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 4%;
}
.section-beginner01 .contents-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.beginner-description {
  margin-bottom: 4%;
}
.beginner-description .lead {
  font-weight: bold;
  color: #ff0634;
  font-size: 20px;
  font-size: 2rem;
}
.beginner-description .text {
  font-weight: bold;
}
.beginner-description .description-text {
  width: 44%;
}
.beginner-description .description-image {
  width: 52%;
  margin-left: auto;
}

.beginner-box .title {
  margin-bottom: 6px;
}

.beginner-box .rightlist li {
  width: 38%;
  max-width: 312px;
  margin-right: 4%;
}

.beginner-box .steplist li {
  margin-bottom: 1.5em;
  background: #a70120;
  color: #fff;
  width: 380px;
  max-width: 100%;
  padding: .2em 1em;
  font-size: 125%;
  box-sizing: border-box;
  position: relative;
}
.beginner-box .steplist li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 9px 0 9px;
  border-color: #a70120 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 20px;
}
.beginner-box .steplist li:last-child:after {
  content: none;
}

/* 太平洋クラブ */
.section-taihei01 .contents-left {
  width: 58%;
}

.section-taihei01 .contents-right {
  width: 38%;
  margin-left: auto;
}

/* お客様の声 */
.voicelist li {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  margin-bottom: 25px;
}

.voicelist .list-top {
  padding: 1.5em;
}

.voicelist .list-bottom {
  padding: 0 1.5em 1.5em;
}

.voicelist .text-head {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: .5em;
}
.voicelist .text-head .title {
  color: #a70120;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: .3em;
  margin-bottom: .3em;
  position: relative;
}
.voicelist .text-head .more {
  position: absolute;
  right: 0;
  bottom: .3em;
}
.voicelist .text-head .course {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.voicelist .text-head .course .link {
  display: inline-block;
}
.voicelist .text-head .course .link a {
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: underline;
}

.voicelist dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: .4em;
  padding-left: .3em;
}

.voicelist dd {
  padding: 1em;
  background: #fff;
  color: #656565;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  margin-bottom: 1.5em;
  font-weight: bold;
}
.voicelist dd:last-child {
  margin-bottom: 0;
}

/* メルマガ */
.mail-form {
  padding: 2em 10px;
  text-align: center;
}
.mail-form p {
  margin-bottom: 20px;
}
.mail-form p label {
  display: inline-block;
  vertical-align: middle;
}
.mail-form p input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  padding: 0 .5em;
  background: #fff;
  border: 1px solid #ccc;
  width: 300px;
  max-width: 100%;
}
.mail-form p input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  background: #a70120;
  color: #fff;
  padding: .3em 1em;
}
.mail-form p input[type="submit"]:last-child {
  background: #a1a1a1;
}
.mail-form p br {
  display: none;
}
.mail-form .wysija-submit {
  color: #fff;
  background: #ce0934;
  padding: .4em 2em;
  display: inline-block;
}
.mail-form .mailpoet_validate_success {
  margin-top: 1em;
}

/* PGM */
.section-pgm01 .description {
  font-size: 22px;
  font-size: 2.2rem;
}

/* コース情報詳細 */
.cft_course_member span:after {
  content: "/";
}

.cft_course_member span:last-child:after {
  content: none;
}

/* 詳細検索 */
.contents-search {
  max-width: 826px;
  margin: auto;
  background: #fcfcfc;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  padding: 4%;
}
.contents-search .contents-search-left {
/*   width: 52%; */
  width: 100%;
}
.contents-search .contents-search-left .search-box {
  padding-bottom: 1em;
  border-bottom: 1px dotted #b5b5b5;
}
.contents-search .contents-search-left .search-box:last-child {
/*   border-bottom: none; */
}
.contents-search .contents-search-right {
/*
  width: 44%;
  margin-left: auto;
*/
  width: 100%;
}
.contents-search .contents-search-right .box-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.contents-search .search-box {
  margin-bottom: 1em;
}
.contents-search .search-box:last-child {
/*   margin-bottom: 0; */
}
.contents-search .search-box .box-title {
  font-weight: bold;
  margin-bottom: .3em;
}
.contents-search .search-box .box-title b{
  font-size: 1.6em;
}
.contents-search .search-box .box-title span{
  display: inline-block;
  margin-left: 2em;
  font-size: 0.8em;
}
.contents-search .input-text {
  display: block;
  height: 36px;
  padding: 0 .5em;
  background: #fff;
  border: 1px solid #b5b5b5;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
.contents-search .search-box-area li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.contents-search .select {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background: #fff;
  border: 1px solid #b5b5b5;
  padding: 0 .5em;
  padding-right: 2em;
  position: relative;
}
.contents-search .select select {
  font-size: 14px;
  font-size: 1.4rem;
  width: 200%;
}
.contents-search .selecttext {
  display: inline-block;
  vertical-align: middle;
  font-size: 90%;
}
.member_list{
  margin-bottom: 1em;
}
.sum_option_list{
  float: right;
  margin-right: 46%;
}
.member_list li{
  display: inline-block;
}
.search-submit {
  text-align: center;
  margin-top: 2em;
}
.search-submit input {
  display: inline-block;
  color: #fff;
  background: #a70120;
  width: 260px;
  height: 60px;
}

.result {
  margin-bottom: 20px;
}
.result .result-text {
  width: 60%;
}
.result .result-bnr {
  width: 36%;
  margin-left: auto;
}
.result .result-top {
  text-align: center;
  padding: .4em 1em;
  background: #eee;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
}
/* WP-pagenavi */
.wp-pagenavi{
  display: table;
  margin: 4em auto 1em;
}
.wp-pagenavi .pages{
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a{
  margin: 5px;
  padding: 0.5em 1em;
  text-align: center;
  background: #daa520;
  color: #fff;
}
.wp-pagenavi span.current{
  background: #a70120;
}
/* 追加 */
.fixed-thead {
	display: block;
  overflow: scroll;
  height: 708px;
  table-layout: fixed;
}
.fixed-thead thead,.fixed-thead tbody {
	display: block;
}
.fixed-thead thead {
	position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.fixed-thead tr td:nth-of-type(1),
.fixed-thead tr th:nth-of-type(1) {
	max-width: 48px;
  min-width: 48px;
  padding: 1em 0.5em;
}
.fixed-thead tr td:nth-of-type(2),
.fixed-thead tr th:nth-of-type(2) {
	max-width: 130px;
  min-width: 130px;
  padding: 1em 0.5em 1em 1em;
}
.fixed-thead tr td:nth-of-type(3),
.fixed-thead tr td:nth-of-type(4),
.fixed-thead tr td:nth-of-type(5),
.fixed-thead tr th:nth-of-type(3),
.fixed-thead tr th:nth-of-type(4),
.fixed-thead tr th:nth-of-type(5) {
	max-width: 150px;
  min-width: 150px;
  padding: 1em 0.5em;
}
.fixed-thead tr td:nth-of-type(6),
.fixed-thead tr td:nth-of-type(7),
.fixed-thead tr th:nth-of-type(6),
.fixed-thead tr th:nth-of-type(7) {
	max-width: 30px;
  min-width: 30px;
  padding: 1em 0.5em;
}
.fixed-thead tr td:nth-of-type(8),
.fixed-thead tr th:nth-of-type(8) {
	max-width: 30px;
  min-width: 30px;
  padding: 1em 0.5em;
}
.kenbetsu-form {
	margin: 30px 0 30px 3% !important;
}
.page-section .kenbetsu-form {
	margin: 30px 0 30px 0 !important;
}
.kenbetsu-form .text01 {
	display: inline-block;
	width: 8%;
	vertical-align: middle;
	color: #ed3833;
}
.kenbetsu-form .menulist {
	display: inline-block;
	width: 90%;
	vertical-align: middle;
}
.last-date {
	font-size: 18px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.course-more {
	font-weight: bold;
	display: block;
	color: #a70120;
}
.rakuraku-free {
	background: #fcfcfc;
	max-width: 826px;
	margin: auto;
	border: 1px solid #e9e9e9;
	border-bottom: none;
	box-sizing: border-box;
	padding-top: 6%;
}
.contents-search .contents-search-left .search-box-train {
	width: 49.5%;
	display: inline-block;
}
.contents-search .contents-search-left .search-box-load {
	width: 49.5%;
	display: inline-block;
	margin-left: auto;
	border-bottom: 1px dotted #b5b5b5 !important;
}
.contents-search .contents-search-right .search-box {
	width: auto;
	display: inline-block;
	margin-right: 5%;
}
.course-head-box .result-top {
	width: 12%;
	margin-bottom: 3rem;
}
.course-head-box .section-search {
	width: 82%;
	padding-bottom: 0;
	padding-top: 0.5rem;
	margin-bottom: 3rem;
}

.slick-dots {
  text-align: center;
}
.slick-dots li{
  display: inline-block;
  margin: 0 15px;
}
.slick-dots button{
  position: relative;
  text-indent: -9999px;
  border: 0;
}
.slick-dots button:before{
  content: '◯';
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-dots .slick-active button:before{
  content: '●';
  color: #d70c30;
}

@media only screen and (max-width: 1024px) {
  .cmn-main {
    margin-left: 0;
  }
  .cmn-pagevisual {
    height: 240px;
    height: 26vw;
  }
  /* form */
  .form-nav .navlist li {
    width: 33.333%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form-nav .navlist li span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form-nav .nav01-link {
    padding: 20px 10px 0;
  }
  /* home */
  .top-section01 .slick-prev {
    left: 20px;
  }
  .top-section01 .slick-next {
    right: 20px;
  }
  .fixed-thead thead {
    position: static;
    position: static;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  /*  page
-------------------------*/
  .cmn-breadcrumb {
    margin-bottom: 0;
  }
  .page-section .section-header {
    margin-bottom: 1em;
  }
  .page-section .section-contents {
    padding: 20px 10px;
  }
  .page-section .contents-block {
    margin-bottom: 8%;
  }
  .meritlist .title {
    width: 30%;
    margin-bottom: 5px;
    font-size: 100%;
  }
  .meritlist .title p {
    position: static;
    padding: 1em 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .meritlist .text {
    width: 100%;
  }
  .meritlist .text .txt01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .section-search .section-header {
    width: 100%;
    float: none;
  }
  .section-search .search-contents {
    margin-left: 0;
    text-align: center;
  }
  .section-search .search-contents input {
    height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .section-search .search-contents input[type="text"] {
    width: 78%;
  }
  /* form */
  .form-block .input-text01 {
    width: 100% !important;
  }
  /* home */
  .top-section {
    margin-bottom: 6%;
  }
  .top-section01 .slick-arrow {
    display: none !important;
  }
  .top-section01 .main-catch {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .05em;
  }
  .top-section02 .header-nav {
    position: static;
    margin-bottom: 5px;
    font-size: 90%;
  }
  .top-section02 .header-nav a {
    margin-left: 0;
    margin-right: 1em;
  }
  .top-section03 .section-contents {
    padding: 10px;
  }
  .top-section03 .search-wrap-left {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .top-section03 .search-wrap-right {
    width: 100%;
  }
  .top-section03 .box-title {
    padding: .6em 1em;
  }
  .top-section03 .search-box02 {
    width: 100%;
  }
  .top-section03 .search-box02 input {
    height: 36px;
  }
  .top-section03 .search-bnr {
    width: 100%;
    text-align: center;
    margin-top: 1.5em;
  }
  .top-section03 .search-box03 .pricelist {
    text-align: center;
  }
  .top-section03 .recommend-bnr {
    width: 100%;
    text-align: center;
  }
  .top-section03 .recommend-bnr li {
    margin-top: 1.5em;
  }
  .top-section04 .recommend-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-section04 .recommend-image li {
    margin-bottom: 10px;
  }
  .top-section04 .recommend-bnr {
    width: 100%;
    background: none;
    padding: 0;
    font-size: 0;
  }
  .top-section04 .recommend-bnr li {
    width: 48%;
    padding: 0 1%;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .top-section04 .recommend-bnr li:nth-child(1), .top-section04 .recommend-bnr li:nth-child(2), .top-section04 .recommend-bnr li:nth-child(3) {
    display: none;
  }
  .kenbetsu-form {
	  margin: 30px 15px !important;
  }
  .kenbetsu-form .text01 {
	  display: block;
	  width: 100%;
  }
  .kenbetsu-form .menulist {
	  display: block;
	  width: 100%;
  }
  /* 会社概要 */
  .section-company02 .company-sammary {
    width: 100%;
    margin-bottom: 4%;
  }
  .section-company02 .company-map {
    width: 100%;
  }
  /* 初めてのお客様 */
  .beginner-description .lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .beginner-description .description-text {
    width: 100%;
    margin-bottom: 1em;
  }
  .beginner-description .description-image {
    width: 100%;
  }
  .beginner-box .rightlist li {
    width: 48%;
    max-width: 100%;
    margin-right: 4%;
  }
  .beginner-box .rightlist li:nth-child(2n) {
    margin-right: 0;
  }
  /* 太平洋クラブ */
  .section-taihei01 .contents-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-taihei01 .contents-right {
    width: 100%;
  }
  /* お客様の声 */
  .voicelist li {
    margin-bottom: 15px;
  }
  .voicelist .list-top {
    padding: 1em;
  }
  .voicelist .list-bottom {
    padding: 0 1em 1em;
  }
  .voicelist .text-head {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .voicelist .text-head .title {
    padding-bottom: .2em;
    margin-bottom: .2em;
  }
  .voicelist .text-head .more {
    bottom: .2em;
  }
  .voicelist .text-head .course {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .voicelist dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: .2em;
  }
  .voicelist dd {
    padding: 1em;
    margin-bottom: 1em;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* PGM */
  .section-pgm01 .description {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .section-pgm01 .description img {
    width: 150px;
  }
  /* 詳細検索 */
  .contents-search .search-box .box-title span{
    margin-left: 0;
  }
  .sum_option_list{
    float: none;
    margin-right: 0;
  }
  .contents-search {
    padding: 20px 10px;
  }
  .contents-search .contents-search-left {
    width: 100%;
    margin-bottom: 1em;
  }
  .contents-search .contents-search-left .search-box:last-child {
    border-bottom: 1px dotted #b5b5b5;
  }
  .contents-search .contents-search-right {
    width: 100%;
  }
  .result .result-text {
    width: 100%;
  }
  .result .result-bnr {
    width: 100%;
    margin-top: 15px;
  }
  .contents-search .contents-search-left .search-box-train,.contents-search .contents-search-left .search-box-load {
	  width: 100%;
  }
  .course-head-box .result-top,.course-head-box .section-search {
	  width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .cmn-pagevisual {
    height: 180px;
    height: 36vw;
  }
  .last-date {
		position: static;
		display:block;
		padding-top: 0.5rem;
		font-size: 14px;
	}
  /* home */
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .sp-menu-contents .sp-nav, .top-section03 .search-box02 .box-contents {
  *zoom: 1;
}
.clearfix:after, .sp-menu-contents .sp-nav:after, .top-section03 .search-box02 .box-contents:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}