/* design-A css file for mobile */

/* =================================================================
		#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: 1080px
}

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

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: calc(100% - 32px);
  margin: 0 auto 40px;
}

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

.txt {
  font-size: 1.4rem;
}

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

.txt08 {
  font-size: 0.8em;
}

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

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

.list-common li {
  margin-bottom: 0.8em;
  padding-left: 0.85em;
  line-height: 1.5;
  font-size: 1.4rem;
  position: relative;
}

.list-common li::before {
  content: "●";
  position: absolute;
  top: 0.5em;
  left: 0;
  transform: translateY(-0.25em);
  color: #484848;
  font-size: 0.1em;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

/* =================================================================
		#header
================================================================= */

.site-header .inner {
  width: 100%;
  height: 70px;
  padding: 0 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-logo {
  width: 30%;
  max-height: 46px;
}

.head-logo a {
  line-height: 0;
}

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

.head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14.5vw;
}

.head-tel,
.head-nav-dt {
  display: none;
}

.head-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.head-sns li a {
  display: block;
  line-height: 0;
  border-radius: 4px;
}

.home .site-header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 60;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(40%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
}

/* for mobile */
@media screen and (max-width: 767px) {
  .home .head-sns li a {
    background-color: transparent;
  }
}


/* mobile menu button */

.btn-menu-mb {
  width: 9.5vw;
  max-width: 44px;
  position: fixed;
  right: 4%;
  top: 16px;
  z-index: 9500;
}

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

#nav-toggle {
  width: 100%;
  height: 28px;
  cursor: pointer;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  -webkit-box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.3);
}

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

.home-fv .btn-menu-mb p {
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

.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.2) 1px 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_a/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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.btn-infoclose {
  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;
}

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

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

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

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

.telinfo-list li a {
  color: #fff;
  display: block;
  position: relative;
  padding: 12px 20px;
  border-radius: 24px;
}

