@charset "UTF-8";
/*▼共通*/
.pcnone, .sp {
  display: none;
}
.spnone {
  display: block;
}
.fontMincho {
  font-family: 'Source Han Serif JP', 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
}
body {
  overflow-x: hidden;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
br.pcNon{
  display: none;
}
@media screen and (min-width: 589px) {
br.pcNon{
  display: block;
}
}
/*▼ヘッダー*/
.header {
  border-bottom: 2px solid #035137;
  padding-top: 1px;
  margin-top: -1px;
}
.headerInner {
  width: 98%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  height: 80px;
}
.headerInner .pointArea {
  color: #035137;
  font-size: 15px;
  min-width: 210px;
  position: absolute;
  left: 0;
}
.headerInner .pointArea p {
  display: inline-block;
  margin-top: 2.5em;
}
.headerInner .pointArea p span.spNewLine {
  padding-left: 1em;
}
.headerInner h1 {
  display: inline-block;
}
.header .headerLogo {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 66px;
  width: 90px;
  top: 0.5em;
  margin: 0 auto;
}
/*メニューここから*/
/*(動きありメニュー)*/
nav.globalMenuSp {
  position: fixed;
  z-index: 400;
  top: 0;
  left: 0;
  color: #000;
  width: 100%;
  background-color: #035137;
  position: fixed;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding-top: 5em;
  max-width: 950px;
  background-color: #035137;
}
nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  position: relative;
  font-weight: bold;
}
nav.globalMenuSp ul li span {
  display: inline-block;
}
body.fixed {
  position: fixed;
  width: 100%;
}
@media screen and (min-width: 590px) {
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp {
    transition: all 0.5s;
    opacity: 0;
    z-index: -1;
    height: 100%;
  }
  nav.globalMenuSp.active {
    transition: all 0.5s;
    opacity: 1;
    z-index: 400;
  }
}
@media screen and (max-width: 589px) {
  nav.globalMenuSp {
    opacity: 1;
    top: 160px;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    z-index: -1;
  }
  nav.globalMenuSp ul {
    margin-top: 0;
    padding-top: 0;
  }
  nav.globalMenuSp.active {
    opacity: 1;
    height: calc(100% - 130px);
    transition: all 0.5s;
    z-index: 400;
  }
}
.navArea {
  position: relativ;
  max-width: 960px;
  margin: 0 auto;
}
.navToggle {
  display: block;
  position: absolute;
  right: 0;
  top: 20%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 500;
  text-align: center;
}
.navToggle span {
  display: block;
  position: absolute; /* .navToggleに対して */
  width: 35px;
  height: 5px;
  border-bottom: solid 3px #035137;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 18px;
}
.navToggle span:nth-child(3) {
  top: 27px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #035137;
  font-size: 0.74rem;
  font-weight: normal;
  top: 41px;
  transform: scale(1, 1.5);
}
.navToggle.active {
  background-color: transparent;
  /* position:fixed; */
  /* top:2%; */
}
.navToggle.active span {
  color: #fff;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 20px;
  left: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #1b95d4 !important;
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #1b95d4;
}
.navToggle.active span:nth-child(1) {
  border-bottom: 3px solid #fff;
}
.navToggle.active span:nth-child(2) {
  border-bottom: 3px solid #fff;
}
.navToggle.active span:nth-child(3) {
  border-bottom: 3px solid #fff;
}
.whiteBg {
  display: none;
}
.logoutBtn {
  width: 300px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border: 1px solid #fff;
  z-index: 1000;
  margin: 0 auto;
  border-radius: 5px;
}
.footerArea {
  background-color: #035137;
}
.footerArea .footerInner {
  width: 950px;
  margin: 0 auto;
}
.footerArea .footerInner ul {
  border-bottom: 1px solid #fff;
  padding: 2em 0;
  text-align: center;
}
.footerArea .footerInner ul li {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0 0.5em;
  line-height: 1.4;
}
.footerArea .footerInner ul li a {
  display: block;
  color: #fff;
}
p.copyrights {
  text-align: center;
  color: #fff;
  padding: 2em 0;
  clear: both;
}
/* 共通パーツ */
/* h2下で線が真ん中に１本のとき */
.singleBorderBox {
  text-align: center;
  padding-bottom: 2%;
}
.singleBorder {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #035137;
  margin: 0 auto;
}
.borderDshed {
  border-bottom: 1px dashed #035137;
  margin-bottom: 3em;
  padding-bottom: 3em;
}
@media screen and (min-width: 950px) {
  .footerArea .footerInner ul {
    display: flex;
    justify-content: space-between;
  }
  .footerArea .footerInner ul.clearfix::after {
    content: none;
  }
  .footerArea .footerInner ul li {
    padding: 0;
  }
}
@media screen and (max-width: 589px) {
  .navToggle.active {
    right: 4vw;
  }
  nav.globalMenuSp ul {
    width: 90%;
  }
  .headerInner .navToggle {
    right: 4%;
    top: 95px;
  }
  .navToggle span {
    border-bottom: solid 3px #fff;
  }
  .navToggle span:nth-child(4) {
    color: #fff;
  }
  .navToggle.active {
    /* top:8%; */
    position: fixed;
  }
  .headerInner .active .pointArea {
    left: 5%;
  }
  .navToggle.active span::last-child {
    color: #fff;
    top: 8%;
  }
  .headerInner .pointArea {
    top: 60px;
    color: #fff;
    left: 4.5%;
  }
  .headerInner .pointArea.active {
    z-index: 1000;
    top: 1%;
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    color: #fff;
  }
  .navToggle.active span:nth-child(1), .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    border-bottom: 3px solid #fff;
  }
  .whiteBg {
    display: block;
    background-color: #fff;
    height: 80px;
  }
  .whiteBorder {
    width: 100%;
    background: #ffffff;
    height: 2px;
    position: absolute;
    top: 157px;
  }
  .footerArea .footerInner {
    width: 100%;
  }
  .footerArea .footerInner ul {
    border-bottom: none;
  }
  .footerArea .footerInner ul li {
    margin-right: 0;
  }
  .footerArea .footerInner ul {
    padding: 0;
  }
  .footerArea .footerInner ul {
    padding-top: 0;
  }
  .footerArea .footerInner ul li {
    width: 50%;
    text-align: left;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    margin-right: 0;
    padding: 0;
  }
  .footerArea .footerInner ul li:nth-child(2n) {
    border-right: 0;
  }
  .footerArea .footerInner ul li a {
    padding: 10px;
  }
  .footerArea .footerInner ul {
    padding: 0;
  }
}
@media screen and (max-width: 979px) {
  body {
    min-width: auto;
  }
  img {
    max-width: 100%;
  }
  .spNewLine {
    display: block;
    margin-top: 5px;
  }
  nav.globalMenuSp ul li {
    font-size: 0.8rem;
    width: 23%;
    margin: 1%;
    box-sizing: border-box;
  }
  nav.globalMenuSp ul li a {
    padding: 10px;
  }
  .headerInner .pointArea p span.spNewLine {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  nav.globalMenuSp ul {
    padding-left: 0;
  }
  nav.globalMenuSp ul li {
    line-height: 1.5;
    font-size: 0.85rem;
  }
  .headerInner .pointArea {
    left: 4%;
  }
  .headerInner .pointArea .newLine {
    display: block;
  }
  .pcnone {
    display: block;
  }
  .fontMincho.pcnone {
    display: block;
    color: #035137;
    background: #ffffff;
  }
  .spnone {
    display: none;
  }
  .globalMenuContents li.spnone {
    display: none;
  }
}
@media screen and (max-width: 589px) {
  nav.globalMenuSp ul {
    width: 95%;
  }
  nav.globalMenuSp ul li {
    font-size: 1rem;
    width: 30%;
    margin: 1.5%;
  }
  nav.globalMenuSp ul li a {
    font-size: 0.85rem;
    font-weight: bold;
  }
  nav.globalMenuSp ul li span.iconMenu img {
    max-width: 60px;
  }
  nav.globalMenuSp ul li.noneMr {
    margin-right: 0;
  }
  nav.globalMenuSp ul li .text {
    max-width: 6rem;
  }
  p.copyrights {
    padding: 2em 1em;
    line-height: 1.5;
    font-size: 0.9rem;
  }
  .footerArea .footerInner ul li {
    font-size: 0.9rem;
    float: left;
  }
  .index .logoutBtn {
    margin-top: 30px;
  }
  .header {
    border-bottom: none;
  }
  .header .headerInner {
    max-width: 100%;
    position: static;
    background-color: #035137;
    margin-top: 5em;
    width: 100%;
  }
  .wrapper .header .headerLogo {
    top: 10px;
  }
  .headerInner .pointArea {
    left: 5%;
  }
  .header .headerInner .pointArea p {
    margin-top: 20% /*15%*/ ;
  }
}
@media screen and (max-width: 480px) {
  nav.globalMenuSp ul li {
    line-height: 1.2;
  }
  .cntBlockInner h2 span.subTtl02::before {
    left: 10%;
  }
  .cntBlockInner h2 span.subTtl02::after {
    right: 10%;
  }
  .contentsArea .cntBlockInner h2 {
    font-size: 1.5rem;
  }
}
/*  */
nav.globalMenuSp ul li div {
  display: block;
}
.globalMenuContents li {
  display: block;
  width: 18%;
  text-align: center;
  background: #ffffff;
  border-radius: 6px;
  margin: 1% 1% 0 1%;
  font-size: 15px;
  vertical-align: top;
  float: left;
}
.globalMenuContents li a {
  display: block;
  color: #035137;
}
.globalMenuContents .item {
  text-align: center;
  padding: 10px 0;
  border-radius: 6px;
}
.globalMenuContents .iconMenu {
  display: block;
  width: 50%;
  height: 50%;
  max-width: 60px;
  margin: 0 auto 10px auto;
}
.globalMenuContents .iconMenu img {
  width: 100%;
}
.globalMenuContents .text {
  display: block;
  margin: 10px auto;
  line-height: 1.2;
  font-weight: bold;
}
.logoutBtn {
  margin-top: 30px;
}
@media screen and (max-width: 979px) {
  .globalMenuContents {
    text-align: center;
  }
  .globalMenuContents li {
    width: 18%;
    height: 135px;
  }
  nav.globalMenuSp ul li {
    font-size: 1em;
  }
}
@media screen and (max-width: 589px) {
  .globalMenuContents .item {
    padding: 0;
  }
  nav.globalMenuSp ul li {
    font-size: 0.85em;
    min-height: auto;
    height: 125px;
  }
}
@media screen and (max-width: 414px) {
  nav.globalMenuSp ul li {
    height: 115px;
  }
}
@media screen and (max-width: 375px) {
  nav.globalMenuSp ul li {
    height: 105px;
  }
}
@media screen and (max-width: 320px) {
  nav.globalMenuSp ul li {
    height: 100px;
  }
}
/* --------------------------------------------------
common parts
--------------------------------------------------*/
/*▼コンテンツ
--------------------------------------------------*/
.inner {
  padding: 5%;
}
.contentsArea {
  min-height: 530px;
}
.contentsArea .cntBlockInner {
  padding: 4em 0 2em 0;
  max-width: 950px;
  margin: 0 auto;
}
.contentsArea .w100BlockInner {
  max-width: 100%;
}
.contentsArea .cntBlockInner h2 {
  text-align: center;
  position: relative;
  width: auto;
  font-size: 36px;
  color: #035137;
  height: auto;
  margin-bottom: 20px;
  font-family: 'Source Han Serif JP', 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
}
.contentsArea .cntBlockInner h2 span {
  /* position: absolute; */
  max-width: 950px;
  margin: 10px auto auto;
  top: 50px;
  right: 0;
  left: 0;
  font-size: 22px;
  font-family: 'Oswald';
}
.courseBox01Inner {
  border-top: 1px dashed #035137;
  border-bottom: 1px dashed #035137;
  padding: 2em 0;
  margin-bottom: 2em;
  position: relative;
}
.courseBox01Inner .imgBox {
  float: left;
  width: 30%;
}
.courseBox01Inner .imgBox img {
  width: 100%;
}
.courseBox01Inner .txtBox {
  float: right;
  width: 67%;
  font-size: 20px;
}
.courseBox01Inner .txtBox p.dateTime {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
.courseBox01Inner .txtBox p.courseName {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 22px;
}
.courseBox01Inner .txtBox p.areaName {
  font-size: 20px;
  color: #035137;
}
h2 span.subTtl {
  display: block;
  padding: 0 55px;
  margin-top: 12px;
}
h2 span.subTtl::before, h2 span.subTtl::after {
  content: '';
  display: inline-block;
  width: 70px;
  height: 2px;
  background-color: #035137;
  vertical-align: middle;
}
h2 span.subTtl::before {
  margin-right: 13px;
}
h2 span.subTtl::after {
  margin-left: 13px;
}
.grayBg {
  background-color: #ebebeb;
}
.cntBlockInner h2 span.subTtl02::before {
  left: 33%;
}
.cntBlockInner h2 span.subTtl02::after {
  right: 33%;
}
.cntBlockInner h2 span.subTtl03::before {
  left: 30%;
}
.cntBlockInner h2 span.subTtl03::after {
  right: 30%;
}
.cntBlock .cntBlockInner .cntBtn {
  width: 100%;
  max-width: 453px;
  height: 56px;
  border-radius: 6px;
  background-color: #035137;
  text-align: center;
  color: #fff;
  line-height: 56px;
  margin: 0 auto;
  cursor: pointer;
}
.cntBlock .cntBlockInner .cntBtn.no-pointer,
.cntBlock .cntBlockInner .leftBtn.no-pointer {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #999999;
}
.cntBlock .cntBlockInner .cntBtn a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.bannerBox ul li {
  text-align: center;
  margin: 0 auto;
  float: left;
  width: 20%;
  padding: 1%;
  box-sizing: border-box;
}
.bannerBox ul li img {
  width: 100%;
}
@media screen and (max-width: 979px) {
  .contentsArea {
    width: 100%;
  }
  .contentsArea .cntBlockInner {
    width: 95%;
  }
  .contentsArea .w100BlockInner {
    width: 100%;
  }
  .courseBox01 {
    width: 100%;
  }
  .cntBlock .cntBlockInner .cntBtn {
    width: 100%;
  }
  .courseBox01Inner .imgBox {
    width: 40%;
  }
  .courseBox01Inner .imgBox img {
    width: 100%;
  }
  .courseBox01Inner .txtBox {
    width: 58%;
    margin-left: 2%;
  }
  .footerArea .footerInner {
    width: 100%;
  }
  h2 span.subTtl::before {
    left: -5%;
  }
  h2 span.subTtl::after {
    right: -5%;
  }
}
@media screen and (max-width: 767px) {
  .cntBlockInner h2 span.subTtl02::before {
    left: 15%;
  }
  .cntBlockInner h2 span.subTtl02::after {
    right: 15%;
  }
  .cntBlockInner h2 span.subTtl03::before {
    left: 15%;
  }
  .cntBlockInner h2 span.subTtl03::after {
    right: 15%;
  }
  p.copyrights {
    text-align: center;
  }
  .contentsArea .cntBlockInner h2 span {
    font-size: 16px;
    padding: 0;
  }
  .reserveCs .cntBlockInner .dateList ul li {
    line-height: 1.5em;
    padding: 1.5em 0;
  }
}
@media screen and (max-width: 589px) {
  .courseBox01Inner .txtBox p.dateTime, .courseBox01Inner .txtBox p.courseName {
    margin-bottom: 10px;
  }
  .courseBox01Inner .imgBox {
    display: none;
  }
  .courseBox01Inner .txtBox {
    width: 100%;
  }
  .bannerBox ul li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
  }
  .bannerBox ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contentsArea .cntBlockInner h2 {
    font-size: 34px;
  }
  .header .headerInner {
    margin-top: 5em /*21vw*/ ;
  }
  .courseBox01Inner .txtBox p.dateTime {
    line-height: 1.5;
    font-size: 0.9rem;
  }
  .courseBox01Inner .txtBox p.courseName, .courseBox01Inner .txtBox p.areaName {
    font-size: 1.1rem;
  }
}
/* txt
--------------------------------------------------*/
.txtBold {
  font-weight: bold;
}
.boxTitle {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
}
.txt_center {
  text-align: center;
}
.txt_blue {
  color: #006cff;
}
.txt_red, span.colorRed {
  color: #ff0000;
}
.txt_white {
  color: #ffffff;
}
.txt_green {
  color: #035137 !important;
}
.textBold {
  font-weight: bold;
}
.announceBox {
  max-width: 950px;
  font-size: 18px;
  line-height: 1.5;
  margin: 2em auto 3em auto;
}
.announceBox a {
  color: #035137;
  text-decoration: underline;
}
.announceBox .btnBox {
  font-size: 16px;
}
.announceBox .karuizawaMsg {
  margin-bottom: 80px;
  border: 2px solid #f00;
  padding: 1.5em;
  line-height: 1.8;
}
.star:before {
  content: '★';
}
.asterisk:before {
  content: '※';
}
.backPre {
  text-align: center;
  color: #035137;
  margin: 3em auto;
}
.backPre a {
  color: #035137;
}
.floatNo {
  float: none !important;
}
/* table
--------------------------------------------------*/
.table {
  border-collapse: collapse;
  width: 100%;
  margin: 2rem auto;
}
.table th {
  border-collapse: collapse;
  border: 1px solid #969696;
  background: #035137;
  color: #ffffff;
  font-weight: normal;
  padding: 20px;
  font-size: 1rem;
  vertical-align: middle;
}
.table td {
  border-collapse: collapse;
  border: 1px solid #969696;
  background-color: #ffffff;
  padding: 20px;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 1.4;
  word-break: break-all;
}
.table td.subTtlTd {
  width: 30%;
}
.table td li, .table td p {
  margin: 0.5em 0;
}
.tableGray th {
  background: #cccccc;
  color: #000000;
  padding: 2% 1%;
}
.tableGray td {
  padding: 2% 1%;
}
.column2 th {
  width: 30%;
}
.column2 td {
  width: 70%;
}
.column3 th, .column3 td {
  width: 33.33%;
}
.column4 th, .column4 td {
  width: 25%;
}
.column5 th, .column5 td {
  width: 20%;
}
.columnHalf th, .columnHalf td {
  width: 50%;
}
.column2-4Box {
  clear: both;
  overflow: hidden;
}
.column2-4 {
  float: left;
  width: 50%;
}
.column2-4 th, .column2-4 td {
  width: 25%;
}
@media screen and (max-width: 480px) {
  .column2-4Box {
    padding-top: 2em;
  }
  .column2-4 {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .column2-4 th, .column2-4 td {
    width: 50%;
  }
}
.paddingL th, .paddingL td {
  padding: 5% 3%;
}
th.paddingNo, td.paddingNo {
  padding: 0 !important;
}
.memberList li {
  width: 100%;
  border-bottom: 1px solid #969696;
  padding: 2% 0;
}
.memberList li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .table {
    font-size: 0.8rem;
  }
  .table th {
    font-size: 0.8rem;
    padding: 20px 10px;
  }
  .table td {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .table {
    font-size: 0.8rem;
    width: 100%;
    margin: 5% auto;
  }
  .table th {
    padding: 2%;
    font-size: 0.8rem;
  }
  .table td {
    padding: 2%;
    font-size: 0.8rem;
  }
}
/* arrow
--------------------------------------------------*/
.arrowGr {
  position: relative;
}
.arrowGr::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #044c34;
  border-right: 1px solid #044c34;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  right: 0.5%;
  margin-top: -5px;
}
.arrowWh,
.arrowleft,
.arrowBl{
  position: relative;
}
.arrowWh::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
.arrowBl::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}
.arrowleft::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -5px;
}
/* button
--------------------------------------------------*/
.btnBox {
  clear: both;
  margin: 30px auto;
  overflow: hidden;
}
.btnBox p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  width: 100%;
  max-width: 453px;
  height: 56px;
  background-color: #035137;
  line-height: 56px;
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 1em;
}
.btnBox ul li {
  width: 48%;
  height: 56px;
  background-color: #035137;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  line-height: 56px;
}
.btnBox ul li.leftBtn {
  float: left;
}
.btnBox ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.btnBox ul li.rightBtn {
  float: right;
}
.btnBlack {
  background-color: #333333 !important;
}
.redoBtn {
  /* background: #999999 !important; */
}
.btnL {
  float: left;
  width: 48% !important;
}
.btnR {
  float: right;
  width: 48% !important;
}
.greenBorderBtn {
  border: solid 2px #035137 !important;
  background: #ffffff !important;
  color: #035137 !important;
}
.greenBorderBtn a {
  color: #035137 !important;
}
@media screen and (max-width: 979px) {
  .btnBox p {
    width: 100%;
  }
}
@media screen and (max-width: 579px) {
  .btnBox p {
    height: 46px;
    line-height: 46px;
  }
  .btnBox ul li {
    height: 46px;
    line-height: 46px;
  }
  .cntBlock .cntBlockInner .cntBtn {
    height: 46px;
    line-height: 46px;
  }
}
@media screen and (max-width: 480px) {
  .btnBox {
    padding-bottom: 0;
    width: 90%;
    margin: 3em auto;
  }
  .btnBox ul li.leftBtn, .btnBox ul li.rightBtn {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  .btnL {
    float: none;
    width: 100% !important;
  }
  .btnR {
    float: none;
    width: 100% !important;
    margin-top: 1em !important;
  }
}
/* form
--------------------------------------------------*/
dd input[type='text'] {
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
}
dd input[type='email'] {
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
}
input.formShort {
  width: 30%;
  max-width: 100px;
}
.w40 {
  width: 40% !important;
}
.w60 {
  width: 60% !important;
}
.w100 {
  width: 100% !important;
}
@media screen and (max-width: 589px) {
.w100s {
  width: 100% !important;
}
}
select::-ms-expand {
  display: none;
}
input[type='checkbox'] {
  display: none;
}
input[type='radio'] {
  display: none;
}
.selectBoxGreen {
  position: relative;
  border-right: none;
  border-radius: 2px;
  float: left !important;
  background: #ffffff;
}
.selectBoxGreen select {
  min-height: 45px;
  width: 100% !important;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  background: transparent;
  padding: 10px 25% 10px 14px;
  font-size: 16px;
  border: 1px solid #bfbfbf;
  border-right-color: rgb(191, 191, 191);
  border-right-style: solid;
  border-right-width: 1px;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.selectBoxGreen select:after {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  width: 45px;
  content: '';
  border: 1px solid #bfbfbf;
  border-radius: 0 3px 3px 0;
  height: 100%;
  background: #035137;
  z-index: 200;
  pointer-events: none;
}
.selectBoxGreen:before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 10px;
  height: 10px;
  padding: 0;
  content: '';
  border: 2px solid;
  border-color: transparent transparent #ffffff #ffffff;
  transform: rotate(-45deg);
  z-index: 300;
  right: 16px;
  top: 12px;
  pointer-events: none;
}
.selectBoxGreen:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  content: '';
  border: 1px solid #bfbfbf;
  border-radius: 0 3px 3px 0;
  height: 100%;
  background: #035137;
  z-index: 200;
  pointer-events: none;
  box-sizing: border-box;
}
textarea {
  width: 100%;
  border: solid 1px #cccccc;
  min-height: 5em;
  padding: 0.5em;
  line-height: 1.4;
  box-sizing: border-box;
}
.radio-2column label {
  float: left;
  width: 45%;
  display: block;
  line-height: 1.4;
}
.radio-1column label {
  float: none;
  width: 100%;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .selectHalf::before {
    right: 8px;
  }
  .selectHalf::after {
    width: 25px;
  }
  .radio-2column label {
    float: none;
    width: 100%;
    margin-right: 0 !important;
  }
}
/* デートピッカー */
#ui-datepicker-div {
  z-index: 9999 !important;
}
/* unitBoxをサイト内で共通化する */
.unitBox {
  margin-top: 8%;
}
.unitTitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 5% 0 2% 0;
}
/* ヘッダー固定
-------------------------------------------------- */
@media screen and (min-width: 590px) {
  .header-fixed {
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
  }
  .header-fixed.active {
    background-color: transparent;
  }
  .header-fixed.active h1 {
    display: none;
  }
  .header-fixed .headerInner {
    margin-top: 0;
  }
  .header-fixed .headerInner .pointArea {
    top: 0;
  }
  .header-fixed .headerInner .pointArea p {
    top: 2.5em;
  }
  .header-fixed.active .headerInner .pointArea {
    display: none;
  }
  .header-fixed .headerInner .navToggle {
    top: 20%;
  }
  .header-fixed .globalMenuSp.active {
    height: 100%;
  }
}
@media screen and (max-width: 589px) {
  .header-fixed {
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }
  .header-fixed .globalMenuSp.active {
    height: calc(500%);
  }
}
/* セレクトボックスの右矢印 */
.timeSlectBox {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
  position: relative;
  border-right: none;
  border-radius: 2px;
  background: #ffffff;
}
.timeSlectBox::before {
  position: absolute;
  width: 10px;
  height: 10px;
  padding: 0;
  content: '';
  border: 2px solid;
  border-color: transparent transparent #FFFFFF #FFFFFF;
  transform: rotate(-45deg);
  z-index: 4;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  pointer-events: none;
}
.timeSlectBox::after {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  width: 45px;
  content: '';
  border: 1px solid #BFBFBF;
  border-radius: 0 3px 3px 0;
  height: 100%;
  background: #035137;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 589px) {
  .timeSlectBox::before {
    width: 8px;
    height: 8px;
    right: 7px;
    margin-top: -8px;
  }
  .timeSlectBox::after {
    width: 25px;
  }
}
/* 特殊なフォントサイズ　※他ページと要素は同じだがフォントサイズが違うものに適用する */
.f20 {
  font-size: 20px;
}
.f14 {
  font-size: 14px;
}

/* jquery uiを上書きするためのCSS */
.ui-widget-content{
	color: #333333 !important;
}

/* --------------------------------------------------
修正　2025/09/11
--------------------------------------------------*/
/* === メンバー組み合わせ予約ブロック追加 === */
.contentsArea .secMemberRes .cntBlockInner h2{
    margin-bottom: 35px;
}
.secMemberRes p.txt_center{
    margin-bottom: 20px;
    line-height: 1.829;
}
.secMemberRes .btnBox{
    margin-top: 50px;
}
