/* design-B css file for desktop */

/* =================================================================
		#base setting
================================================================= */

@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    letter-spacing: normal;
  }
}

/* for tablet */
body.tablet {
  min-width: 1160px
}

body.tablet .site-header {
  min-width: 1160px
}



img {
  height: auto;
}

div {
  text-align: left;
}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  text-align: left;
}

ul li {
  list-style: none;
}

figure {
  margin: 0;
  line-height: 0;
}

figcaption {
  line-height: 1.5;
}

table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
}

em {
  font-weight: bold;
  font-style: normal;
}

p {
  margin: 0;
}

address {
  font-style: normal;
}

/* =================================================================
		#link text style
================================================================= */

a {
  outline: none;
  color: #000;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  color: #555;
  text-decoration: none;
}

a:active {
  color: #555;
  text-decoration: none;
}

/*IEのみ文字間隔設定無し*/

@media all and (-ms-high-contrast: none) {
  body {
    font-variant-east-asian: proportional-width;
    -webkit-font-feature-settings: "pwid";
    font-feature-settings: "pwid";
  }
}

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

.sec {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 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-items > li {
  padding-left: 1em;
  margin-bottom: 8px;
  position: relative;
}

.list-items > li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-right: 4px;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0.45em;
}

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

@keyframes waveAnimation {
  0% {
    background-position-x: 0;
    margin-bottom: 0
  }

  1%,
  50% {
    background-position-x: 31.5px;
  }

  100%,
  51% {
    background-position-x: 63px;
    margin-bottom: 0
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* =================================================================
		#header
================================================================= */
.site-header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transition: 0.3s;
  /*  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);*/
}

.home .site-header {
  background: -moz-linear-gradient(top, rgba(0, 21, 84, 0.25) 0%, rgba(0, 21, 84, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 21, 84, 0.25) 0%, rgba(0, 21, 84, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 21, 84, 0.25) 0%, rgba(0, 21, 84, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40001554', endColorstr='#00001554', GradientType=0);
}

.site-header .inner {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.head-logo {
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
  border-bottom: 4px solid #000000;
  background-color: #fff;
  padding: 12px 26px 16px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.head-logo a {
  display: block;
}

.head-logo img {
  max-width: 150px;
}

.head-nav-dt-upper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.head-tel {
  display: block;
  font-size: 2.3rem;
  letter-spacing: .15em;
  margin-right: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.head-tel::before {
  content: "\f4b9";
  font-family: ionicons;
  font-weight: normal;
  margin-right: 4px;
  font-size: 2.5rem;
}

.head-nav-dt {
  color: #fff;
  width: calc(100% - 230px);
  margin-left: auto;
}

.head-sns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.head-nav {
  display: none;
}

.gnav-dt-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.gnav-dt-list li {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-left: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.gnav-dt-list a {
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}

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

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

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

.head-sns li a {
  line-height: 1;
}

.head-sns li img {
  width: 100%;
}

.head-nav {
  width: 100%;
}

.nav-mb {
  display: none;
}

/* fixed header */

.scroll .site-header {
  height: 74px;
  border-bottom: 1px solid #222;
  padding-top: 4px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  overflow: hidden;
  -webkit-animation: fade-in 0.1s linear;
  animation: fade-in 0.1s linear;
}

.scroll .head-logo {
  border: none;
  padding: 0;
  position: static;
}

.scroll .head-logo img {
  max-height: 60px;
}

.scroll .head-nav-dt,
.privacy .head-nav-dt,
.terms .head-nav-dt {
  color: #222;
}

.scroll .head-nav-dt-upper {
  margin-bottom: 4px;
}

.scroll .head-tel,
.privacy .head-tel,
.terms .head-tel {
  text-shadow: none;
}

.scroll .gnav-dt-list li,
.privacy .gnav-dt-list li,
.terms .gnav-dt-list li {
  font-size: 1.5rem;
  text-shadow: none;
}

.scroll .gnav-dt-list a,
.privacy .gnav-dt-list a,
.terms .gnav-dt-list a {
  color: #222;
}


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

.telinfo {
  background-color: #fff;
  border: 7px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  position: fixed;
  width: 720px;
  height: 640px;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -360px;
  padding: 32px;
  box-sizing: border-box;
  z-index: 9999;
  opacity: 0;
  transition: 0.3s;
}

.telinfo-content {
  width: 90%;
  margin: 0 auto;
}

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

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

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

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

.telinfo-list li a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  display: block;
  position: relative;
  padding: 14px 20px;
  transition: 0.4s;
}

.telinfo-list li a:hover {
  -webkit-filter: brightness(114%);
  filter: brightness(114%);
  transition: 0.2s;
}

.telinfo-list li 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: 16px;
  top: 50%;
  margin-top: -11px;
}

.telinfo-list li .telinfo-number {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0;
}

.telinfo-reception {
  font-size: 1.7rem;
  margin-bottom: 8px;
}

.telinfo-reception dt {
  width: 4.8em;
}

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

.telopen .telinfo {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.telopen::before {
  content: "";
  width: 100%;
  height: 1000vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-infoclose {
  display: none;
}


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

.site-footer {
  color: #fff;
}

.site-footer .inner {
  padding: 100px 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.09) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.09) 10%, transparent 15%);
  background-size: 24px 24px;
  background-position: 0 0, 12px 12px;
}

.foot-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.foot-nav {
  width: 54%;
}

.foot-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.foot-nav ul li {
  font-size: 1.4rem;
  line-height: 1.2;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 0 14px;
  padding: 0 12px;
}

.foot-nav ul a {
  color: #fff;
}

.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.1rem;
  margin-left: 14px;
}

.copyright a {
  color: #fff;
}

.copyright .shipname {
  text-transform: uppercase;
}

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

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

.hero .inner {
  height: 660px;
  max-width: 1200px;
  min-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.hero .logo {
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
}

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

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

.hero-original .inner {
  height: 660px;
  max-width: 1200px;
  min-width: 1080px;
  margin: 0 auto;
  position: relative;
}

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

.hero-slide {
  position: relative;
  width: 100%;
  height: 660px;
}

.hero-slide .inner {
  height: 660px;
  max-width: 1200px;
  min-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.hero-slide-logo {
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
}

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


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

/*
.home-introduction::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  animation: waveAnimation 1.3s;
  animation-iteration-count: infinite;
}
*/
.home-introduction .inner {
  text-align: center;
  max-width: 780px;
  background-color: #fff;
  border: 7px solid #000;
  margin: 0 auto;
  position: relative;
  top: -50px;
  box-sizing: border-box;
  padding: 0 80px 40px;
  z-index: 60;
}

.summary {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 40px 30px 48px;
}

.summary-head {
  display: inline-block;
  transform: translateY(-50%);
  padding: 14px 30px;
  font-size: 1.4rem;
}

.summary-foot {
  padding: 56px 0 48px;
  text-align: center;
  position: relative;
}

.summary-foot::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  animation: waveAnimation 1.3s;
  animation-iteration-count: infinite;
}

.summary p {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: .6em;
}

.summary .summary-name {
  display: inline-block;
  font-size: 1.9rem;
  font-weight: 500;
}

.summary .summary-name strong {
  font-weight: 500;
}

.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.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-align: center;
}

.home-tagline-lead {
  font-size: 1.8rem;
  font-weight: bold;
}

.home-about {
  /*background-image: url(/images/about_bg_n0000.jpg);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.home-about::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.home-about * {
  position: relative;
  z-index: 2;
}

.home-about .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 96px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.home-about-pct {
  position: relative;
}

.home-about-pct figure {
  width: 360px;
  height: 360px;
  overflow: hidden;
  border-radius: 50%;
  border: 7px solid #000;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.home-about-pct::before {
  content: "";
  width: 360px;
  height: 360px;
  border-radius: 50%;
  position: absolute;
  right: -16px;
  bottom: -16px;
  display: block;
  background: url(/common_b/img/common/pattern_stripe_slant.png);
}

.home-about-pct figure img {
  width: 100%;
}

.home-about-txt {
  width: calc(100% - 420px);
}

.home-about-txt p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: .7em;
}

.home-info {
  padding: 80px 0 110px;
  /*background-image: url(/images/info_bg_n0000.jpg);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.home-info::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.home-info::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 2;
  animation: waveAnimation 1.3s;
  animation-iteration-count: infinite;
}

.home-info .sec-title {
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: 42px;
  position: relative;
  z-index: 2;
}

.home-info .ttl-en {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 6.6rem;
  margin-bottom: 12px;
}

.home-info .ttl-jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
}

.home-info-card {
  max-width: 850px;
  background-color: #fff;
  border: 7px solid #000;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 46px 60px;
  position: relative;
  z-index: 2;
}

.home-info-card .ico-new {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 10px 18px;
  color: #fff;
  background-color: #000;
  position: absolute;
  left: -24px;
  top: -12px;
  transform: skewY(-6deg);
}

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

.home-info-date {
  font-size: 1.8rem;
  font-weight: bold;
}

.home-info-card-content {
  font-size: 1.6rem;
  word-break: break-all;
}

.home-info-banner {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.home-info-banner li {
  margin-top: 24px;
  line-height: 0;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.home-info-banner li img {
  width: 100%;
}

.home-info-banner li p {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1.7rem;
  color: #fff;
  padding: 0.9em 1.1em;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.7;
}

.home-catch {
  padding: 96px 0;
  position: relative;
}

.home-catch::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 2;
  animation: waveAnimation 1.3s;
  animation-iteration-count: infinite;
}

.home-catch .sec-title {
  line-height: 1;
  text-align: center;
  margin-bottom: 42px;
}

.home-catch .ttl-en {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 6.6rem;
  margin-bottom: 12px;
}

.home-catch .ttl-jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
}

.home-catch-result {
  max-width: 1100px;
  margin: 0 auto;
}

.home-catch-result ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.home-catch-result ul li {
  width: 30%;
  position: relative;
}

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

.home-catch-date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 8px 14px;
  color: #fff;
  background-color: #000;
  position: absolute;
  left: -14px;
  top: -12px;
  transform: skewY(-6deg);
  z-index: 2;
}

.home-catch-result .pct {
  line-height: 0;
  width: 320px;
  height: 280px;
  overflow: hidden;
  border: 7px solid #000;
  box-sizing: border-box;
  position: relative;
}

.home-catch-result .pct img {
  min-width: 100%;
  max-width: 320px;
  min-height: 280px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.home-catch-result .pct figcaption {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1.4rem;
  color: #fff;
  padding: 0.7em 0.7em 3.15em;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.45;
  white-space: normal;
}

.home-catch-result .pct figcaption span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-catch-result ul li .txt {
  border: 7px solid #000;
  background-color: #fff;
  width: 93%;
  box-sizing: border-box;
  padding: 16px 26px 22px;
  margin: -44px -16px 0 auto;
  position: relative;
  z-index: 2;
}

.home-catch-species dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 4px;
}

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

.home-catch-species .weight,
.home-catch-species .quantity {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 6px;
  padding: 3px 12px;
  border-radius: 12px;
}

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

.home-info-card-link a {
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.3s;
}

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

.home-info-card-link a::after {
  content: "\f362";
  font-family: ionicons;
  font-size: 1.2em;
  font-weight: normal;
  margin-left: .3em;
}

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

a.btn-more {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  padding: 14px 84px 14px 94px;
  background-color: #000;
  transition: 0.3s;
}

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

a.btn-more::after {
  content: "\f362";
  font-family: ionicons;
  font-size: 1.2em;
  font-weight: normal;
  margin-left: .3em;
}

.home-feature {
  position: relative;
  margin-bottom: 80px;
}

.home-feature .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 96px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  position: relative;
}

.plan-schedule + .home-feature .inner {
  padding-top: 0;
}

.home-feature::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 2;
  animation: waveAnimation 1.3s;
  animation-iteration-count: infinite;
}

.feature-btn {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.feature-btn a {
  display: block;
  padding: 40px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 7px;
  margin-bottom: 14px;
  background-color: #e2e2e2;
}

.feature-btn-content {
  background-color: #fff;
  padding: 50px 0;
  max-width: 300px;
  display: flex;
  justify-content: center;
}

.feature-btn .sec-title .ttl-en {
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: .1em;
  margin-bottom: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
}

.feature-btn .sec-title .ttl-jp {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  text-align: center;
}

.feature-custom a {
  padding-top: 56px;
  padding-bottom: 56px;
  border-width: 0;
}
.feature-custom .sec-title .ttl-en {
  margin-bottom: 13px;
  letter-spacing: 0.05em;
  font-size: 4rem;
  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.6rem;
}

.feature-btn .exp {
  font-size: 1.5rem;
  line-height: 1.5;
}

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

.feature-welcome {
  width: 50%;
  height: 185px;
  background: url(/common_b/img/common/btn_welcome.jpg) left center / auto 100% no-repeat;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.feature-welcome .sec-title {
  font-size: 3.4rem;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
}

.feature-welcome .sec-title p:first-child {
  color: #37b254;
  text-indent: -.5em;
}

/* movie */

.home-movie {
  padding: 96px 0;
  position: relative;
}

.home-movie::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 2;
}

.home-movie .sec-title {
  line-height: 1;
  text-align: center;
  margin-bottom: 42px;
}

.home-movie .ttl-en {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 6.6rem;
}

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

.home-movie-video {
  width: calc(50% - 32px);
  height: 0;
  padding-bottom: 32%;
  margin: 0 16px;
  position: relative;
  overflow: hidden;
}

.home-movie-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-movie-video img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.youtube_btn {
  width: 68px;
  height: 48px;
  background: url(/common_b/img/common/btn_playvideo.png) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: grayscale(100%) contrast(130%);
  opacity: .8;
}

.youtube_btn:hover {
  filter: grayscale(0%) contrast(100%);
  opacity: 1;
}

/* added pictures */

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

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

.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 li,
.home-gallery-list-vrtcl li {
  line-height: 0;
}

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

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

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

.home-gallery-list-vrtcl::after {
  content: "";
  display: table;
  clear: both;
}

.home-gallery-vrtcl-left {
  width: 50%;
  float: left;
}

.home-gallery-vrtcl-right {
  width: 50%;
  float: right;
}


/* =================================================================
		#contactbox
================================================================= */

.contactbox {
  background: url(/common_b/img/common/contact_bg.jpg) center center / cover no-repeat;
}

.contactbox .inner {
  padding-bottom: 80px;
}

.contactbox-baloon {
  max-width: 510px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border: 5px solid #000;
  margin: 0 auto 16px;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
  top: -26px;
}

.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(238, 238, 238, 0);
  border-top-width: 25px;
  border-bottom-width: 25px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-left: -14px;
  border-top-color: #ffffff;
}

.contactbox-baloon:before {
  border-color: rgba(63, 114, 155, 0);
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-left-width: 17px;
  border-right-width: 17px;
  margin-left: -17px;
  margin-top: 3px;
  border-top-color: #000000;
}

.contactbox-tel {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

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

.contactbox-tel dt {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 5px solid #fff;
  color: #fff;
  text-shadow: 0px 0px 6px #000;
}

.contactbox-tel dt:not(:first-child) {
  margin-top: 32px;
}

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

.contactbox-tel dd .contactbox-tel-number {
  text-align: center;
  font-size: 5.6rem;
  letter-spacing: .1em;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0px 0px 6px #000;
}

.contactbox-tel dd .contactbox-tel-number::before {
  content: "\f4b9";
  font-family: ionicons;
  font-weight: normal;
  margin-right: 6px;
  font-size: 5rem;
}

.contactbox-tel dd .contactbox-tel-hour {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 0;
  color: #fff;
  text-shadow: 0px 0px 6px #000;
}

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

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

.btn-contact-mail a {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  background-color: #101010;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  padding: 16px 90px;
  box-sizing: border-box;
  transition: 0.3s;
}

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

.btn-contact-mail a::before {
  content: "\f2eb";
  font-family: ionicons;
  display: inline-block;
  font-weight: normal;
  margin-right: .4em;
  font-size: 1.2em;
  vertical-align: middle;
}

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

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

#googlemap {
  width: 50%;
}

#googlemap iframe {
  width: 100%;
  height: 100%;
}

.home-access-content {
  width: 50%;
  padding: 80px 60px;
  box-sizing: border-box;
}

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

.home-access-content .ttl-en {
  font-size: 6.6rem;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  margin-bottom: 14px;
}

.home-access-content .ttl-jp {
  font-size: 2.2rem;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}

.access-mapcode {
  margin-bottom: 38px;
}

.access-mapcode p {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8) url(/common_b/img/common/ico_mapcode.png) left 20px center / 70px auto no-repeat;
  padding: 8px 16px 8px 100px;
  font-size: 2rem;
}