.telinfo-list li a:after {
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: url(/common_a/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-family: 'Roboto', sans-serif;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0;
}

.telinfo-reception {
  font-size: 1.5rem;
  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;
}


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

.site-footer {
  /*background-image: url(/images/foot_bg_n0000.png);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 16px 80px;
  text-align: center;
  color: #fff;
  position: relative;
}

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

.site-footer * {
  position: relative;
  z-index: 2;
}

.foot-nav {
  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;
  margin-bottom: 16px;
}

.foot-nav li {
  width: 47%;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

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

.foot-support {
  max-width: 880px;
  margin: 0 auto 24px;
}

.foot-support dt {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 16px;
  font-size: 1.4rem;
}

.foot-support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.foot-support-list li a {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.foot-support-casting 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;
  background-color: #fff;
}

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

.foot-support-daiwa 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;
  background-color: #000;
}

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

.copyright {
  font-size: 1.1rem;
}

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

.copyright a {
  color: #fff;
}

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

.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: #004cba;
}

.fixedcv-tel div::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/common_a/img/common/ico_tel.png) left top / 18px 18px no-repeat;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.fixedcv-map {
  width: 22%;
}

.fixedcv-map a {
  background: #f56200;
}

.fixedcv-map a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/common_a/img/common/ico_map.png) left top / 18px 18px no-repeat;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.fixedcv-plan {
  width: 56%;
}

.fixedcv-plan a {
  background: #f58b00;
}

.fixedcv-plan a::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(/common_a/img/common/ico_calendar.png) left top / 22px 22px no-repeat;
  margin-right: 2px;
  position: relative;
  top: -1px;
}

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

/* =================================================================
		#home
================================================================= */

.hero {
  height: 50vh;
  min-height: 250px;
  /*background: url(/images/hero_mb_n0000.jpg) center center / cover no-repeat;*/
  margin: 0 auto;
  position: relative;
}

.hero .logo {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 16px;
  text-align: center;
  transform: translateX(-50%);
}

.hero .logo img {
  width: 84%;
  max-width: 460px;
}

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

.hero-original img.spimg {
  width: 100%;
  height: auto;
}

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

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

.hero-slide-logo {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 16px;
  text-align: center;
  transform: translateX(-50%);
}

.hero-slide-logo img {
  width: 84%;
  max-width: 460px;
}

/* スライダー end */


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

.home-summary * {
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

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

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


/* 新バージョン 概要スタイル start */
.summary {
  padding: 32px 16px 16px;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

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

.summary strong {
  font-weight: 500;
}

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


.home-tagline {
  text-align: center;
  margin: -20px 0 32px;
}

.home-tagline h2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-tagline .home-tagline-en {
  font-size: 3.9rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  margin-bottom: 4px;
}

.home-tagline .home-tagline-jp {
  width: 90%;
  font-size: 3rem;
  line-height: 1.3;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  margin: 12px auto 6px;
}

/* for IE */
@media all and (-ms-high-contrast: none) {
  .home-tagline h2 {
    background: none;
  }
}

.home-tagline-lead {
  width: 90%;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin: 0 auto;
}

.sec-title {
  text-align: center;
  margin: 0 auto 24px;
  position: relative;
  z-index: 10;
}

.sec-title .ttl-en {
  font-family: 'Roboto', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: bold;
}

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

.home-about {
  /*background-image: url(/images/about_bg_n0000.png);*/
  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 .inner {
  margin: 0 auto;
}

.home-about-pct {
  width: 74%;
  margin: 0 0 0 auto;
  position: relative;
  top: -32px;
}

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

.home-about-txt {
  width: 74%;
  background-color: #fff;
  padding: 24px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.4);
  margin: 0 auto -100px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  top: -52px;
}

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

.home-info {
  /*background-image: url(/images/info_bg_n0000.png);*/
  margin: 0 16px;
  padding: 32px 16px;
  position: relative;
  z-index: 1;
}

.home-info .sec-title .ttl-en,
.home-info .sec-title .ttl-jp {
  color: #fff;
}

/*
.home-info::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
*/

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

.home-info-card {
  max-width: 800px;
  background-color: #fff;
  -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);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.home-info-card header {
  border-bottom: 1px solid #e3e3e3;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.home-info-card .ico-new {
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* for IE */
@media all and (-ms-high-contrast:none) {
  .home-info-card .ico-new {
    background: none;
  }
}

.home-info-card-content {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 18px 20px;
  word-break: break-all;
}

.home-info-card-content a {
  text-decoration: underline;
}

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

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

.home-info-banner 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-info-banner li {
  margin-top: 20px;
  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-catch {
  padding: 42px 0 46px;
}

.home-catch .exp {
  max-width: 1000px;
  width: calc(100% - 32px);
  font-size: 1.3rem;
  margin: 0 auto 24px;
}

.home-catch-result {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 494px;
  margin: 0 0 18px 16px;
}

.home-catch-result ul {
  width: auto;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  top: 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-catch-result ul li {
  width: 220px;
  height: 480px;
  box-sizing: border-box;
  background-color: #f4f6e5;
  margin-right: 20px;
  padding-bottom: 42px;
  position: relative;
}

.home-catch-result .pct {
  position: relative;
  line-height: 1;
}

.home-catch-result .pct img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-catch-result .pct figcaption {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1.3rem;
  color: #fff;
  padding: 0.7em 0.7em;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 2px;
  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 .txt {
  padding: 12px;
  white-space: normal;
}

.home-catch-date {
  position: absolute;
  left: 0.4em;
  top: 0.45em;
  color: #deff3b;
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, .3);
  z-index: 2;
}

.home-catch-species {
  line-height: 1.4;
}

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

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

.home-catch-species .weight,
.home-catch-species .quantity {
  background-color: #e3ebad;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 3px 5px;
}

.home-catch-result .txt .home-info-card-link {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.home-catch-result ul li.home-catch-more {
  width: 180px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  padding: 0;
}

.home-catch-more 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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 180px;
  height: 180px;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 50%;
}

.home-catch-more a p {
  text-align: center;
  width: 100%;
}

.home-catch-more a p:after {
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: url(/common_a/img/common/ico_arrow_circle.png);
  background-size: 22px 22px;
  content: "";
  margin: 8px auto 0;
}

.home-info-card-link a {
  display: inline-block;
  padding: 5px 22px;
  color: #fff;
  border-radius: 17px;
}

.sns {
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sns-facebook {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: calc(100% - 32px);
  margin: 0 auto;
  text-align: center;
}

.sns-line {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: calc(100% - 32px);
  margin: 0 auto 32px;
  border-style: solid;
  border: 4px solid #3bbe1c;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

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

.sns-line .sec-title h2 {
  display: inline-block;
  font-size: 2rem;
  color: #08b309;
  background: url(/common_a/img/common/ico_line_green.png) left center / 30px auto no-repeat;
  padding: 2px 0 2px 34px;
}

.sns-line .exp {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

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

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

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

.home-feature {
  max-width: 1000px;
  margin: 0 auto 40px;
}

.home-gallery + .home-feature,
.home-movie + .home-feature {
  margin-top: 40px;
}

.home-feature-btn {
  width: calc(100% - 32px);
  margin: 0 auto 24px;
}

.home-feature-btn a {
  height: 110px;
  -webkit-background-size: cover;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  box-sizing: border-box;
}

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

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

.home-feature-btn .sec-title {
  margin-bottom: 0;
}

.home-feature-btn .sec-title .ttl-en {
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 2px;
  color: #fff;
  font-style: italic;
  text-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.home-feature-btn .sec-title .ttl-jp {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

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

.home-feature-calendar a {
  /*background: url(/images/hero_calendar_n0000.jpg) center center / cover no-repeat;*/
  padding: 32px 8px;
}

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

.home-feature-faq a {
  /*background: url(/images/hero_faq_n0000.jpg) center center / cover no-repeat;*/
  padding: 32px 8px;
}

.home-feature-link a {
  /*background: url(/images/hero_link_n0000.jpg) center center / cover no-repeat;*/
  padding: 32px 8px;
}

.home-feature-benefit .sec-title {
  margin-bottom: 0;
}

.home-feature-benefit .sec-title .ttl-en,
.home-feature-benefit .sec-title .ttl-jp {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, .4);
  font-style: italic;
}

.home-feature-easypeasy {
  background: url(/common_a/img/common/btn_easypeasy.jpg) center center / cover no-repeat;
  margin-bottom: 24px;
  padding: 28px 8px;
}

.home-feature-easypeasy .sec-title {
  text-align: left;
  margin: 0 0 0 auto;
  width: 57%;
}


/*
.home-feature-guide {
  display: none;
}

.home-feature-guide a {
  background: url(/common_a/img/common/btn_guide.jpg) center center / cover no-repeat;
  padding: 32px 16px;
}

.home-feature-guide .sec-title {
  margin-bottom: 0;
  padding-left: 44px;
  text-align: left;
  background: url(/common_a/img/common/ico_guide.png) left center / 35px 38px no-repeat;
}

.home-feature-guide .sec-title .ttl-jp {
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, .4);
  margin-bottom: 2px;
}

.home-feature-guide .sec-title .ttl-en {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 5px rgba(0, 0, 0, .4);
}
*/

/* added pictures */

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

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

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

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

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

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


/* movie */

.home-movie {
  padding: 16px 0 32px;
  background: url(/common_a/img/common/movie_bg.jpg) center center / cover no-repeat;
  position: relative;
}

.home-movie::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(246, 225, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.home-movie .sec-title {
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.home-movie .sec-title .ttl-en {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  font-size: 23vw;
  line-height: 1;
  letter-spacing: 0.05em;
}

.home-movie-content {
  width: calc(100% - 32px);
  margin: 0 auto;
}

.home-movie-video {
  background-color: #000;
  height: 0;
  margin-bottom: 24px;
  padding-bottom: 65%;
  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_play:hover {
  cursor: pointer;
}

/* サムネイル */
.youtube_btn {
  width: 68px;
  height: 48px;
  background: url(/common_a/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;
}

/* contactbox */

.contactbox {
  background: url(/common_a/img/common/contact_bg.jpg) center center / cover no-repeat;
  padding: 40px 0;
}

.contactbox .sec-title .ttl-en {
  color: #fff;
  font-size: 3.6rem;
  margin-bottom: 32px;
}

.contactbox .inner {
  width: calc(100% - 32px);
  max-width: 800px;
  background-color: #fff;
  margin: 0 auto;
  padding: 16px 16px 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contactbox-baloon {
  width: 92%;
  font-size: 1.35rem;
  text-align: center;
  color: #fff;
  margin: -40px auto 24px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

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

.contactbox-baloon:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-width: 12px 10px 0 10px;
  border-style: solid;
  content: "";
}

.contactbox-tel dt,
.contactbox-web dt {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 14px;
  padding-bottom: 4px;
}

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

.contactbox-tel dd,
.contactbox-web dd {
  text-align: center;
}

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

.contactbox-tel dd .contactbox-tel-number {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px auto;
  margin-top: 0;
}

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

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

.btn-contact-mail a {
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 4px;
  box-sizing: border-box;
  padding: 10px 40px;
  font-weight: bold;
  border-radius: 20px;
}

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

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

/*
a.btn-contact-calendar::before {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: url(/common_a/img/common/ico_calendar.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  content: "";
  margin-right: 4px;
  position: relative;
  top: 4px;
}
*/

.contactbox-tel dd .note {
  font-size: 1.3rem;
  text-align: left;
  margin-top: 8px;
}

.contactbox-tel dd .note p {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0;
}

.home-access {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home-access .sec-title,
.home-access .btn-map-wrap {
  width: 100%;
}

.home-access .btn-map-wrap {
  order: 4;
}

.home-access .home-access-root {
  order: 5;
}

#googlemap {
  width: 100%;
  max-width: 1000px;
  height: 42vh;
  position: relative;
  margin: 0 auto 16px;
}

#googlemap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home-access-root {
  width: calc(100% - 32px);
  max-width: 1000px;
  font-size: 1.4rem;
  margin: 0 auto 16px;
}

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

.home-access-root dd p {
  margin-bottom: 16px;
}

.home-access-way {
  margin-bottom: 12px;
}

.home-access-root .home-access-way dt {
  margin-bottom: 0;
  font-weight: 500;
}

.btn-map-wrap {
  text-align: center;
  margin-bottom: 16px;
}

a.btn-map {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 40px;
  padding: 8px 64px;
}

a.btn-map span {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px auto;
  padding: 2px 0 2px 20px;
}

.access-mapcode {
  width: calc(100% - 32px);
  max-width: 1000px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 auto 16px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.access-mapcode p {
  display: inline-block;
  background: url(/common_a/img/common/ico_mapcode.png) left center / 60px auto no-repeat;
  margin-bottom: 8px;
  padding-left: 66px;
}

/* =================================================================
		#hero slides by vegas
================================================================= */

.hero-slide-mb {
  display: block;
  height: 500px;
  background-position: center center;
  background-size: cover;
}

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

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

.hero-climate {
  width: calc(100% - 32px);
  max-width: 400px;
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 14px 10px;
  border: 3px solid #fff;
  color: #fff;
  box-sizing: border-box;
}

.summary .hero-climate {
  position: static;
  transform: none;
  margin: 0 auto 32px;
}

.hero-climate dt {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 4px;
}

.hero-climate dd {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #eaff4b;
  letter-spacing: 0;
}

.hero-climate .date {
  font-size: 1.8rem;
  font-family: 'Roboto', sans-serif;
  margin-right: .3em;
}

.hero-climate .date span {
  font-size: 1.2rem;
  margin-left: .4em;
  vertical-align: middle;
}

.hero-climate .weather {
  height: 3.3rem;
  display: block;
  padding-right: .6em;
  margin-right: .6em;
  position: relative;
}

.hero-climate .weather::after {
  content: "";
  height: 1.7rem;
  width: 1px;
  background-color: #eaff4b;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hero-climate .weather img {
  height: 100%;
  filter: saturate(0%) brightness(300%);
}

.hero-climate .temperature {
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-right: .7em;
  margin-right: .6em;
}

.hero-climate .temperature:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: solid 1px #eaff4b;
}

.hero-climate .temperature::after {
  content: "";
  height: 1.7rem;
  width: 1px;
  background-color: #eaff4b;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.content-head {
  text-align: center;
  padding: 48px 8px;
  position: relative;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, .4);
  line-height: 1;
}

.content-head .ttl-en {
  font-size: 2.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-bottom: 4px;
}

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

.content {
  padding-top: 32px;
}

.content-head-s {
  width: calc(100% - 32px);
  text-align: center;
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
  line-height: 1;
}

.content-head-s .ttl-en {
  font-size: 2.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-bottom: 4px;
}

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

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

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

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

.about-intro-logo img {
  width: 60%;
  /*max-width: 240px;*/
}

.about-intro-place {
  text-align: center;
  font-size: 1.2rem;
}

.about-intro-place strong {
  font-weight: 500;
}

.about-intro-name {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.about-intro-exp {
  margin-bottom: 16px;
}

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

.about-profile-tbl {
  width: 100%;
  font-size: 1.5rem;
}

.about-profile-tbl th {
  display: block;
  padding-top: 12px;
}

.about-profile-tbl td {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 12px;
  vertical-align: middle;
}

.about-profile-tbl a {
  text-decoration: underline;
}

.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 td::after {
  content: "";
  display: table;
  clear: both;
}

.about-profile-representation-pct {
  width: 46%;
  float: right;
  margin: 0 0 16px 16px;
}

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

.about-profile-representation-name {
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 8px;
}

.about-gallery h2 {
  text-align: center;
  font-size: 3.9rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}

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

/* for IE */
@media all and (-ms-high-contrast: none) {
  .about-gallery h2 {
    background: none;
  }
}

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

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

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

.about-gallery-list figcaption {
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.4;
}

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

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

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

/* multiple */

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

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

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

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

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

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

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

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

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

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

.plan .content {
  background-color: #f8faed;
}

.plan-lead {
  width: calc(100% - 32px);
  margin: 0 auto 16px;
  font-size: 1.4rem;
}

.plan-lead p {
  margin-bottom: 16px;
}

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

.plan-planmenu-block {
  width: calc(100% - 32px);
  background-color: #fff;
  -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);
  margin: 0 auto 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plan-planmenu-ttl {
  padding: 14px 16px 14px;
  border-bottom: 1px solid #e3e3e3;
  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;
  position: relative;
}

.plan-planmenu-content {
  margin: 0 16px 16px;
  padding: 14px 0 24px;
  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;
  order: 2;
}

.plan-planmenu-cat {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  padding: 2px 4px;
  border-style: solid;
  border-width: 2px;
  margin-right: 8px;
}

/* プラン種別アイコンカラー */

.plan-planmenu-cat-rt,
.plan-planmenu-cat-noriai {
  border-color: #1ac097;
  color: #1ac097;
}

.plan-planmenu-cat-rs,
.plan-planmenu-cat-shitate {
  border-color: #d8721a;
  color: #d8721a;
}

.plan-planmenu-cat-tosen {
  border-color: #d8384a;
  color: #d8384a;
}

.plan-planmenu-cat-tsuribori {
  border-color: #0c62d8;
  color: #0c62d8;
}

.plan-planmenu-cat-other {
  border-color: #212121;
  color: #212121;
}


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

.plan-planmenu-data {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 16px;
  order: 2;
}

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

.plan-planmenu-price dd p {
  font-size: 1.5rem;
  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.4rem;
}

.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: 54%;
  margin: 0 auto 16px;
  order: 1;
}

.plan-planmenu-pct img {
  width: 100%;
}

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

.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: 80%;
  margin: 16px auto 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  order: 4;
}

.btn-reservation span {
  display: block;
  color: #fff;
  text-align: center;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  cursor: pointer;
}

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

.plan-option-block h2 {
  font-size: 1.8rem;
  padding-bottom: 6px;
  border-bottom: 2px solid #222;
  margin-bottom: 10px;
}

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

.plan-option-block dl {
  font-size: 1.4rem;
  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 #c1c1c1;
}

.plan-option-block dt {
  width: 45%;
  padding: 10px 10px 10px 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: 10px 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: 8px;
}

.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.2rem;
  margin-top: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

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

.bn-namelist a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  border: 1px solid #767676;
  background: #ffffff url(/common_a/img/common/btn_namelist.jpg) center center / cover no-repeat;
  box-sizing: border-box;
}

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

.bn-namelist a::before {
  content: "\f12e";
  font-family: ionicons;
  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 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 6px;
  box-sizing: border-box;

  background: #c7b340 url(/common_a/img/common/btn_discount.jpg) center center / cover no-repeat;

  /*
  background: #cca647;
  background: -moz-linear-gradient(-45deg, #cca647 0%, #e7d275 50%, #cca647 100%);
  background: -webkit-linear-gradient(-45deg, #cca647 0%, #e7d275 50%, #cca647 100%);
  background: linear-gradient(135deg, #cca647 0%, #e7d275 50%, #cca647 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cca647', endColorstr='#cca647', GradientType=1);
*/

}

.bn-discount a .inner {
  height: 88px;
  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: 2.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: 0.85rem;
  font-family: serif;
  margin-bottom: 0;
  letter-spacing: 0.15em;
}

.bn-discount .limit {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.6rem;
  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: 5%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.plan-schedule p {
  font-size: 1.4rem;
  margin-bottom: .8em;
}

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

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

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

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

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

.googlecal-link a {
    width: fit-content;
    display: block;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    background-color: var(--button-color);
    padding: .85em 2.4em .85em 1.8em;
    margin: 0 auto;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}

.googlecal-link a:before {
    content: "";
    display: block;
}

.googlecal-link a:before {
    width: 1.5em;
    aspect-ratio: 1;
    background: url(/common_a/img/common/ico_arrow_circle.png) left top / 100% auto no-repeat;
    position: absolute;
    right: .6em;
    top: 50%;
    transform: translateY(-50%);
}

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

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

.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 {
  font-size: 1.3rem;
}

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

.plan-schedule-status-05 {
  background-color: #db607c;
}

.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: #eff1e2;
  padding: 32px 0;
}

.plan-notice .inner {
  width: calc(100% - 32px);
  margin: 0 auto 24px;
}

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

.plan-notice h3 {
  font-size: 1.6rem;
  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 ul {
  font-size: 1.4rem;
  margin-bottom: 16px;
}

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

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

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

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

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

.catch-block {
  background: #f4f6e5 url(/common_a/img/common/bg_catch.png) right 5% top -3px / 23% auto no-repeat;
  width: calc(100% - 32px);
  margin: 0 auto 24px;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catch-head {
  margin: 0 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.35rem;
  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: 1.6rem;
  line-height: 1.4;
}

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

.btn-print {
  display: block;
  background-color: #fff;
  padding: 4px 12px;
  font-size: 1.3rem;
  line-height: 1.4;
  border-radius: 17px;
  white-space: nowrap;
}

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

.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: 40px 0 0;
  overflow: hidden;
}

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

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

a.btn-more {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 40px;
  padding: 8px 64px;
}

/*photo slider*/

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

.catch-photo .thumb-item {
  margin-bottom: 16px;
  /*height: 260px;*/
  width: 100%;
  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;
  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-color: #cfd1be;
  padding: 3% 6%;
}

.catch-photo .thumb-item-nav li span {
  display: table-cell;
  vertical-align: middle;

}

.catch-photo .thumb-item-nav img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 70px;
}

.catch-photo .thumb-item-nav:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #cfd1be transparent;
}

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

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

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

.catch-photo .slick-next {
  background: url(/common_a/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-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 {
  background-color: #f0f0f0;
  width: calc(100% - 32px);
  margin: 0 auto 24px;
  padding: 14px;
  -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 {
  font-size: 1.4rem;
  margin-right: 12px;
}

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

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

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

.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_a/img/common/hero_access.jpg) center center / cover no-repeat;
}

.access-content {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.access-content .sec-title,
.access-content .btn-map-wrap {
  width: 100%;
}

.access-content .btn-map-wrap {
  order: 3;
}

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

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

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

.faq-ttl {
  width: calc(100% - 32px);
  margin: 0 auto 16px;
}

.faq-ttl h2 {
  font-size: 1.8rem;
  text-align: center;
}

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

.faq-cat-ttl {
  font-size: 1.8rem;
  width: calc(100% - 32px);
  margin: 0 auto 16px;
  text-align: center;
}

.faq-cat-ttl span {
  display: inline-block;
  position: relative;
}

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

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

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

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

.faq-sec dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 9px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-size: 2.6rem;
  font-weight: normal;
  margin-top: -1.3rem;
}

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

.faq-sec dd::before {
  position: absolute;
  top: -2px;
  left: 10px;
  font-family: 'Roboto', sans-serif;
  content: "A";
  line-height: 1;
  color: #d3643b;
  font-size: 2.6rem;
}

.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_a/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 10px;
}

.calendar-ttl {
  text-align: center;
  font-size: 4.2rem;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}

.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_a/img/common/fish_surumeika.png"] {
  height: 128%;
}

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

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

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

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

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

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

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

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

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

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

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

.calendar-table .ico img[src="/common_a/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-family: 'Roboto', sans-serif;
  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: calc(100% - 32px);
  margin: 0 auto 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;
}

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


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

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

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

.contact-notice {
  font-size: 1.4rem;
}

.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: calc(100% - 32px);
  margin: 0 16px 40px;
}

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

.tbl-form td {
  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 {
  border-radius: 0;
  font-size: 16px;
  line-height: 1.6;
  background: #f2f2f2;
  border: 1px solid #d4d4d4;
  padding: 6px;
  box-sizing: border-box;
}

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

.tbl-form .note {
  display: block;
  font-size: .85em;
  margin: .5em 0 0;
}

.contact-submitarea {
  margin-bottom: 64px;
  text-align: center;
}

.contact-submitarea input {
  font-size: 18px;
  height: 60px;
  padding: 20px 60px;
  color: #fff;
  font-weight: bold;
  background: #666666;
  background: -moz-linear-gradient(top, #666666 0%, #000000 100%);
  background: -webkit-linear-gradient(top, #666666 0%, #000000 100%);
  background: linear-gradient(to bottom, #666666 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000', GradientType=0);
  border: none;
  border-radius: 30px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

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

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

::-webkit-input-placeholder {
  color: #b2b2b2;
}

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

.form-complete p {
  font-size: 1.4rem;
  margin-bottom: 24px;
}

.form-complete p.lead {
  font-size: 1.6rem;
  margin-bottom: 16px;
  text-align: center;
}

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

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


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

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

.foot-ad li {
  margin-bottom: 16px;
}

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

.home-ad {
  display: block;
  width: calc(100% - 32px);
  margin: 0 auto 24px;
}

.home-feature-welcome {
  background: url(/common_a/img/common/btn_welcome.jpg) center center / cover no-repeat;
  padding: 28px 8px 28px 16px;
}

.home-feature-welcome .sec-title {
  text-align: left;
}

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

.catch-ad {
  width: calc(100% - 32px);
  margin: 0 auto 24px;
}

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

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

.mgn-b-0 {
  margin-bottom: 0 !important;
}

.mgn-b-1em {
  margin-bottom: 1em !important;
}

.mgn-b-2em {
  margin-bottom: 2em !important;
}

.common-sec {
  width: calc(100% - 32px);
  margin: 0 auto 40px;
}

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

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

.common-sec figcaption {
  font-size: 1.4rem;
  margin-top: 8px;
}

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

.common-ttl h3 {
  padding-left: 1.2em;
  font-size: 1.75rem;
  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.55rem;
  margin-bottom: 8px;
}

aside.note p {
  padding-left: 1em;
  text-indent: -1em;
}


/* 遊漁船業者登録 */
.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%);
}


