@charset "UTF-8";

/* font ---------------------------------------
Noto Sans Japanese：font-family: "Noto Sans Japanese";
さわらびゴシック：font-family: "Sawarabi Gothic";
 ---------------------------------------*/
/* TOP画像 ------------------------- */
#wrapper #contents > .img span {
    top: 10%;
    left: 3%;
}
#wrapper #contents > .img span:last-of-type {
    top: 26%;
    left: 8%;
}
 
/* コンテンツ ------------------------- */
/* 挨拶 -----------------*/
#cntWrapper .seminer #greeting {
    margin-bottom: 50px;
}
#cntWrapper .seminer #greeting.flex div h2 {
    padding: 0 0 10px 18px;
    margin-top: 0;
}
#cntWrapper .seminer #greeting.flex div {
    width: 63%;
}
#cntWrapper .seminer #greeting.flex div p {
    width: 100%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
#cntWrapper .seminer #greeting.flex div + p {
    width: 36%;
}
#cntWrapper .seminer #greeting.flex div + p img {
    width: 100%;
}


/* モデルさんからシニアまで セミナー参加者の声 ---------------*/
#cntWrapper .seminer #voice {
    margin-bottom: 100px;
}
#cntWrapper .seminer #voice h3 {
    border-top: 3px solid #008adc;
    border-bottom: 3px solid #008adc;
    text-align: center;
    color: #333030;
    font-size: 28px;
    padding: 20px 0px;
    margin: 0 0 20px 0;
   font-family: 'Noto Sans Japanese-midiam';
}
#cntWrapper .seminer #voice dl {
  width: 48%;
	max-width: 380px;
}
#cntWrapper .seminer #voice dt {
    background: #008adc;
    text-align: center;
    color: #fff;
    height: 80px;
    line-height: 1.5em;
    display: table;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}
#cntWrapper .seminer #voice dt span {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
}
#cntWrapper .seminer #voice dd {
    width: 95%;
    margin: 10px auto 0px auto;
}
#cntWrapper .seminer #voice dd:first-of-type {
    height: 260px;
}
#cntWrapper .seminer #voice dd ol {
    margin: 0px 0 0 25px;
}
#cntWrapper .seminer #voice dd ol li {
    margin-bottom: 8px;
}
#cntWrapper .seminer #voice .v2 dd ol li {
    list-style-type: disc;
}
#cntWrapper .seminer #voice dd img {
    width: 100%;
}


/* ウォーキングセミナー・講演のご案内 -------------*/
#cntWrapper .seminer #information {
    border: 3px solid #00569d;
    position: relative;
    padding: 38px 0 30px 0;
    margin-bottom: 50px;
}
#cntWrapper .seminer #information h4 {
    background: #fff;
    text-align: center;
    /* font-size: calc(150% - 3px); */
    color: #00569d;
    font-family: 'Noto Sans Japanese-midiam';
    position: absolute;
    top: -33px;
    /* left: 20%; */
    padding: 18px;
    /* left: calc(100% / 5); */
    width: 60%;
    font-size: 28px;
    margin: auto;
    right: 0;
    left: 0;
    /* top: auto; */
    /* bottom: auto; */
    /* height: 30px; */
}
#cntWrapper .seminer #information .flex {
    margin: 20px auto 30px auto;
    padding-bottom: 18px;
}
#cntWrapper .seminer #information .flex dl {
    width: 49%;
}
#cntWrapper .seminer #information .flex dl dt {
    background: #ff7878;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
}
#cntWrapper .seminer #information .flex dl dd {
    width: 95%;
    margin: 10px auto 0px auto;
}

#cntWrapper .seminer #information .flex dl dd ol {
    margin: 0 0 0 17px;
}
#cntWrapper .seminer #information .flex dl dd li {
    list-style-type: disc;
}
#cntWrapper .seminer #information .flex dl dd img {
    width: 156px;
    border: 1px solid #000;
}
#cntWrapper .seminer #information .flex dl dd p {
    text-align: center;
    margin: 20px 0px;
}
#cntWrapper .seminer #information .flex dl dd a {
    display: block;
    border: 3px solid #00569d;
    text-align: center;
    padding: 10px 0px;
    border-radius: 14px;
}
#cntWrapper .seminer #information .flex dl dd a:hover {
    background: #00569d;
    color: #fff;
}

