@charset "utf-8";
#willercontents * {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
}
/* CSS レイアウト共通 */
#tx-page h1 {
  border-left: 10px solid #8dc4e0;
  padding: 0px 20px 0;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 15px;
}
#willercontents {
  width: 100%;
  padding-bottom: 30px;
  color: #000;
}
#willercontents > p, dt, dd, li, span {
  font-size: 16px;
}
/*#willercontents * {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	line-height: 1.6;
}*/
#willercontents img {
  border: 0px;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  width /***/ : auto;
  -webkit-backface-visibility: hidden;
}
#willercontents h1, #willercontents h2, #willercontents h3, #willercontents h4, #willercontents h5 {
  font-size: 100%;
  font-weight: bold;
}
#willercontents .above {
  position: relative;
}
#willercontents .above .ttl_main {
  text-align: center;
}
#willercontents .above .bt_tour {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 30px;
}
#willercontents .bt_tour a {
  display: block;
  font-size: 35px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  background: url("../img/webtyoku/icon_arrow.png") no-repeat 96% center;
  background-color: #f21970;
  border-radius: 10px;
  padding: 10px 0px 6px;
  box-shadow: 5px 5px #262222;
}
#willercontents .point {
  padding: 80px 20px 220px;
  background: #FAFAFA;
}
#willercontents .point .bg-map {
  max-width: 740px;
  margin: 0 auto;
  position: relative;
}
#willercontents .point .bg-map::after {
  position: absolute;
  content: ''; /*何も入れない*/
  width: 520px; /*画像の幅*/
  height: 477px; /*画像の高さ*/
  background: url(../img/willer/map_bus.png) no-repeat;
  background-size: contain;
  top: -30px;
  right: 0;
}
#willercontents .point .txt-howto {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
#willercontents .txt-small {
  font-size: 14px;
}
#willercontents .mt-2 {
  margin-top: 20px;
}
#willercontents .mb-4 {
  margin-bottom: 30px;
}
#willercontents .benefit {
  padding: 40px 20px 40px;
  background: #C4F3E8;
  text-align: center;
  position: relative;
}
#willercontents .bg-square {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 500px;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
}
#willercontents .bg-square::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewX(-15deg);
  content: "";
  background-color: #FFEFBE;
  border: 2px solid #000;
}
#willercontents .plus {
  position: relative;
  margin-bottom: 50px;
}
#willercontents .plus::after {
  content: "";
  background: url("../img/willer/plus.png") no-repeat center;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  top: 140%;
}
#willercontents .benefit dl {
  background: #FFF;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 40px 20px 20px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 620px;
  margin: -20px auto 100px;
  height: 280px;
}
#willercontents .benefit dl dt {
  font-weight: bold;
}
#willercontents .benefit dl dd {
  margin-top: 20px;
}
#willercontents .benefit dl dd.img-benefit {

  margin-top: auto;
}
#willercontents .benefit dl::after {
  content: "";
  background: url("../img/willer/ico-allow.png") no-repeat center;
  background-size: contain;
  width: 173px;
  height: 62px;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  top: 118%;
}
#willercontents .marker-pink {
  background: linear-gradient(transparent 70%, #FED5E5 70%);
}
#willercontents .txt-comment {
  position: relative;
  padding: 0 5px;
  font-size: 1em;
  text-align: center;
  width: 90%;
  max-width: 280px;
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: bold;
}
#willercontents .txt-comment::before, .txt-comment::after {
  position: absolute;
  top: 5px;
  height: 1.2em;
  content: '';
}
#willercontents .txt-comment::before {
  border-left: solid 4px;
  left: 0;
  transform: rotate(-30deg);
  border-radius: 60px;
}
#willercontents .txt-comment::after {
  border-right: solid 4px;
  right: 0;
  transform: rotate(30deg);
  border-radius: 60px;
}
#willercontents .txt-reserve {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
}
#willercontents .txt-reserve span{
	 font-size: 26px;
}
#willercontents .txt-reserve .txt-big {
  font-size: 34px;
}
#willercontents .btn-main {
  background: #FFF;
  box-shadow: 0 0 0 2px #1C1C1C inset;
  border-radius: 10px;
  color: #1C1C1C;
  display: block;
  width: 420px;
  margin: 0 auto;
}

