@charset "UTF-8";
/* CSS Document */
/*----------------------------------
    index用のCSSです
----------------------------------*/
/*----------------------------------メインコンテンツ----------------------------------*/
img {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.contents h1 {
  background: #333;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  padding: 100px;
}

.seoarea {
  overflow: hidden;
  clear: both;
  width: 960px;
  height: auto;
  margin: 0 0 20px;
}

p.seotxt {
  font-size: 14px;
  line-height: 20px;
  float: left;
  margin-right: 10px;
  width: 660px;
  margin-top: 11px;
  color: #333;
}

/*start_snsボタン*/
.ss_snsArea {
  width: 288px;
  height: 38px;
  margin-top: 11px;
  float: right;
}

.ss_snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ss_snsListItem {
  width: 38px;
  height: 38px;
  background: gray;
  border-radius: 50%;
  box-sizing: border-box;
  transition: .3s;
}

.ss_snsListItem:hover {
  opacity: .7;
}

.ss_link-sns {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ss_link-sns:hover {
  text-decoration: none;
}

.fab.ss_icn-sns {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 20px;
}

.fab.ss_icn-sns-line {
  color: #00b900;
  font-size: 32px;
}

.fa-hatena::before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.ss_snsFb {
  background: #1877F2;
}

.ss_snsTw {
  padding: 3px 0 0 3px;
  background: #1da1f2;
}

.ss_snsLn {
  position: relative;
  background: #00b900;
}

.ss_snsLn::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 0;
}

.fa-line::before {
  position: relative;
}

.ss_snsHb {
  font-size: 19px;
  padding-left: 2px;
  background: #0090e0;
}

.ss_snsPc {
  padding-top: 2px;
  background: #f35b6b;
}

/*end_snsボタン*/
.MainContBox h2 {
  background: #ccc;
  color: #333;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px;
}

.MainContBox h3 {
  color: #333;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

.MainContBox dl {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}

.MainContBox dl dt {
  width: 280px;
  height: 210px;
  background: #4c4c4c;
  color: #fff;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.MainContBox dl dd {
  width: 660px;
  height: auto;
  color: #333;
  font-size: 14px;
  display: table-cell;
  padding-left: 20px;
}

/*----------------------------------180327追加分----------------------------------*/
.sec-tsunoshima *,
.sec-tsunoshima *:before,
.sec-tsunoshima *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec-tsunoshima img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.sec-tsunoshima {
  width: 100%;
  min-width: 960px;
  margin: 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 16px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
}

.sec-tsunoshima .ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.sec-tsunoshima * {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: 0.05em;
}

.sec-tsunoshima .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.sec-tsunoshima a {
  text-decoration: none;
}

.sec-tsunoshima .wrapper {
  width: 960px;
  margin: 0 auto;
}

.sec-tsunoshima .trans {
  opacity: 1;
  transition: opacity 0.26s ease;
}

.sec-tsunoshima .trans:hover {
  opacity: 0.8;
}

.sec-tsunoshima .btn-default,
.sec-tsunoshima .btn-primary {
  width: 100%;
  height: 65px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.12em;
  border-radius: 5px;
  padding: 0 10px;
}
.sec-tsunoshima .btn-default:after,
.sec-tsunoshima .btn-primary:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 12px;
  height: 18px;
  margin-top: -11px;
  right: 19px;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec-tsunoshima .btn-default {
  background: #3484f1;
  color: #fff;
}
.sec-tsunoshima .btn-default:after {
  background-image: url(/attending/tyo-d/tsunoshima/images/icn_arrow_02.png);
}
.sec-tsunoshima .btn-primary {
  background: #ffcc00;
  color: #000;
}
.sec-tsunoshima .btn-primary:after {
  background-image: url(/attending/tyo-d/tsunoshima/images/icn_arrow_03.png);
}
.sec-tsunoshima .list-btn > li {
  width: 470px;
  margin-left: 20px;
}
.sec-tsunoshima .list-btn > li:nth-child(2n+1) {
  margin-left: 0;
}
.sec-tsunoshima .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec-tsunoshima .flex-between {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec-tsunoshima .flex-align-between {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sec-tsunoshima .sec-title img {
  display: block;
  margin: 0 auto;
}
.sec-tsunoshima .sec-keyvisual {
  position: relative;
  background: url(/attending/tyo-d/tsunoshima/images/BP17-050518D.jpg) no-repeat center center;
  background-size: cover;
}
.sec-tsunoshima .sec-keyvisual .wrapper {
  height: 570px;
  padding: 112px 0 0 20px;
  position: relative;
}
.sec-tsunoshima .sec-keyvisual .keyvisual-inner {
  width: 560px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 33px 55px 35px;
  margin: 0 auto;
}
.sec-tsunoshima .sec-keyvisual .keyvisual-inner > * {
  position: relative;
  z-index: 5;
}
.sec-tsunoshima .sec-keyvisual .keyvisual-inner:before {
  content: '';
  left: 14px;
  right: 14px;
  bottom: 14px;
  top: 14px;
  border: 1px solid #0400b2;
  position: absolute;
  z-index: 1;
}
.sec-tsunoshima .sec-keyvisual .keyvisual-inner:after {
  content: '';
  left: 15px;
  right: 15px;
  bottom: 15px;
  top: 15px;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.26);
}
.sec-tsunoshima .sec-keyvisual .keyvisual-ttl {
  background: none;
  padding: 0 0 15px;
  border-bottom: 1px solid #000;
  text-align: left;
  margin-bottom: 18px;
}
.sec-tsunoshima .sec-keyvisual .keyvisual-desc {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
.sec-tsunoshima .sec-anchor {
  height: 100px;
}
.sec-tsunoshima .sec-anchor .sec-anchor-inner {
  background: url(/attending/tyo-d/tsunoshima/images/bg_anchor.png) repeat 0 0;
}
.sec-tsunoshima .sec-anchor .sec-anchor-inner.anchor-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 960px;
  z-index: 999;
  left: 0;
}
.sec-tsunoshima .list-anchor {
  justify-content: center;
}
.sec-tsunoshima .list-anchor > li {
  width: 25%;
  border-left: 1px solid #fff;
}
.sec-tsunoshima .list-anchor > li:last-child {
  border-right: 1px solid #fff;
}
.sec-tsunoshima .list-anchor a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 18px 0 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  height: 100px;
  text-align: center;
}
.sec-tsunoshima .list-anchor a:before {
  content: '';
  width: 15px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -7px;
  background: url(/attending/tyo-d/tsunoshima/images/icn_arrow_01.png) no-repeat center center;
}
.sec-tsunoshima .sec-tour-heading {
  background: url(/attending/tyo-d/tsunoshima/images/bg_tour_01.jpg) repeat-x 0 bottom;
  padding: 145px 0 0;
}
.sec-tsunoshima .sec-tour-inner {
  background: url(/attending/tyo-d/tsunoshima/images/bg_tour_02.jpg) repeat center 0;
  padding: 75px 0 130px;
}
.sec-tsunoshima .item-tour {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  border: 1px solid #3484f1;
  display: block;
}
.sec-tsunoshima .item-tour .tour-ttl {
  color: #3484f1;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  background: url(/attending/tyo-d/tsunoshima/images/icn_line_01.png) repeat-x 0 bottom;
  padding: 0 0 13px;
  margin-bottom: 15px;
}
.sec-tsunoshima .item-tour .tour-photo {
  width: 270px;
}
.sec-tsunoshima .item-tour .tour-inner {
  margin-bottom: 12px;
}
.sec-tsunoshima .item-tour .list-img {
  width: 130px;
  margin: 0 -2px 0 10px;
}
.sec-tsunoshima .item-tour .list-img > li + li {
  margin-top: 8px;
}
.sec-tsunoshima .item-tour .tour-desc {
  line-height: 1.45;
  font-size: 18px;
  letter-spacing: 0;
  color: #666666;
  margin-bottom: 4px;
  text-align: justify;
}
.sec-tsunoshima .item-tour .tour-price {
  font-size: 26px;
  color: #ff0000;
  letter-spacing: 0.06em;
  text-align: right;
}
.sec-tsunoshima .item-tour .btn-default {
  margin-top: 16px;
}
.sec-tsunoshima .item-tour-full {
  margin-bottom: 28px;
  padding-bottom: 34px;
}
.sec-tsunoshima .item-tour-full .tour-photo {
  width: 447px;
}
.sec-tsunoshima .item-tour-full .tour-info {
  width: 432px;
  margin-left: 19px;
}
.sec-tsunoshima .item-tour-full .list-image {
  margin-bottom: 12px;
}
.sec-tsunoshima .item-tour-full .list-image > li {
  width: 210px;
  margin-left: 12px;
  margin-top: 0;
}
.sec-tsunoshima .item-tour-full .list-image > li:nth-child(2n+1) {
  margin-left: 0;
}
.sec-tsunoshima .item-tour-full .btn-default {
  width: 480px;
  margin: 16px auto 0;
}
.sec-tsunoshima .list-tour {
  margin-bottom: 30px;
}
.sec-tsunoshima .list-tour .item-tour {
  width: 470px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.sec-tsunoshima .list-tour .item-tour:nth-child(2n+1) {
  margin-left: 0;
}
.sec-tsunoshima .sec-tsudoshima {
  padding: 70px 0 100px;
  position: relative;
  z-index: 5;
  background: #9ed8f6;
}
.sec-tsunoshima .sec-tsudoshima:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 70px;
  top: -65px;
  background: url(/attending/tyo-d/tsunoshima/images/bg_tsudoshima.png) repeat-x 0 center;
  left: 0;
}
.sec-tsunoshima .sec-tsudoshima .sec-title {
  margin-bottom: 66px;
}
.sec-tsunoshima .item-tsudoshima .tsudoshima-photo {
  width: 470px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  padding: 6px;
}
.sec-tsunoshima .item-tsudoshima .tsudoshima-info {
  width: 470px;
  margin: -10px 0 0 20px;
  font-size: 18px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  text-align: justify;
}
.sec-tsunoshima .sec-sightseeing {
  background: url(/attending/tyo-d/tsunoshima/images/bg_sightseeing.png) repeat 0 0;
  padding: 82px 0 100px;
}
.sec-tsunoshima .sec-sightseeing .sec-title {
  margin-bottom: 65px;
}
.sec-tsunoshima .sec-sightseeing .sec-title.mg-bottom {
  margin-bottom: 32px;
}
.sec-tsunoshima .sec-sightseeing .txt-lead {
  text-align: center;
  line-height: 2.1;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
.sec-tsunoshima .list-sightseeing {
  margin-bottom: 70px;
}
.sec-tsunoshima .list-sightseeing .item-sightseeing {
  margin-bottom: 60px;
}
.sec-tsunoshima .list-sightseeing .item-sightseeing:last-child {
  margin-bottom: 0;
}
.sec-tsunoshima .list-sightseeing .item-sightseeing:nth-child(even) .sightseeing-photo {
  order: 2;
}
.sec-tsunoshima .list-sightseeing .item-sightseeing:nth-child(even) .sightseeing-info {
  order: 1;
  margin: 0 60px 0 0;
}
.sec-tsunoshima .img {
  display: block;
  width: 100%;
}
.sec-tsunoshima .item-sightseeing {
  align-items: center;
}
.sec-tsunoshima .item-sightseeing .sightseeing-photo {
  width: 450px;
}
.sec-tsunoshima .item-sightseeing .sightseeing-photo img {
  border-radius: 5px;
}
.sec-tsunoshima .item-sightseeing .sightseeing-info {
  width: 450px;
  margin-left: 60px;
}
.sec-tsunoshima .item-sightseeing .sightseeing-ttl {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec-tsunoshima .item-sightseeing .sightseeing-desc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
}
.sec-tsunoshima .item-sightseeing .list-img {
  margin-top: 10px;
}
.sec-tsunoshima .item-sightseeing .list-img > li {
  width: 220px;
  margin-left: 10px;
}
.sec-tsunoshima .item-sightseeing .list-img > li:nth-child(2n+1) {
  margin-left: 0;
}
.sec-tsunoshima .item-food .food-photo {
  width: 453px;
  position: relative;
  z-index: 5;
}
.sec-tsunoshima .item-food .food-photo img {
  border-radius: 100%;
}
.sec-tsunoshima .item-food .food-info {
  width: 450px;
  margin-left: 57px;
  padding: 12px 0 5px;
}
.sec-tsunoshima .item-food .food-info * {
  letter-spacing: 0.05em;
}
.sec-tsunoshima .item-food .food-ttl {
  font-size: 30px;
  font-weight: bold;
  color: #3484f1;
  margin-bottom: 10px;
  margin-left: -165px;
  background: url(/attending/tyo-d/tsunoshima/images/icn_line_02.png) repeat-x 0 bottom;
  padding: 0 0 8px 165px;
}
.sec-tsunoshima .item-food .food-desc {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}
.sec-tsunoshima .item-food .thumb {
  width: 234px;
  position: relative;
  margin-left: 215px;
}
.sec-tsunoshima .item-food .thumb img {
  position: relative;
  z-index: 5;
  border-radius: 100%;
}
.sec-tsunoshima .item-food .thumb:before {
  content: '';
  width: 424px;
  height: 240px;
  position: absolute;
  right: 100%;
  margin-right: -32px;
  top: 25px;
  background: url(/attending/tyo-d/tsunoshima/images/img_seafood.png) no-repeat center center;
}
.sec-tsunoshima .food-second {
  position: relative;
  margin-top: -15px;
  z-index: 5;
}
.sec-tsunoshima .food-second .food-photo {
  width: 450px;
}
.sec-tsunoshima .food-second .food-photo img {
  border-radius: 5px;
}
.sec-tsunoshima .food-second .food-info {
  margin-top: -5px;
  padding-top: 0;
}
.sec-tsunoshima .sec-features .sec-title {
  margin-bottom: 42px;
}
.sec-tsunoshima .sec-features .wrapper {
  padding: 44px 0 65px;
  position: relative;
}
.sec-tsunoshima .list-features {
  width: 700px;
  margin: 0 auto;
}
.sec-tsunoshima .list-features > li {
  width: 340px;
  margin: 0 0 24px 20px;
}
.sec-tsunoshima .list-features > li:nth-child(2n+1) {
  margin-left: 0;
}
.sec-tsunoshima .item-features .features-ttl {
  font-size: 16px;
  margin-top: 5px;
}
.sec-tsunoshima .item-features a {
  display: block;
}
.sec-tsunoshima .btn-top {
  width: 122px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  display: none;
  z-index: 999;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sec-tsunoshima .btn-default,
  .sec-tsunoshima .btn-primary {
    padding: 4px 10px 0;
  }

  .sec-tsunoshima .item-tour .tour-ttl {
    padding-bottom: 10px;
  }
}

/*# sourceMappingURL=index.css.map */

/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
  box-sizing: content-box;
}

:where(.containner) img {
  width: auto;
}
/*end_リニューアル2021対応*/