#cntWrapper .seminer #information .btn {
  background-image: -moz-linear-gradient( 90deg, rgb(26,98,219) 0%, rgb(54,144,240) 51%, rgb(84,163,238) 51%, rgb(112,182,242) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(26,98,219) 0%, rgb(54,144,240) 51%, rgb(84,163,238) 51%, rgb(112,182,242) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(26,98,219) 0%, rgb(54,144,240) 51%, rgb(84,163,238) 51%, rgb(112,182,242) 100%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  width: 96%;
  margin: 0px auto;
  transition: all 0.3s linear;
}
#cntWrapper .seminer #information .btn:hover {
	background: #00569d;
}
#cntWrapper .seminer #information .btn a {
  color: #fff;
  font: 20px "メイリオ";
  padding: 15px 0px;
  font-weight: bold;
  text-align: center;
  display: block;
  position: relative;
  padding-left: 37px;
}
#cntWrapper .seminer #information .btn a:before {
    content: url("../images/icon_seminer.png");
    position: absolute;
    top: 8px;
    left: 12%;
}
#cntWrapper .seminer #information .btn a:after {
    content: "";
    border: 15px solid transparent;
    border-left: 19px solid #fff;
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 16px;
}


/* セミナーのお知らせ ----------------*/
#cntWrapper .seminer #information .recent {
    width: 95%;
    margin: 0px auto;
}
#cntWrapper .seminer #information .recent .inner {
    border: 3px solid #ffa627;
    width: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
#cntWrapper .seminer #information .recent .title {
    background: #ffa627 url("../images/icon_seminer.png") no-repeat 10px center;
    color: #000;
    border: none;
    padding: 15px 15px 15px 60px;
    font-size: 3vmin;
    margin: 0;
    display: inline-block;
}
/*記事*/
#cntWrapper .seminer #information .recent .day_place,
#cntWrapper .seminer #information .recent ul {
    width: 95%;
    margin: 0px auto;
}
#cntWrapper .seminer #information .recent .day_place,
#cntWrapper .seminer #information .recent ul li {
    border-bottom: 1px solid #bebebe;
    padding: 8px 20px;
    box-sizing: border-box;
}
#cntWrapper .seminer #information .recent .day_place {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
#cntWrapper .seminer #information .recent ul li {
    padding-left: 25px;
    position: relative;
    padding-right: 0;
}

#cntWrapper .seminer #information .recent ul li:nth-child(n + 6) {
/*6以降非表示*/
  display: none;
}
#cntWrapper .seminer #information .recent ul li:before {
  content: "";
  border: 7px solid transparent;
  border-left: 9px solid #ffa627;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translateY(-50%) translateX(1%);
  -webkit-transform: translateY(-50%) translateX(1%);
}
#cntWrapper .seminer #information .recent ul li a {
  display: flex;
  justify-content: space-between;
}
#cntWrapper .seminer #information .recent ul li a span {
    /* width: 80%; */
    min-width: 308px;
}
#cntWrapper .seminer #information .recent ul li a i {
  font-style: normal;
  font-size: 12px;
  background: #ffa627;
  padding: 2px 10px;
  border-radius: 10px;
  min-width: 80px;
  height: 25px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  font-family: 'Noto Sans Japanese';
  letter-spacing: 0;
}
/*sold out*/
/*#cntWrapper .seminer #information .recent ul li .iso {
    font-size: 10px;
    font-style: normal;
    background: #f14747;
    padding: 3px 5px;
    color: #fff;
}*/
#cntWrapper .seminer #information .recent ul .so a i {
  background: #ff0000;
    color: #fff;
}



/*募集*/
#cntWrapper .seminer #information .recent .recruit {
    width: 90%;
    margin: 20px auto 10px 4%;
    position: relative;
    display: table;
    height: 56px;
}
#cntWrapper .seminer #information .recent .recruit a {
    display: table-cell;
    text-align: center;
    height: 56px;
    vertical-align: middle;
    font-size: 2.4vmin;
    font-family: 'Noto Sans Japanese-Bold';
    background: #94cf23 url("../images/icon_click.png") no-repeat 97%;
    padding: 0px 60px 0px 10px;
}
#cntWrapper .seminer #information .recent .recruit a:after {
    content:"";
    position: absolute;
    right: -58px;
    border: 28px solid transparent;
    border-left: 30px solid #94cf23;
    top: 0;
}




