@charset "utf-8";
/* CSS Document */
/*--------.page_roof-------------*/
.page_roof {
  background-image: url("../images/topbg.jpg");
}
.pageContent h2.title {
  background-image: url("../images/bg_line.svg") ;
}
.access_unit .train {
  background-image: url("../images/icon_train.svg");
}
.access_unit .shinkansen {
  background-image: url("../images/icon_shinkansen.svg");
}
.access_unit .bus {
  background-image: url("../images/icon_bus.svg");
}
.access_unit .car {
  background-image: url("../images/icon_car.svg");
}
.access_unit .air {
  background-image: url("../images/icon_air.svg");
}

/*--------温泉リトリート草津温泉-------------*/
@media screen and (max-width: 759.9px) {
.campaign02 {
    width: 96%;
    padding: 4%;
	margin: 3% 2% 2%;
	border: 3px #184242 solid;
	text-align: left;
	background: #FFF;
    border-radius: 10px;
    border-radius: 0.5em;
}

.campaign02 .photo {
}

.campaign02 .photo img {
	text-align: center;
	width: 70%!important;
    margin: 2% 15% 1%;
}

.campaign02 .detail {
    font-size: 123.1%;
	line-height: 1.5;
    text-align: left;
}

.campaign02 .detail .text04 {
    border-left: 4px solid #184242;
    color: #184242;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 5px;
    margin-bottom: 5px;
}
}

@media screen and (min-width: 760px) {
.campaign02 {
    width: 950px;
	padding: 20px;
    margin: 20px 0;
	border: 3px #184242 solid;
	text-align: left;
	background: #FFF;
    border-radius: 10px;
}

.flex {
  display: flex; /*横並び*/
}

.campaign02 .photo {
	float: left;
	width: 300px;
    margin-right: 10px;
}

.campaign02 .photo img {
	width: 300px;
    margin-bottom: 5px;
}

.campaign02 .detail {
    font-size: 123.1%;
	line-height: 1.5;
    text-align: left;
}

.campaign02 .detail .text04 {
    border-left: 4px solid #184242;
    color: #184242;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 5px;
    margin-bottom: 5px;
}
}
