@charset "UTF-8";
#ghead {
  width: 100%;
  overflow: hidden;
}

#ghead .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

#ghead .inner h1 {
  margin-right: 20px;
  width: 220px;
}

.shonannohoseki2018 {
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

.shonannohoseki2018 #ghead {
  margin-bottom: 0;
  padding: 0;
}

.shonannohoseki2018 h2, .shonannohoseki2018 h3, .shonannohoseki2018 h4 {
  font-weight: normal;
}

.effect {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: opacity 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

span.btn, a.btn {
  display: block;
  color: #fff;
  padding: 20px 10px 20px 20px;
  background: #000;
  border: solid 1px #f4e4ba;
  position: relative;
}

span.btn:after, a.btn:after {
  content: '';
  width: 11px;
  height: 22px;
  background: url(/event/shonannohoseki2018-2019/images/icon-right.svg) no-repeat;
  background-size: 11px 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

span.btn:hover:after, a.btn:hover:after {
  right: 15px;
}

span.btn {
  text-align: center;
  color: #999;
  background: #666;
  border: solid 1px #999;
}

span.btn:after {
  display: none;
}

p + p {
  margin-top: 1em;
}

#ghead {
  position: relative;
}

body {
  min-width: 1000px;
}

.visual {
  position: relative;
}

.visual .logo {
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.visual .logo h1 img {
  width: 300px;
}

.page-navi {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, rgba(71, 38, 84, 0.9), rgba(13, 56, 77, 0.9) 50%, rgba(0, 0, 44, 0.9));
  background: linear-gradient(to right, rgba(71, 38, 84, 0.9), rgba(13, 56, 77, 0.9) 50%, rgba(0, 0, 44, 0.9));
}

.page-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
}

.page-navi ul li a {
  display: block;
  color: #f4e4ba;
  font-family: "YuMincho, ", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: left center;
}

.page-navi ul li span {
  display: block;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: .1em;
}

.page-navi ul li.illumi a {
  padding-left: 53px;
  background-image: url(/event/shonannohoseki2018-2019/images/icon-illumi.svg);
  background-size: 48px 41px;
}

.page-navi ul li.ceremony a {
  padding-left: 28px;
  background-image: url(/event/shonannohoseki2018-2019/images/icon-ceremony.svg);
  background-size: 20px 31px;
}

.page-navi ul li.schedule a {
  padding-left: 28px;
  background-image: url(/event/shonannohoseki2018-2019/images/icon-map.svg);
  background-size: 21px 28px;
}

.page-navi ul li.info a {
  padding-left: 30px;
  background-image: url(/event/shonannohoseki2018-2019/images/icon-info.svg);
  background-size: 24px 24px;
}

.page-navi.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 100;
}