/* セミナーの実績と風景 ----------------*/
#cntWrapper .seminer #scenery {
    background: url("../images/bg1.png") repeat;
    margin-top: 50px;
}
#cntWrapper .seminer #scenery .titleS {
    color: #2a2a2b;
    font-size: 30px;
    font-family: 'Noto Sans Japanese-Bold';
    text-align: center;
    padding: 10px 0px 20px 0px;
}
#cntWrapper .seminer #scenery .flex .jisseki {
    width: 49%;
    max-width: 408px;
    background: #fff;
    border: 1px solid #979797;
}
#cntWrapper .seminer #scenery .flex .jisseki p img {
    width: 100%;
}
#cntWrapper .seminer #scenery .flex .photo {
    width: 50%;
    max-width: 400px;
}
#cntWrapper .seminer #scenery .flex .photo p {
    border: 3px solid #fff;
    line-height: 0;
    display: inline-block;
    margin-bottom: 29px;
    outline: 1px solid #979797;
}
#cntWrapper .seminer #scenery .flex .photo p img {
    width: 100%;
}
#cntWrapper .seminer #scenery .flex .photo p:last-of-type {
    margin: 0;
}
#cntWrapper .seminer #scenery .flex .photo p:nth-of-type(2),
#cntWrapper .seminer #scenery .flex .photo p:nth-of-type(3) {
    width: 46%;
}
#cntWrapper .seminer #scenery .flex .photo p:nth-of-type(3) {
    margin: 0 0 0 1%;
}
#cntWrapper .seminer #scenery .flex table {
    width: 90%;
    margin: 10px auto 15px auto;
    font-size: 12px;
    letter-spacing: -0.001em;
}
#cntWrapper .seminer #scenery .flex table thead th {
    border-radius: 10px;
    margin: 0px auto;
}
#cntWrapper .seminer #scenery .flex table tbody th {
    font-weight: normal;
    padding-right: 10px;
}

#cntWrapper .seminer #scenery .flex table tbody tr > * {
    height: 27px;
    vertical-align: middle;
}
#cntWrapper .seminer #scenery .flex table tbody tr:first-of-type > * {
    padding-top: 10px;
}
#cntWrapper .seminer #scenery .flex .jisseki .year2017 thead th {
    background: #ffd2e2;
}
#cntWrapper .seminer #scenery .flex .jisseki .year2016 thead th {
    background: #dedede;
}


/* セミナー会場 ------------------*/
#cntWrapper .seminer #place {
    border: 6px double #fcd186;
}
#cntWrapper .seminer #place h5 {
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    font-size: 30px;
    font-family: 'Noto Sans Japanese-Bold';
    color: #2a2a2b;
    padding: 20px 0px;
    margin: 0 0 40px 0;
}
#cntWrapper .seminer #place .pSet {
    margin: 10px 0px 50px 0px;
}
#cntWrapper .seminer #place .pSet .map,
#cntWrapper .seminer #place .pSet .detail {
    width: 400px;
    margin: 0 7px;
}
#cntWrapper .seminer #place .pSet .name {
    width: 100%;
    margin: 0 0 20px 0;
}
#cntWrapper .seminer #place .pSet .name > * {
    display: inline-block;    
    color: #fff;
    font-size: 20px;
   font-family: 'Noto Sans Japanese-Bold';
    text-align: center;
    padding: 8px 0px;
}





#cntWrapper .seminer #place .pSet .name dt {
    background: #00569d;
    width: 15%;
}
#cntWrapper .seminer #place .pSet .name dd {
    background: #006be4;
    width: 85%;
}
#cntWrapper .seminer #place .pSet .photo > * {
    display: inline-block;
}
#cntWrapper .seminer #place .pSet .photo .mq {
    display: none;
}

#cntWrapper .seminer #place .pSet .map > p,
#cntWrapper .seminer #place .pSet .detail table {
    margin: 0 0 10px 0;
    width: 100%;
}
#cntWrapper .seminer #place .pSet .detail table tr > * {
    vertical-align: middle;
    border-bottom : 1px dashed #cac8c8;
    line-height: 1.3em;
}
#cntWrapper .seminer #place .pSet .detail table th {
    font-size: 12px;

    font-weight: normal;
    width: 90px;
    background: #e4e4e4;
}
#cntWrapper .seminer #place .pSet .detail table td {
    padding: 10px 0px 10px 10px;
    vertical-align: middle;
}
#cntWrapper .seminer #place .pSet .detail table td span {
	font-size: 12px;
	display: block;
	letter-spacing: 0.09em;
}

