@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-miyajima *,
.sec-miyajima *:before,
.sec-miyajima *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec-miyajima img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.sec-miyajima {
  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-miyajima .ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.sec-miyajima * {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: 0.05em;
}

.sec-miyajima .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.sec-miyajima a {
  text-decoration: none;
}

.sec-miyajima .wrapper {
  width: 960px;
  margin: 0 auto;
}

.sec-miyajima .trans {
  opacity: 1;
  transition: opacity 0.26s ease;
}

.sec-miyajima .trans:hover {
  opacity: 0.8;
}

.sec-miyajima .btn-default,
.sec-miyajima .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-miyajima .btn-default:after,
.sec-miyajima .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-miyajima .btn-default {
  background: #f56565;
  color: #fff;
}
.sec-miyajima .btn-default:after {
  background-image: url(/attending/tyo-d/miyajima/images/icn_arrow_02.png);
}
.sec-miyajima .btn-primary {
  background: #ffcc00;
  color: #000;
}
.sec-miyajima .btn-primary:after {
  background-image: url(/attending/tyo-d/miyajima/images/icn_arrow_03.png);
}
.sec-miyajima .list-btn > li {
  width: 470px;
  margin-left: 20px;
}
.sec-miyajima .list-btn > li:nth-child(2n+1) {
  margin-left: 0;
}
.sec-miyajima .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec-miyajima .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-miyajima .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-miyajima .sec-title img {
  display: block;
  margin: 0 auto;
}
.sec-miyajima .sec-keyvisual {
  position: relative;
  background: url(/attending/tyo-d/miyajima/images/BP19-123733D.jpg) no-repeat center center;
  background-size: cover;
}
.sec-miyajima .sec-keyvisual .wrapper {
  height: 570px;
  padding: 190px 0 0 250px;
  position: relative;
}
.sec-miyajima .sec-keyvisual .keyvisual-txt {
  position: absolute;
  left: 140px;
  top: 119px;
}
.sec-miyajima .sec-keyvisual .keyvisual-ttl {
  background: none;
  padding: 0;
  margin: 0 0 -10px -10px;
  text-align: left;
}
.sec-miyajima .sec-keyvisual .keyvisual-desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-shadow: 0 0 16px #81515b, 0 0 16px #81515b, 0 0 16px #81515b;
}
.sec-miyajima .sec-anchor {
  height: 100px;
}
.sec-miyajima .sec-anchor .sec-anchor-inner {
  background: url(/attending/tyo-d/miyajima/images/bg_anchor.png) repeat 0 0;
}
.sec-miyajima .sec-anchor .sec-anchor-inner.anchor-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 960px;
  z-index: 999;
  left: 0;
}
.sec-miyajima .list-anchor {
  justify-content: center;
}
.sec-miyajima .list-anchor > li {
  width: 25%;
  border-left: 1px solid #fff;
}
.sec-miyajima .list-anchor > li:last-child {
  border-right: 1px solid #fff;
}
.sec-miyajima .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-miyajima .list-anchor a:before {
  content: '';
  width: 15px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -7px;
  background: url(/attending/tyo-d/miyajima/images/icn_arrow_01.png) no-repeat center center;
}
.sec-miyajima .sec-tour {
  background: url(/attending/tyo-d/miyajima/images/bg_tour_02.jpg) repeat-x 0 bottom, url(/attending/tyo-d/miyajima/images/bg_tour_01.jpg) repeat 0 0;
  position: relative;
  padding: 98px 0 100px;
}
.sec-miyajima .sec-tour:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(/attending/tyo-d/miyajima/images/bg_tour_03.png) repeat 0 0;
  width: 100%;
}
.sec-miyajima .sec-tour .sec-title {
  margin-bottom: 75px;
}
.sec-miyajima .sec-tour .wrapper {
  position: relative;
  z-index: 5;
}
.sec-miyajima .item-tour {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  display: block;
}
.sec-miyajima .item-tour .tour-ttl {
  color: #f56565;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  background: url(/attending/tyo-d/miyajima/images/icn_line_01.png) repeat-x 0 bottom;
  padding: 0 0 13px;
  margin-bottom: 15px;
}
.sec-miyajima .item-tour .tour-photo {
  width: 270px;
}
.sec-miyajima .item-tour .tour-inner {
  margin-bottom: 12px;
}
.sec-miyajima .item-tour .list-img {
  width: 130px;
  margin: 0 -2px 0 10px;
}
.sec-miyajima .item-tour .list-img > li + li {
  margin-top: 8px;
}
.sec-miyajima .item-tour .tour-desc {
  line-height: 1.45;
  font-size: 18px;
  letter-spacing: 0;
  color: #666666;
  margin-bottom: 4px;
  text-align: justify;
}
.sec-miyajima .item-tour .tour-price {
  font-size: 26px;
  color: #ff0000;
  letter-spacing: 0.06em;
  text-align: right;
}
.sec-miyajima .item-tour .btn-default {
  margin-top: 16px;
}
.sec-miyajima .item-tour-full {
  margin-bottom: 28px;
  padding-bottom: 34px;
}
.sec-miyajima .item-tour-full .tour-photo {
  width: 447px;
}
.sec-miyajima .item-tour-full .tour-info {
  width: 432px;
  margin-left: 20px;
}
.sec-miyajima .item-tour-full .list-image {
  margin-bottom: 12px;
}
.sec-miyajima .item-tour-full .list-image > li {
  width: 210px;
  margin-left: 12px;
  margin-top: 0;
}
.sec-miyajima .item-tour-full .list-image > li:nth-child(2n+1) {
  margin-left: 0;
}
.sec-miyajima .item-tour-full .btn-default {
  width: 480px;
  margin: 16px auto 0;
}
.sec-miyajima .list-tour {
  margin-bottom: 30px;
}
.sec-miyajima .list-tour .item-tour {
  width: 470px;
  margin-left: 20px;
  margin-bottom: 20px;

}
.sec-miyajima .list-tour .item-tour:nth-child(2n+1) {
  margin-left: 0;
}
.sec-miyajima .sec-access {
  padding: 76px 0 90px;
  position: relative;
}
.sec-miyajima .sec-access:before, .sec-miyajima .sec-access:after {
  content: '';
  position: absolute;
  width: 538px;
  height: 367px;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 0;
}
.sec-miyajima .sec-access:before {
  background-image: url(/attending/tyo-d/miyajima/images/bg_access_01.png);
  left: 0;
}
.sec-miyajima .sec-access:after {
  background-image: url(/attending/tyo-d/miyajima/images/bg_access_02.png);
  right: 0;
}
.sec-miyajima .sec-access .sec-title {
  margin-bottom: 22px;
}
.sec-miyajima .sec-access .access-ttl {
  text-align: center;
  margin-bottom: 40px;
}
.sec-miyajima .sec-access .access-ttl > span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  border: 4px solid #f57272;
  border-radius: 28px;
  padding: 7px 20px;
  letter-spacing: 0.05em;
  color: #f57272;
  display: inline-block;
}
.sec-miyajima .sec-access .access-image {
  margin-bottom: 32px;
}
.sec-miyajima .sec-access .access-image + .access-image {
  margin-top: 70px;
}
.sec-miyajima .sec-access .access-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.75;
}
.sec-miyajima .sec-sightseeing {
  background: url(/attending/tyo-d/miyajima/images/bg_sightseeing.png) repeat 0 0;
  padding: 100px 0 95px;
}
.sec-miyajima .sec-sightseeing .sec-title {
  margin-bottom: 40px;
}
.sec-miyajima .list-sightseeing {
  margin-bottom: 58px;
}
.sec-miyajima .list-sightseeing .item-sightseeing:nth-child(even) .sightseeing-photo {
  order: 2;
}
.sec-miyajima .list-sightseeing .item-sightseeing:nth-child(even) .sightseeing-photo img {
  border-radius: 0 5px 5px 5px;
}
.sec-miyajima .list-sightseeing .item-sightseeing:nth-child(even) .sightseeing-info {
  order: 1;
  padding: 35px 20px 0 0;
}
.sec-miyajima .list-sightseeing .item-sightseeing:nth-child(even) .sightseeing-ttl {
  background-image: url(/attending/tyo-d/miyajima/images/bg_title_02.png);
  margin: 0 -20px 12px 0;
  padding: 0 20px 20px 0;
}
.sec-miyajima .img {
  display: block;
  width: 100%;
}
.sec-miyajima .item-sightseeing .sightseeing-photo {
  width: 570px;
}
.sec-miyajima .item-sightseeing .sightseeing-photo img {
  border-radius: 5px 5px 0 5px;
}
.sec-miyajima .item-sightseeing .sightseeing-info {
  width: 390px;
  padding: 25px 0 20px 20px;
}
.sec-miyajima .item-sightseeing .sightseeing-ttl {
  margin: 0 -12px 0 -20px;
  position: relative;
  padding: 0 0 20px 20px;
  background: url(/attending/tyo-d/miyajima/images/bg_title.png) no-repeat 0 bottom;
  font-size: 30px;
  font-weight: bold;
  color: #f57272;
  margin-bottom: 8px;
}
.sec-miyajima .item-sightseeing .sightseeing-desc {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}
.sec-miyajima .list-news > li {
  width: 460px;
  margin-left: 40px;
}
.sec-miyajima .list-news > li:nth-child(2n+1) {
  margin-left: 0;
}
.sec-miyajima .item-news .news-photo {
  margin-bottom: 15px;
}
.sec-miyajima .item-news .news-ttl {
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
.sec-miyajima .item-news .news-ttl > span {
  display: inline-block;
  background: url(/attending/tyo-d/miyajima/images/icn_icon_01.png) no-repeat 0 center, url(/attending/tyo-d/miyajima/images/icn_icon_02.png) no-repeat right center;
  padding: 0 40px;
}
.sec-miyajima .item-news .news-ttl.ttl > span {
  background: url(/attending/tyo-d/miyajima/images/icn_icon_03.png) no-repeat 0 center, url(/attending/tyo-d/miyajima/images/icn_icon_04.png) no-repeat right center;
}
.sec-miyajima .item-news .news-desc {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}
.sec-miyajima .sec-topics {
  padding: 75px 0 92px;
  background: url(/attending/tyo-d/miyajima/images/bg_topics.jpg) no-repeat center center;
  background-size: cover;
}
.sec-miyajima .sec-topics .sec-title {
  margin-bottom: 30px;
}
.sec-miyajima .item-topics {
  position: relative;
  width: 450px;
  margin-left: 60px;
}
.sec-miyajima .item-topics:nth-child(2n+1) {
  margin-left: 0;
}
.sec-miyajima .item-topics .topics-photo {
  border-radius: 5px;
  margin-bottom: 22px;
}
.sec-miyajima .item-topics .topics-ttl {
  font-size: 30px;
  font-weight: bold;
  color: #666;
  text-align: center;
  margin: 0 0 16px;
}
.sec-miyajima .item-topics .topics-desc {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  text-align: justify;
}
.sec-miyajima .sec-features {
  background: url(/attending/tyo-d/miyajima/images/bg_features.png) repeat center 0;
}
.sec-miyajima .sec-features .sec-title {
  margin-bottom: 40px;
}
.sec-miyajima .sec-features .wrapper {
  padding: 96px 0 70px;
  position: relative;
}
.sec-miyajima .list-features {
  width: 700px;
  margin: 0 auto;
}
.sec-miyajima .list-features > li {
  width: 340px;
  margin: 0 0 24px 20px;
}
.sec-miyajima .list-features > li:nth-child(2n+1) {
  margin-left: 0;
}
.sec-miyajima .item-features .features-ttl {
  font-size: 16px;
  margin-top: 5px;
}
.sec-miyajima .item-features a {
  display: block;
}
.sec-miyajima .btn-top {
  width: 128px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  display: none;
  z-index: 999;
}

@media only screen and (max-width: 1400px) {
  .sec-miyajima .sec-access {
    overflow: hidden;
  }
  .sec-miyajima .sec-access:before {
    left: auto;
    right: 50%;
    margin-right: 162px;
  }
  .sec-miyajima .sec-access:after {
    right: auto;
    left: 50%;
    margin-left: 162px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sec-miyajima .btn-default,
  .sec-miyajima .btn-primary {
    padding: 4px 10px 0;
  }

  .sec-miyajima .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対応*/
