@charset "UTF-8";
@import url("global.css");
#mainvisual .img {
  background: url(../dock/img/main.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed; }

#bodyarea {
  padding-bottom: 40px; }

.intro .wrapper {
  text-align: center; }
.intro h2 {
  font-size: 52px;
  font-weight: bolder;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4; }
.intro .sub {
  font-size: 24px;
  font-weight: bolder;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5; }
.intro .text {
  font-size: 16px;
  margin-top: 20px; }
.intro .box {
  padding: 30px;
  border: 2px solid #492523;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  text-align: left; }
  .intro .box ul {
    text-align: center; }
    .intro .box ul li {
      width: 32%;
      float: left;
      margin-left: 2%;
      background-color: #492523;
      padding: 10px;
      box-sizing: border-box;
      height: 100px;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      font-weight: 800;
      border-radius: 2px; }
      .intro .box ul li span {
        line-height: 1.4;
        display: block;
        background-color: #fff;
        color: #492523;
        padding: 4px 10px;
        font-size: 14px;
        margin-top: 5px;
        border-radius: 4px; }
      .intro .box ul li:first-child {
        margin-left: 0; }
      .intro .box ul li .text {
        font-size: 16px;
        color: #492523; }

.menu {
  background-color: #f3f3f3;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px; }
  .menu .wrapper {
    text-align: center; }
  .menu h3 {
    font-size: 40px;
    font-weight: bolder;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4;
    margin-bottom: 40px; }
  .menu .box {
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #eee;
    background-color: #fff;
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0; }
    .menu .box h4 {
      font-size: 28px;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: bolder;
      line-height: 1.4;
      color: #492523; }
    .menu .box p {
      font-size: 16px;
      margin-top: 10px; }
  .menu .table_box {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box; }
    .menu .table_box h4 {
      font-size: 28px;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: bolder;
      line-height: 1.4;
      color: #492523; }
    .menu .table_box .fl {
      width: 48%;
      float: left; }
    .menu .table_box .fr {
      width: 48%;
      float: right; }
    .menu .table_box table {
      margin-top: 30px;
      width: 100%; }
      .menu .table_box table thead {
        background-color: #653e3c;
        font-weight: 700;
        font-size: 16px;
        color: #fff; }
      .menu .table_box table tr {
        text-align: left; }
        .menu .table_box table tr:nth-child(2n) {
          background-color: #eee; }
        .menu .table_box table tr th {
          padding: 10px; }
        .menu .table_box table tr td {
          padding: 10px; }

.physical {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../dock/img/bg.jpg) center center;
  background-size: cover; }
  .physical .wrapper {
    text-align: center;
    color: #fff; }
  .physical h3 {
    font-size: 32px;
    font-weight: bolder;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4; }
  .physical .text {
    font-size: 16px;
    margin-top: 10px; }
  .physical ul {
    margin-top: 40px; }
    .physical ul li {
      width: 23.5%;
      float: left;
      margin-left: 2%;
      border: 3px solid #492523;
      padding: 20px;
      box-sizing: border-box;
      background-color: rgba(255, 255, 255, 0.9);
      color: #492523;
      border-radius: 3px; }
      .physical ul li:first-child {
        margin-left: 0; }
      .physical ul li h4 {
        font-size: 24px;
        font-weight: 700; }
      .physical ul li p {
        font-size: 16px;
        font-weight: 600; }

.score {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee; }
  .score .wrapper {
    text-align: center; }
  .score h3 {
    font-size: 32px;
    font-weight: bolder;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4; }
  .score .text {
    font-size: 16px;
    margin-top: 15px; }
  .score .paper {
    width: 100%;
    max-width: 800px;
    margin: 40px auto 0;
    background-color: #fff;
    padding: 40px 40px 50px;
    box-sizing: border-box;
    position: relative; }
    .score .paper::before {
      content: '';
      position: absolute;
      bottom: -2px;
      right: -2px;
      border-width: 0 0 31px 31px;
      border-style: solid;
      border-color: #eee; }
    .score .paper::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      border-width: 0 0 30px 30px;
      border-style: solid;
      border-color: #ccc #eee #eee #ccc; }
    .score .paper .before {
      float: left;
      width: 48.5%;
      background-color: #999; }
    .score .paper .after {
      float: right;
      width: 48.5%;
      background-color: #492523; }
    .score .paper .before, .score .paper .after {
      color: #fff;
      padding: 15px 0; }
      .score .paper .before h4, .score .paper .after h4 {
        font-size: 32px;
        font-weight: 800;
        line-height: 1.2; }
      .score .paper .before p, .score .paper .after p {
        font-size: 24px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 5px; }
    .score .paper .box {
      background-color: #f3f3f3;
      padding: 20px;
      margin-top: 20px;
      text-align: left; }
      .score .paper .box h5 {
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 10px;
        line-height: 1.4; }
      .score .paper .box p {
        font-size: 16px;
        font-weight: 700;
        margin-top: 2px; }
    .score .paper .title {
      font-size: 28px;
      font-weight: 800;
      color: #492523;
      line-height: 1.4;
      margin-top: 30px; }

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

 Responsive-Breakpoint-1 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #mainvisual .img {
    background-attachment: inherit; }

  .intro .wrapper {
    text-align: center; }
  .intro h2 {
    font-size: 42px; }
  .intro .sub {
    font-size: 20px; }
  .intro .text {
    font-size: 15px;
    margin-top: 15px; }
  .intro .box {
    padding: 20px;
    width: auto;
    max-width: 100%;
    margin: 40px 10px 0; }
    .intro .box ul li {
      height: 90px;
      font-size: 16px; }
      .intro .box ul li span {
        font-size: 13px; }
      .intro .box ul li .text {
        font-size: 15px; }

  .menu {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px; }
    .menu h3 {
      font-size: 32px; }
    .menu .box {
      padding: 25px 20px;
      width: auto;
      max-width: 100%;
      margin: 30px auto 0; }
      .menu .box h4 {
        font-size: 24px; }
      .menu .box p {
        font-size: 15px;
        text-align: left; }
        .menu .box p br {
          display: none; }
    .menu .table_box {
      padding: 25px 20px;
      width: auto;
      max-width: 100%;
      margin: 30px auto 0; }
      .menu .table_box h4 {
        font-size: 24px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bolder;
        line-height: 1.4;
        color: #492523; }
      .menu .table_box table {
        font-size: 15px;
        margin-top: 20px; }
        .menu .table_box table thead {
          font-size: 15px; }

  .physical {
    padding-top: 50px;
    padding-bottom: 50px; }
    .physical h3 {
      font-size: 24px; }
    .physical .text {
      font-size: 15px; }
    .physical ul {
      margin-top: 20px; }
      .physical ul li {
        padding: 15px;
        width: 48.5%;
        margin-left: 3%;
        margin-top: 20px; }
        .physical ul li:nth-child(2n+1) {
          margin-left: 0; }
        .physical ul li h4 {
          font-size: 20px;
          font-weight: 800;
          margin-bottom: 5px; }
        .physical ul li p {
          font-size: 16px; }

  .score {
    padding-top: 50px;
    padding-bottom: 50px; }
    .score h3 {
      font-size: 24px; }
    .score .text {
      font-size: 15px;
      margin-top: 20px; }
    .score .paper {
      width: 100%;
      max-width: 720px;
      margin: 40px auto 0;
      padding: 25px 25px 35px; }
      .score .paper::before {
        content: '';
        bottom: -2px;
        right: -2px;
        border-width: 0 0 26px 26px; }
      .score .paper::after {
        content: '';
        border-width: 0 0 25px 25px; }
      .score .paper .before, .score .paper .after {
        color: #fff;
        padding: 12px 0; }
        .score .paper .before h4, .score .paper .after h4 {
          font-size: 24px; }
        .score .paper .before p, .score .paper .after p {
          font-size: 18px; }
      .score .paper .box {
        padding: 20px; }
        .score .paper .box h5 {
          font-size: 20px;
          margin-bottom: 5px; }
        .score .paper .box p {
          font-size: 16px; }
      .score .paper .title {
        font-size: 24px;
        margin-top: 25px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .intro h2 {
    font-size: 24px; }
  .intro .sub {
    font-size: 16px;
    margin-top: 5px; }
    .intro .sub span {
      display: block; }
  .intro .text {
    font-size: 15px;
    text-align: left; }
  .intro .box {
    padding: 20px;
    width: auto;
    max-width: 100%;
    margin: 40px 10px 0; }
    .intro .box ul li {
      height: auto;
      font-size: 16px;
      padding: 10px;
      width: 100%;
      float: none;
      display: block;
      margin-left: 0;
      margin-bottom: 10px;
      position: relative; }
      .intro .box ul li::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -10px;
        left: 0;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: #492523 transparent transparent transparent;
        border-width: 10px 30px 0 30px; }
      .intro .box ul li:last-child::after {
        display: none; }
      .intro .box ul li span {
        font-size: 13px; }
      .intro .box ul li .text {
        font-size: 15px; }

  .menu {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 50px; }
    .menu h3 {
      font-size: 22px;
      margin-bottom: 25px; }
    .menu .box {
      padding: 20px 15px;
      margin: 20px auto 0; }
      .menu .box h4 {
        font-size: 20px; }
      .menu .box p {
        font-size: 15px; }
    .menu .table_box {
      padding: 20px 15px;
      margin: 20px auto 0; }
      .menu .table_box h4 {
        font-size: 20px; }
      .menu .table_box .fl, .menu .table_box .fr {
        width: 100%;
        float: none; }
      .menu .table_box table {
        font-size: 15px;
        margin-top: 20px; }
        .menu .table_box table thead {
          font-size: 15px; }

  .physical {
    padding-top: 40px;
    padding-bottom: 40px; }
    .physical h3 {
      font-size: 20px; }
    .physical .text {
      font-size: 15px;
      text-align: left;
      margin-top: 20px; }
    .physical ul {
      margin-top: 20px; }
      .physical ul li {
        padding: 15px;
        width: 100%;
        margin-left: 0%;
        margin-top: 10px; }
        .physical ul li h4 {
          font-size: 20px;
          font-weight: 800;
          margin-bottom: 5px; }
        .physical ul li p {
          font-size: 16px; }

  .score {
    padding-top: 40px;
    padding-bottom: 40px; }
    .score h3 {
      font-size: 20px; }
    .score .text {
      font-size: 15px;
      margin-top: 20px;
      text-align: left; }
    .score .paper {
      width: auto;
      max-width: 100%;
      margin: 30px 10px 0;
      padding: 20px 20px 30px; }
      .score .paper::before {
        content: '';
        bottom: -2px;
        right: -2px;
        border-width: 0 0 21px 21px; }
      .score .paper::after {
        content: '';
        border-width: 0 0 20px 20px; }
      .score .paper .before, .score .paper .after {
        color: #fff;
        padding: 12px 0;
        width: 100%;
        float: none; }
        .score .paper .before h4, .score .paper .after h4 {
          font-size: 22px; }
        .score .paper .before p, .score .paper .after p {
          font-size: 16px; }
      .score .paper .box {
        padding: 20px; }
        .score .paper .box h5 {
          font-size: 18px;
          margin-bottom: 10px; }
        .score .paper .box p {
          font-size: 15px;
          margin-top: 5px;
          text-indent: -1.1em;
          padding-left: 1.1em; }
          .score .paper .box p::before {
            content: "・"; }
      .score .paper .title {
        font-size: 18px;
        text-align: left;
        margin-top: 20px; }
        .score .paper .title br {
          display: none; } }