.home-access-root {
  font-size: 1.5rem;
  margin-bottom: 32px;
}

.home-access-root dt {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 4px;
}

a.btn-map {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 14px 84px 14px 94px;
  background-color: #000;
  transition: 0.3s;
}

a.btn-map::before {
  content: "\f1ff";
  font-family: ionicons;
  font-size: 1.6em;
  margin-right: 8px;
  font-weight: normal;
  vertical-align: middle;
}

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


/* =================================================================
		#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;
}

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

.content-head {
  margin: 0 auto;
  padding: 200px 0 80px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
}

.content-head::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  animation: waveAnimation 1.3s;
  animation-iteration-count: infinite;
}

.content-head .ttl-en {
  font-size: 9rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
}

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

.content-head-s {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  margin-top: 76px;
  padding: 40px 0 24px;
  position: relative;
  line-height: 1;
}

.content-head-s .ttl-en {
  font-size: 4.2rem;
  margin-bottom: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

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

.content {
  padding-top: 72px;
}

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

.about .content-head {
  /*background: url(/images/hero_about_n0000.jpg) center center / cover no-repeat;*/
}

.about-intro {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 96px;
}

.about-intro-pct {
  width: 55%;
  border: 7px solid #000;
  box-sizing: border-box;
  position: relative;
  right: -30px;
}

