@charset "UTF-8";
/* CSS Document */
.tb:not(.sp), .pc:not(.sp) {
  display: none !important; }

#header {
  position: fixed;
  height: 60px;
  width: 100%;
  top: 0;
  z-index: 1;
  transform: translateZ(1px); }

.open .header_box {
  background: #0f5fab; }

.header_box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
  height: 60px;
  color: #e9f3fb;
  position: fixed; }
  .header_box h1 {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 0;
    padding: 0 0 0 0;
    height: 60px;
    width: 300px;
    max-width: 70%;
    float: left; }
    .header_box h1 a {
      color: #fff;
      display: block;
      position: relative;
      height: 60px;
      margin: 0 0 0 5px; }
    .header_box h1 img {
      position: absolute;
      top: 0;
      bottom: 0;
      display: block;
      width: 100%;
      font-size: 12px;
      line-height: 20px;
      font-weight: normal;
      margin: auto;
      padding: 0 0 0 0; }

.header_box .phone {
  position: absolute;
  right: 2em;
  top: .1em;
  font-size: 2.5em;
  margin-top: 5px;
  color: #ccc;
  background: #267a5e;
  width: 44px;
  border-radius: 4px; }

.header_box .phone img {
  display: block; }

.header_box .tel p {
  font-size: 11px;
  line-height: 1.8; }

#sp_header {
  position: relative; }

.menu-btn {
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  display: flex;
  color: #fff;
  position: absolute;
  background: #0f5fab;
  border-radius: 8px; }

.menu-btn span {
  font-family: "Font Awesome 5 Free";
  color: #e9f3fb;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 50px;
  width: 100%;
  height: 100%; }

body.open {
  overflow: hidden; }

.open .menu-btn span {
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto; }

.menu-btn span:after {
  content: "\f0c9"; }

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn {
  background: #0f5fab; }
  .open .menu-btn span:after {
    content: "\f00d"; }

.menu {
  position: fixed;
  display: flex;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: #0f5fab;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0; }
  .menu .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 60px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 60px);
    background: #0f5fab;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    overflow-y: auto; }

.menu ul.menu_main {
  display: block;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
  vertical-align: middle;
  justify-content: space-around;
  padding: 0;
  margin: 0 0;
  flex: 1 0 auto;
  font-size: 1.8rem; }
  .menu ul.menu_main > li span {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    .menu ul.menu_main > li span.sp-layer-btn {
      width: 3.5em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      border-left: 1px solid rgba(255, 255, 255, 0.3);
      background: rgba(255, 255, 255, 0.1);
      font-family: "Font Awesome 5 Free";
      -webkit-font-smoothing: antialiased;
      display: block;
      font-weight: 900;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      height: 2.5em;
      position: relative;
      color: #fff;
      cursor: pointer; }
      .menu ul.menu_main > li span.sp-layer-btn::after {
        position: absolute;
        margin: auto;
        content: "\f067";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        width: 1em;
        height: 1em;
        padding: 0;
        line-height: 1; }
      .menu ul.menu_main > li span.sp-layer-btn.current::after {
        content: "\f068"; }
  .menu ul.menu_main > li a {
    margin: 0px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 2.5em;
    line-height: 2.5em;
    width: 100%;
    padding-left: 1em; }
  .menu ul.menu_main > li.line a {
    margin: 10px auto;
    display: block;
    border-bottom: 0px solid rgba(255, 255, 255, 0.3);
    height: auto;
    width: auto;
    max-width: 180px;
    text-align: center;
    padding-left: 0; }
    .menu ul.menu_main > li.line a img {
      margin: 0 auto;
      display: block;
      max-width: 180px;
      width: 100%; }
  .menu ul.menu_main .menu_sub {
    background: rgba(255, 255, 255, 0.1);
    display: none; }

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
  z-index: 100;
  transform: translateZ(5px); }

.menu li ul {
  margin: 0px auto;
  font-size: 1.6rem;
  padding: 0; }

.menu li a {
  display: block;
  color: #fff; }

.menu li a:hover {
  color: #fff; }

.menu .bana {
  margin: auto;
  flex: 0 1 auto; }

.menu p {
  width: 80%;
  margin: auto; }

.menu p.tel {
  background: #fff; }

.menu p a {
  width: 100%;
  display: block; }

.menu p a img {
  width: 100%;
  display: block; }

.menu p.tel a {
  border: 3px solid #d82d23;
  width: auto;
  margin: auto; }

.menu p.tel a img {
  padding: 5px;
  width: auto;
  margin: auto; }

#pan {
  margin: 0 auto;
  font-size: 1.2rem;
  padding: 0;
  background: #fff; }
  #pan ul {
    font-size: 1.2rem;
    width: 100%;
    max-width: 1020px;
    padding: 5px;
    margin: 0 0;
    line-height: 2;
    overflow-x: auto;
    white-space: nowrap;
    list-style: none;
    overflow-y: hidden; }
    #pan ul li {
      display: inline-block;
      position: relative;
      padding: 0; }
      #pan ul li + li::before {
        content: ">"; }

#body {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  background: #e9f3fb url("../img/bg.png") repeat-y;
  background-size: 100% auto; }

