
/*---------------------------------------------------------------------------
　十和田温泉・銭湯探訪
---------------------------------------------------------------------------*/

.hotsp_mainImg{
	width:100%;
	background:url(../image/back.png) top left repeat-x;
	background-size:37px;
}

.hotsp_mainImgBox{
	width:1280px;
	height: 480px;
	margin:0 auto;
	background-image: url(../image/hotsp_main.jpg);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.hotsp_mainImgBox img{
	width: 221px;
}

.hotsp_linkBN{
	width:1280px;
	margin:0 auto 30px;
	padding:17px 0;
	border-bottom:2px solid #000;
	text-align:right;
}
.hotsp_linkBN img{ width:136px; vertical-align:middle;}


.hotspLeadContents{
	width:1280px;
	margin:0px auto 0px;
	padding-bottom: 40px;
	border-bottom:2px solid #000;
}

.hotspLeadContents h2{
	font-size: 32px;
    margin: 0 0 10px;
}

.hotspLeadContents p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2.0;
}


.hotspObjectContents{
	width:1280px;
	margin:0px auto 0px;
}

.hotsp_objectbox{
	position: relative;
	background-color: #fff;
	margin: 50px 0px 5px;
	padding: 30px 0px;
	box-shadow: 4px 5px 0px rgba(0,0,0,0.4);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hotsp_objectbox::before{
	content: "";
	position: absolute;
	top: 0px;
	right: -5px;
	width: 72px;
	height: 72px;
	background-color: #fbf7f3;
	z-index: 1;
}

.hotsp_angleImg01{
	width: 67px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.hotsp_angleImg02{
	width: 72px;
	height: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

.hotsp_objectTitleBox{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.hotsp_OTImg{
	width: 187px;
	margin-right: 20px;
}

.hotsp_OTImg img{width: 187px;}

.hotsp_OTText{
	width: 800px;
}

.hotsp_OTText h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 40px;
	margin-bottom: 20px;
}

.hotsp_OTText h3 img{
	width: 95px;
	margin-right: 15px;
}

.hotsp_OTText h3 span{
	display: block;
}

.hotsp_OTText p{
	font-size: 18px;
}

.hotsp_OTText .redText{
	color: #c1272d;
}

.hotsp_OT_min01{
	font-size: 32px;
}

.hotsp_OT_min02{
	font-size: 22px;
}

.hotsp_objImgBox{
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.hotsp_objImg0201col{
	width: 50%;
}

.hotsp_objImg0201col img{max-width: 100%;}


.hotsp_objTextBox{
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.hotsp_objText0201col{
	width: 50%;
	box-sizing: border-box;
	padding: 30px 50px 0px;
}

.hotsp_objTextBox .hotsp_objText0201col:first-child{
	border-right: 3px solid #000;
}

.hotsp_OTDesc01{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

.hotsp_OTDesc01_L{
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
}

.hotsp_OTDesc01_R{
	box-sizing: border-box;
	width: calc(100% - 80px);
	padding-left: 15px;
}

.hotsp_OTDesc02{}

.hotsp_OTBtext{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

.hotsp_OTDesc02 dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

.hotsp_OTDesc02 dt{
	box-sizing: border-box;
	width: 17%;
	padding-right: 10px;
}

.hotsp_OTDesc02 dd{
	box-sizing: border-box;
	width: 83%;
}

.hotsp_OTDesc02 dd a{overflow-wrap: break-word;}

.hotsp_mapLink{
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 2px 10px;
	margin-left: 10px;
	border-radius: 5px;
}

.hotsp_mapLink:hover{
	opacity: 0.75;
	color: #fff;
}

.hotsp_underText{
	text-align: center;
	margin-top: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hotsp_underTitle{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.hotsp_btmLinkBox{
	text-align: center;
	font-weight: bold;
}

.hotsp_btmLink{
	display: inline-block;
	background-color: #553B1A;
	color: #fff;
	padding: 20px 60px;
	font-size: 1.25rem;
	transform: translateY(50%);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hotsp_btmLink:hover{
	color: #fff;
	background-color: #785325;
}

.cwHiddenNone{
	overflow: visible !important;
}
