@charset "UTF-8";
/** 共通ページ用CSS **/
.d-i-b span {
  display: inline-block;
}

@media screen and (max-width: 787px) {
  .icon.sm-height {
    width: 2.5rem;
  }
  .icon.sm-height img {
    height: 2.5rem;
  }
}
/** slide main **/
.page-header.with_mainslide {
  margin-bottom: 0;
}

.wrap_slider-main {
  position: relative;
}

.slick-vertical {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.slider-nav {
  overflow: hidden;
}

.slider-nav a {
  padding: 1rem 2rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-vertical .slick-slide img {
  border: 3px solid transparen;
}

/*.slick-vertical .slick-slide.slick-current img{border:3px solid rgba(255,255,255,0.5);}*/
@media only screen and (max-width: 767px) {
  .slider-nav a {
    padding: 1rem 0.5rem;
  }
}
/** シャトルカー import_sps_1_34 **/
.import_sps_1_34 .box {
  padding: 1em;
}
.import_sps_1_34 .box p {
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.shuttle-box {
  border-radius: 12px;
  height: 158px;
}

.shuttle-box h2 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.shuttle-box p {
  margin-top: 0;
  margin-bottom: 0;
}

.shuttle-box p img {
  vertical-align: middle;
}

.shuttle-box1 {
  border: 1px solid #14346E;
}

.shuttle-box2 {
  border: 1px solid #009240;
}

.import_sps_1_34 .shuttle-box {
  border-radius: 12px;
  height: 158px;
  padding: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .shuttle-box h2 {
    margin-top: 0em;
    margin-bottom: 0.25em;
  }
  .shuttle-box p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .shuttle-box p img {
    vertical-align: middle;
    padding-right: 0.5em;
  }
  .shuttle-box1 {
    border: 1px solid #14346E;
  }
  .shuttle-box2 {
    border: 1px solid #009240;
  }
  .bg-main {
    padding: 0.5em;
  }
  .bg-main h3 {
    margin: 0;
  }
  .bg-sub {
    padding: 0.5em;
  }
  .bg-main + .bg-sub {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 3rem;
  }
  .bg-main + .bg-sub p {
    margin: 0;
  }
  .title-waku {
    min-width: 270px;
    margin-bottom: 2em;
  }
}
/** アクセスマップ import_sps_1_14 **/
/** 森だけ少し違う? */
.blog_id_6 .entry-content table.style2,
.import_sps_1_14 table.style2 {
  margin-top: 3em;
}
.blog_id_6 .entry-content table.style2 th,
.import_sps_1_14 table.style2 th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.blog_id_6 .entry-content table.style2 td,
.import_sps_1_14 table.style2 td {
  width: 50%;
  padding: 1em 0;
}
.blog_id_6 .entry-content table.style2 td:first-child,
.import_sps_1_14 table.style2 td:first-child {
  border-right: solid 1px;
}
.blog_id_6 .entry-content table.style2 td span,
.import_sps_1_14 table.style2 td span {
  display: inline-block;
  padding: 0 0.5em;
  width: 5em;
  text-align: right;
}
.blog_id_6 .entry-content .arrow,
.import_sps_1_14 .arrow {
  padding-left: 5em;
  margin: 0;
}
.blog_id_6 .entry-content .text,
.import_sps_1_14 .text {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/** 駐車場 import_sps_1_14 **/
.import_sps_1_191 #parking_table {
  border-style: solid;
  border-width: 0px;
  border-collapse: collapse;
  border-color: #000000;
  border-top-width: 1px;
  border-right-width: 1px;
}
.import_sps_1_191 #parking_table th,
.import_sps_1_191 #parking_table td {
  border-left: dashed 1px;
  border-bottom: 1px solid #000000;
}
.import_sps_1_191 #parking_table td:first-child {
  width: 13em;
}
.import_sps_1_191 #parking_table th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.import_sps_1_191 #parking_table .bg-gray {
  background: #EFEFEF;
}
.import_sps_1_191 #parking_table th.bg-blue {
  background: #0068B6;
  color: #ffffff;
}
.import_sps_1_191 #parking_table td.bg-yellow {
  background: #fefded;
  color: #3f6fb7;
  text-align: center;
}
.import_sps_1_191 #parking_table td.bg-yellow,
.import_sps_1_191 #parking_table th.bg-blue {
  border-right: 1px solid #000000;
  border-left: solid 1px #000000;
}