.shonannohoseki-wrap {
  width: 100%;
  position: relative;
  background-image: url(/event/shonannohoseki2018-2019/images/bg-contents.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background: -webkit-linear-gradient(top, #472654, #162464 50%, #00002c);
  background: linear-gradient(to bottom, #472654, #162464 50%, #00002c);
  /*&:after {
		content: '';
		width: 100%;
		height: 100vh;
		background: url(/event/shonannohoseki2018-2019/images/bg-contents.png);
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}*/
}

.shonannohoseki-wrap .content-area + .content-area {
  margin-top: 40px;
}

.shonannohoseki-wrap .content-full .content {
  max-width: 100%;
}

.shonannohoseki-wrap .content-title {
  text-align: center;
  margin: 0 auto 40px;
}

.shonannohoseki-wrap .content-title h2 {
  color: #f4e4ba;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "YuMincho, ", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 0;
}

.shonannohoseki-wrap .content-title p {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.2em;
}

.shonannohoseki-wrap .content-title.title-line h2 {
  max-width: 800px;
  margin: 0 auto;
}

.shonannohoseki-wrap .content-title.title-line span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.shonannohoseki-wrap .content-title.title-line span:after, .shonannohoseki-wrap .content-title.title-line span:before {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: url(/event/shonannohoseki2018-2019/images/line.png) no-repeat center center;
  background-size: 800px;
  display: block;
}

.shonannohoseki-wrap .content-title.title-line span:before {
  margin-right: 10px;
}

.shonannohoseki-wrap .content-title.title-line span:after {
  margin-left: 10px;
}

.shonannohoseki-wrap .content-title.title-line p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0em;
}

.shonannohoseki-wrap .content {
  max-width: 100%;
  margin: 0 auto;
}

.shonannohoseki-wrap .content.map-content {
  max-width: 1064px;
}

.shonannohoseki-wrap .content-area {
  padding: 0 100px;
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
}

.shonannohoseki-wrap .content-area.full {
  padding: 0;
}

.shonannohoseki-wrap .content-area.slide-wrap {
  padding: 40px 0 80px;
  max-width: 100%;
  min-width: 100%;
  background-image: url(/event/shonannohoseki2018-2019/images/bg-slide.png);
  background-size: cover;
}

.shonannohoseki-wrap .read {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 80px 80px 20px;
  max-width: 100%;
  background-image: url(/event/shonannohoseki2018-2019/images/bg-read.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}

.shonannohoseki-wrap .read .inner {
  max-width: 800px;
  margin: 0 auto;
}

.shonannohoseki-wrap .read .inner p {
  line-height: 1.8;
}

.shonannohoseki-wrap .read .inner p + p {
  margin-top: 1.5em;
}

.shonannohoseki-wrap .note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  max-width: 540px;
  margin: 30px auto 0;
  padding: 10px 20px;
  border: solid 1px #fff;
}

.shonannohoseki-wrap .iincho {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 32px;
}

.shonannohoseki-wrap .iincho .image {
  margin-left: 20px;
  width: 127px;
}

.shonannohoseki-wrap .illumi {
  margin-bottom: 60px;
  padding-top: 100px;
  background: url(/event/shonannohoseki2018-2019/images/line.png) no-repeat top center;
  background-size: 1000px;
  position: relative;
}

.shonannohoseki-wrap .illumi .content-title img {
  width: 48px;
}

.shonannohoseki-wrap .illumi .recobtn {
  position: absolute;
  top: 30px;
  right: 0;
}

.shonannohoseki-wrap .illumi .recobtn .btn {
  color: #f4e4ba;
  text-align: center;
  padding-left: 50px;
  width: 300px;
  position: relative;
}

.shonannohoseki-wrap .illumi .recobtn .btn:before {
  content: '';
  width: 48px;
  height: 40px;
  background: url(/event/shonannohoseki2018-2019/images/icon-illumi.svg) no-repeat;
  background-size: 48px 40px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shonannohoseki-wrap .illumi2, .shonannohoseki-wrap .illumi3 {
  margin-bottom: 50px;
}

.shonannohoseki-wrap .ceremony {
  padding-top: 40px;
  background: url(/event/shonannohoseki2018-2019/images/line.png) no-repeat top center;
  background-size: 1000px;
}

.shonannohoseki-wrap .ceremony .content-title img {
  width: 20px;
}

.shonannohoseki-wrap .schedule {
  padding-top: 40px;
  background: url(/event/shonannohoseki2018-2019/images/line.png) no-repeat top center;
  background-size: 1000px;
}

.shonannohoseki-wrap .schedule .content-title img {
  width: 21px;
}

.shonannohoseki-wrap .info {
  padding-top: 40px;
  background: url(/event/shonannohoseki2018-2019/images/line.png) no-repeat top center;
  background-size: 1000px;
}

.shonannohoseki-wrap .info .content-title img {
  width: 24px;
}

.shonannohoseki-wrap .photo-box .photo-info {
  color: #fff;
  padding: 30px 85px;
  background: #000;
}

.shonannohoseki-wrap .photo-box .photo-title {
  color: #f4e4ba;
  text-align: center;
  background: url(/event/shonannohoseki2018-2019/images/line.png) no-repeat bottom center;
  background-size: 1000px;
}

.shonannohoseki-wrap .photo-box .photo-title h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "YuMincho, ", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.shonannohoseki-wrap .photo-box .photo-title h3 span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.shonannohoseki-wrap .photo-box .photo-text p {
  line-height: 1.8;
}

.shonannohoseki-wrap .photo-box .photo-note {
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 540px;
  margin: 20px auto 0;
  padding: 20px;
  border: solid 1px #fff;
}

.shonannohoseki-wrap .photo-box.box-small .photo-info {
  padding: 10px;
}

.shonannohoseki-wrap .photo-box.box-small .photo-title {
  background: none;
}

.shonannohoseki-wrap .photo-box.box-small .photo-title h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.shonannohoseki-wrap .photo-box + .photo-box {
  margin-top: 50px;
}

.shonannohoseki-wrap .photo-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shonannohoseki-wrap .photo-double .photo-box {
  margin-top: 0;
  width: 47%;
}

.shonannohoseki-wrap .michi-slide {
  overflow: hidden;
  margin-bottom: 40px;
  height: 280px;
}

.shonannohoseki-wrap .michi-slide ul {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  height: 280px;
}

.shonannohoseki-wrap .michi-slide li {
  padding-right: 10px;
}

.shonannohoseki-wrap .michi-slide li img {
  width: 300px;
  height: 200px;
}

.shonannohoseki-wrap .michi-slide li p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "YuMincho, ", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-top: 10px;
}

.shonannohoseki-wrap .michi-slide .box {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "YuMincho, ", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  padding: 0 5px;
}

.shonannohoseki-wrap .michi-slide .box p {
  margin-top: 10px;
}

.shonannohoseki-wrap .slide-text {
  margin: 0 auto;
  max-width: 800px;
}

.shonannohoseki-wrap .recommend-title {
  color: #f4e4ba;
  text-align: center;
  font-family: "YuMincho, ", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: 50px;
}

.shonannohoseki-wrap .recommend-box {
  color: #fff;
  max-width: 700px;
  margin: 0 auto 36px;
  padding: 20px;
  background: #000;
}

.shonannohoseki-wrap .recommend-box h3 {
  color: #f4e4ba;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "YuMincho, ", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}

.shonannohoseki-wrap .recommend-box h3 span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.shonannohoseki-wrap .recommend-btn {
  max-width: 700px;
  margin: 0 auto;
}

.shonannohoseki-wrap .recommend-btn a.btn {
  color: #f4e4ba;
  text-align: center;
  padding-left: 10px;
}

.shonannohoseki-wrap .recommend-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
  background: #000;
  border: solid 1px #f4e4ba;
}

.shonannohoseki-wrap .recommend-btn ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46.71429%;
  width: 68%;
}

.shonannohoseki-wrap .recommend-btn ul li a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #f4e4ba;
  text-align: center;
  border: solid 1px #f4e4ba;
}

