@charset "UTF-8";
/* CSS Document */
.section-narrow {
    background-color: #cce5ff;
    margin: -50px 0 0px;
    padding: 0 60px;
}
.pc-space {
    max-width: 900px;
    margin: 20px auto 0;
    padding: 50px 60px 20px;
    background-color: #fff;
}
.lead-1{
	white-space:pre-wrap;
	margin-top:20px;
	font-size:16px;
}
.lead-1 strong{
	color:	#0288d1;
	}
.sche1 {
    background-color: #fff;
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 40px;
    text-align: center;
	border-radius: 30px;
}
h2.landing {
    font-size: 21px;
    line-height: 1.3;
    margin: 20px auto;
    color: #333;
}
h3.landing {
    font-size: 21px;
	 margin: 30px auto 20px;
}
h3.day {
    position: relative;
    color: #235BCA;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    margin: 1.5em 0;
}
h3.day:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    width: 130px;
    height: 58px;
    border-radius: 50%;
    border: 5px solid #235BCA;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
h4.optional-tour-title{
		font-size:16px;
		margin-bottom:5px;
		color:#003399;
	}
.caption {
    font-size: 12px;
    margin: 5px 0 20px;
	text-align: left;
}
.day-dis {
    font-size: 14px;
    margin-bottom: 20px;
}
.day-img {
    margin: 10px auto;
    max-width: 650px;
}
.photo-title {
    font-size: 16px;
    line-height: 1.2
}
.tour-price {
    color: red;
    font-size: 16px;
    fontweight: bold;
}
.summary-custom-entry:hover {
    cursor: pointer
}
ul.check {
    background-color: #fff;
    border: solid 2px #ffb03f;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
    margin: 0 5px 40px;
}
ul.check li {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
}
ul.check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    position: absolute;
    left : 1em;
    color: #ffb03f;
}
ol.list2 {
    border: solid 2px #ffb03f;
    counter-reset: my-counter;
    list-style: none;
    padding: 15px;
    margin: 10px 5px 40px;
}
ol.list2 li {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 25px;
    position: relative;
    margin: 0 5px 10px;
}
ol.list2 li h3 {
    font-size: 16px;
    margin: 15px 0 10px;
}
ol.list2 li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #ffb03f;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    color: #ffffff;
    font-size: 95%;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    top: 0px;
    left: 0;
}
ul.summary-detail {
    font-size: 16px;
    border: none;
    margin: 0 0px 10px
}
li.summary-default-entry {
    margin: 0 0 15px;
    padding: 15px
}
.page-title-inner1 {
    display: block;
    background: rgba(255, 255, 255, .8);
    padding: 20px;
    vertical-align: middle;
    max-width: 500px;
    margin: 80px auto 0;
	border-radius: 30px;
}
.page-title {
    margin: 0px -5px 10px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
	color:#0288d1
}

.page-title .line-1{
	color:#0a2966;
	font-size:1em
	}
a.hover-n:hover {
    color: #333;
    text-decoration: none;
}
.page-title-img-caption{
display: block;
position: absolute;	
bottom: 5px;
right: 10px;
font-size:10px;
/*color:#333;*/
/*background-color: #333;*/
font-weight:bold;
text-shadow: #111 1px 0 5px;
}
	
/*ご旅行代金*/
.price-block {
  background: #f8f9f9;
  padding: 1.5em;
  border-radius: 1em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin: 2em 0 5em;
}

.price-label {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #333;
}
.price-detail {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  text-align: center;
}

.price-detail .price-range {
  white-space: nowrap; 
  font-size: 1.4rem;
  color: #d32f2f;
  font-weight: bold;
}

.room-info {
  display: inline-block;
font-size:14px;
}
.per-person{
margin-left:0.8em;	
font-size:14px;
	}
.price strong {
  color: #e53935;
  font-size: 1.3rem;
}
.acms-btn-primary{
    background-color: #0066cc!important;
    border-radius: 10px 10px 10px 10px;
}
.acms-btn-primary:hover{
    background-color: cornflowerblue!important;
}	
.color-hight{color:#ffb03f}
	
@media (min-width: 480px) {	
.center-col{
	width:50%;margin: 0 auto;
	}
	}
	
@media (max-width: 767px) {
.section-narrow {
    background-color: #99ccff;
    margin: 0px 0 0px;
    padding: 0 0px;
}
.pc-space {
    margin: 0px auto 0;
    padding: 10px;
}
.lead-1{
	font-size:16px;
}
.sche1 {;
    margin: 0 auto;
    padding: 10px;
}
.caption {
    font-size: 12px;
    line-height: 1.4;
    margin: 5px 0 15px;
}
#tour-t {
    font-size: 16px;
}

p.summary-detail {
    font-size: 12px;
}
li.summary-default-entry {
    margin: 0 0 15px;
    padding: 0
}
.page-title-wrapper {
	    margin-top: 0;
height: 300px;
}
.page-title-inner1 {
    margin: 120px 20px 0;
	padding: 15px 15px 5px;

}
.page-title {
    font-size: 24px;
	line-height: 1.3;
}
.page-title .line-1{
    font-size: 0.9em;
	line-height: 1.2;
}
ul.check li {
    font-size: 16px;
}
ol.list2 {
    border: none;
    padding: 5px;
}
.price-detail .price-range {
  white-space: nowrap; 
  font-size: 1.2rem;
  color: #d32f2f;
  font-weight: bold;
}

}
