/* design-A css file for desktop */

@media print,
screen and (min-width: 768px) {

  /* =================================================================
		#common
================================================================= */

  .sec {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 80px;
  }

  .sec-s {
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid #e3e3e3;
  }

  .flex-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flex-box .txt {
    width: 64%;
  }

  .flex-box .pct {
    width: 32%;
  }

  .txt {
    font-size: 1.5rem;
  }

  .list-items {
    margin-bottom: 16px;
  }

  .list-common li {
    font-size: 1.6rem;
  }

  .w-100 {
    width: 100%;
    max-width: none;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  /* =================================================================
		#header
================================================================= */
  .site-header {
    width: 100%;
    height: 76px;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  }

  .site-header .inner {
    max-width: 1200px;
    min-width: 1080px;
    height: 75px;
    margin: 0 auto;
    padding: 12px;
  }

  .head-logo {
    width: 12%;
    max-height: 50px;
    /*max-width: 280px;*/
  }

  .head-logo a {
    display: block;
  }

  .head-logo img {
    max-width: 100%;
  }

  .head-tel {
    display: block;
    font-size: 2.3rem;
    margin-right: 18px;
    padding-left: 25px;
    background-position: left center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
  }

  .head-nav-dt {
    display: block;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
  }

  .head-nav {
    display: none;
  }

  .gnav-dt-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
  }

  .gnav-dt-list li {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #c7c7c7;
  }

  .gnav-dt-list a {
    transition: 0.3s;
  }

  .gnav-dt-list a:hover {
    transition: 0.1s;
  }

  .head-sns li {
    width: 28px;
    margin-left: 12px;
    transition: 0.3s;
  }

  .head-sns li:hover {
    transition: 0.1s;
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
  }

  .site-header,
  .home .site-header {
    position: fixed;
    background: #fff;
  }

  .home .head-logo {
    display: block;
  }

  .home .head-nav {
    width: 100%;
  }

  /* =================================================================
		#telephone infomation
================================================================= */

  .telinfo {
    position: fixed;
    width: 720px;
    height: 640px;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -360px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
    padding: 32px;
    box-sizing: border-box;
    z-index: 9999;
  }

  .telinfo-content {
    max-width: 600px;
  }

  .btn-infoclose {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -8px;
    top: -8px;
    left: auto;
    bottom: auto;
    cursor: pointer;
  }

  .btn-infoclose p {
    width: 40px;
    height: 40px;
    background: url(/common_a/img/common/btn_close.png) left top / 40px 40px no-repeat;
    text-indent: -9999px;
  }

  .btn-infoclose-circle {
    display: none;
  }

  .telinfo-list {
    font-size: 1.6rem;
  }

  .telinfo-list li {
    margin-bottom: 30px;
  }

  .telinfo-list li p {
    margin-bottom: 10px;
  }

  .telinfo-list li a {
    width: 70%;
  }

  .telinfo-list li .telinfo-number {
    font-size: 2.4rem;
  }

  .telinfo-reception {
    font-size: 1.7rem;
  }

  .telopen {
    position: static;
    overflow: auto;
  }


  /* =================================================================
		#footer
================================================================= */

  .site-footer {
    padding: 80px 16px;
  }

  .foot-nav {
    max-width: 1000px;
    margin: 0 auto 40px;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .foot-nav li {
    font-size: 1.5rem;
    line-height: 1.2;
    width: auto;
    border-bottom: none;
    margin: 0 0 10px;
    padding: 0 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }

  .foot-nav li a:hover {
    text-decoration: underline
  }

  .foot-support {
    margin-bottom: 40px;
  }

  .foot-support dt {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }

  .foot-support-list li {
    width: 40%;
    height: 68px;
    margin: 0 14px;
  }

  .foot-support-list li a {
    border-radius: 6px;
  }

  .foot-support-casting img {
    width: 60%;
  }

  .foot-support-daiwa img {
    width: 54%;
  }

  .copyright {
    font-size: 1.3rem;
  }

  /* =================================================================
		#fixed cv
================================================================= */
  .fixedcv {
    display: none;
  }

  /* =================================================================
  		#home
  ================================================================= */
  .hero {
    height: 580px;
    /*    background: url(/images/hero_dt_n0000.jpg) center center / cover no-repeat;*/
    margin-top: 76px;
  }

  .hero .logo {
    bottom: 16px;
  }

  .hero .logo img {
    max-width: 600px;
  }

  .hero-original {
    /*    background: url(/images/hero_dt_original_n0000.jpg) center center / cover no-repeat;*/
    height: 68vh;
    margin-top: 76px;
  }

  .hero-original img.spimg {
    display: none;
  }

  /* スライダー start */
  .home .bx-wrapper {
    margin-top: 76px;
  }

  .hero-slide {
    height: 580px;
  }

  .hero-slide-logo {
    bottom: 16px;
  }

  .hero-slide-logo img {
    max-width: 600px;
  }
  /* スライダー end */


  /* 旧バージョン 概要スタイル start */
  .home-summary {
    padding: 48px 16px;
  }

  .home-summary * {
    font-size: 1.6rem;
  }

  .home-summary .home-summary-name {
    font-size: 2.3rem;
  }

  /* 旧バージョン 概要スタイル end */


  /* 新バージョン 概要スタイル start */
  .summary {
    padding: 48px 16px 16px;
  }

  .summary {
    font-size: 1.6rem;
  }

  .summary .summary-name {
    font-size: 2.3rem;
  }

  /* 新バージョン 概要スタイル end */

  .home-tagline {
    margin: 0 0 48px;
  }

  .home-tagline .home-tagline-en {
    font-size: 6rem;
    letter-spacing: 0.02em;
  }

  .home-tagline .home-tagline-jp {
    font-size: 4.8rem;
    letter-spacing: 0.02em;
    margin: 0 auto 10px;
  }

  .home-tagline-lead {
    font-size: 2rem;
  }

  .home-about {
    margin-top: 110px;
  }

  .sec-title {
    margin-bottom: 32px;
  }

  .sec-title .ttl-en {
    font-size: 5.8rem;
  }

  .sec-title .ttl-jp {
    font-size: 2rem;
  }

  .home-about .inner {
    max-width: 1000px;
  }

  .home-about-pct {
    width: 54%;
    top: -56px;
  }

  .home-about-txt {
    width: 50%;
    padding: 56px;
    margin: 0 auto -194px 20px;
    top: -140px;
  }

  .home-about-txt p {
    font-size: 1.7rem;
    line-height: 2;
  }

  .home-info {
    padding: 80px 0 56px;
  }

  .home-info-card header {
    padding: 22px 44px 18px;
  }

  .home-info-date {
    font-size: 1.7rem;
  }

  .home-info-card .ico-new {
    font-size: 2.2rem;
  }

  .home-info-card-content {
    font-size: 1.7rem;
    padding: 18px 44px 32px;
  }

  .home-info-banner {
    max-width: 800px;
  }

  .home-catch {
    padding: 74px 0 90px;
  }

  .home-catch .exp {
    font-size: 1.6rem;
    margin-bottom: 32px;
    padding: 0;
  }

  .home-catch-result {
    overflow-x: auto;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
  }

  .home-catch-result ul {
    white-space: normal;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
  }

  .home-catch-result ul li {
    height: auto;
    width: calc(34% - 3.5%);
    margin: 0 3.5% 28px 0;
  }

  .home-catch-result ul li:nth-child(3n) {
    margin-right: 0;
  }

  .home-catch-date {
    font-size: 3.2rem;
  }

  .home-catch-result .pct img {
    width: 305px;
    height: 305px;
  }

  .home-catch-result .pct figcaption {
    font-size: 1.4rem;
  }

  .home-catch-result ul li .txt {
    padding: 16px 20px;
  }

  .home-catch-species dt {
    font-size: 1.6rem;
  }

  .home-catch-result .txt p {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .home-catch-result ul li.home-catch-more {
    display: none;
  }

  .home-info-card-link a {
    transition: 0.3s;
  }

  .home-info-card-link a:hover {
    transition: 0.1s;
  }

  .sns {
    max-width: 800px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
  }

  .sns-facebook {
    width: 48%;
    margin: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .sns-facebook.w-100,
  .sns-line.w-100 {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  .sns-facebook .fb_iframe_widget {
    height: 100%;
    background-color: #f5f6f7;
  }

  .sns-line {
    width: 48%;
    max-width: 700px;
    margin-bottom: 64px;
    border: 5px solid #3bbe1c;
    margin: 0;
    padding: 22px 18px;
  }

  .sns-line .sec-title {
    margin-bottom: 8px;
  }

  .sns-line .sec-title h2 {
    font-size: 2.3rem;
    background: url(/common_a/img/common/ico_line_green.png) left center / 40px auto no-repeat;
    padding: 4px 0 4px 50px;
  }

  .sns-line .exp {
    font-size: 1.4em;
    margin-bottom: 14px;
    text-align: center;
  }

  a.btn-line {
    font-size: 1.8rem;
    padding: 10px 56px;
  }

  .btn-line span {
    padding: 6px 0 6px 48px;
    background: url(/common_a/img/common/ico_line_white.png) left center / 42px auto no-repeat;
  }

  .home-feature {
    margin-bottom: 80px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
  }

  .home-movie + .home-feature {
    margin-top: 80px;
  }

  .home-feature-btn {
    width: 100%;
    margin: 0 0 40px;
    transition: 0.2s;
  }
  .home-feature-btn:hover {
    transition: 0.3s;
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
  }

  .home-feature-btn a {
    margin-bottom: 10px;
    height: 188px;
  }

  .home-feature-btn a:after {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    right: 16px;
    margin-top: -16px;
  }

  .home-feature-btn .exp {
    font-size: 1.6rem;
  }

  .home-feature-btn .sec-title .ttl-en {
    margin-bottom: 6px;
    letter-spacing: 0.03em;
    font-size: 5rem;
  }

  .home-feature-about {
    width: 100%;
  }

  .home-feature-about .sec-title .ttl-en {
    font-size: 5rem;
  }

  .home-feature-about a {
    padding: 56px 16px;
  }

  .home-feature-calendar {
    width: 100%;
  }

  .home-feature-calendar .sec-title .ttl-en {
    font-size: 5rem;
  }

  .home-feature-calendar a {
    padding: 56px 16px;
  }

  .home-feature-planprice {
    width: 100%;
  }

  .home-feature-planprice .sec-title .ttl-en {
    font-size: 4.6rem;
  }

  .home-feature-planprice a {
    padding: 56px 16px;
  }

  .home-feature-faq,
  .home-feature-link {
    width: 100%;
  }

  .home-feature-faq .sec-title .ttl-en,
  .home-feature-link .sec-title .ttl-en {
    font-size: 4.6rem;
  }

  .home-feature-faq a,
  .home-feature-link a {
    padding: 56px 16px;
  }

  .home-feature-faq-s,
  .home-feature-link-s {
    width: 48%;
  }

  .home-feature-welcome {
    width: calc(50% - 16px);
    background: url(/common_a/img/common/btn_welcome.jpg) center center / cover no-repeat;
    margin-bottom: 40px;
    padding: 40px 24px;
    box-sizing: border-box;
  }

  .home-feature-welcome .sec-title .ttl-en {
    font-size: 3.6rem;
  }

  .home-feature-easypeasy {
    width: calc(50% - 16px);
    background: url(/common_a/img/common/btn_easypeasy.jpg) center center / cover no-repeat;
    margin-bottom: 40px;
    padding: 40px 24px;
    box-sizing: border-box;
  }

  .home-feature-easypeasy .sec-title .ttl-en {
    font-size: 3.6rem;
    white-space: nowrap;
  }

  /*
  .home-feature-guide {
    width: 100%;
  }

  .home-feature-guide a {
    padding: 56px 32px;
  }

  .home-feature-guide .sec-title {
    padding-left: 74px;
    text-align: left;
    background: url(/common_a/img/common/ico_guide_n0000.png) left center / 58px 62px no-repeat;
  }

  .home-feature-guide .sec-title .ttl-jp {
    font-size: 3.4rem;
    margin-bottom: 4px;
  }

  .home-feature-guide .sec-title .ttl-en {
    font-size: 1.7rem;
  }
*/

  /* added pictures */

  .home-gallery {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 80px;
  }

  .home-feature .home-gallery {
    margin-bottom: 40px;
  }

  .home-info + .home-gallery {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .home-movie + .home-gallery {
    margin-top: 80px;
  }

  .home-gallery-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .home-gallery-list {
    line-height: 0;
  }

  .home-gallery-list img {
    width: 100%;
  }

  .home-gallery-w100 {
    width: 100%;
  }

  .home-gallery-w50 {
    width: 50%;
  }

  /* movie */

  .home-movie {
    padding: 24px 0 64px;
  }

  .home-movie .sec-title .ttl-en {
    font-size: 13rem;
  }

  .home-movie-content {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .home-movie-video {
    width: calc(50% - 32px);
    padding-bottom: 30%;
    margin: 0 16px 32px;
  }

  /* contactbox */

  .contactbox {
    padding: 88px 0;
  }

  .contactbox .sec-title .ttl-en {
    font-size: 5.8rem;
    margin-bottom: 48px;
  }

  .contactbox .inner {
    background-color: #fff;
    margin: 0 auto;
    padding: 32px 56px 40px;
    text-align: center;
  }

  .contactbox-baloon {
    width: 85%;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: -62px auto 28px;
    padding: 14px 32px;
  }

  .contactbox-tel dt,
  .contactbox-web dt {
    font-size: 2rem;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }

  .contactbox-tel dd p {
    font-size: 1.6rem;
    margin-top: 12px;
  }

  .contactbox-tel dd .contactbox-tel-number {
    font-size: 4.8rem;
    padding-left: 46px;
    background-size: 36px auto;
    margin-bottom: 8px;
  }

  .contactbox-tel dd .contactbox-tel-hour {
    font-size: 1.6rem;
    margin-top: 0;
  }

  /*
  .contactbox-web dd {
    width: 94%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
  }

  .btn-contact-web-wrap {
    width: 48%;
  }

  a.btn-contact-web {
    width: 100%;
    max-height: none;
    height: 100%;
    font-size: 1.8rem;
    margin: 0;
    padding: 14px 12px;
    transition: 0.3s;
  }

  a.btn-contact-web:hover {
    background-color: #ff9d1e;
    transition: 0.1s;
  }

  a.btn-contact-mail::before {
    width: 26px;
    min-width: 20px;
    height: 26px;
    background-size: 26px 19px;
    margin-right: 6px;
  }

  a.btn-contact-calendar::before {
    width: 26px;
    min-width: 26px;
    height: 26px;
    background-size: 26px 26px;
    margin-right: 6px;
    top: 4px;
  }
*/

  .contactbox-tel dd .note {
    font-size: 1.4rem;
  }

  .btn-contact-mail {
    margin-top: 16px;
  }

  .btn-contact-mail a {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding: 14px 84px;
    border-radius: 26px;
    transition: 0.3s;
  }

  .btn-contact-mail a:hover {
    transition: 0.1s;
  }

  .btn-contact-mail a::before {
    margin-right: 6px;
    font-size: 1.3em;
  }

  .btn-contact-mail p {
    font-size: 1.6rem;
  }

  .home-access {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
  }

  #googlemap {
    width: 100%;
    height: 56vh;
    margin-bottom: 16px;
  }

  .home-access-root {
    width: 100%;
    font-size: 1.6rem;
  }

  .home-access-root dt {
    font-weight: bold;
    margin-bottom: 8px;
  }

  a.btn-map {
    font-size: 1.8rem;
    padding: 12px 84px;
    transition: 0.3s;
  }

  a.btn-map:hover {
    transition: 0.1s;
  }

  a.btn-map span {
    background-size: 22px auto;
    padding: 4px 0 4px 30px;
  }

  .access-mapcode {
    width: 100%;
    font-size: 2.5rem;
    margin-bottom: 16px;
  }

  .access-mapcode p {
    background: url(/common_a/img/common/ico_mapcode.png) left center / 80px auto no-repeat;
    padding-left: 92px;
  }

  /* =================================================================
		#hero slides by bg-slider
================================================================= */

  .hero-slide-dt {
    display: block;
    height: 66vh;
    margin-top: 76px;
    background-position: center center;
    background-size: cover;
  }

  .hero-slide-mb {
    display: none;
  }

  /* =================================================================
		#climate
================================================================= */

  .hero-climate {
    width: 100%;
    max-width: 800px;
    bottom: 30px;
    padding: 22px 18px;
    border: 4px solid #fff;
  }

  .hero-climate dt {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  .hero-climate .date {
    font-size: 2.7rem;
    letter-spacing: .1em;
    margin-right: 16px;
  }

  .hero-climate .date span {
    font-size: 1.5rem;
  }

  .hero-climate .weather {
    height: 4.8rem;
    padding-right: 16px;
    margin-right: 16px;
  }

  .hero-climate .weather::after {
    height: 3rem;
  }

  .hero-climate .temperature {
    font-size: 3.4rem;
    padding-right: 18px;
    margin-right: 16px;
  }

  .hero-climate .temperature:before {
    right: 8px;
    top: 4px;
    width: 6px;
    height: 6px;
  }

  .hero-climate .temperature::after {
    height: 3rem;
  }

  .hero-climate .tide {
    font-size: 2.3rem;
  }


  /* =================================================================
		#pages
================================================================= */

  .content-head {
    margin: 0 auto;
    margin-top: 76px;
    padding: 80px 0;
  }

  .content-head .ttl-en {
    font-size: 4.2rem;
    margin-bottom: 8px;
  }

  .content-head .ttl-jp {
    font-size: 2.2rem;
  }

  .content-head-s {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 76px;
    padding: 40px 0 24px;
  }

  .content-head-s .ttl-en {
    font-size: 4.2rem;
    margin-bottom: 8px;
  }

  .content-head-s .ttl-jp {
    font-size: 2.2rem;
  }

  .content {
    padding-top: 72px;
  }

  /* =================================================================
		#about
================================================================= */

  .about-intro {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }

  .about-intro-logo {
    margin-bottom: 32px;
  }

  .about-intro-logo img {
    width: 280px;
  }

  .about-intro-txt {
    width: 40%;
  }

  .about-intro-place {
    font-size: 1.6rem;
  }

  .about-intro-name {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }

  .about-intro-exp {
    text-align: center;
    margin-bottom: 32px;
  }

  .about-intro-pct {
    width: 54%;
  }

  .about-profile {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .about-profile-tbl {
    font-size: 1.6rem;
    margin: 0;
  }

  .about-profile-data {
    width: 50%;
  }

  .about-profile-data th {
    display: table-cell;
    padding-top: 12px;
    border-bottom: 1px solid #d8d8d8;
    white-space: nowrap;
    padding: 24px 16px 24px 0;
  }

  .about-profile-data td {
    display: table-cell;
    padding: 24px 0;
  }

  .about-profile-credit li {
    margin-right: 16px;
  }

  .about-profile-representation {
    width: 45%;
  }

  .about-profile-representation th,
  .about-profile-representation td {
    border-bottom: none;
  }

  .about-profile-representation-pct {
    width: 42%;
    margin: 0 0 24px 24px;
  }

  .about-profile-representation-name {
    font-size: 2rem;
    margin-bottom: 24px;
  }

  .about-profile-representation .txt {
    line-height: 2;
  }

  .about-gallery {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .about-gallery h2 {
    width: 100%;
    font-size: 6rem;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
  }

  .about-gallery-list {
    width: calc(50% - 24px);
  }

  .about-gallery-list li {
    margin-bottom: 16px;
  }

  .about-gallery-list figcaption {
    margin-top: 8px;
    font-size: 1.6rem;
  }

  .about-gallery .about-gallery-list:nth-of-type(2) .about-gallery-l {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .about-gallery-s {
    width: calc(50% - 10px);
  }

  .credit-list li {
    margin: 0 16px 12px 0;
    font-size: 1.6rem;
  }

  /*added gallery*/

  .about-gallery-option {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  /*vertical gallery*/

  .about-gallery-vrtcl {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  /* multiple */

  .about-multiple h2 {
    font-size: 4rem;
    margin-bottom: 16px;
  }

  .about-multiple-block {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }

  .about-multiple figcaption {
    margin-top: 8px;
    font-size: 1.6rem;
  }

  .about-multiple .pct-l figcaption {
    margin-top: 12px;
    font-size: 1.9rem;
  }

  .about-multiple .pct-l {
    width: 51%;
  }

  .about-multiple .data {
    width: 45%;
  }

  .about-multiple .about-profile-data {
    margin-bottom: 16px;
  }

  .about-multiple .about-profile-data th {
    width: 30%;
    padding: 8px 12px 8px 0;
  }

  .about-profile-data td {
    width: 70%;
    padding: 8px 0;
  }

  .about-multiple .txt {
    margin-bottom: 8px;
  }

  .about-multiple .pct-s {
    width: 48%;
  }

  /* =================================================================
		#plan
================================================================= */

  .plan .content {
  }

  .plan-lead {
    max-width: 1200px;
    margin-bottom: 32px;
    font-size: 1.6rem;
  }

  .plan-planmenu {
    max-width: 1200px;
    margin: 0 auto 56px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
  }

  .plan-planmenu-block {
    width: calc(50% - 16px);
    margin: 0 0 32px;
    padding-bottom: 88px;
    position: relative;
  }

  .plan-planmenu-ttl {
    padding: 20px 24px 20px;
  }

  .plan-planmenu-content {
    margin: 0 24px 16px;
    padding: 20px 0 0;
  }

  .plan-planmenu-cat {
    font-size: 1.4rem;
    padding: 4px 6px;
  }

  .plan-planmenu-ttl h2 {
    font-size: 2.1rem;
  }

  .plan-planmenu-data {
    width: 61%;
    font-size: 1.6rem;
    margin-bottom: 24px;
  }

  .plan-planmenu-price {
    margin-bottom: 16px;
  }

  .plan-planmenu-price p {
    font-size: 1.6rem;
  }

  .plan-planmenu-price dd p {
    font-size: 1.8rem;
  }

  .plan-planmenu-price dd p.note {
    font-size: 1.6rem;
  }

  .plan-planmenu-price aside {
    font-size: 1.5rem;
  }

  .plan-planmenu-pct {
    width: 36%;
    margin: 0 0 24px;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .plan-planmenu-content .note {
    font-size: 1.4rem;
  }

  .plan-planmenu-content table {
    font-size: 1.5rem;
    margin: 16px 0;
  }

  .plan-planmenu-content table th {
    padding: 12px 8px;
  }

  .plan-planmenu-content table td {
    padding: 12px 8px;
  }

  .btn-reservation {
    width: 376px;
    font-size: 1.8rem;
    position: absolute;
    left: 50%;
    bottom: 32px;
    margin-left: -188px;
  }

  .btn-reservation span {
    padding: 10px;
    border-radius: 25px;
    transition: 0.4s;
  }

  .btn-reservation span:hover {
    -webkit-filter: brightness(106%);
    filter: brightness(106%);
    transition: 0.1s;
  }

  .plan-option {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
  }

  .plan-option-block {
    width: calc(50% - 24px);
    margin: 0 0 32px;
  }

  .plan-option-block h2 {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }

  .plan-option-block dl {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }

  .plan-option-block dt {
    width: 45%;
    padding: 24px 10px 24px 0;
  }

  .plan-option-block dd {
    width: 55%;
    padding: 24px 0;
  }

  .plan-option-block h3 + dl:first-of-type dt:first-of-type,
  .plan-option-block h3 + dl:first-of-type dd:first-of-type {
    padding-top: 24px;
  }

  .plan-option-block p {
    font-size: 1.6rem;
  }

  .plan-option-lead {
    margin-bottom: 24px;
  }

  .plan-option-block .amount {
    font-size: 1.6rem;
  }

  .plan-option-block aside {
    font-size: 1.4rem;
    margin-top: 16px;
  }

  .plan-option-block dl aside {
    margin-top: 8px;
  }

  .bn-namelist {
    max-width: 700px;
    margin: 57px auto 60px;
  }

  .bn-namelist a {
    height: 110px;
    margin-bottom: 14px;
    transition: 0.5s;
  }

  .bn-namelist a:hover {
    -webkit-filter: brightness(106%);
    filter: brightness(106%);
    transition: 0.2s;
  }

  .bn-namelist h3 {
    font-size: 2.4rem;
  }

  .bn-namelist a::before {
    font-size: 4.5rem;
    margin-right: 16px;
  }

  .bn-namelist p {
    font-size: 1.5rem;
  }

  .bn-discount {
    max-width: 700px;
    margin: 60px auto;
  }

  .bn-discount a {
    transition: 0.5s;
  }

  .bn-discount a .inner {
    height: 120px;
  }

  .bn-discount a:hover {
    -webkit-filter: brightness(106%);
    filter: brightness(106%);
    transition: 0.2s;
  }

  .bn-discount h3 {
    font-size: 3.4rem;
  }

  .bn-discount .txt-en {
    font-size: 1.2rem;
  }

  .bn-discount .limit {
    width: 84px;
    height: 84px;
    font-size: 2rem;
    left: 22px;
  }

  .bn-discount p.exp {
    font-size: 1.5rem;
  }

  .plan-schedule {
    background-color: #fff;
    padding: 80px 0;
  }

  .plan-schedule p {
    font-size: 1.6rem;
  }

  .home .home-movie + .plan-schedule,
  .home .home-info + .plan-schedule {
    padding-top: 77px;
  }

  .plan-schedule + .home-catch {
    margin-top: 0;
  }

  .googlecal-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }

  .googlecal-link {
      margin-bottom: 32px;
  }

  .googlecal-link a {
      font-size: 1.7rem;
      padding: 16px 44px 16px 30px;
      border-radius: 12px;
      transition: filter .2s;
  }

  .googlecal-link a:hover {
      filter: brightness(112%);
  }

  .googlecal-link a br {
      display: none;
  }

  .googlecal {
    border: #ccc 1px solid;
  }

  .googlecal iframe {
    height: 700px;
  }

  .plan-schedule-exp {
    max-width: 1200px;
    margin-top: 32px;
  }

  .plan-schedule-exp ul {
    display: flex;
    justify-content: flex-start;
  }

  .plan-schedule-exp li {
    width: auto;
    margin-bottom: 0;
    margin-right: 40px;
    font-size: 1.6rem;
  }

  .plan-schedule-exp > p {
    font-size: 1.6rem;
    margin-top: 16px;
  }

  .plan-schedule-exp .color {
    width: 68px;
    margin-right: 10px;
  }

  /*
  .plan-schedule-exp .color {
    width: 42%;
    margin-right: 2%;
    border-radius: 4px;
  }
*/

  .coubiccal-wrap {
    max-width: 1200px;
  }

  .coubiccal {
    padding-bottom: 55%;
  }

  .plan-notice {
    padding: 48px 0;
  }

  .plan-notice .inner {
    max-width: 900px;
    margin: 0 auto 24px;
  }

  .plan-notice h2 {
    margin-bottom: 14px;
    font-size: 2.4rem;
  }

  .plan-notice h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }

  .plan-notice h3 span::before,
  .plan-notice h3 span::after {
    width: 1.6em;
  }

  .plan-notice h3 span::before {
    left: -2em;
  }

  .plan-notice h3 span::after {
    right: -2em;
  }

  .plan-notice ul {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  .plan-notice p {
    font-size: 1.5rem;
  }

  /* =================================================================
		#catch
================================================================= */

  .catch-wrap {
    margin-bottom: 48px;
  }

  .catch-block {
    background: #f4f6e5 url(/common_a/img/common/bg_catch.png) right 5% top -14px / 8% auto no-repeat;
    width: 1000px;
    margin-bottom: 32px;
    padding: 24px 32px 32px 32px;
  }

  .catch-head {
    margin: 0 0 16px;
    font-size: 1.6rem;
  }

  .catch-date {
    font-size: 2rem;
  }

  .catch-head dl {
    margin-right: 20px;
  }

  .btn-print {
    padding: 5px 28px;
    font-size: 1.7rem;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.1s;
  }

  .btn-print:hover {
    background-color: #fff;
    transition: 0.3s;
  }

  .btn-print::before {
    font-size: 1.4em;
    margin-right: 4px;
  }

  .catch-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0;
  }

  .catch-info-data {
    width: 42%;
  }

  .catch-info-table {
    width: auto;
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .catch-info-table th {
    width: auto;
    font-size: 1.9rem;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
  }

  .catch-info-table td {
    display: table-cell;
    margin-right: 0;
    padding-right: 8px;
  }

  .catch-info-table td span {
    margin-right: 0;
  }

  .catch-info-comment {
    width: 55%;
    font-size: 1.6rem;
  }

  .catch-info-comment p {
    margin-bottom: 24px;
  }

  .catch-tidegraph {
    margin: 30px 0 0;
  }

  .catch-tidegraph iframe {
    min-height: 390px;
  }

  a.btn-more {
    font-size: 1.8rem;
    padding: 12px 100px;
    transition: 0.3s;
  }

  a.btn-more:hover {
    transition: 0.1s;
  }

  /*photo slider*/

  .catch-photo {
    margin: 0 0 3%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
  }

  .catch-photo .thumb-item {
    margin-bottom: 0;
    height: auto;
    width: 720px;
  }

  .catch-photo .thumb-item img {
    width: auto;
    min-width: 450px;
    height: auto;
    max-width: 720px;
    display: inline;
  }

  .catch-photo .thumb-item-nav {
    width: 196px;
    padding: 14px;
    box-sizing: border-box;
  }

  .catch-photo .thumb-item-nav li {
    height: 122px;
    transition: 0.3s;
    opacity: 1;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 4px;
    line-height: 0;
    cursor: pointer;
  }

  .catch-photo .thumb-item-nav li:hover {
    -webkit-filter: brightness(112%);
    filter: brightness(112%);
    transition: 0.3s;
  }

  .catch-photo .thumb-item-nav li span {
    width: 164px;
    height: 122px !important;
  }

  .catch-photo .thumb-item-nav li img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: inline;
  }

  .catch-photo .thumb-item-nav .slick-list.draggable {
    overflow: hidden;
    height: 70px;
  }

  .catch-photo .thumb-item-nav:after {
    display: none;
  }

  .catch-photo .thumb-item-nav span {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: 70px;
  }

  .catch-photo .slick-prev,
  .catch-photo .slick-next {
    left: 0;
    width: 100%;
    height: 22px;
  }

  .catch-photo .slick-prev {
    background: rgba(0, 0, 0, 0.7) url(/common_a/img/common/btn_up.png) no-repeat 50% 50%;
    background-size: 24px auto;
    margin-top: 0;
  }

  .catch-photo .slick-next {
    background: rgba(0, 0, 0, 0.7) url(/common_a/img/common/btn_down.png) no-repeat 50% 50%;
    background-size: 24px auto;
  }

  .catch-photo .slick-prev {
    top: 0;
  }

  .catch-photo .slick-next {
    bottom: 0;
    top: auto;
  }

  .slick-initialized .slick-slide {
    width: 760px;
    /*height: 540px;*/
    text-align: center;
  }

  /*navigation*/

  .catch-nav {
    width: 1000px;
    margin-bottom: 32px;
    padding: 20px 28px;
  }

  .catch-nav dl {
    display: flex;
    align-items: center;
  }

  .catch-nav dl dt {
    width: 200px;
    font-size: 1.8rem;
    margin: 0;
    text-align: left;
  }

  .catch-nav dl dt span {
    background: url(/common_a/img/common/ico_search.png) left center / 18px auto no-repeat;
    padding-left: 28px;
  }

  .catch-select-data {
    width: 300px;
    font-size: 1.8rem;
    padding: 6px;
    margin-right: 24px;
  }

  .catch-btn {
    font-size: 1.8rem;
    padding: 10px 32px;
    border-radius: 20px;
  }

  .catch-btn span.pc {
    display: inline;
  }

  .catch-nodata {
    font-size: 1.7rem;
  }

  /* =================================================================
  		#access
  ================================================================= */

  .access-content {
    max-width: 1000px;
    margin: 0 auto 80px;
  }

  /* =================================================================
		#faq
================================================================= */

  .faq-ttl {
    width: 100%;
    max-width: 1200px;
  }

  .faq-ttl h2 {
    font-size: 2.2rem;
  }

  .faq-sec {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .faq-sec:last-child {
    margin-bottom: 80px;
  }

  .faq-cat-ttl {
    font-size: 2rem;
    max-width: 1200px;
  }

  .faq-sec dt {
    font-size: 1.8rem;
    padding: 12px 12px 12px 40px;
  }

  .faq-sec dt::before {
    font-size: 2.8rem;
    margin-top: -1.4rem;
  }

  .faq-sec dd {
    padding-left: 40px;
    font-size: 1.5rem;
  }

  .faq-sec dd::before {
    font-size: 2.8rem;
  }

  /* =================================================================
		#link
================================================================= */

  .link-sec h2 {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }

  .link-tbl {
    width: 100%;
    border: 1px solid #bcbcbc;
  }

  .link-tbl th {
    background-color: #fafafa;
    display: table-cell;
    width: 30%;
    font-size: 1.7rem;
    padding: 14px;
    border-bottom: 1px solid #bcbcbc;
    vertical-align: middle;
  }

  .link-tbl th a {
    background-size: 21px 21px;
    padding-left: 24px;
    text-decoration: none;
  }

  .link-tbl th a:hover {
    text-decoration: underline;
  }

  .link-tbl td {
    display: table-cell;
    width: 70%;
    font-size: 1.5rem;
    padding: 14px 16px;
    border-bottom: 1px solid #bcbcbc;
    vertical-align: middle;
  }

  /* =================================================================
		#calendar
================================================================= */

  .calendar-content {
    margin-top: 80px;
  }

  .calendar-lead {
    max-width: 1200px;
    margin-bottom: 14px;
    font-size: 1.6rem;
  }

  .calendar-ttl {
    font-size: 6.3rem;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
  }

  .calendar-table-wrap {
    max-width: 1200px;
    margin: 0 auto 40px;
    overflow: hidden;
  }

  .calendar-table {
    width: 100%;
  }

  .calendar-table thead th {
    min-width: 42px;
    font-size: 1.5rem;
    padding: 1.3em 1em;
  }

  .calendar-table tbody th {
    width: 168px;
  }

  .calendar-table .name div {
    padding: 1.5em 1em;
  }

  .calendar-table th h3 {
    font-size: 1.8rem;
  }

  .calendar-table th .term {
    font-size: 1.5rem;
  }

  .calendar-table tbody td {
    width: 86px;
  }

  .calendar-table .bar {
    height: 34px;
  }

  .calendar-table .bar-start {
    border-radius: 17px 0 0 17px;
  }

  .calendar-table .bar-end {
    border-radius: 0 17px 17px 0;
  }

  .calendar-table .bar-one {
    border-radius: 17px;
  }

  /* =================================================================
		#route
================================================================= */

  .sec-lead {
    margin-bottom: 40px;
  }

  .route-sec {
    max-width: 1000px;
    margin: 0 auto 64px;
  }

  .route-sec h2 {
    font-size: 2.2em;
    padding: 8px 20px 12px 20px;
    margin-bottom: 24px;
  }

  .route-sec h2 span {
    display: inline-block;
    margin: 0 8px;
  }

  .route-sec h3 {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }

  .route-sec h4 {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }

  .route-interchange dl {
    margin-bottom: 24px;
  }

  .route-interchange dt {
    font-size: 1.7rem;
  }

  .route-interchange p {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }

  .route-list {
    list-style: none;
    font-size: 1.7rem;
  }

  .route-list li {
    padding-left: 4.2rem;
    margin-bottom: 1.2em;
  }

  .route-list .num {
    font-size: 1.6rem;
    line-height: 2.1;
    width: 3.2rem;
    height: 3.2rem;
    margin-top: -1.6rem;
  }

  .route-sec p {
    font-size: 1.6rem;
  }

  .route-sec .note {
    font-size: 1.6rem;
  }

  .route-way-block {
    width: 100%;
    margin-bottom: 56px;
  }

  .route-way-set {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .route-way-set .pct {
    width: 32%;
  }

  .route-way-set .txt {
    width: 64%;
  }

  .route-way-flow {
    padding: 48px 48px 10px;
    margin-bottom: 40px;
  }

  .route-way-flow ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .route-way-flow li {
    width: calc(50% - 24px);
    margin: 0 48px 32px 0;
  }

  .route-way-flow li:nth-child(2n) {
    margin-right: 0;
  }

  .route-way-flow li::after {
    border-width: 14px 21px 0 21px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 50%;
    bottom: auto;
    left: auto;
    right: -45px;
    margin-left: auto;
    margin-top: -21px;
  }

  .route-way-flow .txt .num {
    font-size: 2.1rem;
  }

  .route-way-flow .txt .exp {
    width: calc(100% - 3.8rem);
  }


  /* =================================================================
		#privacy
================================================================= */

  .sec-privacy {
    width: 1000px;
    margin-bottom: 56px;
  }

  .sec-privacy h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }

  .sec-privacy p {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }

  .sec-privacy ul {
    font-size: 1.6rem;
  }

  .list-lower {
    margin-top: 12px;
  }


  /* =================================================================
		#contact
================================================================= */

  .contact-lead {
    max-width: 1000px;
    margin-bottom: 40px;
  }

  .contact-notice {
    font-size: 1.5rem;
    max-width: 1000px;
  }

  .tbl-form {
    max-width: 1000px;
    margin: 0 auto 48px;
  }

  .tbl-form th {
    display: table-cell;
    width: 30%;
    font-size: 1.5rem;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    padding: 44px 0;
  }

  .tbl-form td {
    display: table-cell;
    width: 70%;
    font-size: 1.5em;
    border-bottom: 1px solid #ddd;
    padding: 38px 0;
  }

  .tbl-form input,
  .tbl-form textarea {
    font-size: 15px;
    padding: 10px;
  }

  .tbl-form .note {
    display: inline-block;
    font-size: 1em;
    margin: 4px 0 4px 8px;
  }

  .contact-submitarea {
    max-width: 1000px;
    margin: 0 auto 72px;
    position: relative;
  }

  .contact-submitarea input {
    font-size: 22px;
    height: 74px;
    height: auto;
    padding: 24px 90px;
    border-radius: 37px;
    cursor: pointer;
    transition: 0.3s;
  }

  .contact-submitarea input:hover {
    -webkit-filter: brightness(112%);
    filter: brightness(112%);
    transition: 0.3s;
  }

  .contact-submitarea .back {
    width: auto;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 1.6rem;
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    text-decoration: underline;
  }

  .input-txt-s {
    width: 140px;
  }

  .input-txt-m {
    width: 400px;
  }

  .input-txt-l {
    width: 700px;
  }

  p.error {
    font-size: 18px;
  }

  .form-complete {
    max-width: 700px;
    margin: 0 auto 80px;
  }

  .form-complete p {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }

  .form-complete p:first-child {
    text-align: center;
  }


  .form-complete p.btn-detail-wrap {
    font-size: 1.85rem;
  }

  /* =================================================================
		#ad
================================================================= */

  .foot-ad {
    width: 42%;
    max-width: 450px;
    margin: 0 auto 32px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .foot-ad a {
    display: block;
  }

  .foot-ad li {
    width: 100%;
  }

  .foot-ad li img {
    width: 100%;
  }

  .home-ad {
    width: 48%;
    margin: 0 0 40px;
  }

  .home-ad a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
  }

  .home-feature-welcome {
    width: 48%;
    min-height: 200px;
    background: url(/common_a/img/common/btn_welcome.jpg) center center / cover no-repeat;
    margin-bottom: 40px;
    padding: 24px;
    box-sizing: border-box;
  }

  .home-feature-welcome .sec-title .ttl-jp {
    font-size: 3rem;
  }

  .home-ad-block:hover {
    transition: 0.3s;
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
  }

  .catch-ad {
    max-width: 1000px;
    margin: 0 auto 32px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .catch-ad li {
    width: 50%;
  }

  /* =================================================================
		#common style for original page
================================================================= */

  .common-sec {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 80px;
  }

  .common-sec .pct figure {
    margin-bottom: 24px;
  }

  .common-sec figcaption {
    font-size: 1.5rem;
    margin-top: 12px;
  }

  .common-ttl h2 {
    font-size: 2.4rem;
    margin-bottom: 14px;
    padding-bottom: 6px;
    border-bottom: 3px solid #222;
  }

  .common-ttl h3 {
    font-size: 2.1rem;
    margin-bottom: 10px;
    position: relative;
  }

  .common-ttl h3::before {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .common-sec h4 {
    font-size: 1.85rem;
    margin-bottom: 8px;
  }


  /* 遊漁船業者登録 */
  .authorization {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 30px;
  }

  .authorization-ttl {
    font-size: 2rem;
    padding: 12px;
  }

  .authorization-data {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }

  .authorization-item dt {
    padding: 12px 10px;
  }

  .authorization-item dd {
    padding: 12px 10px;
  }

  .authorization-item.name dd {
    font-size: 1.7rem;
  }

  .authorization-equipment {
    margin-bottom: 40px;
  }

  .authorization-equipment-item {
    padding: 16px;
  }

  .authorization-file {
    margin: 0 auto 32px;
  }

  .authorization-file a {
    min-width: 480px;
    font-size: 1.7rem;
    padding: 0.6em 1.7em 0.6em 0.85em;
    transition: background-color 0.2s;
  }

  .authorization-file a:hover {
    background-color: #faffbd;
  }
}


@media screen and (max-width: 1024px) and (min-width: 481px) {

  .site-header .inner {
    max-width: 100%;
    min-width: auto;
  }

  .head-tel {
    font-size: 1.6rem;
    margin-right: 12px;
    letter-spacing: 0;
  }

  .gnav-dt-list li {
    font-size: 1.2rem;
    margin-right: 6px;
    padding-right: 6px;
  }

  .head-sns li {
    width: 24px;
    margin-left: 8px;
  }

}
