.breadcrumb li span {
	color: #666;
  font-size: 12px;
  line-height: 1.4166666667;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  position: relative;
}
.breadcrumb li span::before {
  content: "";
  background: url(/assets_infosite/img/button-arrow-color.svg) no-repeat;
  background-size: auto;
  background-size: cover;
  width: 7.79px;
  height: 12px;
  position: absolute;
  right: -17.79px;
  top: calc(50% - 6px);
}
.contents .bg .overflow .left {
  width: 160px;
}
.contents .bg .overflow .right {
  width: 540px;
}
@media screen and (max-width: 768px) {
  .contents .bg .overflow .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contents .bg .overflow .right {
    width: 100%;
	margin-bottom: 90px;
  }
}

	.bookinfo{
		width: 100%;
		margin-top: 40px;
		margin-bottom: 18px;
	}
	.bookinfo th,
	.bookinfo td{
		padding: 16px 20px 16px 20px;
		border: 1px solid #ccc;
		line-height: 2;
		font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
		font-size: 14px;
		color: #666666;
		vertical-align: middle;
	}
	.bookinfo th.bookinfo_main{
		background: #FFE5DF;
	}
	.bookinfo th{
		background: #FFF9DC;
		font-weight: normal;
	}
	
	.bookinfo td{
		background: #fff;
	}
@media screen and (max-width: 768px) {
	.bookinfo th{
		width: 20%;
	}
}
.flex_col02{
display: flex;
	justify-content: space-between;
}

.flex_col02_inner{
	width: 400px;
}
.flex_col02 .flex_col02_inner .bg {
background: #fff;
border-radius: 0;
padding: 0;
margin-bottom: 30px;
}
.flex_col02 .flex_col02_inner .bg .overflow .right {
  width: 180px;
}

@media screen and (max-width: 768px) {
	
.flex_col02{
	display: block;
}
.flex_col02_inner{
	width: 100%;
}
.flex_col02 .flex_col02_inner .bg .overflow .right {
	width: 100%;
}
}
.contents .bg .bookinfo_button .button {
  width: 320px;
  height: 40px;
  margin: 30px auto 0;
}
.contents .bg .bookinfo_button .button a {
  border-radius: 20px;
  background: linear-gradient(to right, #E95098, #F29562);
  font-size: 15px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.contents .bg .bookinfo_button .button a span::after {
  content: "";
  background: url(/assets_infosite/img/blank-white.svg) no-repeat;
    background-size: auto;
  background-size: cover;
  width: 13px;
  height: 11px;
  position: absolute;
  top: 16px;
  right: 36px;
}
	
@media screen and (max-width: 768px) {
	/* 上記のスマホ用の指定をかく */
/*    .contents .bg .button a::after {
        width: 1.8627906977vw;
        height: 3.0186046512vw;
        top: 4.4186046512vw;
        right: 4.5348837209vw;
		border-radius: 20px;
    border-radius: 5.8139534884vw;
    }*/
}	
@media screen and (max-width: 768px) {
.contents .bg .bookinfo_button .button {
    height: 11.6279069767vw;
	width: 60.4651162791vw;
	}
.contents .bg .bookinfo_button .button a::after {
	top: 4.418605vw;
    }
}
@media screen and (max-width: 768px) {
.contents .bg .bookinfo_button .button a {
	font-size: 3.9534883721vw;
	}
}
@media screen and (max-width: 768px) {
    .contents .bg .button a::after {
        width: 1.8627906977vw;
        height: 3.0186046512vw;
        top: 4.418605vw;
        right: 4.5348837209vw;
    }
}
@media screen and (max-width: 768px) {
    .breadcrumb li:last-child {
        max-width: 10rem;
    }
}

.contents .border {
  border: 1px solid #CCCCCC;
  margin-bottom: 40px;
  border-radius: 10px;
  padding: 20px 5.9523809524% 20px;
}

