@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input:hover, button:hover, textarea:hover, select:hover {
    cursor: pointer; }

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #666;
  font-weight: normal; }

* {
  box-sizing: border-box; }

html {
  font: 62.5%/1.8 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

body {
  position: relative;
  background-color: #aac952;
  color: #222;
  font-size: 1.3rem;
  font-feature-settings: "palt";
  text-align: center; }

a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  backface-visibility: hidden; }
  a:hover {
    opacity: 0.7;
    backface-visibility: hidden; }
  a:link {
    text-decoration: none; }
  a:visit {
    text-decoration: none; }
  a:hover {
    opacity: 0.8; }
  a:active {
    text-decoration: none; }

img {
  display: block;
  vertical-align: bottom; }

.scroll-prevent {
  overflow: hidden; }

.header {
  width: 100%;
  margin-bottom: 30px;
  text-align: center; }
  .header_inner {
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left; }
    .header_inner h1 {
      text-align: left; }
      .header_inner h1 img {
        width: 100%; }
  @media screen and (min-width: 480px) {
    .header_inner h1 {
      display: inline-block;
      max-width: 480px; } }
  @media screen and (min-width: 1000px) {
    .header_inner {
      max-width: 1000px; } }

.footer {
  width: 100%;
  padding: 20px 10px;
  background-color: #f2f2f2;
  text-align: center; }
  .footer_nav {
    margin-bottom: 10px; }
    .footer_nav li {
      display: inline-block;
      position: relative; }
      .footer_nav li a {
        display: block;
        width: 100%;
        padding: 5px 10px;
        color: #222;
        font-size: 1rem; }
      .footer_nav li:not(:last-child)::after {
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        height: 10px;
        margin: auto;
        background-color: #ccc;
        content: ""; }
  .footer .el_copyright {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2; }
    .footer .el_copyright span {
      display: block;
      font-size: 1rem;
      font-weight: 200; }
      .footer .el_copyright span::before {
        display: inline-block;
        margin-right: 5px;
        font-family: 'Material Icons';
        content: "\e90c"; }
  @media screen and (min-width: 768px) {
    .footer {
      padding: 30px 10px; }
      .footer_nav li a {
        padding: 5px 20px;
        font-size: 1.4rem; }
        .footer_nav li a:hover {
          text-decoration: underline; }
      .footer .el_copyright {
        font-size: 1.6rem; }
        .footer .el_copyright span {
          font-size: 1.2rem; } }

.l_contents {
  display: block;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 768px) {
    .l_contents {
      max-width: 768px;
      margin: auto; } }
  @media screen and (min-width: 1000px) {
    .l_contents {
      max-width: 1000px; } }