/** プライバシーポリシー **/
.import_sps_1_3 ul.maru,
.import_sps_1_3 dl {
  padding-left: 1.5em;
  counter-reset: my-counter;
  list-style: none;
}
.import_sps_1_3 ul.maru li,
.import_sps_1_3 dt {
  position: relative;
}
.import_sps_1_3 dt::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  position: absolute;
  display: block;
  float: left;
  left: -1.25em;
}
.import_sps_1_3 ul,
.import_sps_1_3 ol,
.import_sps_1_3 dd {
  margin-left: 0;
}
.import_sps_1_3 ul,
.import_sps_1_3 ol {
  padding-left: 1.5em;
}
.import_sps_1_3 ul.maru li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  display: block;
  float: left;
  font-size: 0.8em;
  line-height: 1.1em;
  margin-left: -0.3em;
  text-align: center;
  top: 0.4em;
  left: -1.3em;
  width: 1.25em;
  height: 1.25em;
  border: solid 1px #000000;
  border-radius: 50%;
}
.import_sps_1_3 ul.maru li > ul > li::before {
  content: none;
}
.import_sps_1_3 .right {
  text-align: right;
}
.import_sps_1_3 ol.maru2 {
  list-style: none;
  padding-left: 1em;
}
.import_sps_1_3 ol.maru2 li {
  text-indent: -1em;
}
.import_sps_1_3 ol.maru2 li ul li {
  text-indent: 0;
}
.import_sps_1_3 .m0 {
  margin: 0;
}
.import_sps_1_3 h3 {
  font-weight: initial;
}

/** サイトポリシー **/
#post-289 dd,
#post-289 ul {
  margin-left: 0;
}
#post-289 dl.count,
#post-289 ul.maru {
  padding-left: 1.5em;
  counter-reset: my-counter;
  list-style: none;
}
#post-289 dl.disc dt,
#post-289 dl.count dt,
#post-289 ul.maru li {
  position: relative;
}
#post-289 ul.maru li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  display: block;
  float: left;
  font-size: 0.8em;
  line-height: 1.25em;
  margin-left: -0.3em;
  text-align: center;
  top: 0.25em;
  left: -1.3em;
  width: 1.25em;
  height: 1.25em;
  border: solid 1px #000000;
  border-radius: 50%;
}
#post-289 dl.count dt::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  position: absolute;
  display: block;
  float: left;
  left: -1.25em;
  transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
#post-289 dl.disc dt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.25em;
  left: -1em;
  background: #000000;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
}
#post-289 dd > table {
  margin-bottom: 1em;
}
#post-289 dd > table th,
#post-289 dd > table td {
  padding: 0.5em;
}

