@charset "UTF-8";

.adjustIndent {
    text-indent: -1em;
    padding-left: 1em;
    display: contents;
}

.c-red {
    color: #DE4C5D;
}

.ver-top {
	vertical-align:top;
}

.mgt-2 {
	margin-top: 2%;
}

.wrap {
	flex-wrap: nowrap;
} 

.tab_wrap {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}

.item {
	padding: 10px;
	width: 32%;
}

.top_margin10 {
	margin-top: 2%;
}

.bottom_padding10 {
	margin-bottom: 2%;
}

.balloon {
position: relative;
background-color: #fff;
border: 3px solid #ff6b3e;
padding: 10px;
margin: 3%;
border-radius: 10px;
}

.balloon::before {
content: "";
    position: absolute;
    border: 24px solid transparent;
    border-left: 14px solid #fff;
    top: 45%;
    left: 316px;
    margin-left: -18px;
    z-index: 2;
}

.balloon::after {
content: "";
    position: absolute;
    border: 24px solid transparent;
    border-left: 14px solid #ff6b3e;
    top: 45%;
    left: 317px;
    margin-left: -16px;
    z-index: 1;
}

.balloon p {
margin: 0;
padding: 0;
}


.balloon_sp {
position: relative;
background-color: #fff;
border: 3px solid #ff6b3e;
padding: 10px;
margin: 3%;
border-radius: 10px;
}

.balloon_sp::before {
content: "";
    position: absolute;
    border: 24px solid transparent;
    border-left: 14px solid #fff;
    top: 45%;
    left: 207px;
    margin-left: -18px;
    z-index: 2;
}

.balloon_sp::after {
content: "";
    position: absolute;
    border: 24px solid transparent;
    border-left: 14px solid #ff6b3e;
    top: 45%;
    left: 208px;
    margin-left: -16px;
    z-index: 1;
}

.balloon_sp p {
margin: 0;
padding: 0;
}



.table04 {
	background-color: #e7e6e6;
	
	border-radius: 10px 10px 0 0;
	
	padding: 5px 10px;
	
	border: 1px solid #ccc;


}

.table05 {
  padding: 5px 10px;
	
  border-bottom: 1px solid #ccc;

  border-right: 1px solid #ccc;

  border-left: 1px solid #ccc;

}

.orangeline {

border-bottom: solid 1px #F60;

}

.border_annai {
	border: dashed 1px #ccc;
	margin-bottom:5px;
	border-radius: 10px;
}

.table-tour2 {
	width: 60%;
}

@media not all and (min-width: 768px) {
	.item {
		width: 100%;
	}
	
	.item:not(:last-child) {
		margin-bottom: 30px;
	}
}


.title_holiday {
    font-weight: bold;
    font-size: large;	
}


@media screen and (max-width: 767px) {
    .pc-only { display:none; }
    .tab-only { display:none; }

}

@media screen and (min-width:768px) and ( max-width:1024px) {
    .sp-only { display:none;}
    .pc-only { display:none; }

}

@media screen and (min-width: 1024px) {
    .sp-only { display:none; }
    .tab-only { display:none; }
}

@media screen and (max-width: 640px){

.table-tour2 {
    width: 95%;}
}