@charset "utf-8";

.main-box .inner .main-txt {
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background: url(./images/bg_main-txt.png) repeat left top;
  border: 1px solid #495561;
  border-top: none;
  padding: 10px;
}
.main-box .inner .main-txt strong {color: #ffde00;}
.main-box .inner .kikan {
  text-align: center;
  background: #e5edf0;
  padding: 5px;
  margin-top: 17px;
}


.bookList-sp .ttl {
  color: #343434;
  font-weight: bold;
  background: #ced5dd;
  border: 1px solid #878d98;
  padding: 5px 10px;
  font-size:16px;
  font-size:1.6rem;
}
.bookList-sp dl.box {
  color: #343434;
  font-weight: bold;
  background: #FFF;
  border: 1px solid #878d98;
  border-top: none;
  padding: 5px 10px 10px;
  margin-bottom: 16px;
}
.bookList-sp dl.box dt {
  font-size:16px;
  font-size:1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.bookList-sp dl.box .kakaku {
  font-size:16px;
  font-size:1.6rem;
  width: 80%;
  margin: 0 auto 10px;
  display: table;
}
.bookList-sp dl.box .kakaku2 {
  font-size:16px;
  font-size:1.6rem;
  width: 80%;
  margin: 0 auto 15px;
  font-weight: bold;
  display: table;
}
.bookList-sp dl.box .kakaku2 span.price {
  font-weight: bold;
}
.bookList-sp dl.box span.img {
  display: table-cell;
  vertical-align: middle;
}
.bookList-sp dl.box span.img img {
  vertical-align: middle;
}
.bookList-sp dl.box span.price {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  width: 5em;
}


.bookList-pc table {
  width: 100%;
  margin-top: 10px;
table-layout: auto;}
.bookList-pc table th,
.bookList-pc table td {
  border: 1px solid #878d98;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #343434;
  font-weight: bold;
  vertical-align: middle;
}
.bookList-pc table tr th {
  background: #ced5dd;
  padding: 5px 10px;
}
.bookList-pc table tr td:nth-child(3) {
  font-weight: normal;
  text-align: right;
}
.bookList-pc table tr td:nth-child(4) {
  text-align: right;
}
.bookList-pc table tr th:nth-child(3),
.bookList-pc table tr th:nth-child(4) {
  text-align: center;
}
.bookList-pc table tr td:nth-child(5) {
  text-align: center;
}



section {
  width: 100%;
  max-width: 870px;
  margin: 30px auto 50px;
}
.ttl-box {
  position: relative;
  height: 44px;
  padding-top: 9px;
  margin-bottom: 20px;
}
.ttl-box:before {
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  background: url(./images/ico_title.png) no-repeat left top;
}
.ttl-box .title {
  background: url(./images/bg_title.png) no-repeat right center;
  width: 850px;
  height: 31px;
  margin-left: 19px;
  padding-left: 37px;
  display: table;
}
.ttl-box .title span {
  display: table-cell;
  vertical-align: middle;
  color: #18386b;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}


#caution-area ul.fllow {
  margin-bottom: 22px;
  padding-left: 5px;
}
#caution-area ul.fllow li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #052b69;
  font-weight: bold;
  line-height: 1.8;
}
#caution-area ul.fllow li strong {
  color: #ed4956;
}

#caution-area .detailtext {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 25px;
  padding-left: 15px;
}
#caution-area ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
}


#bauture-area ul.bauture {
  padding-left: 15px;
}
#bauture-area ul.bauture li {
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -16px;
  padding-left: 20px;
  margin-bottom: 18px;
}
#bauture-area ul.bauture li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #b5b5b5;
  border-radius: 50%;
  margin-right: 5px;
}

#bauture-area .bnr {
  margin-top: 60px;
}


/* sp */
.winSP .main-box .inner {padding: 0!important;}
.winSP .main-box .inner .main-txt {
  text-align: left;
}
.winSP .main-box .inner .kikan {
  padding: 10px;
  margin-top: 10px;
}
.winSP .main-box .inner .kikan img {
  vertical-align: middle;
}

.winSP .ttl-box {
  height: auto;
  padding-top: 0;
}
.winSP .ttl-box:before {
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  background: url(./images/ico_title.png) no-repeat left top;
}
.winSP .ttl-box .title {
  background: url(./images/bg_title.png) no-repeat right center;
  background-size: 100% 100%;
  width: calc(100% - 19px);
  min-height: 31px;
  margin-left: 19px;
  padding-left: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.winSP .ttl-box .title span {
  font-size: 14 px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.winSP #caution-area ul.fllow {
  padding: 0 3.125%;
}
.winSP #caution-area .detailtext {
  padding: 0 3.125%;
}
.winSP #bauture-area ul.bauture {
  padding: 0 3.125%;
}
.winSP #bauture-area .bnr {
  margin-top: 30px;
  padding: 0 3.125%;
}

/*=====================================*/
/* summer vacation_close Info */
/*=====================================*/
.sv_Close {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
	color: #393f4c;
	background-color: #b0c4de;
	padding: 12px 1%;
  margin-top:10px;
  margin-bottom:15px;
}

.winSP .sv_Close{
  width: 80%;
  margin-left: 10%;
  background:  #b0c4de;
  text-align: left;
  color: #393f4c;
  font-size:14px;
  font-size: 1.4rem;
  font-weight: bold;
}


/*=====================================*/
/* tax_Info */
/*=====================================*/

.tax_Info{
  width: 100%;
  font-size:14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right
}