.shonannohoseki-wrap .recommend-btn ul li a span {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.shonannohoseki-wrap .recommend-btn ul li:first-child {
  width: 30%;
}

.shonannohoseki-wrap .recommend-btn ul li:first-child a.btn {
  padding-left: 10px;
}

.shonannohoseki-wrap .recommend-btn ul li:last-child a.btn {
  padding: 10px 40px;
}

.shonannohoseki-wrap .opening-live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 665px;
  margin: 0 auto;
}

.shonannohoseki-wrap .opening-live .live-image {
  width: 27.06767%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.shonannohoseki-wrap .opening-live .live-info {
  width: 68.57143%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.shonannohoseki-wrap .opening-live .live-info .note {
  margin: 0;
}

.shonannohoseki-wrap .special-live .live-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.shonannohoseki-wrap .special-live .live-image .thumb {
  width: 19%;
}

.shonannohoseki-wrap .special-live .live-image .thumb p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}

.shonannohoseki-wrap .special-live .coming-soon p {
  color: #f4e4ba;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "YuMincho, ", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: .1em;
}

.shonannohoseki-wrap .event-box {
  color: #fff;
  margin: 0 auto;
  padding: 20px 40px 40px;
  background: #000;
}

.shonannohoseki-wrap .event-box .event-title {
  max-width: 630px;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  background: url(/event/shonannohoseki2018-2019/images/line.png) no-repeat bottom center;
  background-size: 1000px;
}

.shonannohoseki-wrap .event-box .event-title h3 {
  color: #f4e4ba;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "YuMincho, ", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}

.shonannohoseki-wrap .event-box + .event-box {
  margin-top: 50px;
}

.shonannohoseki-wrap .schedule table {
  color: #001f4c;
  table-layout: auto;
  margin-bottom: 40px;
}

.shonannohoseki-wrap .schedule table th, .shonannohoseki-wrap .schedule table td {
  padding: 5px;
  border: solid 1px #001f4c;
}

.shonannohoseki-wrap .schedule table th {
  min-width: 140px;
  background: #6087c6;
}

.shonannohoseki-wrap .schedule table th:first-of-type {
  width: 220px;
}

.shonannohoseki-wrap .schedule table td {
  text-align: center;
  background: #fff;
}

.shonannohoseki-wrap .schedule .schedule-info {
  text-align: center;
  margin-bottom: 40px;
}

.shonannohoseki-wrap .event-map {
  margin-bottom: 80px;
  position: relative;
}

.shonannohoseki-wrap .event-map .map-btn {
  width: 186px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.shonannohoseki-wrap .event-map .map-btn li + li {
  margin-top: 10px;
}

.shonannohoseki-wrap .event-map .map-btn a.btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.shonannohoseki-wrap .info dl dt {
  color: #f4e4ba;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: normal;
  padding-left: 20px;
  background: url(/event/shonannohoseki2018-2019/images/icon-info2.svg) no-repeat left center;
  background-size: 16px;
}

.shonannohoseki-wrap .info dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  padding-left: 20px;
}

.shonannohoseki-wrap .info dl dd a {
  color: #fff;
  text-decoration: underline;
}

.shonannohoseki-wrap .info dl dd + dt {
  margin-top: 1.5em;
}

.shonannohoseki-wrap .sponsor {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(/event/shonannohoseki2018-2019/images/line.png) no-repeat top center;
  background-size: 1000px;
}

.shonannohoseki-wrap .sponsor ul {
  line-height: 2;
}

.shonannohoseki-wrap .sponsor ul li {
  display: inline-block;
}

.shonannohoseki-wrap .sponsor ul li:after {
  content: '／';
}

.shonannohoseki-wrap .sponsor ul li:first-child:after, .shonannohoseki-wrap .sponsor ul li:last-child:after {
  display: none;
}

.shonannohoseki-wrap .sponsor ul li a {
  color: #fff;
  text-decoration: underline;
}

.bnr {
  text-align: center;
  padding: 20px 20px 40px;
}

.bnr a {
  display: inline-block;
  width: 207px;
}

#gfoot {
  text-align: center;
  padding: 10px;
}

.mb90 {
  margin-bottom: 90px;
}

/*#gfoot .bnr ul li a.btn_r {
	padding: 32px 20px 30px 20px;
}*/
.btn-fb span, .btn-tw span {
  display: none;
}

.btn-inline {
  display: inline-block !important;
  float: left;
  margin-right: 10px;
}

.btn-fb, .btn-tw {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin: 19px 0 0 10px;
}

.btn-fb:hover, .btn-tw:hover {
  opacity: .8;
}

.btn-fb {
  background: url(/event/enoshimatourou2018/images/btn-fb.png) no-repeat;
  background-size: 30px 30px;
}

.btn-tw {
  background: url(/event/enoshimatourou2018/images/btn-tw.png) no-repeat;
  background-size: 30px 30px;
}

.shop {
  text-align: center;
}

.shop h2 {
  color: #f4e4ba;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "YuMincho, ", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.shop p {
  font-size: 18px;
  font-size: 1.8rem;
}

.shop .btn {
  margin: 40px auto;
  width: 280px;
}
.banner a{ width: 450px;
 height:135px;cursor: pointer;}
.banner img{
     width: 450px;
 height:135px;
    margin: 30px auto;
    text-align: center;
    float: left;
 
}

@media (max-width: 768px) {
  #ghead {
    display: block;
  }
}