.single_col .inner {
  padding: 10px; }
  .single_col .inner h1 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center; }
  .single_col .inner .link {
    width: 100%; }
    .single_col .inner .link img {
      display: block;
      width: 100%; }
  .single_col .inner h2 {
    font-size: 1.8rem;
    margin: 30px 0 20px;
    padding: 5px;
    line-height: 1;
    font-weight: bold;
    font-style: italic;
    color: #0f5fab;
    border-left: 5px solid #0f5fab; }
    .single_col .inner h2 span {
      position: relative;
      color: #3fa9f5;
      font-style: italic;
      display: inline-block;
      margin: auto 10px;
      opacity: .3; }
      .single_col .inner h2 span::after {
        content: "";
        position: absolute;
        display: block;
        width: 3em;
        height: 2em;
        background: url(../img/title_run.svg) no-repeat;
        background-size: contain;
        right: -3em;
        bottom: -0.4em; }
  .single_col .inner .guest {
    color: #000;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    .single_col .inner .guest .maru_img {
      width: calc((100% - 170px) / 2);
      margin-right: 10px; }
      .single_col .inner .guest .maru_img img {
        display: block;
        aspect-ratio: 1 / 1;
        width: 100%;
        border-radius: 100px;
        filter: drop-shadow(-3px 3px 0px rgba(63, 169, 245, 0.5)); }
    .single_col .inner .guest .fukidashi {
      width: calc((100% - 170px) / 2);
      min-width: 100px; }
      .single_col .inner .guest .fukidashi img {
        width: 100%;
        filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3)); }
    .single_col .inner .guest .article {
      width: 170px; }
      .single_col .inner .guest .article p {
        font-size: 1rem; }
        .single_col .inner .guest .article p.name {
          font-size: 2rem;
          color: #0f5fab; }
          .single_col .inner .guest .article p.name span {
            font-size: 1.4rem; }
        .single_col .inner .guest .article p strong {
          background: #0f5fab;
          color: #fff;
          padding: 2px 10px;
          border-radius: 4px;
          display: inline-block;
          margin: 0 0 5px; }
  .single_col .inner .content_block {
    background: #fff;
    box-shadow: 0 0 5px rgba(170, 170, 170, 0.8);
    padding: 20px 0;
    margin-bottom: 20px; }
    .single_col .inner .content_block p {
      font-size: 1.4rem;
      color: #000;
      margin: 0 10px 30px; }
  .single_col .inner .pagelink {
    text-align: right;
    font-size: 1.2rem;
    margin: 10px 0; }
    .single_col .inner .pagelink a {
      position: relative;
      border-bottom: 1px solid #0f5fab; }
      .single_col .inner .pagelink a::after {
        content: "";
        display: block;
        width: 1em;
        height: 1em;
        border-left: 1px solid #0f5fab;
        transform: rotate(45deg);
        position: absolute;
        right: -1em;
        bottom: -1em;
        transform-origin: 0 0; }
  .single_col .inner .adobelink {
    margin: 10px 0;
    display: block;
    font-size: 1.2rem; }
    .single_col .inner .adobelink p {
      margin-left: 5px; }
  .single_col .inner .tbl_dl {
    font-size: 1.6rem;
    margin: 0 10px 30px; }
    .single_col .inner .tbl_dl dl {
      display: flex;
      flex-direction: column; }
      .single_col .inner .tbl_dl dl dt {
        position: relative;
        width: 100%;
        padding: 5px;
        border-bottom: 1px solid #ddd;
        text-align: center;
        background: #0f5fab;
        color: #fff; }
      .single_col .inner .tbl_dl dl dd {
        width: 100%;
        padding: 5px;
        color: #000; }
        .single_col .inner .tbl_dl dl dd span {
          display: inline-block; }
          .single_col .inner .tbl_dl dl dd span.memo {
            font-size: 1.2rem; }
        .single_col .inner .tbl_dl dl dd strong {
          color: #e73858; }
  .single_col .inner .address_dl {
    font-size: 1.4rem;
    margin: 0 10px 30px; }
    .single_col .inner .address_dl dl {
      display: flex;
      flex-direction: column; }
      .single_col .inner .address_dl dl dt {
        position: relative;
        width: 100%;
        padding: 5px;
        border-bottom: 1px solid #ddd;
        background: #0f5fab;
        color: #fff; }
      .single_col .inner .address_dl dl dd {
        width: 100%;
        padding: 5px;
        color: #000; }
        .single_col .inner .address_dl dl dd span {
          display: inline-block; }
          .single_col .inner .address_dl dl dd span.memo {
            font-size: 1.2rem; }
        .single_col .inner .address_dl dl dd strong {
          color: #e73858; }
  .single_col .inner .tbl {
    width: 100%;
    border: 1px solid #5eb1d9;
    border-collapse: collapse;
    font-size: max(4vw, 1.4rem); }
    .single_col .inner .tbl th {
      border: 1px solid #5eb1d9;
      color: #5eb1d9;
      background: #dfeff7;
      font-weight: normal;
      width: 5em; }
    .single_col .inner .tbl td {
      border: 1px solid #5eb1d9;
      padding: 10px; }
  .single_col .inner .tbl2 {
    width: 100%;
    border: 1px solid #5eb1d9;
    border-collapse: collapse;
    font-size: 3vw; }
    .single_col .inner .tbl2 th {
      border: 1px solid #5eb1d9;
      color: #5eb1d9;
      background: #dfeff7;
      font-weight: normal; }
    .single_col .inner .tbl2 td {
      border: 1px solid #5eb1d9; }
    .single_col .inner .tbl2 tbody td {
      text-align: center; }
  .single_col .inner .contact_dl {
    font-size: 1.6rem;
    margin: 0 10px 30px; }
    .single_col .inner .contact_dl dl {
      display: flex;
      flex-direction: column; }
      .single_col .inner .contact_dl dl dt {
        position: relative;
        width: 100%;
        padding: 5px;
        border-bottom: 1px solid #ddd;
        background: rgba(233, 243, 251, 0.1); }
        .single_col .inner .contact_dl dl dt.required::before {
          content: "必須";
          font-size: 1rem;
          color: #fff;
          height: 1em;
          line-height: 1;
          padding: 5px;
          position: absolute;
          background: #F00;
          margin: auto;
          right: 5px;
          top: 10px;
          border-radius: 4px; }
      .single_col .inner .contact_dl dl dd {
        width: 100%;
        padding: 5px; }

#map_canvas {
  width: 100%;
  height: 350px; }
  #map_canvas #googlemap {
    width: 100%;
    height: 100%; }

ul.list {
  list-style-type: none;
  font-size: 1.6rem;
  margin: 0 10px;
  padding: 0; }
  ul.list li {
    text-indent: -1em;
    margin-left: 1em; }
    ul.list li::before {
      content: "";
      display: inline-block;
      border-top: 5px solid transparent;
      border-left: 8.66025px solid green;
      border-bottom: 5px solid transparent;
      color: green;
      margin-right: 8px;
      width: 0;
      height: 0; }

#footer {
  position: relative;
  background: #e73858; }
  #footer nav {
    width: 100%;
    max-width: 1100px;
    margin: auto; }
    #footer nav ul {
      list-style-type: none;
      font-size: 1.4rem;
      display: grid;
      grid-auto-flow: column;
      grid-template-rows: repeat(4, auto);
      padding: 10px 20px; }
      #footer nav ul li {
        margin: 5px; }
        #footer nav ul li a {
          color: #fff; }

.topBtn {
  right: 10px;
  background: #0f5fab;
  color: #FFFFFF;
  border-radius: 50px;
  width: 56px;
  height: 56px; }
  .topBtn .triangle {
    width: 12px;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #fff;
    display: block;
    margin: 4px auto; }
  .topBtn span {
    display: block;
    text-align: center; }

.copyright {
  text-align: center;
  padding: 20px;
  font-size: 1rem;
  color: #fff; }

footer {
  background: linear-gradient(180deg, #29c4cf 0%, #29c4cf 30%, #28aab3 30%, #2ec4ce 50%, #28aab3 50%, #2ec4ce 100%); }