.about-intro-pct::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -22px;
  bottom: -22px;
  display: block;
  background: url(/common_b/img/common/pattern_stripe_slant.png);
  z-index: 1;
}

.about-intro-pct img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.about-intro-txt {
  width: 45%;
  margin-bottom: 120px;
  padding: 30px 40px;
  border: 7px solid #000;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  left: -30px;
  top: 160px;
  z-index: 3;
}

.about-intro-logo {
  text-align: center;
  margin-bottom: 14px;
}

.about-intro-logo img {
  width: 60%;
  max-width: 200px;
}

.about-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.about-intro-place {
  font-size: 1.4rem;
  margin-right: .6em;
}

.about-intro-name {
  font-size: 1.6rem;
  font-weight: bold;
}

.about-profile {
  padding: 80px 0 110px;
  position: relative;
}

.about-profile::before {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  top: -25px;
  z-index: 2;
  animation: waveAnimation 1.3s;
  animation-iteration-count: infinite;
}

.about-profile::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  animation: waveAnimation 1.3s;
  animation-iteration-count: infinite;
}

.about-profile .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-profile-data {
  width: 42%;
  font-size: 1.6rem;
}

.about-profile-data th {
  padding-top: 12px;
  border-bottom: 2px solid #222;
  white-space: nowrap;
  padding: 24px 16px 24px 0;
}

.about-profile-data td {
  width: 70%;
  border-bottom: 2px solid #222;
  padding: 24px 0;
  vertical-align: middle;
}

.about-profile-credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.about-profile-representation {
  width: 54%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.about-profile-representation .txt {
  order: 1;
  width: calc(100% - 260px);
  background-color: #fff;
  padding: 32px;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
}

.about-profile-representation .txt::before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 22px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 100%;
  top: 112px;
}

.about-profile-representation-pct {
  width: 220px;
  order: 2;
}

.about-profile-representation-pct figure {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #000;
  margin-bottom: 16px;
}

.about-profile-representation-pct dt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}

.about-profile-representation-name {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 24px;
}

.about-profile-representation-name p {
  margin-bottom: .6em;
}