@media (max-width: 660px) {
  body {
    min-width: 100%;
  }
  .shonannohoseki2018 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .banner img{width: 100%;    float: none;    margin-bottom: 0;}
  .sp-tgl {
    background: url(/event/shonannohoseki2018-2019/images/bg-tgl.png) no-repeat center center;
    background-size: cover;
    border-radius: 0;
    width: 50px;
    height: 50px;
  }
  .sp-tgl p {
    color: #f4e4ba;
    font-size: 10px;
    font-size: 1rem;
    font-family: "YuMincho, ", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    position: absolute;
    left: 8px;
    bottom: 2px;
  }
  .sp-tgl span {
    width: 30px;
    background: #f4e4ba;
    left: 10px;
  }
  .sp-tgl span:nth-child(1) {
    top: 12px;
  }
  .sp-tgl span:nth-child(2) {
    top: 20px;
  }
  .sp-tgl span:nth-child(3) {
    top: 28px;
  }
  .sp-tgl.active {
    background: none;
    border: solid 1px #f4e4ba;
  }
  .sp-tgl.active p {
    display: none;
  }
  .sp-tgl.active span {
    background: #f4e4ba;
  }
  .sp-tgl.active span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-315deg);
        -ms-transform: translateY(12px) rotate(-315deg);
            transform: translateY(12px) rotate(-315deg);
  }
  .sp-tgl.active span:nth-child(2) {
    opacity: 0;
  }
  .sp-tgl.active span:nth-child(3) {
    -webkit-transform: translateY(-4px) rotate(315deg);
        -ms-transform: translateY(-4px) rotate(315deg);
            transform: translateY(-4px) rotate(315deg);
  }
  .sp-navi {
    background: url(/event/shonannohoseki2018-2019/images/bg-spnavi.png) no-repeat top center;
    background-size: cover;
  }
  .sp-navi ul {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sp-navi ul li a {
    display: block;
    color: #f4e4ba;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "YuMincho, ", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    padding: 10px;
    border: solid 1px #f4e4ba;
  }
  .visual {
    position: relative;
  }
  .visual .logo {
    text-align: center;
    top: 30px;
  }
  .visual .logo h1 img {
    width: 200px;
  }
  .page-navi {
    display: none;
  }
  .shonannohoseki-wrap .content-area {
    padding: 40px 20px 0;
    width: 100%;
  }
  .shonannohoseki-wrap .content-area.full {
    padding: 40px 20px 0;
  }
  .shonannohoseki-wrap .content-area.slide-wrap {
    padding: 40px 0;
  }
  .shonannohoseki-wrap .content-area.slide-wrap .txc {
    padding: 0 20px;
  }
  .shonannohoseki-wrap .content-area + .content-area {
    margin-top: 0;
  }
  .shonannohoseki-wrap .content-title h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 10px;
  }
  .shonannohoseki-wrap .content-title.title-line {
    padding: 0;
  }
  .shonannohoseki-wrap .content-title.title-line p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .shonannohoseki-wrap .read {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .shonannohoseki-wrap .illumi {
    margin-bottom: 0;
  }
  .shonannohoseki-wrap .illumi .recobtn {
    position: static;
    margin-bottom: 30px;
  }
  .shonannohoseki-wrap .illumi .recobtn .btn {
    width: 100%;
  }
  .shonannohoseki-wrap .illumi3 {
    padding-top: 0;
  }
  .shonannohoseki-wrap .illumi2, .shonannohoseki-wrap .illumi3 {
    margin-bottom: 30px;
  }
  .shonannohoseki-wrap .photo-box + .photo-box {
    margin-top: 30px;
  }
  .shonannohoseki-wrap .photo-box .photo-info {
    padding: 20px;
  }
  .shonannohoseki-wrap .photo-box .photo-title {
    background-size: 1000px;
  }
  .shonannohoseki-wrap .photo-box .photo-title h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .shonannohoseki-wrap .photo-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shonannohoseki-wrap .photo-double .photo-box {
    margin-top: 0;
    width: 100%;
  }
  .shonannohoseki-wrap .photo-double .photo-box + .photo-box {
    margin-top: 30px;
  }
  .shonannohoseki-wrap .michi-slide {
    margin-bottom: 20px;
  }
  .shonannohoseki-wrap .recommend-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .shonannohoseki-wrap .recommend-box {
    margin-bottom: 30px;
  }
  .shonannohoseki-wrap .recommend-box h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .shonannohoseki-wrap .recommend-btn ul li {
    width: 100% !important;
  }
  .shonannohoseki-wrap .recommend-btn ul li a br {
    display: none;
  }
  .shonannohoseki-wrap .recommend-btn ul li + li {
    margin-top: 10px;
  }
  .shonannohoseki-wrap .ceremony {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .shonannohoseki-wrap .opening-live .live-image {
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .shonannohoseki-wrap .opening-live .live-info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .shonannohoseki-wrap .opening-live .live-info .note {
    margin: 0;
  }
  .shonannohoseki-wrap .special-live .live-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .shonannohoseki-wrap .special-live .live-image .thumb {
    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;
    width: 100%;
  }
  .shonannohoseki-wrap .special-live .live-image .thumb .image {
    margin-right: 2%;
    width: 30%;
    max-width: 200px;
  }
  .shonannohoseki-wrap .special-live .live-image .thumb p {
    width: 68%;
    text-align: left;
  }
  .shonannohoseki-wrap .special-live .live-image .thumb p br {
    display: none;
  }
  .shonannohoseki-wrap .special-live .live-image .thumb + .thumb {
    margin-top: 10px;
  }
  .shonannohoseki-wrap .event-box + .event-box {
    margin-top: 30px;
  }
  .shonannohoseki-wrap .event-box {
    padding: 20px;
  }
  .shonannohoseki-wrap .event-box .event-title h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .shonannohoseki-wrap .schedule table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
    /*th {
					display: none;
				}
				td {
					color: #fff;
					text-align: left;
					display: block;
					background: rgba(0,0,0,.6);
					border-bottom: dotted 1px;
					br {
						display: none;
					}
					&:first-of-type {
						&:before {
							content: '日程：'
						}
					}
					&:nth-of-type(2n) {
						&:before {
							content: '会場：'
						}
					}
					&:nth-of-type(3n) {
						&:before {
							content: 'イベント：'
						}
					}
					&:nth-of-type(4n) {
						margin-bottom: 10px;
						border: none;
						&:before {
							content: '点灯時間：'
						}
					}
				}*/
  }
  .shonannohoseki-wrap .schedule table th, .shonannohoseki-wrap .schedule table td {
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .shonannohoseki-wrap .schedule table th:first-of-type {
    width: auto;
  }
  .shonannohoseki-wrap .schedule .schedule-info {
    text-align: left;
  }
  .shonannohoseki-wrap .event-map {
    margin-bottom: 50px;
  }
  .shonannohoseki-wrap .event-map .map-btn {
    margin-top: 20px;
    width: 100%;
    position: static;
  }
  .shonannohoseki-wrap .event-map .map-btn ul li {
    width: 100%;
  }
  .shonannohoseki-wrap .info dl dt, .shonannohoseki-wrap .info dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .shonannohoseki-wrap .sponsor {
    margin-top: 40px !important;
  }
  .shop {
    padding-top: 0 !important;
  }
  .shop h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .shop p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .shop .btn {
    width: 100%;
  }

}