/** 99CLUB **/
.content-area.content-area-99club table.table-type1 th {
  color: #ffffff;
}
.content-area.content-area-99club table.table-type1 td:first-child {
  background: #ffffff;
  color: #000000;
}
.content-area.content-area-99club .bg-7160 {
  background: #FEF2CC;
}
.content-area.content-area-99club .bg-7173 {
  background: #FADFD6;
}
.content-area.content-area-99club .bg-7166 {
  background: #D2E9F6;
}
.content-area.content-area-99club .bg-7177 {
  background: #D0D6E2;
}
.content-area.content-area-99club .bg-7155 {
  background: #D9EFE2;
}
.content-area.content-area-99club .bg-7185 {
  background: #009240;
}
.content-area.content-area-99club .bg-7160::before {
  background: url(https://www.sasebo-pearl-sea.co.jp/wp-content/themes/img/sps/99club/nami/nami1.svg) repeat-x left bottom;
}
.content-area.content-area-99club .bg-7173::before {
  background: url(https://www.sasebo-pearl-sea.co.jp/wp-content/themes/img/sps/99club/nami/nami3.svg) repeat-x left bottom;
}
.content-area.content-area-99club .bg-7166::before {
  background: url(https://www.sasebo-pearl-sea.co.jp/wp-content/themes/img/sps/99club/nami/nami2.svg) repeat-x left bottom;
}
.content-area.content-area-99club .bg-7177::before {
  background: url(https://www.sasebo-pearl-sea.co.jp/wp-content/themes/img/sps/99club/nami/nami4.svg) repeat-x left bottom;
}
.content-area.content-area-99club .bg-7155::before {
  background: url(https://www.sasebo-pearl-sea.co.jp/wp-content/themes/img/sps/99club/nami_mori/nami1.svg) repeat-x left bottom;
}
.content-area.content-area-99club .bg-7185::before {
  background: url(https://www.sasebo-pearl-sea.co.jp/wp-content/themes/img/sps/99club/nami_mori/nami2.svg) repeat-x left bottom;
}
.content-area.content-area-99club .bg-7177 .fc-main,
.content-area.content-area-99club .bg-7160 .fc-main {
  color: #14346E;
}
.content-area.content-area-99club .bg-7173 .fc-main {
  color: #E66133;
}
.content-area.content-area-99club .bg-7166 .fc-main {
  color: #208FD0;
}
.content-area.content-area-99club .bg-7185 .fc-main,
.content-area.content-area-99club .bg-7155 .fc-main {
  color: #009240;
}
.content-area.content-area-99club .bg-7185 .btn.bg-main {
  background: #FFED00;
}
.content-area.content-area-99club .bg-7185 .btn.bg-main span {
  color: #009240;
}
.content-area.content-area-99club .bg-7177 .bg-main {
  background: #14346E;
}
.content-area.content-area-99club .radius {
  border-radius: 9px;
}
.content-area.content-area-99club .tokuten {
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.content-area.content-area-99club .tokuten .col {
  align-self: stretch;
}
.content-area.content-area-99club .tokuten .col .inner {
  height: 100%;
}
.content-area.content-area-99club .application .title {
  font-size: 24px;
  font-size: 1.5rem;
}
.content-area.content-area-99club .application .title a {
  text-decoration: underline;
}
.content-area.content-area-99club .m99c {
  display: inline-block;
  border: solid 3px;
  padding: 2em 1em;
}
.content-area.content-area-99club .cardinfo2 .bg_blog_id_3 {
  background: #E4F3F6;
  color: #14346E;
}
.content-area.content-area-99club .cardinfo2 .bg_blog_id_3 img {
  width: 150%;
  height: auto;
}
.content-area.content-area-99club .cardinfo2 .bg_blog_id_3 .col.card_img {
  width: 30%;
}
.content-area.content-area-99club .cardinfo2 .bg_blog_id_3 img {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
  transform: scale(1.2) rotate(-5deg);
}
.content-area.content-area-99club .cardinfo2 .bg_blog_id_6 {
  background: #D9EFE2;
  color: #009240;
}
.content-area.content-area-99club .cardinfo2 .bg_blog_id_6 img {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
  transform: scale(0.9) rotate(-5deg);
}
.content-area.content-area-99club .cardinfo2 .col.card_img {
  display: inline-block;
}

/*団体利用申込*/
.import_sps_1_227 ol.maru2 {
  list-style: none;
  padding-left: 1em;
}
.import_sps_1_227 ol.maru2 li {
  text-indent: -1em;
}
.import_sps_1_227 ol.maru2 li ul li {
  text-indent: 0;
}
.import_sps_1_227 .m0 {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .import_sps_1_227 .bg-gray {
    width: initial;
  }
}
/*体験プログラム*/
.program table.table-type1 td:first-child {
  width: calc(5em + 2rem + 2px);
}

/** 周遊プラン **/
.modelcourse .archive-title + p {
  padding: 1em 0.5em;
}

.modelcourse .archive-title + p .fs-18 {
  font-size: 18px;
  font-size: 1.286rem;
  font-weight: bold;
}

/*
.modelcourse .nav_modelcourse li.current{
  background : rgba(250, 236, 55, 0.5);}
.modelcourse .more_menu_sub{
		background : #FAEC37;
	background : rgba(250, 236, 55, 1);
}*/
.modelcourse h2.entry-title {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  box-sizing: border-box;
}

.modelcourse .type3 .circle {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
}

.modelcourse .circle_inner,
.modelcourse .type1 .circle {
  border: 4px solid #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
}

.modelcourse .type3 {
  position: relative;
}

.modelcourse img.round {
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.modelcourse p.title {
  padding-left: 1em;
}

.modelcourse p.title > span {
  padding: 0.5em 1em;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
}

.modelcourse .title > span.text_type_c {
  padding: 0;
}

.modelcourse .time {
  font-weight: bold;
  font-size: 24px;
}

.modelcourse .text_box {
  margin-top: 24px;
}

.modelcourse .title {
  font-size: 16px;
}

.modelcourse .arrow {
  font-size: 22px;
}

.modelcourse .title_circle {
  font-size: 24px;
  padding-top: 0.5em;
}

.modelcourse .wrap_modecourse {
  position: relative;
}

.modelcourse .wrap_modecourse::before {
  content: "";
  position: absolute;
  left: 9%;
  top: 32px;
  background: #e4f1ea;
  width: 32px;
  height: calc(100% - 120px);
  padding-bottom: 50%;
  display: block;
}

.modelcourse .description {
  padding-left: 1em;
  padding-top: 0.5em;
  line-height: 1.4;
}

.modelcourse .nav_modelcourse a::before {
  content: "\f0da";
  padding-right: 0.5em;
  font-family: FontAwesome;
}

.modelcourse dl {
  margin: 0 16px 40px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}

.modelcourse dt {
  cursor: pointer;
}

.modelcourse dd {
  margin: 0;
  padding: 1em;
  border: none;
}
.modelcourse dl.abt dt.more_menu_subt {
  padding: 0;
}
.modelcourse img {
  vertical-align: bottom;
}
.modelcourse .absolute-center-middle,
.modelcourse .absolute-middle-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modelcourse .wrap.xl-each-bottom-16 > .col {
  padding-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .modelcourse .nav_modelcourse li {
    line-height: 1.2;
  }
  .modelcourse .nav_modelcourse a {
    margin-left: -0.5em;
  }
  /*.modelcourse h2.entry-title{font-size:5vw;}*/
  .modelcourse .title_circle {
    font-size: 3.8vw;
  }
  .modelcourse .time {
    font-size: 6vw;
  }
  .modelcourse p.title {
    font-size: 3.8vw;
  }
  .modelcourse .arrow {
    font-size: 3.8vw;
  }
  .modelcourse .text_box {
    margin-top: 5vw;
  }
  .modelcourse .wrap_modecourse::before {
    height: calc(100% - 30vw);
  }
}
/*交通アクセス*/
.import_sps_1_14 .icon.bus,
.import_sps_1_14 .icon.car,
.import_sps_1_14 .icon.car img,
.import_sps_1_14 .icon.bus img,
.blog_id_6 #post-13 .entry-content .icon.bus,
.blog_id_6 #post-13 .entry-content .icon.car,
.blog_id_6 #post-13 .entry-content .icon.car img,
.blog_id_6 #post-13 .entry-content .icon.bus img {
  width: 4rem;
}

@media only screen and (max-width: 767px) {
  .import_sps_1_14,
.blog_id_6 #post-13 .entry-content {
    padding: 0 0.5rem;
  }
  .import_sps_1_14 table.style2 td,
.blog_id_6 #post-13 .entry-content table.style2 td {
    font-size: 15px;
  }
  .import_sps_1_14 table.style2 td p,
.blog_id_6 #post-13 .entry-content table.style2 td p {
    margin: 0;
  }
}
/*h1 一覧を見る*/
h1 .h1_view_bt {
  display: inline-block;
  padding: 1px;
}
h1 .h1_view_bt span {
  display: inline-block;
  border: solid 1px;
  padding: 0.25em 0.5em;
  font-size: 0.8215rem;
}
h1 .h1_view_bt :hover {
  cursor: pointer;
}
/*# sourceMappingURL=style-sps.css.map */y screen and (max-width: 767px) {
  .import_sps_1_14,
  .blog_id_6 #post-13 .entry-content {
    padding: 0 0.5rem;
  }
  .import_sps_1_14 table.style2 td,
  .blog_id_6 #post-13 .entry-content table.style2 td {
    font-size: 15px;
  }
  .import_sps_1_14 table.style2 td p,
  .blog_id_6 #post-13 .entry-content table.style2 td p {
    margin: 0;
  }
}

/*h1 一覧を見る*/
h1 .h1_view_bt {
  display: inline-block;
  padding: 1px;
}

h1 .h1_view_bt span {
  display: inline-block;
  border: solid 1px;
  padding: 0.25em 0.5em;
  font-size: 0.8215rem;
}

h1 .h1_view_bt :hover {
  cursor: pointer;
}