.about-profile-representation-pct img {
  width: 100%;
}

.credit-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

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

.credit-list li img {
  width: auto;
  height: 1em;
  margin-right: 0.3em;
}

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

.about-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px;
}

.about-gallery h2 {
  width: 100%;
  font-size: 6rem;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

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

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

.about-gallery-list img {
  width: 100%;
  border: 5px solid #000;
  box-sizing: border-box;
}

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

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

.about-gallery-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

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

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

/* added gallery */

.about-gallery-option img {
  width: 100%;
}

/* vertical gallery */

.about-gallery-vrtcl img {
  width: 100%;
}

.about-gallery-vrtcl .about-gallery-list {
  display: block;
}

.about-gallery-vrtcl .about-gallery-list::after {
  content: "";
  display: table;
  clear: both;
}

.about-gallery-vrtcl .about-gallery-l {
  width: calc(50% - 10px);
  float: left;
}

.about-gallery-vrtcl .about-gallery-s {
  float: right;
}

/*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 {
  margin: 80px auto 0;
}

.about-multiple h2 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 24px;
}

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

.about-multiple .pct-l img,
.about-multiple .pct-s img {
  width: 100%;
}

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

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

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

.about-multiple .data {
  width: 45%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

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

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

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

.about-multiple .txt p {
  margin-bottom: 1em;
}

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


/* =================================================================
		#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 .content-head {
  /*background: url(/images/hero_contact_n0000.jpg) center center / cover no-repeat;*/
}

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

}

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

.contact-notice .must {
  border: 1px solid #b22020;
  font-size: 0.8em;
  color: #b22020;
  line-height: 1;
  padding: 2px 6px;
  margin-right: 4px;
}

.tbl-form {
  width: 100%;
  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;
  line-height: 1.6;
  background: #f2f2f2;
  border: 1px solid #d4d4d4;
}

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

.contact-submitarea {
  max-width: 1000px;
  margin: 0 auto 120px;
  position: relative;
  text-align: center;
}

.contact-submitarea input {
  font-size: 22px;
  color: #fff;
  padding: 24px 90px;
  border: none;
  background-color: #2f2f2f;
  border-radius: 36px;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}

.contact-submitarea input:hover {
  background-color: #484848;
  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 110px;
}

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

.form-complete p:first-child {
  text-align: center;
  margin-bottom: 48px;
}

.form-complete a {
  text-decoration: underline;
}

.form-complete p.btn-detail-wrap {
  font-size: 1.8rem;
  text-align: center;
}

.tbl-form .must:after {
  content: "必須";
  border: 1px solid #b22020;
  font-weight: 500;
  font-size: 1.15rem;
  color: #b22020;
  line-height: 1;
  position: relative;
  padding: 2px 6px;
  top: -2px;
  margin-left: 8px;
}

p.error {
  color: #c00;
  margin: 0 0 0.3em;
  font-size: 15px;
}

/* =================================================================
		#sns
================================================================= */

.sns {
  max-width: 800px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

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

.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;
  box-sizing: border-box;
  background-color: #fff;
}

.sns-line .sec-title {
  text-align: center;
  margin: 0 auto 8px;
}

.sns-line .sec-title h2 {
  display: inline-block;
  font-size: 2.3rem;
  color: #08b309;
  background: url(/common_b/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;
}

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

a.btn-line {
  font-size: 1.8rem;
  padding: 10px 56px;
  display: inline-block;
  background-color: #00c300;
  color: #fff;
  font-weight: bold;
}

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



.about-gallery h2 {
  background: none;
}


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

.plan .content-head {
  /*background: url(/images/hero_planprice_n0000.jpg) center center / cover no-repeat;*/
}

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

.plan-lead p {
  margin-bottom: .9em;
}

.plan-lead a {
  font-weight: bold;
  text-decoration: underline;
}

.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;
  background-color: #fff;
  border: 7px solid #000;
  box-sizing: border-box;
}

.plan-planmenu-ttl {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  position: relative;
}

.plan-planmenu-cat {
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  padding: 6px 8px;
  margin-right: 8px;
}

.plan-planmenu-cat-noriai {
  background-color: #39b271;
  color: #fff;
}

.plan-planmenu-cat-shitate {
  background-color: #dd6e6e;
  color: #fff;
}

