﻿@charset "utf-8";
/* CSS Document */

.bg_white{
	background-color: #fff;
}
.font08{font-size: 0.8em;}
.font09{font-size: 0.9em;}
.font11{font-size: 1.1em;}
.font12{font-size: 1.2em;}
.font13{font-size: 1.3em;}
.txt_red{
	color: #ff0000;
}
.txt_blgr{
	color: #11b5b4;
}
.txt_c{text-align: center!important;}
.w-bld{font-weight: bold;}

/*温泉のリンクをさせない*/
.nolink a{
	pointer-events: none;
}

.nolink p.clm01_side_ttl:after {
	display: none;
}

/*ルート部分*/
.route_txt{
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: bold;
}


/*画像センタリング＆スマホでw100*/
.img_cnt img{
	margin: 0 auto;
    display: block;
}
@media screen and (max-width: 568px) {
	.img_cnt img,
	.codeitem_img img {
		margin: 0 auto;
		display: block;
		width: 100%!important;
		height: auto!important;
	}
	.announce_box{
    	margin: 3em 0.5em 1em 0.5em;
}
}



/*黒いボタン*/
.btn_box{
	width: 100%;
}
.btn_box .dc_btn{
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding: 8px 20px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: 50%;
    margin: 0 auto;
}
.btn_box .dc_btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 30px;
    text-align: center;
	background-color: #353540;
    color: #fff;
    text-decoration: none;
    position: relative;
}
/*.btn_box .dc_btn a:hover {
	background-color: #b00606;
}*/
.btn_box .dc_btn a:after {
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: rotate(45deg) translate(-35%,-40%);
    transform: rotate(45deg) translate(-35%,-40%);
}

@media screen and (max-width: 568px) {
	.btn_box .dc_btn{
		font-weight: bold;
		text-align: center;
		white-space: nowrap;
		padding: 8px 10px;
		font-size: 14px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 95%;
	}
}