.ic-box-tel {
  background-image: url("../img-top/header/ic-tel.png");
}
/* Style for PCs */
@media screen and (min-width: 1025px) {
  /* Header */
  header {
    width: 100%;
    height: 120px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 18000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header figure {
    width: 213px;
    height: 40px;
    display: block;
    position: fixed;
    top: 80px;
    left: 20px;
    z-index: 19001;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header figure img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  /* Mobile Menu */
  .menubody {
    width: auto;
    height: auto;
    display: block;
  }
  p.menubn {
    display: none !important;
  }
  p.menubn {
    width: 60px;
    height: 60px;
    display: block !important;
    position: fixed !important;
    top: 10px;
    right: 0px;
    z-index: 21500 !important;
  }
  p.menubn {
    top: 70px;
  }
  p.menubn.smaller {
    top: 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  a.menu-link {
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    /* text-indent: -9999px;*/
    background-image: url("../img-top/header/ic-menu.png");
    background-position: center -2px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    font-size: 10px;
    font-family: "Cinzel", "Times New Roman", Times, serif;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    padding-top: 38px;
    z-index: 22000;
  }
  a.menu-link.active {
    background-image: url("../img-top/header/ic-menu_c.png");
    /*background-color: var(--color-white);*/
    color: #333;
  }
  nav[role=navigation] {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 19000;
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role=navigation] {
    overflow: hidden;
    left: -100%;
    background-color: var(--color-white);
    padding: 10% 5% 60px 5%;
  }
  nav[role=navigation].active {
    left: 0;
    overflow-y: scroll;
  }
  .mobmenu {
    width: 100%;
    height: auto;
    display: block;
  }
  .mobmenu ul {
    display: none;
  }
  .mobmenu span {
    cursor: pointer;
    width: 100%;
    height: 50px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    color: var(--color-black);
    line-height: 50px;
    padding: 0px 10px;
    border-bottom: 1px dotted var(--color-2nd);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-image: url("../img-top/header/ic-ar_c.png");
  }
  .mobmenu span.smact {
    color: var(--color-white);
    background-color: var(--color-4th);
    background-image: url("../img-top/header/ic-ar_c2.png");
  }
  .mobmenu ul {
    overflow-y: auto;
  }
  .mobmenu ul li {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px dotted var(--color-2nd);
  }
  .mobmenu ul li:last-child {
    border-bottom: none;
  }
  .mobmenu ul li a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 25px 10px;
    text-decoration: none;
    background-color: var(--color-white);
  }
  .mobmenu ul li a img {
    width: 25%;
  }
  .mobmenu ul li a p {
    width: 70%;
    height: auto;
    text-indent: -9999px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 90% auto;
  }
  /*mobmenu snsメニュー*/
  .mobmenu-sns {
    width: 200px;
    height: auto;
    margin: 40px auto 30px;
  }
  .mobmenu-sns ul.mm-sns {
    display: flex;
    justify-content: space-between;
  }
  .mobmenu-sns ul.mm-sns li {
    width: 30px;
    height: 30px;
    display: block;
  }
  .mobmenu-sns ul.mm-sns li a {
    width: 100%;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
  }
  .mobmenu2 {
    width: 100%;
    height: auto;
    display: block;
  }
  .mobmenu2 ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .mobmenu2 li {
    width: calc(91% / 3);
    height: auto;
    display: block;
    margin: 0 1.5%;
  }
  .mobmenu2 li:last-child {
    border-bottom: none;
  }
  .mobmenu2 li a {
    width: 100%;
    height: 50px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0px;
    color: var(--color-black);
    line-height: 50px;
    padding: 0px 10px;
    border-bottom: 1px dotted #999;
    background-image: url("../img-top/header/ic-ar_h_b.png");
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 20px;
  }
  /*    .menubody{
            display: none;
        }
    .menubody.msmall{
        display: block;
    }*/
  /* Header(Smaller) */
  header.smaller {
    width: 100%;
    height: 60px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #111e3d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMWUzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDYyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #111e3d 0%, #206272 100%);
    background: -webkit-linear-gradient(top, #111e3d 0%, #206272 100%);
    background: linear-gradient(to bottom, #111e3d 0%, #206272 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111e3d', endColorstr='#206272', GradientType=0);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  }
  header.smaller figure {
    width: 200px;
    height: 60px;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 19001;
    padding-top: 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header.smaller figure img {
    width: 80%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  header.smaller .pc-nav {
    /*height: 60px;
    padding-top: 0px;
    margin-right: 0px;
    top: 0;*/
    display: none !important;
  }
  header.smaller .sns-inq {
    display: none !important;
  }
  /*  header.smaller .pc-nav ul {
    width: 85%;
    margin-right: 0px;
    margin-left: 15%;
  }
  header.smaller .pc-nav ul li .Wrap {
    top: 60px;
  }*/
  /* Contactbox */
  .contactbox {
    width: 100%;
    height: 80px;
    display: block;
    position: fixed;
    bottom: -90px;
    left: 0;
    z-index: 19250;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  }
  .contactbox.cbactive {
    bottom: 0px;
  }
  .contactbox ul {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e1dfdf;
    border-left: 1px solid #e1dfdf;
  }
  .contactbox ul li {
    width: 50%;
    height: 80px;
    display: block;
    background-color: #024158;
    border-right: 1px solid #e1dfdf;
    border-bottom: 1px solid #e1dfdf;
  }
  .contactbox ul li a {
    width: 100%;
    height: 80px;
    display: block;
    text-decoration: none;
    padding: 20px 0 20px 80px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 60px 60px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .contactbox ul li a:hover {
    background-color: #00828C;
  }
  .contactbox ul li a h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
    color: var(--color-white);
    margin: 0 ;
    font-family: "Cinzel", "Times New Roman", Times, serif;
    display: inline-block;
      
  }
  .contactbox ul li a p {
    font-size: 24px;
    line-height: 40px;
    color: var(--color-white);
    margin: 0 0 0 0;
    font-family: "Cinzel", "Times New Roman", Times, serif;
        display: inline-block;
  }
  /* Footer */
  footer {
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 5% 100px;
  }
  footer p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8em;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
  }
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* Header */
  header {
    width: 100%;
    height: 80px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 18000;
    background: #111e3d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMWUzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDYyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #111e3d 0%, #206272 100%);
    background: -webkit-linear-gradient(top, #111e3d 0%, #206272 100%);
    background: linear-gradient(to bottom, #111e3d 0%, #206272 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111e3d', endColorstr='#206272', GradientType=0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header figure {
    width: 180px;
    height: 80px;
    display: block;
    position: fixed;
    top: 0px;
    left: 10px;
    z-index: 19001;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header figure img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .sns-inq {
    display: none !important;
  }
  .pc-nav {
    display: none !important;
  }
  /* Mobile Menu */
  .menubody {
    width: auto;
    height: auto;
    display: block;
  }
  p.menubn {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed !important;
    top: 10px;
    right: 0px;
    z-index: 21500 !important;
  }
  a.menu-link {
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    /*text-indent: -9999px;*/
    background-image: url("../img-top/header/ic-menu.png");
    background-position: center -2px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    font-size: 10px;
    font-family: "Cinzel", "Times New Roman", Times, serif;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    padding-top: 38px;
          z-index: 22000;
  }
  a.menu-link.active {
    background-image: url("../img-top/header/ic-menu_c.png");
    /*background-color: var(--color-white);*/
    color: #333;
  }
  nav[role=navigation] {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 19000;
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role=navigation] {
    overflow: hidden;
    left: -100%;
    background-color: var(--color-white);
    padding: 10% 5% 60px 5%;
  }
  nav[role=navigation].active {
    left: 0;
    overflow-y: scroll;
  }
  .mobmenu {
    width: 100%;
    height: auto;
    display: block;
  }
  .mobmenu ul {
    display: none;
  }
  .mobmenu span {
    cursor: pointer;
    width: 100%;
    height: 50px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    color: var(--color-black);
    line-height: 50px;
    padding: 0px 10px;
    border-bottom: 1px dotted var(--color-2nd);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-image: url("../img-top/header/ic-ar_c.png");
  }
  .mobmenu span.smact {
    color: var(--color-white);
    background-color: var(--color-4th);
    background-image: url("../img-top/header/ic-ar_c2.png");
  }
  .mobmenu ul {
    overflow-y: auto;
  }
  .mobmenu ul li {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px dotted var(--color-2nd);
  }
  .mobmenu ul li:last-child {
    border-bottom: none;
  }
  .mobmenu ul li a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 25px 10px;
    text-decoration: none;
    background-color: var(--color-white);
  }
  .mobmenu ul li a img {
    width: 25%;
  }
  .mobmenu ul li a p {
    width: 70%;
    height: auto;
    text-indent: -9999px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 90% auto;
  }
  /*mobmenu snsメニュー*/
  .mobmenu-sns {
    width: 200px;
    height: auto;
    margin: 40px auto 30px;
  }
  .mobmenu-sns ul.mm-sns {
    display: flex;
    justify-content: space-between;
  }
  .mobmenu-sns ul.mm-sns li {
    width: 30px;
    height: 30px;
    display: block;
  }
  .mobmenu-sns ul.mm-sns li a {
    width: 100%;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
  }
  .mobmenu2 {
    width: 100%;
    height: auto;
    display: block;
  }
  .mobmenu2 li {
    width: 100%;
    height: auto;
    display: block;
  }
  .mobmenu2 li:last-child {
    border-bottom: none;
  }
  .mobmenu2 li a {
    width: 100%;
    height: 50px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0px;
    color: var(--color-black);
    line-height: 50px;
    padding: 0px 10px;
    border-bottom: 1px dotted #999;
    ;
    background-image: url("../img-top/header/ic-ar_h_b.png");
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 20px;
  }
  /* Header(Smaller) */
  header.smaller {
    width: 100%;
    height: 60px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 18000;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header.smaller figure {
    width: 180px;
    height: 60px;
    display: block;
    position: fixed;
    top: 0px;
    left: 10px;
    z-index: 19001;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header.smaller figure img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  header.smaller p.menubn {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed !important;
    top: 0px;
    right: 2%;
    z-index: 21500 !important;
  }
  header.smaller a.menu-link {
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    /*text-indent: -9999px;*/
    background-image: url("../img-top/header/ic-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
          z-index: 22000;
  }
  header.smaller .menu_destino {
    width: 100px;
    height: 60px;
    display: block;
    position: fixed;
    top: 0;
    right: 90px;
    z-index: 19000;
  }
  header.smaller .menu_destino a {
    width: 100%;
    height: 60px;
    display: block;
    background-color: var(--color-white);
    padding: 22px 5px 0 5px;
  }
  /* Menubotton (Active) */
  p.menubn.smaller {
    top: 0px;
  }
  p.menubn {
    top: 10px;
    transition: all 0.3s ease-out;
  }
  /* Contactbox */
  .contactbox {
    width: 100%;
    height: 80px;
    display: block;
    position: fixed;
    bottom: -90px;
    left: 0;
    z-index: 19250;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  }
  .contactbox.cbactive {
    bottom: 0px;
  }
  .contactbox ul {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e1dfdf;
    border-left: 1px solid #e1dfdf;
  }
  .contactbox ul li {
    width: 50%;
    height: 80px;
    display: block;
    background-color: #024158;
    border-right: 1px solid #e1dfdf;
    border-bottom: 1px solid #e1dfdf;
  }
  .contactbox ul li a {
    width: 100%;
    height: 80px;
    display: block;
    text-decoration: none;
    padding: 20px 0 20px 70px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 60px 60px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .contactbox ul li a:hover {
    background-color: #00828C;
  }
  .contactbox ul li a h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: var(--color-white);
    margin: 0 0 4px 0;
    font-family: "Cinzel", "Times New Roman", Times, serif;
  }
  .contactbox ul li a p {
    font-size: 22px;
    line-height: 22px;
    color: var(--color-white);
    margin: 0 0 0 0;
    font-family: "Cinzel", "Times New Roman", Times, serif;
  }
  /* Footer */
  footer {
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 5% 100px;
  }
  footer p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8em;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
  }
}
/* Style for Smartphone */
@media screen and (max-width: 768px) {
  /* Header */
  header {
    width: 100%;
    height: 80px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 18000;
    background: #111e3d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMWUzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDYyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #111e3d 0%, #206272 100%);
    background: -webkit-linear-gradient(top, #111e3d 0%, #206272 100%);
    background: linear-gradient(to bottom, #111e3d 0%, #206272 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111e3d', endColorstr='#206272', GradientType=0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header figure {
    width: 180px;
    height: 80px;
    display: block;
    position: fixed;
    top: 0px;
    left: 10px;
    z-index: 19001;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header figure img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .sns-inq {
    display: none !important;
  }
  .pc-nav {
    display: none !important;
  }
  /* Mobile Menu */
  .menubody {
    width: auto;
    height: auto;
    display: block;
  }
  p.menubn {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed !important;
    top: 10px;
    right: 0px;
    z-index: 21500 !important;
  }
  a.menu-link {
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    /*text-indent: -9999px;*/   
    background-image: url("../img-top/header/ic-menu.png");
    background-position: center -2px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    font-size: 10px;
    font-family: "Cinzel", "Times New Roman", Times, serif;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    padding-top: 38px;
          z-index: 22000;
  }
  a.menu-link.active {
    background-image: url("../img-top/header/ic-menu_c.png");
    /*background-color: var(--color-white);*/
    color: #333;
  }
  nav[role=navigation] {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 19000;
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role=navigation] {
    overflow: hidden;
    left: -100%;
    background-color: var(--color-white);
    padding: 10% 5% 60px 5%;
  }
  nav[role=navigation].active {
    left: 0;
    overflow-y: scroll;
  }
  .mobmenu {
    width: 100%;
    height: auto;
    display: block;
  }
  .mobmenu ul {
    display: none;
  }
  .mobmenu span {
    cursor: pointer;
    width: 100%;
    height: 50px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    color: var(--color-black);
    line-height: 50px;
    padding: 0px 10px;
    border-bottom: 1px dotted var(--color-2nd);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-image: url("../img-top/header/ic-ar_c.png");
  }
  .mobmenu span.smact {
    color: var(--color-white);
    background-color: var(--color-4th);
    background-image: url("../img-top/header/ic-ar_c2.png");
  }
  .mobmenu ul {
    overflow-y: auto;
  }
  .mobmenu ul li {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px dotted var(--color-2nd);
  }
  .mobmenu ul li:last-child {
    border-bottom: none;
  }
  .mobmenu ul li a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 25px 10px;
    text-decoration: none;
    background-color: var(--color-white);
  }
  .mobmenu ul li a img {
    width: 25%;
  }
  .mobmenu ul li a p {
    width: 70%;
    height: auto;
    text-indent: -9999px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 90% auto;
  }
  /*mobmenu snsメニュー*/
  .mobmenu-sns {
    width: 150px;
    height: auto;
    margin: 40px auto 20px;
  }
  .mobmenu-sns ul.mm-sns {
    display: flex;
    justify-content: space-between;
  }
  .mobmenu-sns ul.mm-sns li {
    width: 30px;
    height: 30px;
    display: block;
  }
  .mobmenu-sns ul.mm-sns li a {
    width: 100%;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
  }
  .mobmenu2 {
    width: 100%;
    height: auto;
    display: block;
  }
  .mobmenu2 li {
    width: 100%;
    height: auto;
    display: block;
  }
  .mobmenu2 li:last-child {
    border-bottom: none;
  }
  .mobmenu2 li a {
    width: 100%;
    height: 50px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0px;
    color: var(--color-black);
    line-height: 50px;
    padding: 0px 10px;
    border-bottom: 1px dotted #999;
    background-image: url("../img-top/header/ic-ar_h_b.png");
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 20px;
  }
  /* Header(Smaller) */
  header.smaller {
    width: 100%;
    height: 60px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 18000;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header.smaller figure {
    width: 180px;
    height: 60px;
    display: block;
    position: fixed;
    top: 0px;
    left: 10px;
    z-index: 19001;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header.smaller figure img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  header.smaller p.menubn {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed !important;
    top: 0px;
    right: 2%;
    z-index: 21500 !important;
  }
  header.smaller a.menu-link {
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    /*text-indent: -9999px;*/
    background-image: url("../img-top/header/ic-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
          z-index: 22000;
  }
  header.smaller .menu_destino {
    width: 100px;
    height: 60px;
    display: block;
    position: fixed;
    top: 0;
    right: 90px;
    z-index: 19000;
  }
  header.smaller .menu_destino a {
    width: 100%;
    height: 60px;
    display: block;
    background-color: var(--color-white);
    padding: 22px 5px 0 5px;
  }
  /* Menubotton (Active) */
  p.menubn.smaller {
    top: 0px;
  }
  p.menubn {
    top: 10px;
    transition: all 0.3s ease-out;
  }
  /* Contactbox */
  .contactbox {
    width: 100%;
    height: 60px;
    display: block;
    position: fixed;
    bottom: -70px;
    left: 0;
    z-index: 19250;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  }
  .contactbox.cbactive {
    bottom: 0px;
  }
  .contactbox ul {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e1dfdf;
    border-left: 1px solid #e1dfdf;
  }
  .contactbox ul li {
    width: 50%;
    height: 60px;
    display: block;
    background-color: #024158;
    border-right: 1px solid #e1dfdf;
    border-bottom: 1px solid #e1dfdf;
  }
  .contactbox ul li a {
    width: 100%;
    height: 60px;
    display: block;
    text-decoration: none;
    padding: 15px 0 15px 60px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 50px 50px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .contactbox ul li a:hover {
    background-color: #00828C;
  }
  .contactbox ul li a h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: var(--color-white);
    margin: 0 0 4px 0;
    font-family: "Cinzel", "Times New Roman", Times, serif;
  }
  .contactbox ul li a p {
    font-size: 16px;
    line-height: 16px;
    color: var(--color-white);
    margin: 0 0 0 0;
    letter-spacing: 0px;
    font-family: "Cinzel", "Times New Roman", Times, serif;
  }
  /* Footer */
  footer {
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 5% 80px;
  }
  footer p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8em;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
  }
}