.plan-planmenu-ttl h2 {
  font-size: 2.3rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.plan-planmenu-content {
  margin: 0 24px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

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

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

.plan-planmenu-price dt {
  margin-bottom: .3em;
}

.plan-planmenu-price dt::before {
  content: "\f2aa";
  font-family: ionicons;
  margin-right: .3em;
}

.plan-planmenu-price dd p {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.plan-planmenu-price dd .note {
  margin-bottom: 10px;
}

.plan-planmenu-price dd .note p {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 0.2em;
}

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

.plan-planmenu-hour dt {
  margin-bottom: .3em;
}

.plan-planmenu-hour dt::before {
  content: "\f403";
  font-family: ionicons;
  margin-right: .3em;
}

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

.plan-planmenu-hour dd h3 {
  font-size: 1.6rem;
}

div + .plan-planmenu-hour dd h3 {
  margin: 1.2em 0 .5em;
}


.plan-planmenu-hour li {
  padding-left: 1em;
  position: relative;
}

.plan-planmenu-hour li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-right: 4px;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0.45em;
}

.plan-planmenu-hour aside,
.plan-planmenu-hour .note {
  text-indent: -1em;
  padding-left: 1em;
}

.plan-planmenu-pct {
  width: 40%;
  margin-bottom: 24px;
  position: relative;
  right: -48px;
}

.plan-planmenu-pct img {
  width: 100%;
  border: 7px solid #000;
  box-sizing: border-box;
}

.plan-planmenu-exp {
  width: 100%;
  font-size: 1.6rem;
}

.plan-planmenu-exp p {
  margin-bottom: .9em;
}

.plan-planmenu-content .note {
  font-size: 1.4rem;
  margin-top: 8px;
  text-indent: -1em;
  padding-left: 1em;
}

.plan-planmenu-content table {
  font-size: 1.2rem;
  line-height: 1.4;
  border-top: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  table-layout: fixed;
  margin: 8px 0;
}

.plan-planmenu-content table th {
  background-color: #fafafa;
  text-align: center;
  padding: 6px 4px;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}

.plan-planmenu-content table td {
  padding: 6px 4px;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}

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

.btn-reservation span {
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.4s;
}

.btn-reservation span:hover {
  -webkit-filter: brightness(114%);
  filter: brightness(114%);
}

.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-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 5px solid #222;
}

.plan-option-block > h3 {
  font-size: 1.8rem;
  margin: 24px 0 0;
  padding-bottom: 8px;
  border-bottom: 1px solid
}

.plan-option-block dl {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
  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;
}

.plan-option-block dt,
.plan-option-block dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.plan-option-block dt {
  width: 45%;
  padding: 24px 10px 24px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.plan-option-block p {
  font-size: 1.4rem;
  line-height: 1.5;
}

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

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

.plan-rental:first-child .amount {
  display: block;
}

.plan-option-block aside {
  font-size: 1.6rem;
  margin-top: 22px;
  text-indent: -1em;
  padding-left: 1em;
}


.bn-namelist {
  margin: 57px auto 60px;
  max-width: 900px;
}
.bn-namelist-block {
  width: calc(100% - 32px);
  max-width: 700px;
  margin: 0 auto;
}
.bn-namelist a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  margin-bottom: 14px;
  border: 1px solid #767676;
  background: #ffffff url(/common_b/img/common/btn_namelist.jpg) center center / cover no-repeat;
  transition: 0.5s;
  box-sizing: border-box;
}
.bn-namelist a:hover {
  filter: brightness(106%);
}
.bn-namelist h5 {
  font-size: 2.4rem;
}
.bn-namelist a::before {
  content: "\f12e";
  font-family: ionicons;
  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 {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding: 6px;
  box-sizing: border-box;
  background: #c7b340 url(/common_b/img/common/btn_discount.jpg) center center / cover no-repeat;
}

.bn-discount a .inner {
  height: 120px;
  border: 1px solid rgba(54, 34, 21, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #291d15;
}

.bn-discount .txt {
  text-align: center;
  line-height: 1.2;
}

.bn-discount h3 {
  font-size: 3.4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 4px;
  letter-spacing: 0.15em;
  text-shadow: 0 0 8px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1);
}

.bn-discount .txt-en {
  font-size: 1.2rem;
  font-family: serif;
  margin-bottom: 0;
  letter-spacing: 0.15em;
}

.bn-discount .limit {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #e00202;
  background: -moz-linear-gradient(-45deg, #be1f12 9%, #d3361a 100%);
  background: -webkit-linear-gradient(-45deg, #d3361a 9%, #ba2525 100%);
  background: linear-gradient(135deg, #d3361a 9%, #ba2525 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3361a', endColorstr='#ba2525', GradientType=1);
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

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

.coubiccal-wrap {
  width: 100%;
  margin: 0 auto;
}

.coubiccal {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 140%;
}

.coubiccal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plan-notice {
  background-color: #9cd8ce;
  padding: 64px 0 80px;
}

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

.plan-notice h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.6rem;
}

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

.plan-notice h3 span {
  display: inline-block;
  position: relative;
}

.plan-notice h3 span::before,
.plan-notice h3 span::after {
  position: absolute;
  top: 50%;
  width: 1.05em;
  border-top: 1px solid #222;
  content: "";
}

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

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

.plan-notice h4 {
  font-size: 1.6rem;
  margin: 8px 0 4px;
  text-align: center;
}

.plan-notice ul {
  font-size: 1.6rem;
  margin-bottom: 22px;
}

.plan-notice ul:last-of-type {
  margin-bottom: 0;
}

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

.plan-notice ul li {
  margin-bottom: 8px;
  padding-left: 1em;
  position: relative;
}

.plan-notice ul li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-right: 4px;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0.45em;
}

.plan-notice p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

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

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

.googlecal-link a {
    width: fit-content;
    display: block;
    font-size: 1.7rem;
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 16px 44px 16px 30px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

@media (hover: hover) {
    .googlecal-link a {
        transition: background-color .2s;
    }

    .googlecal-link a:hover {
        background-color: #464646;
    }
}

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

.googlecal-link a:before {
    content: "\f362";
    font-family: ionicons;
    font-size: 1.2em;
    position: absolute;
    right: .6em;
    top: 50%;
    transform: translateY(-50%);
}

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

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

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

.googlecal iframe {
  width: 100%;
  height: 700px;
}

.plan-schedule-exp {
  width: 90%;
  margin: 24px auto 0;
}

.plan-schedule-exp ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.plan-schedule-exp li {
  width: 49%;
  font-size: 1.3rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.plan-schedule-exp .color {
  width: 29%;
  height: 1.2em;
  margin-right: 4%;
  border-radius: 3px;
  display: inline-block;
}

.plan-schedule-exp p {
  display: inline-block;
}

.plan-schedule-status-01 {
  background-color: #E6804D;
}

.plan-schedule-status-02 {
  background-color: #dae03f;
}

.plan-schedule-status-03 {
  background-color: #668CD9;
}

.plan-schedule-status-04 {
  background-color: #65AD89;
}

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

.catch .content-head {
  /*background: url(/images/hero_catch_n0000.jpg) center center / cover no-repeat;*/
}

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

.catch-block {
  background-color: #f4f6e5;
  max-width: 1000px;
  margin: 0 auto 32px;
  padding: 24px 32px 32px 32px;
  box-sizing: border-box;
  border: 7px solid #000;
}

.catch-head {
  margin: 0 0 16px;
  font-size: 1.6rem;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.catch-head .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catch-date {
  width: 100%;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}

.catch-head dl {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-print {
  display: block;
  padding: 5px 28px;
  font-size: 1.7rem;
  line-height: 1.4;
  border-radius: 23px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.1s;
  white-space: nowrap;
}

.btn-print::before {
  content: "\f3a5";
  font-family: ionicons;
  font-size: 1.3em;
  margin-right: 2px;
}

.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 img {
  width: 100%;
}

.catch-info {
  margin: 0 16px;
}

.catch-info-table {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

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

.catch-info-table td {
  display: inline-block;
  margin-right: 8px;
  padding-bottom: 12px;
}

.catch-info-table td span {
  color: #000;
  background-color: #e3ebad;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 8px;
  padding: 6px;
}

.catch-info-comment {
  font-size: 1.6rem;
  font-weight: bold;
}

.catch-info-comment p {
  margin-bottom: 16px;
  word-break: break-all;
}

.catch-info-comment p:last-child {
  margin-bottom: 0;
}

.catch-info-comment p a {
  text-decoration: underline;
}

.catch-info-option p {
  margin-bottom: 4px;
}

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

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


/*photo slider*/

.catch-photo {
  margin: 0 0 3%;
}

.catch-photo .thumb-item {
  height: auto;
  width: 720px;
  overflow: hidden;
}

.catch-photo .thumb-item a {
  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;
  text-align: center;
  /*  height: 260px;*/
  position: relative;
}

.catch-photo .thumb-item img {
  width: auto;
  min-width: 450px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.catch-photo .thumb-item a p {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1.7rem;
  color: #fff;
  padding: 0.9em 1.1em;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.catch-photo .thumb-item-nav {
  background: url(/common_b/img/common/pattern_stripe_slant.png);
  width: 196px;
  padding: 14px;
  box-sizing: border-box;
  position: relative;
}

.catch-photo .thumb-item-nav li span {
  width: 164px;
  height: 122px !important;
  display: table-cell;
  vertical-align: middle;
}

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

.catch-photo .slick-prev,
.catch-photo .slick-next {
  top: 10px;
  width: 6%;
  height: 100%;
}

.catch-photo .slick-prev {
  background: url(/common_b/img/common/btn_prev.png) no-repeat 50% 50%;
  background-size: 6px auto;
}

.catch-photo .slick-next {
  background: url(/common_b/img/common/btn_next.png) no-repeat 50% 50%;
  background-size: 6px auto;
}

.catch-photo .slick-prev {
  left: 0px;
}

.catch-photo .slick-next {
  right: 0px;
}

.slick-initialized .slick-slide {
  width: 760px;
  text-align: center;
}

.slick-slide img {
  display: block;
  line-height: 0;
  width: 100%;
  height: auto;
}

#boxer .boxer-position {
  display: none !important;
}

#boxer {
  z-index: 9960 !important;
}

/*navigation*/

.catch-nav {
  max-width: 1000px;
  background-color: #f0f0f0;
  margin: 0 auto 32px;
  padding: 20px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.catch-nav dl dt span::before {
  content: "\f21f";
  font-family: ionicons;
  margin-right: .4em;
}

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

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

.catch-btn {
  cursor: pointer;
  font-size: 1.5rem;
  padding: 8px 14px;
  border-radius: 18px;
  border: none;
  color: #fff;
  background: #666666;
  background: -moz-linear-gradient(top, #666666 0%, #333333 87%);
  background: -webkit-linear-gradient(top, #666666 0%, #333333 87%);
  background: linear-gradient(to bottom, #666666 0%, #333333 87%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333', GradientType=0);
}

.catch-nodata {
  text-align: center;
  font-size: 1.5rem;
  margin: 3em 0;
}

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

.access .content-head {
  background: url(/common_b/img/common/hero_access.jpg) center center / cover no-repeat;
}

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

.access-content .home-access {
  background-color: transparent;
}

.access-content .sec-title {
  display: none;
}

.access-content .access-mapcode {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

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

.access-content #googlemap {
  width: 100%;
  height: 56vh;
  border: 7px solid #000;
  margin-bottom: 22px;
  position: relative;
}

.access-content #googlemap iframe {
  position: relative;
  z-index: 2;
}

.access-content #googlemap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -24px;
  bottom: -24px;
  display: block;
  background: url(/common_b/img/common/pattern_stripe_slant.png);
}

.access-content .home-access-content {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.access-content .btn-map-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  order: 3;
}

.access-content .home-access-root {
  width: 100%;
  order: 4;
}

.home-access-root dd p {
  margin-bottom: .8em;
  word-break: break-all;
}

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

.faq .content-head {
  /*background: url(/images/hero_faq_n0000.jpg) center center / cover no-repeat;*/
}

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

.faq-cat-ttl {
  margin-bottom: 24px;
  text-align: center;
}

.faq-cat-ttl h2 {
  font-size: 2.5rem;
  display: inline-block;
  position: relative;
}

.faq-cat-ttl h2::before,
.faq-cat-ttl h2::after {
  position: absolute;
  top: 50%;
  width: 1.3em;
  border-top: 1px solid #000;
  content: "";
}

.faq-cat-ttl h2::before {
  left: -1.7em;
}

.faq-cat-ttl h2::after {
  right: -1.7em;
}

.faq-sec dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 8px 8px 40px;
  position: relative;
  background-color: #f2f2f2;
}

.faq-sec dt::before,
.faq-sec dd::before {
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  line-height: 1;
  font-size: 2.6rem;
}

.faq-sec dt::before {
  content: "Q";
  top: 50%;
  left: 9px;
  margin-top: -1.6rem;
}

.faq-sec dd {
  font-size: 1.6em;
  margin: 16px 0 0;
  padding: 0 0 0 40px;
  position: relative;
  word-break: break-all;
}

.faq-sec dd::before {
  top: 0;
  left: 10px;
  content: "A";
  color: #d3643b;
}

.faq .txt a,
.faq-sec a {
  text-decoration: underline;
  font-weight: bold;
}

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

.link .content-head {
  /*background: url(/images/hero_link_n0000.jpg) center center / cover no-repeat;*/
}

.link-sec h2 {
  font-size: 1.8rem;
  padding-bottom: 8px;
  margin-bottom: 4px;
}

.link-tbl th {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 8px 0 0;
  box-sizing: border-box;
}

.link-tbl th a {
  color: #163a9d;
  text-decoration: underline;
  display: block;
  background: url(/common_b/img/common/ico_arrow_circle_black.png) left center / 1.1em auto no-repeat;
  padding: 4px 0 4px 1.3em;
}

.link-tbl td {
  display: block;
  font-size: 1.4rem;
  padding: 4px 0 12px;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
}

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

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

.calendar-lead {
  text-align: center;
  width: calc(100% - 32px);
  margin: 0 auto 16px;
}

.calendar-ttl {
  text-align: center;
  font-size: 6.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: 'Noto Sans JP', sans-serif;
}

.calendar-table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 40px;
}

.calendar-table-wrap::-webkit-scrollbar {
  height: 5px;
}

.calendar-table-wrap::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.calendar-table-wrap::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.calendar-table {
  white-space: nowrap;
}

.calendar-table th,
.calendar-table td {
  border-right: 1px dotted #bfbfbf;
}

.calendar-table tr th:last-child,
.calendar-table tr td:last-child {
  border-right: none;
}

.calendar-table thead {
  background-color: #f5f5f5;
}

.calendar-table thead th {
  min-width: 42px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 1em;
  text-align: center;
  box-sizing: border-box;
}

.calendar-table thead th em {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
}

.calendar-table tbody {
  position: relative;
}

.calendar-table tbody th {
  padding: 4px;
  border-bottom: 1px solid #b7b7b7;
  box-sizing: border-box;
}

.calendar-table .name div {
  line-height: 1.5;
  color: #fff;
  padding: 1em;
  background-color: #e3e3e3;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.calendar-table tbody td {
  padding: 0;
  border-bottom: 1px solid #b7b7b7;
  box-sizing: border-box;
}

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

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

.calendar-table td {
  position: relative;
}

.calendar-table .ico {
  position: absolute;
  top: 25%;
  height: 4.3em;
  z-index: 10;
}

.calendar-table .ico img {
  width: auto;
  height: 100%;
}

.calendar-table .ico img[src="/common_b/img/common/fish_surumeika.png"] {
  height: 128%;
}

.calendar-table .ico img[src="/common_b/img/common/fish_aoriika.png"] {
  height: 120%;
}

.calendar-table .ico img[src="/common_b/img/common/fish_aji.png"] {
  height: 85%;
}

.calendar-table .ico img[src="/common_b/img/common/fish_katsuo.png"] {
  height: 116%;
}

.calendar-table .ico img[src="/common_b/img/common/fish_inada.png"] {
  height: 85%;
}

.calendar-table .ico img[src="/common_b/img/common/fish_kawahagi.png"] {
  height: 116%;
}

.calendar-table .ico img[src="/common_b/img/common/fish_ishidai.png"] {
  height: 116%;
}

.calendar-table .ico img[src="/common_b/img/common/fish_maguro.png"] {
  height: 110%;
}

.calendar-table .ico img[src="/common_b/img/common/fish_madako.png"] {
  height: 132%;
}

.calendar-table .ico img[src="/common_b/img/common/fish_maanago.png"] {
  height: 125%;
}

.calendar-table .ico img[src="/common_b/img/common/fish_kihadamaburo.png"] {
  height: 116%;
}

.calendar-table .ico img[src="/common_b/img/common/fish_hanadai.png"] {
  height: 116%;
}

.calendar-table .ico img[src="/common_b/img/common/fish_karei.png"] {
  height: 116%;
}

.calendar-table tbody td {
  text-align: left;
  vertical-align: middle;
}

.calendar-table .bar {
  display: block;
  width: 100%;
  height: 28px;
  padding-right: 1px;
}

.calendar-table .bar-start {
  border-radius: 14px 0 0 14px;
  margin-left: 4px;
}

.calendar-table .bar-end {
  width: calc(100% - 4px);
  border-radius: 0 14px 14px 0;
  padding-right: 0;
}

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

.calendar-table tbody tr:nth-child(1) .name div,
.calendar-table tbody tr:nth-child(7) .name div,
.calendar-table tbody tr:nth-child(13) .name div {
  background: #26aefd;
  background: -moz-linear-gradient(left, #26aefd 1%, #2696d7 100%);
  background: -webkit-linear-gradient(left, #26aefd 1%, #2696d7 100%);
  background: linear-gradient(to right, #26aefd 1%, #2696d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26aefd', endColorstr='#2696d7', GradientType=1);
}

.calendar-table tbody tr:nth-child(1) .bar,
.calendar-table tbody tr:nth-child(7) .bar,
.calendar-table tbody tr:nth-child(13) .bar {
  background-color: #26aefd;
}

.calendar-table tbody tr:nth-child(1) td,
.calendar-table tbody tr:nth-child(7) td,
.calendar-table tbody tr:nth-child(13) td {
  background-image: linear-gradient(135deg, #d4efff 40%, #ffffff 40%, #ffffff 50%, #d4efff 50%, #d4efff 90%, #ffffff 90%, #ffffff 100%);
  background-size: 7.07px 7.07px;
}

.calendar-table tbody tr:nth-child(2) .name div,
.calendar-table tbody tr:nth-child(8) .name div,
.calendar-table tbody tr:nth-child(14) .name div {
  background: #eb9129;
  background: -moz-linear-gradient(left, #f4a144 1%, #eb9129 100%);
  background: -webkit-linear-gradient(left, #f4a144 1%, #eb9129 100%);
  background: linear-gradient(to right, #f4a144 1%, #eb9129 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4a144', endColorstr='#eb9129', GradientType=1);
}

.calendar-table tbody tr:nth-child(2) .bar,
.calendar-table tbody tr:nth-child(8) .bar,
.calendar-table tbody tr:nth-child(14) .bar {
  background-color: #eb9129;
}

.calendar-table tbody tr:nth-child(2) td,
.calendar-table tbody tr:nth-child(8) td,
.calendar-table tbody tr:nth-child(14) td {
  background-image: linear-gradient(135deg, #fff6d8 40%, #ffffff 40%, #ffffff 50%, #fff6d8 50%, #fff6d8 90%, #ffffff 90%, #ffffff 100%);
  background-size: 7.07px 7.07px;
}

.calendar-table tbody tr:nth-child(3) .name div,
.calendar-table tbody tr:nth-child(9) .name div,
.calendar-table tbody tr:nth-child(15) .name div {
  background: #c551b7;
  background: -moz-linear-gradient(left, #d373c6 1%, #c551b7 100%);
  background: -webkit-linear-gradient(left, #d373c6 1%, #c551b7 100%);
  background: linear-gradient(to right, #d373c6 1%, #c551b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d373c6', endColorstr='#c551b7', GradientType=1);
}

.calendar-table tbody tr:nth-child(3) .bar,
.calendar-table tbody tr:nth-child(9) .bar,
.calendar-table tbody tr:nth-child(15) .bar {
  background-color: #c551b7;
}

.calendar-table tbody tr:nth-child(3) td,
.calendar-table tbody tr:nth-child(9) td,
.calendar-table tbody tr:nth-child(15) td {
  background-image: linear-gradient(135deg, #fae5f7 40%, #ffffff 40%, #ffffff 50%, #fae5f7 50%, #fae5f7 90%, #ffffff 90%, #ffffff 100%);
  background-size: 7.07px 7.07px;
}

.calendar-table tbody tr:nth-child(4) .name div,
.calendar-table tbody tr:nth-child(10) .name div,
.calendar-table tbody tr:nth-child(16) .name div {
  background: #428e4d;
  background: -moz-linear-gradient(left, #428e4d 1%, #67a670 100%);
  background: -webkit-linear-gradient(left, #428e4d 1%, #67a670 100%);
  background: linear-gradient(to right, #428e4d 1%, #67a670 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#428e4d', endColorstr='#67a670', GradientType=1);
}

.calendar-table tbody tr:nth-child(4) .bar,
.calendar-table tbody tr:nth-child(10) .bar,
.calendar-table tbody tr:nth-child(16) .bar {
  background-color: #428e4d;
}

.calendar-table tbody tr:nth-child(4) td,
.calendar-table tbody tr:nth-child(10) td,
.calendar-table tbody tr:nth-child(16) td {
  background-image: linear-gradient(135deg, #e2f8e5 40%, #ffffff 40%, #ffffff 50%, #e2f8e5 50%, #e2f8e5 90%, #ffffff 90%, #ffffff 100%);
  background-size: 7.07px 7.07px;
}

.calendar-table tbody tr:nth-child(5) .name div,
.calendar-table tbody tr:nth-child(11) .name div,
.calendar-table tbody tr:nth-child(17) .name div {
  background: #ea5426;
  background: -moz-linear-gradient(left, #f47243 1%, #ea5426 100%);
  background: -webkit-linear-gradient(left, #f47243 1%, #ea5426 100%);
  background: linear-gradient(to right, #f47243 1%, #ea5426 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47243', endColorstr='#ea5426', GradientType=1);
}

.calendar-table tbody tr:nth-child(5) .bar,
.calendar-table tbody tr:nth-child(11) .bar,
.calendar-table tbody tr:nth-child(17) .bar {
  background-color: #ea5426;
}

.calendar-table tbody tr:nth-child(5) td,
.calendar-table tbody tr:nth-child(11) td,
.calendar-table tbody tr:nth-child(17) td {
  background-image: linear-gradient(135deg, #ffebe5 40%, #ffffff 40%, #ffffff 50%, #ffebe5 50%, #ffebe5 90%, #ffffff 90%, #ffffff 100%);
  background-size: 7.07px 7.07px;
}

.calendar-table tbody tr:nth-child(6n) .name div,
.calendar-table tbody tr:nth-child(12) .name div,
.calendar-table tbody tr:nth-child(18) .name div {
  background: #26a3a2;
  background: -moz-linear-gradient(left, #2fbebc 1%, #26a3a2 100%);
  background: -webkit-linear-gradient(left, #2fbebc 1%, #26a3a2 100%);
  background: linear-gradient(to right, #2fbebc 1%, #26a3a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2fbebc', endColorstr='#26a3a2', GradientType=1);
}

.calendar-table tbody tr:nth-child(6) .bar,
.calendar-table tbody tr:nth-child(12) .bar,
.calendar-table tbody tr:nth-child(18) .bar {
  background-color: #26a3a2;
}

.calendar-table tbody tr:nth-child(6) td,
.calendar-table tbody tr:nth-child(12) td,
.calendar-table tbody tr:nth-child(18) td {
  background-image: linear-gradient(135deg, #e1f9f8 40%, #ffffff 40%, #ffffff 50%, #e1f9f8 50%, #e1f9f8 90%, #ffffff 90%, #ffffff 100%);
  background-size: 7.07px 7.07px;
}

.ico-month-01 {
  left: 3%;
}

.ico-month-02 {
  left: 102%;
}

.ico-month-03 {
  left: 202%;
}

.ico-month-04 {
  left: 302%;
}

.ico-month-05 {
  left: 402%;
}

.ico-month-06 {
  left: 502%;
}

.ico-month-07 {
  left: 602%;
}

.ico-month-08 {
  left: 702%;
}

.ico-month-09 {
  left: 802%;
}

.ico-month-10 {
  left: 902%;
}

.ico-month-11 {
  left: 1002%;
}

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

.route .content-head {
  /*background: url(/images/hero_route_n0000.jpg) center center / cover no-repeat;*/
}

.sec-lead {
  text-align: center;
  margin-bottom: 24px;
}

.route-sec h2 {
  font-size: 1.8rem;
  background-color: #f2f2f2;
  padding: 0 12px 8px;
  margin-bottom: 16px;
}

.route-sec h2 span {
  display: block;
}

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

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

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

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

.route-interchange dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.2em;
}

.route-interchange dd p {
  margin-bottom: 0.8em;
}

.route-interchange p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.ttl-car::before {
  font-family: ionicons;
  content: "\f36f";
  font-size: 1.5em;
  font-weight: 500;
  margin-right: 0.25em;
  position: relative;
  top: 0.14em;
}

.ttl-train::before {
  font-family: ionicons;
  content: "\f3b4";
  font-size: 1.35em;
  font-weight: 500;
  margin-right: 0.4em;
  position: relative;
  top: 0.14em;
}

.route-sec .list-items {
  font-size: 1.4rem;
}

.route-sec p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.route-sec p a {
  text-decoration: underline;
  font-weight: bold;
}

.route-sec .note {
  font-size: 1.4rem;
  margin: 0.8em 0 1.2em;
}

.route-sec .note p {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}

.route-sec .pct {
  margin-bottom: 12px;
}

.route-sec .pct img {
  width: 100%;
}

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

.route-list li {
  margin-bottom: 0.9em;
  padding-left: 3.3rem;
  position: relative;
}

.route-list .num {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2;
  width: 2.6rem;
  height: 2.6rem;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.3rem;
}

.route-way-block {
  width: calc(100% - 32px);
  margin: 0 auto 40px;
}

.route-way-flow {
  background-color: #f4f6e5;
  padding: 24px 24px 16px;
  margin-bottom: 32px;
}

.route-way-flow li {
  margin-bottom: 48px;
  position: relative;
}

.route-way-flow li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 26px 0 26px;
  border-color: #999 transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -26px;
}

.route-way-flow li:last-child {
  margin-bottom: 0;
}

.route-way-flow li:last-child::after {
  display: none;
}

.route-way-flow p {
  margin-bottom: 0;
}

.route-way-flow p .num {
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 0.4em;
}


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

.sec-privacy {
  width: 1000px;
  margin: 0 auto 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;
}

.list-lower > li {
  padding-left: 0.9em;
  margin-bottom: 6px;
  position: relative;
}

.list-lower > li::before {
  content: "●";
  color: #717171;
  display: block;
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  top: 0.6em;
}


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

.foot-ad {
  width: 40%;
}

.foot-ad a {
  display: block;
}

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

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

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

.home-ad img {
  width: 100%;
}

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

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

.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 img {
  width: 100%;
}

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


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

}


/* 遊漁船業者登録 */
.authorization {
  margin: 40px 0;
  line-height: 1.5;
  padding: 0 16px;
}

.authorization-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid #222;
}

.authorization-data {
  font-size: 1.4rem;
  letter-spacing: 0;
  border: 2px solid #222;
  margin-bottom: 24px;
}

.authorization-item:not(:last-child) {
  border-bottom: 1px solid #222;
}

.authorization-item {
  display: flex;
  align-items: stretch;
}

.authorization-item dt {
  width: 30%;
  border-right: 1px solid #222;
  font-weight: bold;
  padding: 0.4em 0.6em;
  display: flex;
  align-items: center;
}

.authorization-item dd {
  flex: 1;
  padding: 0.4em 0.6em;
}

.authorization-item ul li:not(:last-child) {
  margin-bottom: 0.4em;
}

.authorization-equipment {
  font-size: 1.6rem;
  border: 2px solid #222;
  margin-bottom: 24px;
}

.authorization-equipment-item {
  padding: 0.5em 0.6em;
}

.authorization-file {
  margin: 0 auto 24px;
  text-align: center;
}

.authorization-file a {
  min-width: 80%;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
  background-color: #f4f4f4;
  padding: 0.6em 1.7em 0.6em 0.85em;
  border: 1px solid #444;
  border-radius: 6px;
  position: relative;
}

.authorization-file a::before {
  content: "\f12f";
  font-family: ionicons;
  font-weight: normal;
  font-size: 1em;
  position: absolute;
  right: 0.6em;
  top: 50%;
  transform: translateY(-50%);
}

/* for desktop */
@media only screen and (min-width: 769px) {

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

}