.l_section {
  margin-bottom: 30px; }
  .l_section_title {
    display: inline-block;
    position: relative;
    height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 19px;
    border: 2px solid #333;
    color: #333;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    line-height: 33px; }
    .l_section_title::after {
      display: inline-block;
      position: absolute;
      top: 100%;
      left: 50%;
      height: 0;
      width: 0;
      border: solid transparent;
      border-color: rgba(255, 255, 255, 0);
      border-top-width: 8px;
      border-bottom-width: 8px;
      border-left-width: 8px;
      border-right-width: 8px;
      margin-left: -8px;
      border-top-color: #333;
      content: ""; }
    .l_section_title.is-reception::before {
      display: inline-block;
      position: absolute;
      top: -38px;
      left: 0;
      right: 0;
      width: calc(47px * 0.65);
      height: calc(44px * 0.65);
      margin: auto;
      background: url("../img/ico_reception.png") no-repeat left top/contain;
      content: ""; }
    .l_section_title.is-light::before {
      display: inline-block;
      position: absolute;
      top: -40px;
      left: 0;
      right: 0;
      width: calc(53px * 0.6);
      height: calc(53px * 0.6);
      margin: auto;
      background: url("../img/ico_light.png") no-repeat left top/contain;
      content: ""; }
  @media screen and (min-width: 768px) {
    .l_section {
      margin-bottom: 50px; }
      .l_section_title {
        height: 46px;
        margin-top: 48px;
        margin-bottom: 30px;
        padding: 0 30px;
        border-radius: 23px;
        font-size: 1.8rem;
        line-height: 46px; }
        .l_section_title.is-reception::before {
          top: -50px;
          width: calc(47px * 0.8);
          height: calc(44px * 0.8); }
        .l_section_title.is-light::before {
          top: -50px;
          width: calc(53px * 0.8);
          height: calc(53px * 0.8); } }

.selectCont_title {
  position: relative;
  width: 98%;
  height: 0;
  margin: 0 auto 20px;
  padding-top: calc(27.32644% * 0.98);
  background: url("../img/img_wood.png") no-repeat center top/contain;
  filter: drop-shadow(1px 1px 2px rgba(40, 49, 22, 0.5)); }
  .selectCont_title span {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 80%;
    margin: auto;
    background-color: #fff9de;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0 rgba(61, 46, 22, 0.4);
    color: #333;
    font-size: 4.2vw;
    font-weight: 800;
    line-height: 1.4; }
.selectCont_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }
.selectCont_item {
  display: inline-block;
  position: relative;
  width: 48%;
  border: 13px solid #ffd59a;
  border-radius: 3px;
  background-color: #fff; }
  .selectCont_item::before {
    display: inline-block;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    z-index: -1;
    width: 18px;
    height: 26px;
    margin: auto;
    background-color: #ffd59a;
    content: ""; }
  .selectCont_item a {
    display: block;
    width: 100%;
    height: 100%; }
  .selectCont_item p {
    display: block;
    width: 100%;
    padding: 15px 8px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4; }
  .selectCont_item figure {
    display: block;
    width: 100%;
    padding: 15px 8px;
    background-color: #fff;
    text-align: center; }
    .selectCont_item figure img {
      height: 36px;
      margin: auto; }
  .selectCont_item.is-beginner {
    margin-right: 1%; }
    .selectCont_item.is-beginner p {
      background-color: #f14300;
      text-shadow: 1px 1px 2px rgba(68, 35, 2, 0.5); }
  .selectCont_item.is-member {
    margin-left: 1%; }
    .selectCont_item.is-member p {
      background-color: #1e9bd6;
      text-shadow: 1px 1px 2px rgba(0, 84, 138, 0.5); }
    .selectCont_item.is-member figure img {
      height: 26px;
      margin-top: 6px; }
@media screen and (min-width: 480px) {
  .selectCont_item {
    border-width: 15px; }
    .selectCont_item::before {
      width: 20px; }
    .selectCont_item p {
      padding: 17px 8px;
      font-size: 1.8rem; }
    .selectCont_item figure img {
      height: 45px; }
    .selectCont_item.is-member figure img {
      height: 35px; } }
@media screen and (min-width: 768px) {
  .selectCont_title {
    width: 70%;
    margin-bottom: 30px;
    padding-top: calc(27.32644% * 0.7); }
    .selectCont_title span {
      font-size: 2.5rem; }
  .selectCont_item {
    border-width: 20px; }
    .selectCont_item::before {
      top: -52px;
      width: 24px;
      height: 50px; }
    .selectCont_item a:hover {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      backface-visibility: hidden; }
      .selectCont_item a:hover:hover {
        opacity: 0.7;
        backface-visibility: hidden; }
    .selectCont_item p {
      padding: 20px 10px;
      font-size: 2rem; }
      .selectCont_item p br:nth-child(2) {
        display: none; }
    .selectCont_item figure {
      padding: 20px 10px; }
      .selectCont_item figure img {
        height: 62px; }
    .selectCont_item.is-member figure img {
      height: 42px;
      margin-top: 10px; } }

.membersCont_item {
  display: block;
  width: 100%;
  background-color: #fff; }
  .membersCont_item:not(:last-child) {
    margin-bottom: 15px; }
  .membersCont_item > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px; }
  .membersCont_item .el_title {
    width: 100%;
    text-align: center; }
    .membersCont_item .el_title img {
      width: auto;
      margin: auto; }
  .membersCont_item .el_text {
    width: 100%;
    color: #222;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0.5px; }
  .membersCont_item .el_sns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px; }
    .membersCont_item .el_sns li {
      display: inline-block;
      height: 40px;
      margin: 0 10px; }
      .membersCont_item .el_sns li a img {
        height: 100%; }
@media screen and (max-width: 767px) {
  .membersCont_item.is-numbers .el_title {
    height: 82px; }
    .membersCont_item.is-numbers .el_title img.is-pc {
      display: none; }
  .membersCont_item.is-sns {
    padding: 20px; }
    .membersCont_item.is-sns .el_title {
      height: 80px; }
  .membersCont_item .el_title {
    height: 60px;
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 2px solid #aac952; }
    .membersCont_item .el_title img {
      height: 100%; }
  .membersCont_item .el_text {
    padding-top: 15px; } }
@media screen and (min-width: 768px) {
  .membersCont_item > a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 30px; }
    .membersCont_item > a:hover {
      background-color: rgba(255, 213, 154, 0.5); }
  .membersCont_item.is-numbers .el_title img.is-sp {
    display: none; }
  .membersCont_item.is-numbers .el_title img.is-pc {
    display: block; }
  .membersCont_item.is-sns {
    padding: 30px; }
    .membersCont_item.is-sns .el_title {
      width: calc(180px - 35px); }
      .membersCont_item.is-sns .el_title img {
        width: 60%;
        margin-right: 30px; }
  .membersCont_item .el_title {
    display: inline-block;
    position: relative;
    width: 180px;
    padding-right: 30px; }
    .membersCont_item .el_title img {
      width: 100%; }
  .membersCont_item .el_text {
    display: inline-block;
    width: calc(100% - 210px);
    padding-top: 0;
    padding-left: 30px;
    border-left: 2px solid #aac952;
    font-size: 1.5rem; }
  .membersCont_item .el_sns {
    margin-top: 25px; }
    .membersCont_item .el_sns li {
      height: 52px; } }