#willercontents .txt-red{
	color: #D20909;
}
#willercontents .txt-bold{
	font-weight: bold;
}

#willercontents .btn-main span {
  background: #F678A9;
  border: solid 2px #1C1C1C;
  border-radius: 10px;
  color: #fff;
  padding: 20px 20px 20px 10px;
  position: relative;
  display: block;
  text-align: center;
  top: -8px;
  left: -8px;
  font-weight: bold;
  font-size: 20px;
}
#willercontents .btn-main span:before {
  content: "";
  background: url("../img/willer/ic-arrow-r.png") no-repeat center;
  background-size: contain;
  width: 13px;
  height: 27px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 8px;
  font-weight: bold;
}
#willercontents .btn-main:hover {
  text-decoration: none;
  color: #1C1C1C;
}
#willercontents .btn-main:hover span {
  top: 0;
  left: 0;
}
#willercontents .about, #willercontents .other {
  background: #FAFAFA;
  padding: 20px 20px 40px;
  text-align: center;
}
#willercontents .about h3 {
  position: relative;
  margin-top: 120px;
  font-size: 26px;
}
#willercontents .about h3::before {
  content: "";
  background: url("../img/willer/tit-about.png") no-repeat center;
  background-size: contain;
  width: 136px;
  height: 62px;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  top: -40px;
}
#willercontents .about h4, #willercontents .other h4{
  position: relative;
  margin-top: 140px;
  font-size: 22px;
  margin-bottom: 30px;
}
#willercontents .about h4::before, #willercontents .other h4::before{
  content: "";
  background-size: contain;
  width: 263px;
  height: 32px;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  top: -40px;
}
#willercontents .about .seat h4::before {
  background: url("../img/willer/tit-seat.png") no-repeat center;
}
#willercontents .about .seat-box {
  display: flex;
  margin: 20px auto;
  width: 90%;
}
#willercontents .about .seat-box li {
  width: 33%;
  padding: 0 6px;
}
#willercontents .about .seat-box li dl dt {
  border-bottom: #F09EBE 1px solid;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
#willercontents .about .payment h4::before {
  background: url("../img/willer/tit-payment.png") no-repeat center;
}
#willercontents .about .reservation h4::before {
  background: url("../img/willer/tit-reserve.png") no-repeat center;
}
#willercontents .about .reservation h4::before {
  background: url("../img/willer/tit-reserve.png") no-repeat center;
}

#willercontents .about .reservation h4 span {
  position: relative;
  font-size: 22px;
}
#willercontents .about .reservation h4 span::before {
  background: url("../img/willer/ico-300.png") no-repeat left;
  content: "";
  background-size: contain;
  width: 73px;
  height: 73px;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: -50px;
  top: 50%;
}
#willercontents .list-payment {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  font-weight: bold;
}
#willercontents .list-payment li {
  width: 19%;
  background: #FFF6DA;
  border: #000 1px solid;
  border-radius: 8px;
  padding: 25px 8px;
  margin: 0.5%;
	font-size: 15px;
}
#willercontents .other h3 {
  position: relative;
  margin-top: 120px;
  font-size: 26px;
}
#willercontents .other h3::before {
  content: "";
  background: url("../img/willer/tit-other.png") no-repeat center;
  background-size: contain;
  width: 264px;
  height: 56px;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  top: -40px;
}
#willercontents .other .ferry h4::before {
  background: url("../img/willer/tit-ferry.png") no-repeat center;
}
#willercontents .other .ticket h4::before {
  background: url("../img/willer/tit-ticket.png") no-repeat center;
}
#willercontents .other .discount h3::before {
  content: "";
    background: url(../img/willer/tit-about.png) no-repeat center;
    background-size: contain;
    width: 136px;
    height: 62px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
    top: -40px;
}
#willercontents .other .discount{
	padding-top: 40px;
}

