@charset "utf-8";

.b-box{
	box-sizing: border-box;
	height: auto;
}

.sec01{
	position: relative;
}

.p-3tour{
	max-width: 100%;
}
.p-3tour img{
	max-width: 100%;
}

.main{
	border-bottom: 3px solid #976a35
}

.deco img{
	width: 18%;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
    z-index: 10;
}

.sec02 h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 60px;
    font-weight: normal;
    line-height: 60px;
    color: #896c4d;
    margin: 20px 0;
}
.sec02 h3{
	color: #198a84;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: x-large;
}

.osusume-box{
	position: relative;
	border-top: 3px solid #976a35;
	margin-top:100px;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #faf6f0
	margin-bottom:100px;
}
.osusume{
	position: absolute;
	top: -58px;
	margin:auto;
	right: 0;
	left: 0;
}

.flex{
	display: flex;
}

#musa{
	width: 65%;
}

.osusume-box ul{
	padding: 3% 3% 0 3%;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 20px;
}

.osusume-box li{
	font-size: 16px;
	margin-bottom: 2%;
}

.osusume-box span{
	color: red;
    font-size: x-large;
    margin-right: 8px;
}
.right-osusume{
	margin-left: 3%;
}


#tour-kaisaibi h2{
	font-size: 40px;
	margin-bottom: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#blue{
	color: #88abf5;
}

#tour-kaisaibi ul{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
#tour-kaisaibi li{
	font-weight: bold;
    margin: 0px 1%;
    background: #519481;
    padding: 5px 45px;
    color: #fff;
    letter-spacing: 2px;
}
#tour-kaisaibi p{
	font-weight: bold;
	text-align: center;
	color: red;
}

.sec04{
	margin-bottom: 100px;
}

.sec04 li{
	width: 22%;
	background: #a03c3c;
	margin:0 1%;
}
.sec04 h2{
	font-size: 40px;
	margin-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

.sec04 h3{
	font-weight: bold;
    color: #c8807a;
    font-size: 22px;
    margin-bottom: 50px;
}

.sec04 h4{
	color: #fff;
	font-weight: bold;
}
.sec04 p{
	color: #fff;
	font-size: 14px;
	padding: 5%;
}
#h-hatu,#s-hatu{
	margin-bottom: 100px;
}

#h-hatu img{
	margin-bottom: 40px;
}

#s-hatu img{
	margin-bottom: 40px;
}

#h-hatu h2{
	color: #fff;
    padding: 2px 10px;
    background: #897260;
    margin-bottom: 40px;
}

#s-hatu h2{
	color: #fff;
    padding: 2px 10px;
    background: #897260;
    margin-bottom: 40px;
}

.hiniti h4{
	font-size: xx-large;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.hiniti span{
	font-size: 50px;
	color: #ff6565;
}

.sec05 table{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.sec05 tbody{
	border:solid 1px #897260;
}

.sec05 th{
	border:solid 1px #897260;
	text-align: center;
	padding: 1%;
	color: #fff;
	background: #544539;
}
.sec05 td{
	border:solid 1px #897260;
	padding: 2%;
	font-weight: bold;
}

#colona{
	font-weight: bold;
	margin-bottom: 40px;
}
#colona span{
	color: blue;
}

/*スマホサイズここから*/
@media screen and (max-width: 768px){
.sec02 h2{
	font-size: 20px;
}

#tour-kaisaibi h2{
	font-size: 20px;
}

.flex{
	flex-wrap: wrap;
}
#musa{
	width: 100%;
}
.sec04 ul{
	justify-content: center;
}

.sec04 li{
	margin: 2%;
	width: 45%;
}

#tour-kaisaibi li{
	padding: 4px 20px;
}

/*スマホサイズここまで*/
} 