#cntWrapper .seminer #place .pSet .detail > p {
    background: #015697;
    margin-top: 20px;
    transition: all 0.2s linear;
}
#cntWrapper .seminer #place .pSet .detail p a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 20px 0 20px 20px;
    overflow: hidden;
}
#cntWrapper .seminer #place .pSet .detail p a span {
    position: absolute;
    right: 0;
    background: #02b5de;
    padding: 20px 0;
    top: 0;
    text-align: center;
    width: 70px;
}
#cntWrapper .seminer #place .pSet .detail p a span:before {
    content: "";
    border: 33px solid transparent;
    border-right: 33px solid #02b5de;
    display: inline-block;
    left: -66px;
    position: absolute;
    top: 0;
}
#cntWrapper .seminer #place .p2.pSet .detail p:hover a span:before {
    border-color: #ddd;
}

#cntWrapper .seminer #place .p2.pSet .detail p:hover,
#cntWrapper .seminer #place .p2.pSet .detail p:hover span {
     background: #ddd;
}








@media screen and (max-width: 1200px) {
#cntWrapper .seminer #information .recent ul li a span {
    width: 80%;
}
/*
  #cntWrapper .seminer #information .recent .recruit a {
    font-size: 22px;
}
*/
  #cntWrapper .seminer #information h4 {
    font-size: 135%;
}
  #cntWrapper .seminer #information .btn a {
    font-size: 115%;
    padding: 15px 70px;
  }
  #cntWrapper .seminer #place .pSet .name > * {
    font-size: 110%;
	}
	#cntWrapper .seminer #place .p2.pSet .name dd {
		letter-spacing: -0.02em;
	}
  #cntWrapper .seminer #place .pSet .map,
  #cntWrapper .seminer #place .pSet .map iframe {
      width: 100%;
  }
  #cntWrapper .seminer #place .p2 .map,#cntWrapper .seminer #place .p2 .detail {
      width: 47%;
  }

  #cntWrapper .seminer #place .p2 .map img {
      width: 100%;
  }

  #cntWrapper .seminer #place .p2.pSet .detail p a {
      font-size: 16px;
  }

  #cntWrapper .seminer #place .p1 .detail,
  #cntWrapper .seminer #place .p3 .detail {
      width: 100%;
      overflow: hidden;
  }

  #cntWrapper .seminer #place .p1 .detail table,
  #cntWrapper .seminer #place .p3 .detail table {
      float: right;
      width: 50%;
  }

  #cntWrapper .seminer #place .p1 .detail .photo img,
  #cntWrapper .seminer #place .p3 .detail .photo img {
      width: 100%;
  }
  #cntWrapper .seminer #place .p1 .photo > *,
  #cntWrapper .seminer #place .p3 .photo > * {
      width: 24%;
  }

  #cntWrapper .seminer #place .pSet .photo .mq {
      display: inline-block;
  }
  #cntWrapper .seminer #place .pSet .map .photo p {
      display: none;
  }
}




@media screen and (max-width: 900px) {
    #cntWrapper .seminer #voice dt {
      font-size: 100%;
  }
  #cntWrapper .seminer #greeting.flex div h2 {
      font-size: 134%;
  }
  #cntWrapper .seminer #voice h3 {
      font-size: 140%;
  }
  #cntWrapper .seminer #information h4 {
      /* font-size: 150%; */
      /* left: 15%; */
      width: 70%;
  }


  #cntWrapper .seminer #information .btn a:before {
      left: 6%;
  }

  #cntWrapper .seminer #information .btn a:after {
      right: 2%;
      top: 13px;
  }
  #cntWrapper .seminer #place .p2 .map, #cntWrapper .seminer #place .p2 .detail {
      width: 100%;
  }
  #cntWrapper .seminer #place .p2.pSet .detail p a {
      font-size: 28px;
  }
  #cntWrapper .seminer #place .p1 .detail table,
  #cntWrapper .seminer #place .p3 .detail table {
      width: 100%;
  }
  #cntWrapper .seminer #place .p1 .photo > *,
  #cntWrapper .seminer #place .p3 .photo > * {
      width: 23.5%;
  }
  #cntWrapper .seminer #voice dd ol li {

      font-size: 13px;
      margin-bottom: 4px;
  }
}