#willercontents .apbox {
  padding: 0 20px 10px 20px;
  display: table;
  width: calc(100% - 40px);
  text-align: left;
}
#willercontents .apbox .area {
  padding: 10px 0;
  position: relative;
  display: table-row;
  table-layout: fixed;
  border: 1px solid #ddd;
}
#willercontents .apbox .m_text {
  display: table-cell;
  background: #eee;
  padding: 12px;
  table-layout: fixed;
  /* padding-top: 9px; */
  border: solid #ddd 1px;
  border-right: none !IMPORTANT;
  border-top: none !IMPORTANT;
  position: relative;
}
#willercontents .apbox .Position {
  table-layout: fixed;
  padding: 12px;
  border-bottom: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  min-height: 25px;
  background: #FFF;
}
#willercontents .apbox .area:first-child .m_text, #willercontents .apbox .area:first-child .Position {
  border-top: 1px solid #ddd !important;
}
#willercontents .apbox input:not([type=checkbox]):not([type=radio]):not([type=submit]), .content-w select, textarea {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 4px;
  min-width: 95px;
  font-family: "Noto Sans JP", "Yu Gothic Medium";
}
#willercontents .apbox select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 4px;
  min-width: 300px;
  font-size: 16px;
}
#willercontents .apbox .m_text span.hissu {
  color: #F09EBE;
  display: inline-block;
  border: 1px solid #F09EBE;
  padding: 2px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 195%;
  width: 50px;
  background: #fff;
  text-align: center;
  position: absolute;
  left: 135px;
  font-weight: bold;
}
#willercontents .notes {
  background: #F7AFCB;
  padding: 20px;
  text-align: center;
}
#willercontents .notes h3 {
  position: relative;
  margin-top: 120px;
  font-size: 26px;
  color: #fff;
}
#willercontents .notes h3::before {
  content: "";
  background: url("../img/willer/tit-notes.png") no-repeat center;
  background-size: contain;
  width: 136px;
  height: 58px;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  top: -40px;
}
#willercontents .list-notes {
  background: #fff;
  padding: 20px 20px 20px 40px;
  text-align: left;
  width: 90%;
  margin: 40px auto;
}
#willercontents .list-notes li {
  position: relative;
}
#willercontents .list-notes li::before {
  content: "・";
  left: -20px;
  position: absolute;
}
#willercontents .txt-attention{
	font-size: 0.8em;
	}
#willercontents .m-10{
		margin: 10px;
}

#willercontents .txt-pc-right{
	text-align: right;
}

#willercontents .ul-discount {
	width: 80%;
	margin: 0 auto;
}
#willercontents .ul-discount li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 90px;
	position: relative;
}
#willercontents .ul-discount li:last-child{
	padding-bottom: 0;
}

#willercontents .ul-discount li::after{
  content: "";
  background: url("../img/willer/ico-arrow-reserve.png") no-repeat center;	
  background-size: contain;
  width: 130px;
  height: 32px;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
	bottom: 3%;
}
#willercontents .ul-discount li:last-child::after{
	display: none;
}

#willercontents .ul-discount li img{
	width: 53%;
}

#willercontents .ul-discount li p{
	width: 44%;
	align-self: center;
	text-align: left;
}
#willercontents .txt-pink{
	color: #F678A9;
	font-weight: bold;
}
#willercontents .box-select{
	padding: 20px;
	text-align: center;
	width: 100%;
	background: #fff;
	border:3px solid #F678A9;
	
}

#willercontents .pagelink{
	font-weight: bold;
	text-decoration: underline;
	display: block;
	margin: 10px auto;
	text-align: center;
}

