/* design-B css file for mobile */
@media screen and (max-width: 768px) {

  /* =================================================================		#common================================================================= */
  .sec {
    margin-bottom: 40px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .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;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /* =================================================================
		#heaer
================================================================= */
  .head-tel,
  .head-nav-dt {
    display: none;
  }

  .site-header .inner {
    min-width: auto;
    padding: 0 12px;
  }

  .head-logo {
    width: 160px;
    padding: 10px 14px;
    left: 10px;
  }

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

  .head-nav {
    width: calc(100% - 160px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 8px 0 0 auto;
  }

  .head-sns {
    justify-content: flex-start;
    margin-right: 62px;
  }

  .head-sns li {
    width: 9vw;
    max-width: 40px;
    margin-left: 12px;
  }

  /* mobile menu button */
  .btn-menu-mb {
    width: 46px;
    position: fixed;
    right: 16px;
    top: 10px;
    z-index: 9500;
  }

  .btn-menu-mb p {
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #nav-toggle {
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
  }

  #nav-toggle div {
    width: 28px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #nav-toggle span {
    background-color: #fff;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }

  #nav-toggle span:nth-child(2) {
    top: 8px;
  }

  #nav-toggle span:nth-child(3) {
    top: 16px;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  .open #nav-toggle span {
    background: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .open .btn-menu-mb p {
    color: #fff;
  }

  /* =================================================================		#global navigation for mobile================================================================= */
  @-webkit-keyframes nav-mb-show {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes nav-mb-show {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .nav-mb {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .gnav-mb-list {
    width: 88%;
    margin: 0 auto;
  }

  .gnav-mb-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 0;
    border-bottom: rgba(255, 255, 255, 0.8) 2px solid;
    font-weight: 500;
    font-size: 1.5rem;
  }

  .gnav-mb-list a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 4px;
    color: #fff;
    position: relative;
  }

  .gnav-mb-list a:after {
    display: block;
    width: 22px;
    min-width: 22px;
    height: 22px;
    background: url(/common_b/img/common/ico_arrow_circle.png);
    background-size: 22px 22px;
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -11px;
  }

  .gnav-mb-list .btn-close {
    padding: .8em .3em;
    font-size: 1.6rem;
    background-color: rgba(178, 212, 197, 0.6)
  }

  .open {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
  }

  .open .site-header {
    z-index: 9000;
  }

  .open .nav-mb {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  /* =================================================================		#telephone infomation================================================================= */
  .telinfo {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: calc(100% - 50px);
    top: 0;
    left: 0;
    z-index: 9700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .telopen::before {
    display: none;
  }

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

  .btn-infoclose {
    display: block;
    width: 22%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
  }

  .btn-infoclose p {
    width: 100%;
    color: #fff;
    background-color: #8b8b8b;
    font-size: 1.4rem;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

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

  .telinfo-list li a {
    width: 100%;
    box-sizing: border-box;
  }

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

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

  .btn-infoclose-circle {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 32px;
    height: 32px;
    background: url(/common_b/img/common/btn_close.png) left top / 32px 32px no-repeat;
    text-indent: -9999px;
  }

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

  /* =================================================================		#footer================================================================= */
  .site-footer {
    color: #fff;
  }

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

  .foot-nav {}

  .foot-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .foot-nav ul li {
    width: 47%;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 0 0 8px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    border-right: none;
    box-sizing: border-box;
  }

  .foot-ad {
    width: 90%;
    margin: 0 auto 24px;
  }

  .foot-nav {
    width: 100%;
  }

  .copyright {
    font-size: 1rem;
    margin-left: 14px;
    text-align: center;
  }

  /* =================================================================		#fixed cv================================================================= */
  .fixedcv {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    border-top: 2px solid #000;
  }

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

  .fixedcv-list li a,
  .fixedcv-list li div {
    height: 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
  }

  .fixedcv-tel {
    width: 22%;
  }

  .fixedcv-tel div {
    background: #cb4065;
  }

  .fixedcv-tel div::before {
    content: "\f4b9";
    font-family: ionicons;
    font-size: 2rem;
    line-height: 1;
    margin-right: 4px;
    position: relative;
    top: 2px;
  }

  .fixedcv-map {
    width: 22%;
  }

  .fixedcv-map a {
    background: #6db53d;
  }

  .fixedcv-map a::before {
    content: "\f46e";
    font-family: ionicons;
    font-size: 2rem;
    line-height: 1;
    margin-right: 4px;
    position: relative;
    top: 2px;
  }

  .fixedcv-plan {
    width: 56%;
  }

  .fixedcv-plan a {
    background: #4955b2;
  }

  .fixedcv-plan a::before {
    content: "\f391";
    font-family: ionicons;
    font-size: 2rem;
    line-height: 1;
    margin-right: 4px;
    position: relative;
    top: 2px;
  }

  .fixedcv-list li p {
    font-size: 1.35rem;
  }

  /* =================================================================  		#home  ================================================================= */
  .hero {
    /*background: url(/images/hero_mb_n0000.jpg) center center / cover no-repeat;*/
  }

  .hero .inner {
    height: 450px;
    min-width: auto;
  }

  .hero .logo {
    width: 100%;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 64px;
    transform: none;
    text-align: center;
  }

  .hero .logo img {
    width: 78%;
  }

  .hero-original {
    /*background: url(/images/hero_mb_original_n0000.jpg) center center / cover no-repeat;*/
  }

  .hero-original .inner {
    min-width: auto;
    height: 460px;
  }

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

  /* スライダー start */
  .home .bx-wrapper {
    box-shadow: none;
    border: none;
    margin: 0;
  }

  .hero-slide {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.33;
  }

  .hero-slide .inner {
    min-width: auto;
  }

  .hero-slide-logo {
    width: 100%;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 64px;
    transform: none;
    text-align: center;
  }

  .hero-slide-logo img {
    width: 78%;
  }
  /* スライダー end */


  .home-introduction::after,
  .home-info::after,
  .home-catch::after,
  .home-feature::after,
  .home-movie::after,
  .summary-foot::after,
  .content-head::after,
  .about-profile::after {
    height: 16px;
  }

  .about-profile::before {
    top: -16px;
    height: 16px;
  }

  .home-introduction {
    padding-bottom: 16px;
    position: relative;
  }

  .home-introduction .inner {
    width: 90%;
    border-width: 5px;
    top: -32px;
    padding: 0 24px 16px;
  }

  .summary {
    padding: 22px 16px 32px;
  }

  .summary-head {
    padding: 8px 20px;
  }

  .summary-foot {
    padding: 32px 0 24px;
  }

  .summary p {
    font-size: 1.2rem;
  }

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

  .home-tagline .home-tagline-en {
    font-size: 3.2rem;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    text-align: center;
  }

  .home-tagline .home-tagline-jp {
    font-size: 2.2rem;
    margin-bottom: 14px;
  }

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

  .home-about .inner {
    padding: 0 16px 48px;
  }

  .home-about-pct {
    margin: -18px auto 0;
    position: relative;
    z-index: 10;
  }

  .home-about-pct figure {
    width: 62vw;
    height: 62vw;
    border-width: 5px;
  }

  .home-about-pct::before {
    width: 62vw;
    height: 62vw;
    right: -10px;
    bottom: -10px;
  }

  .home-about-txt {
    width: 100%;
    margin-top: 24px;
  }

  .home-about-txt p {
    font-size: 1.4rem;
  }

  .home-info {
    padding: 40px 16px 56px;
  }

  .home-info .sec-title {
    margin-bottom: 24px;
  }

  .home-info .ttl-en {
    font-size: 3.8rem;
    margin-bottom: 12px;
  }

  .home-info .ttl-jp {
    font-size: 1.6rem;
  }

  .home-info-card {
    border-width: 5px;
    padding: 20px;
  }

  .home-info-card .ico-new {
    font-size: 1.5rem;
    padding: 6px 10px;
    left: -14px;
    top: -12px;
  }

  .home-info-card header {
    margin-bottom: 6px;
  }

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

  .home-info-card-content {
    font-size: 1.4rem;
  }

  .home-info-banner li {
    margin-top: 16px;
  }

  .home-catch {
    padding: 40px 0 56px;
  }

  .home-catch .sec-title {
    margin-bottom: 24px;
  }

  .home-catch .ttl-en {
    font-size: 3.8rem;
    margin-bottom: 12px;
  }

  .home-catch .ttl-jp {
    font-size: 1.6rem;
  }

  .home-catch-result {
    padding: 0 16px
  }

  .home-catch-result ul {
    margin-bottom: 0;
  }

  .home-catch-result ul li {
    width: 74vw;
    margin: 0 auto 28px;
  }

  .home-catch-date {
    font-size: 1.7rem;
    padding: 8px 14px;
    left: -14px;
    top: -12px;
  }

  .home-catch-result .pct {
    width: auto;
    height: auto;
  }

  .home-catch-result .pct img {
    width: 74vw;
    max-width: none;
    height: 68vw;
    min-height: auto;
    border-width: 5px;
    position: static;
    -o-object-fit: cover;
    object-fit: cover;
    box-sizing: border-box;
    transform: none;
  }

  .home-catch-result .pct figcaption {
    font-size: 1.3rem;
    padding: 0.7em 0.7em 1.8em;
  }
  
  .home-catch-result ul li .txt {
    border-width: 5px;
    padding: 12px 18px 16px;
    margin: -24px -12% 0 auto;
  }

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

  .home-catch-species dd {
    margin-bottom: 10px;
  }

  .home-catch-species .weight,
  .home-catch-species .quantity {
    font-size: 1.3rem;
  }

  .home-info-card-link {
    text-align: left;
  }

  .home-info-card-link a {
    font-size: 1.5rem;
  }

  .home-catch-more {
    display: none;
  }

  a.btn-more {
    font-size: 1.6rem;
    padding: 14px 54px 14px 46px;
  }

  /* feature */
  .home-feature {
    position: relative;
    margin-bottom: 40px;
  }

  .home-feature .inner {
    padding: 48px 16px 0;
  }

  .feature-btn {
    margin-bottom: 24px;
  }

  .feature-btn a {
    padding: 100px 14px 14px 14px;
    border-width: 5px;
  }

  .feature-btn-content {
    width: 100%;
    padding: 8px;
    max-width: none;
    box-sizing: border-box;
  }

  .feature-btn .sec-title .ttl-en {
    font-size: 2.5rem;
    margin-bottom: 0;
  }

  .feature-btn .sec-title .ttl-jp {
    font-size: 1.4rem;
  }

  .feature-custom a {
    padding-top: 40px;
    padding-bottom: 40px;
    border-width: 0;
  }
  .feature-custom .sec-title .ttl-en {
    margin-bottom: 6px;
    font-size: 2.6rem;
    line-height: 1;
    color: #fff;
    font-style: italic;
    text-shadow: 0 0 5px rgba(0, 0, 0, .4);
  }
  .feature-custom .sec-title .ttl-jp {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, .4);
    font-size: 1.5rem;
  }

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

  .feature-about .feature-btn-content {
    margin-left: auto;
  }

  .feature-about a {
    text-align: right;
  }

  .feature-planprice a {
    /*background: url(/images/btn_planprice_n0000.jpg) center center / cover no-repeat;*/
  }

  .feature-about a {
    /*background: url(/images/btn_about_n0000.jpg) center center / cover no-repeat;*/
  }

  .home-ad {
    width: 100%;
    margin-bottom: 24px;
  }

  .feature-welcome {
    width: 100%;
    height: 130px;
  }

  .feature-welcome .sec-title {
    font-size: 2.6rem;
  }

  /* added pictures */

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

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

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

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

  /* movie */
  .home-movie {
    padding: 48px 0 56px;
  }

  .home-movie .sec-title {
    margin-bottom: 24px;
  }

  .home-movie .ttl-en {
    font-size: 3.8rem;
  }

  .home-movie-content {
    padding: 0 16px;
    box-sizing: border-box;
  }

  .home-movie-video {
    width: 100%;
    margin: 0 0 16px;
    padding-bottom: 56.25%;
  }

  .home-access {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  /* access */
  #googlemap {
    width: 100%;
    order: 2;
    height: 360px;
  }

  .access-content #googlemap::before {
    right: -16px;
    bottom: -16px;
  }

  .home-access-content {
    width: 100%;
    padding: 40px 16px;
    order: 1;
  }

  .home-access-content .sec-title {
    margin-bottom: 24px;
  }

  .home-access-content .ttl-en {
    font-size: 3.8rem;
    margin-bottom: 12px;
    text-align: center;
  }

  .home-access-content .ttl-jp {
    font-size: 1.6rem;
    text-align: center;
  }

  .access-mapcode {
    margin-bottom: 24px;
    text-align: center;
  }

  .access-mapcode p {
    font-size: 1.5rem;
  }

  .home-access-root {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }

  .home-access-root dt {
    font-size: 1.5rem;
  }

  .btn-map-wrap {
    text-align: center;
  }

  a.btn-map {
    font-size: 1.5rem;
    padding: 12px 64px;
  }

  /* =================================================================		#contactbox================================================================= */
  .contactbox .inner {
    padding: 0 16px 40px;
  }

  .contactbox-tel dt {
    font-size: 1.6rem;
  }

  .contactbox-tel dd .contactbox-tel-number {
    font-size: 3.2rem;
    margin-bottom: 9px;
    margin-top: 10px;
  }

  .contactbox-tel dd .contactbox-tel-number::before {
    font-size: 3.1rem;
  }

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

  .contactbox-baloon {
    width: 94%;
    font-size: 1.5rem;
    border-width: 4px;
    margin-bottom: 14px;
    padding: 12px 14px;
    top: -20px;
  }

  .contactbox-baloon:after,
  .contactbox-baloon:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
  }

  .contactbox-baloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
  }

  .contactbox-baloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 26px;
    border-bottom-width: 26px;
    border-left-width: 13px;
    border-right-width: 13px;
    margin-left: -13px;
    margin-top: 3px;
    border-top-color: #000000;
  }

  .sns {
    margin-top: 24px;
  }

  .sns-facebook {
    width: 100%;
    margin-bottom: 16px;
  }

  .sns-line {
    width: 100%;
    margin-bottom: 16px;
    padding: 16px 24px;
  }

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

  .sns-line .sec-title h2 {
    font-size: 2rem;
    background: url(/common_b/img/common/ico_line_green.png) left center / 30px auto no-repeat;
    padding: 2px 0 2px 34px;
  }

  .sns-line .exp {
    margin-bottom: 8px;
    text-align: left;
  }

  a.btn-line {
    font-size: 1.7rem;
    padding: 8px 42px;
  }

  .btn-line span {
    padding: 4px 0 4px 38px;
    background: url(/common_b/img/common/ico_line_white.png) left center / 34px auto no-repeat;
  }

  .btn-contact-mail a {
    width: 85%;
    font-size: 1.6rem;
    padding: 16px;
    margin: 0 auto .7em;
  }

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

  /* =================================================================
		#pages
================================================================= */
  .content-head {
    padding: 90px 8px 48px;
  }

  .content-head .ttl-en {
    font-size: 4.8rem;
  }

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

  .content {
    padding-top: 32px;
  }

  .content-head-s {
    width: calc(100% - 32px);
    margin: 80px auto 0;
    padding: 16px 0;
  }

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

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

  /* =================================================================
		#about
================================================================= */
  .about-intro {
    display: block;
  }

  .about-intro-pct {
    width: 85%;
    border-width: 5px;
    right: 0;
    margin-right: auto;
  }

  .about-intro-txt {
    width: 88%;
    margin: -28px 0 0 auto;
    padding: 24px;
    border-width: 5px;
    left: auto;
    top: auto;
  }

  .about-summary {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

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

  .about-profile {
    padding: 40px 16px 56px;
  }

  .about-profile-data {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  .about-profile-tbl th {
    display: block;
    padding: 12px 0 0;
    border-bottom: none;
  }

  .about-profile-data td {
    display: block;
    width: 100%;
    padding: 0 0 12px;
  }

  .about-profile-representation {
    width: 100%;
    display: block;
  }

  .about-profile-representation-pct {
    width: 100%;
    margin-bottom: 16px;
  }

  .about-profile-representation-pct figure {
    width: 50vw;
    height: 50vw;
    margin: 0 auto 12px;
  }

  .about-profile-representation-name {
    font-size: 1.7rem;
    margin-bottom: 0;
  }

  .about-profile-representation .txt {
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    margin-top: 32px;
  }

  .about-profile-representation .txt::before {
    border-width: 0 10px 22px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
  }

  .about-gallery {
    padding: 40px 16px 0;
    margin-bottom: 0;
  }

  .about-gallery h2 {
    font-size: 3.5rem;
  }

  .about-gallery-list {
    width: 100%;
  }

  .about-gallery-list figcaption {
    font-size: 1.4rem;
  }

  .about-gallery .about-gallery-list:nth-of-type(2) .about-gallery-l {
    order: 1;
  }

  .about-gallery .about-gallery-list:nth-of-type(2) .about-gallery-s:nth-of-type(2) {
    order: 2;
  }

  .about-gallery .about-gallery-list:nth-of-type(2) .about-gallery-s:nth-of-type(3) {
    order: 3;
  }

  /*multiple*/

  .about-multiple {
    margin: 48px 0 0;
  }

  .about-multiple h2 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }

  .about-multiple-block {
    display: block;
  }

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

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

  .about-multiple .pct-l {
    width: 100%;
    margin-bottom: 10px;
  }

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

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

  .about-multiple .about-profile-data th {
    width: 100%;
    padding: 16px 0 4px;
  }

  .about-profile-data td {
    width: 100%;
    padding: 0 0 16px;
  }

  .about-multiple .pct-s {
    width: 100%;
    margin-bottom: 16px;
  }


  /* =================================================================
		#plan
================================================================= */
  .plan-lead {
    font-size: 1.4rem;
    margin-bottom: 24px;
    padding: 0 16px;
  }

  .plan-planmenu {
    padding: 0 16px;
    margin-bottom: 32px;
  }

  .plan-planmenu-block {
    width: 100%;
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-width: 6px;
  }

  .plan-planmenu-ttl {
    padding: 16px;
  }

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

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

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

  .plan-planmenu-pct {
    width: 65%;
    margin: 0 auto 16px;
    order: 1;
    position: static;
  }

  .plan-planmenu-pct img {
    border-width: 5px;
  }

  .plan-planmenu-data {
    width: 100%;
    order: 2;
    font-size: 1.5rem;
  }

  .plan-planmenu-price dd p {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .plan-planmenu-hour dd p {
    font-size: 1.4rem;
  }

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

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

  .plan-planmenu-exp {
    order: 3;
  }

  .btn-reservation {
    width: 85%;
    margin: 0 auto;
    font-size: 1.6rem;
    order: 4;
    position: static;
  }

  .plan-option {
    padding: 0 16px 0;
  }

  .plan-option-block {
    width: 100%;
    margin-bottom: 24px;
  }

  .plan-option-block h2 {
    font-size: 1.8rem;
    padding-bottom: 6px;
    margin-bottom: 14px;
  }

  .plan-option-block > h3 {
    font-size: 1.6rem;
    margin-top: 20px;
  }

  .plan-option-block dl {
    font-size: 1.5rem;
  }


  .bn-namelist {
    margin: 37px auto 40px;
    max-width: none;
  }
  .bn-namelist-block {
    max-width: none;
  }
  .bn-namelist a {
    height: 80px;
    margin-bottom: 10px;
  }
  .bn-namelist a:hover {
    filter: none;
  }
  .bn-namelist h5 {
    font-size: 1.8rem;
  }
  .bn-namelist a::before {
    font-size: 3.5rem;
    margin-right: 8px;
  }
  .bn-namelist p {
    font-size: 1.4rem;
  }


  .bn-discount {
    width: calc(100% - 32px);
    margin: 40px auto;
  }

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

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

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

  .bn-discount .limit {
    width: 56px;
    height: 56px;
    font-size: 1.6rem;
    left: 5%;
  }

  .plan-notice {
    padding: 32px 16px 40px;
  }

  .plan-notice h2 {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }

  .plan-notice h3 {
    font-size: 1.6rem;
  }

  .plan-notice h4 {
    font-size: 1.45rem;
  }

  .plan-notice ul {
    font-size: 1.4rem;
  }

  /* =================================================================
		#schedule
================================================================= */

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

  .googlecal-link a {
      font-size: 1.5rem;
      line-height: 1.5;
      padding: .85em 2.4em .85em 1.8em;
  }

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

  .plan-schedule {
    padding: 40px 0;
  }

  .googlecal-wrap {
    margin: 0 16px;
  }

  .googlecal {
  }
  
  .googlecal iframe {
    height: 600px;
  }

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

  .catch-wrap {
    padding: 0 16px;
  }

  .catch-nav {
    width: 100%;
    margin-bottom: 24px;
    padding: 14px;
  }

  .catch-nav dl dt {
    width: auto;
    font-size: 1.4rem;
    margin-right: 12px;
  }

  .catch-select-data {
    width: 9em;
    font-size: 1.6rem;
    margin-right: 0;
  }

  .catch-block {
    margin-bottom: 24px;
    padding: 20px 0;
    border-width: 6px;
  }

  .catch-head {
    padding: 0 16px;
    font-size: 1.5rem;
  }

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

  .catch-photo {
    margin: 0 10px 16px;
  }

  .catch-photo .thumb-item {
    margin-bottom: 16px;
  }

  .catch-photo .thumb-item img {
    min-width: auto;
  }

  .catch-photo .thumb-item-nav {
    width: 100%;
    padding: 3% 6%;
  }

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

  .catch-photo .thumb-item-nav li img {
    width: 100%;
    height: 70px;
  }

  .catch-info-table th {
    font-size: 1.75rem;
    display: block;
    padding-bottom: 10px;
  }

  .catch-info-table td {
    padding-bottom: 14px;
  }

  .catch-tidegraph {
    margin-top: 40px;
  }

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

  .catch-ad {
    margin-bottom: 24px;
  }

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

  /* =================================================================
		#access
================================================================= */
  .access-content {
    padding: 0 16px;
    margin-bottom: 40px;
  }

  .access-content #googlemap {
    order: 1;
  }

  .access-content home-access-content {
    order: 2;
  }


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

  .faq-content {
    margin-bottom: 40px;
  }

  .faq-cat-ttl {
    margin-bottom: 16px;
  }

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

  .faq-sec dt {
    font-size: 1.5rem;
    padding: .4em .4em .4em 2.5em;
  }

  .faq-sec dt::before,
  .faq-sec dd::before {
    font-size: 2rem;
  }

  .faq-sec dt::before {
    margin-top: -1.3rem;
  }

  .faq-sec dd {
    font-size: 1.4em;
    margin-top: 12px;
    padding: 0 0 0 40px;
  }

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

  .calendar-ttl {
    font-size: 3.8rem;
    margin-bottom: 4px;
  }

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

  .sec-privacy {
    width: calc(100% - 32px);
    margin-bottom: 40px;
  }

  .sec-privacy h3 {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }

  .sec-privacy p {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }

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

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


  @media screen and (max-width: 1024px) and (min-width: 481px) {
    .site-header .inner {
      max-width: 100%;
      min-width: auto;
      padding: 0 16px;
    }

    .head-tel a {
      color: #fff;
    }

    /*  .gnav-dt-list li {    font-size: 1.2rem;    margin-right: 6px;    padding-right: 6px;  }  .head-sns li {    width: 24px;    margin-left: 8px;  }*/
  }


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

  .tbl-form {
    width: calc(100% - 32px);
    margin: 0 16px 40px;
  }

  .tbl-form th {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding: 1em 0 .3em;
    box-sizing: border-box;
    border-bottom: none;
  }

  .tbl-form td {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    border-bottom: 1px solid #ddd;
    padding: 0 0 1em;
    box-sizing: border-box;
  }

  .tbl-form input,
  .tbl-form textarea {
    font-size: 16px;
    line-height: 1.6;
    padding: 6px;
    box-sizing: border-box;
  }

  .input-txt-m,
  .input-txt-l {
    width: 100%;
  }

  .contact-submitarea input {
    font-size: 18px;
    padding: 16px 70px;
    border-radius: 36px;
  }

  .contact-submitarea .back {
    position: static;
    width: 52%;
    font-size: 1.5rem;
    text-decoration: none;
    color: #666;
    border: 1px solid #666;
    padding: .5em;
    display: block;
    margin: 0 auto 1.8em;
    transform: none;
  }

  .form-complete {
    width: 90%;
    margin: 0 auto 40px;
  }

  .form-complete p {
    font-size: 1.4rem;
    margin-bottom: 1.2em;
    text-align: left;
  }