@media screen and (max-width: 768px) {
  #cntWrapper .seminer #information .recent .recruit a {
      font-size: 15px;
  }
  #cntWrapper .seminer #voice {
      margin-bottom: 50px;
  }
  #cntWrapper .seminer #voice dd ol li {
      line-height: 1.6em;
  }

  #cntWrapper .seminer #information h4 {
      font-size: 130%;
      padding: 10px;
  }
  #cntWrapper .seminer #information .pre {
      margin-top: -15px;
  }
  #cntWrapper .seminer #information .flex dl dd li {
      font-size: 13px;
      line-height: 1.6em;
  }
  #cntWrapper .seminer #information .btn a:before {
      left: 3%;
  }
  #cntWrapper .seminer #information .btn a:after {
      right: 0;
      border: 10px solid transparent;
      border-left: 14px solid #fff;
      top: 33%;
  }
  #cntWrapper .seminer #scenery .flex .photo p:nth-of-type(2), #cntWrapper .seminer #scenery .flex .photo p:nth-of-type(3) {
      width: 45%;
  }
  #cntWrapper .seminer #place .pSet .name > * {
      font-size: 96%;
  }
}


@media screen and (max-width: 480px) { /*smartphone*/
/*セミナー情報一覧*/
  #cntWrapper .seminer #information .recent .title {
      background-size: 32px;
      font-size: 15px;
  }
  #cntWrapper .seminer #information .recent ul li a {
      display: block;
  }
  #cntWrapper .seminer #information .recent ul li a span {
      min-width: initial;
      width: 100%;
      display: block;
      margin-bottom: 26px;
  }
  #cntWrapper .seminer #information .recent ul li a i {
      width: 80px;
      bottom: 5px;
      top: unset;
      transform: none;
      -webkit-transform: none;
  }
  #cntWrapper .seminer #information .recent .recruit {
      width: 85%;
  }
  #cntWrapper .seminer #information .recent .recruit a {
      font-size: 15px;
  }





  #cntWrapper #contents .itemSet .flex {
      display: block;
      padding-bottom: 0;
  }

  #cntWrapper .seminer #voice dl {
      width: 100%;
      margin-bottom: 30px;
  }

  #cntWrapper .seminer #voice dt,#cntWrapper .seminer #voice dt span {
      height: 50px;
  }


  #cntWrapper .seminer #information .pre {
      margin-top: 0;
  }

  #cntWrapper .seminer #information .flex dl {
      width: 100%;
      margin-bottom: 10px;
  }
  #cntWrapper .seminer #greeting.flex div + p {
      display: none;
  }

  #cntWrapper .seminer #greeting.flex div {
      width: 100%;
  }

  #cntWrapper .seminer #voice h3 {
      font-size: 110%;
  }

  #cntWrapper .seminer #voice dd:first-of-type {
      height: initial;
  }


  #cntWrapper .seminer #voice dt {
      font-size: 13px;
  }

  #cntWrapper .seminer #voice dd ol li {
      font-size: 12px;
  }

  #cntWrapper .seminer #voice {
      margin-bottom: 50px;
  }
  #cntWrapper .seminer #place .pSet .name > * {
      display: block;
  }
  #cntWrapper .seminer #place .pSet .name dt,
  #cntWrapper .seminer #place .pSet .name dd {
      width: 100%;
  }
  #cntWrapper .seminer #place .pSet .name dt {
      padding: 3px 0px;
  }

  #cntWrapper .seminer #place .pSet .name dd {
      font-size: 88%;
  }

  #cntWrapper .seminer #place .p2.pSet .detail p a {
      font-size: 18px;
  }

  #cntWrapper .seminer #information .btn a:before {
      /* display: block; */
      /* position: initial; */
      left: 5%;
      top: 20%;
  }

  #cntWrapper .seminer #information .btn a:after {
      border: 15px solid transparent;
      border-left: 19px solid #fff;
      top: 31%;
  }
  #cntWrapper .seminer #scenery .flex .jisseki {
      width: 100%;
  }

  #cntWrapper .seminer #scenery .flex .photo {
      width: 100%;
      max-width: inherit;
      margin-top: 20px;
  }

  #cntWrapper .seminer #scenery .flex .photo p {
      margin-bottom: 10px;
  }
  #cntWrapper .seminer #information .btn a {
      padding: 10px 0;
  }

}