#willercontents .pagelink:hover{
	text-decoration: none;
}
#willercontents .img-center{
	width: 80%;
	max-width: 360px;
	margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #willercontents p {
    text-align: left;
    font-size: 14px;
  }
  #willercontents .point {
    padding: 40px 12px 140px;
  }
  #willercontents .txt-small {
    font-size: 11px;
  }
  #willercontents .point .txt-howto {
    font-size: 16px;
  }
  #willercontents .point h2 img {
    width: 60%;
  }
  #willercontents .point .bg-map::after {
    width: 280px;
    height: 250px;
    top: 60px;
    right: -14px;
  }
  #willercontents .benefit {
    padding: 40px 16px;
  }
  #willercontents .bg-square {
    width: 85%;
    font-size: 16px;
  }
  #willercontents .plus {
    margin-bottom: 35px;
  }
  #willercontents .txt-comment {
    font-size: 16px;
    max-width: 220px;
  }
  #willercontents .benefit dl {
    display: block;
    height: auto;
    padding: 10px 10px 20px;
    width: 90%;
  }
  #willercontents .benefit dl dt {
    margin-top: 20px;
  }
  #willercontents .benefit dl dd.img-benefit {
    height: auto;
    padding: 10px 0;
  }
  #willercontents .benefit dl dd {
    margin-top: 0;
  }
  #willercontents .benefit dl::after {
    top: 112%;
  }
  #willercontents .txt-reserve {
    font-size: 18px;
    text-align: center;
  }
#willercontents .txt-reserve span{
		 font-size: 18px;
	}	
  #willercontents .txt-reserve .txt-big {
    font-size: 24px;
  }
	
  #willercontents .btn-main {
    width: 96%;
  }
  #willercontents .btn-main span {
    font-size: 16px;
  }
  #willercontents .about, #willercontents .other {
    padding: 20px 16px 40px;
  }
  #willercontents h3 {
    font-size: 18px !important;
    margin-top: 100px !important;
  }
#willercontents h3.bg-square{
		margin-top: 0!important;
	}
	
  #willercontents .about h4, #willercontents .other h4 {
    font-size: 17px !important;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  #willercontents .about .seat-box {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  #willercontents .about .seat-box li {
    width: 100%;
    margin-bottom: 20px;
  }
  #willercontents .about .seat-box li dl dd {
    font-size: 14px;
  }
  #willercontents .list-payment {
    width: 100%;
  }
  #willercontents .list-payment li {
    width: 48%;
    font-size: 14px;
  }
  #willercontents .about .reservation h4 span {
    font-size: 17px;
    padding-left: 10px;
  }
  #willercontents .about .reservation h4 span::before {
    width: 60px;
    height: 60px;
    left: -30px;
  }
  #willercontents .notes {
    padding: 16px;
  }
  #willercontents .list-notes {
    width: 100%;
    margin: 20px auto;
  }
  #willercontents .list-notes li {
    font-size: 14px;
  }
  #willercontents .apbox {
    width: calc(100% - 0px);
    padding: 0;
    border-top: 1px solid #ddd;
  }
  #willercontents .apbox .area {
    display: block;
    background: #eee;
    border: none;
    padding: 0;
  }
  #willercontents .apbox .m_text {
    display: block;
    border-right: 1px solid #ddd !important;
  }
  #willercontents .apbox .Position {
    display: block;
    border-left: 1px solid #ddd;
  }
  #willercontents .apbox .Position select {
    width: 100%;
  }
  #willercontents .apbox .area:first-child .m_text, #willercontents .apbox .area:first-child .Position {
    border-top: none !important;
  }
#willercontents .txt-pc-right{
	text-align: left;
}

	#willercontents .ul-discount{
		width: 100%;
	}	
	
#willercontents .ul-discount li img{
	width: 100%;
	margin-bottom: 10px;
}

#willercontents .ul-discount li p{
	width: 100%;
	align-self: center;
	text-align: left;
}	
	
	
	
}
/* PCレイアウト */
@media (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  #tx-page h1 {
    font-size: 24px;
  }
  .mid-base ul li .box {
    height: 490px;
  }
  .header-pc-menu .menu-inner {
    display: none !important;
  }
}
/* スマホレイアウト */
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
  #tx-page h1 {
    padding: 10px;
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  #willercontents {
    padding-bottom: 16vw;
    margin-top: 2vw;
  }
}