@charset "UTF-8";

/* 3 MediaQuery ---*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:999px) { /*PC&TB*/
}
@media screen and (min-width:1000px) , print { /*PC*/
}
/* 2 MediaQuery ---*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) , print { /*PC&TB*/
}


@media screen and (max-width:767px) { /*SP*/
	#MDQ{ display: none; }
    .spNone{ display: none; }
    .tbNone{ display: none; }
    .pcNone{ display: block; }
}
@media screen and (min-width:768px) and ( max-width:999px) { /*TB*/
	#MDQ{ display: inline; }
    .spNone{ display: block; }
    .tbNone{ display: none; }
    .pcNone{ display: none; }
}
@media screen and (min-width:1000px) , print { /*PC*/
	#MDQ{ display: block; }
    .spNone{ display: block; }
    .tbNone{ display: none; }
    .pcNone{ display: none; }
}

@media screen and (max-width:767px) { /*SP*/
	body{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
	#contentsWindow {
		clear: both;
		width: auto;
		margin: 0 auto;
		background-color: #573A0C;
	}
}

@media screen and (min-width:768px) , print { /*PC&TB*/
	body{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
	#contentsWindow {
		clear: both;
		margin: 0 auto;
		min-width: 1400px;
		background-color: #573A0C;
	}
}


/*---------------------------------------------------------------------------
　十和田温泉・お宿探訪 奥入瀬・十和田湖編
---------------------------------------------------------------------------*/

@media screen and (max-width:767px) { /*SP*/
	.hotsp_mainImg{
		width:100%;
		background:url(../image/back.png) top left repeat-x;
		background-size:37px;
	}
	
	.hotsp_mainImgBox{
		width:100%;
		height: 280px;
		margin:0 auto;
		background-image: url(../image/hotsp_ot_main_s.jpg);
		background-position: center center;
		background-size: auto 100%;
		background-repeat: no-repeat;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.hotsp_mainImgBox img{
		width: 180px;
	}
	
	.hotsp_linkBN{
		max-width:100%;
		margin:0 15px 20px;
		padding:17px 0;
		border-bottom:2px solid #fff;
		text-align:right;
	}
	
	.hotsp_linkBN img{
		max-width:134px;
		vertical-align:middle;
	}
	
	.hotspLeadContents{
		margin:0px 15px 0px;
		padding-bottom: 20px;
		border-bottom:2px solid #fff;
		color: #fff;
		text-align: center;
	}
	
	.hotspLeadContents .ContentsBox1000{margin: 0px 0px;}
	
	.hotspLeadContents h2{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
		font-size: 22px;
		margin: 0 0 10px;
	}
	
	.hotspLeadContents p{
		line-height: 2.0;
	}
	
	.hotspLead_bTxt{
		font-size: 16px;
		font-weight: bold;
		margin: 15px 0px 0px 0px;
	}
	
	.hotspObjectContents{
		width:auto;
		margin:0px 15px 0px;
	}
	
	.hotsp_objectbox{
		position: relative;
		background-color: #fff;
		margin: 40px 0px 5px;
		padding: 30px 0px 20px;
		box-shadow: 4px 5px 7px rgba(0,0,0,0.7);
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
	.hotsp_objectbox::before{
		content: "";
		position: absolute;
		top: -10px;
		right: -10px;
		width: 50px;
		height: 50px;
		background-color: #573A0C;
		z-index: 1;
	}
	
	.hotsp_angleImg01{
		width: 47px;
		height: auto;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
	}
	
	.hotsp_angleImg02{
		width: 42px;
		height: auto;
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 2;
	}
	
	.hotsp_objectTitleBox{
		margin-bottom: 30px;
	}
	
	.hotsp_OTImg{
		width: 80%;
		text-align: center;
		margin: 0px auto 20px;
		position: relative;
	}
	
	.hotsp_OTImg img{width: 100%;}
	
	.hotsp_OTImg_pTxt{
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-30vw,-50%);
		font-size: 5vw;
		font-weight: bold;
		color: #fff;
		line-height: 1.5;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	}
	
	.hotsp_OTText{
		width: auto;
		margin: 0px 15px;
	}
	
	.hotsp_OTText h3{
		font-size: 24px;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.hotsp_OTText h3 img{
		width: 75px;
		margin-bottom: 10px;
	}
	
	.hotsp_OTText h3 span{
		display: block;
	}
	
	.hotsp_OTText p{
		font-size: 1.0rem;
	}
	
	.hotsp_objImgBox{
		margin-bottom: 30px;
	}
	
	.hotsp_objImg0201col{
		width: 100%;
		text-align: center;
	}
	
	.hotsp_objImg0201col img{max-width: 100%;}
	
	.hotsp_objEXBox{
		display: block;
		padding: 0px 15px;
	}
	
	.hotsp_objEXdesc{
		display: block;
		text-align: center;
		margin: 25px 0px 0px;
	}
	
	.hotsp_objEXdesc_L{
		box-sizing: border-box;
		width: auto;
		height: auto;
		background-color: #8C6239;
		color: #fff;
		border-radius: 0;
		text-align: center;
		margin: 0px 0px 10px;
		padding: 10px 5px;
	}
	
	.hotsp_objEXdesc_R{
		box-sizing: border-box;
		width: auto;
		padding-left: 0px;
		font-size: 1rem;
	}
	
	.hotsp_objEXBox .hotsp_objEXdesc:first-child{margin-top: 0;}
	
	.hotsp_objDetailBox{
		padding: 0px 15px;
		margin: 30px 0px 0px;
	}
	
	.hotsp_objNameBox{
		display: block;
		margin: 0px 0px 20px;
	}
	
	.hotsp_objName{
		font-size: 1.25rem;
	}
	
	.objNameLinkBox{
		margin: 5px 0px 0px 0px;
	}
	
	.objNameLinkBox a{
		display: inline-block;
		color: #fff;
		padding: 3px 15px;
		margin: 0px 10px 0px 0px;
	}
	
	.objNameLinkBox a.map{
		background-color: #000000;
	}
	
	.objNameLinkBox a.hp{
		background-color: #C1272D;
	}
	
	.hotsp_ONText li{
		display: inline-block;
		margin-right: 20px;
	}
	
	.hotsp_objDetailRTxt{
		color: #C1272D;
		margin-top: 20px;
	}
	
	.hotsp_underText{
		text-align: center;
		margin-top: 40px;
		color: #fff;
	}
	
	.hotsp_underTitle{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	.hotsp_btmLinkBox{
		text-align: center;
		font-weight: bold;
	}
	
	.hotsp_btmLink{
		display: block;
		background-color: #C1272D;
		color: #fff;
		padding: 10px 5px;
		font-size: 1.15rem;
		transform: translateY(50%);
	}
}

@media screen and (min-width:768px) , print { /*PC&TB*/
	.hotsp_mainImg{
		width:100%;
		background:url(../image/back.png) top left repeat-x;
		background-size:37px auto;
	}
	
	.hotsp_mainImgBox{
		width:1280px;
		height: 480px;
		margin:0 auto;
		background-image: url(../image/hotsp_ot_main_p.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 #fff;
		text-align:right;
	}
	
	.hotsp_linkBN img{
		width:134px;
		vertical-align:middle;
	}
	
	.hotspLeadContents{
		width:1280px;
		margin:0px auto 0px;
		padding-bottom: 40px;
		border-bottom:2px solid #fff;
		color: #fff;
		text-align: center;
	}
	
	.hotspLeadContents h2{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
		font-size: 32px;
		margin: 0 0 10px;
	}
	
	.hotspLeadContents p{
		line-height: 2.0;
	}
	
	.hotspLead_bTxt{
		font-size: 20px;
		font-weight: bold;
		margin: 15px 0px 0px 0px;
	}
	
	.hotspObjectContents{
		width:1280px;
		margin:0px auto 0px;
	}
	
	.hotsp_objectbox{
		position: relative;
		background-color: #fff;
		margin: 60px 0px 5px;
		padding: 30px 0px;
		box-shadow: 4px 5px 8px rgba(0,0,0,0.7);
	}
	
	.hotsp_objectbox::before{
		content: "";
		position: absolute;
		top: -10px;
		right: -15px;
		width: 80px;
		height: 80px;
		background-color: #573A0C;
		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: 40px;
		position: relative;
		overflow: hidden;
	}
	
	.hotsp_OTImg_pTxt{
		text-align: center;
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 1.25rem;
		font-weight: bold;
		color: #fff;
		line-height: 1.5;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	}
	
	.hotsp_OTImg img{width: 187px;}
	
	.hotsp_OTText{
		width: 880px;
	}
	
	.hotsp_OTText h3{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: nowrap;
		font-size: 40px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	
	.hotsp_OTText h3 img{
		width: 95px;
		margin-right: 15px;
	}
	
	.hotsp_OTText h3 span{
		display: block;
	}
	
	.hotsp_OTText p{
		font-size: 1.1rem;
	}
	
	.hotsp_objImgBox{
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		margin-bottom: 40px;
	}
	
	.hotsp_objImg0201col{
		width: 50%;
	}
	
	.hotsp_objImg0201col img{max-width: 100%;}
	
	.hotsp_objEXBox{
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		padding: 0px 30px;
	}
	
	.hotsp_objEXdesc{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: nowrap;
		padding: 0px 30px 0px 0px;
		box-sizing: border-box;
	}
	
/*
	.hotsp_objEXdesc.objW01{flex-grow: 1;}
	.hotsp_objEXdesc.objW02{flex-grow: 2;}
	.hotsp_objEXdesc.objW03{flex-grow: 1;}
	.hotsp_objEXdesc.objW04{flex-grow: 2;}
*/
	
	.hotsp_objEXdesc_L{
		box-sizing: border-box;
		width: 80px;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		background-color: #8C6239;
		color: #fff;
		border-radius: 50%;
		text-align: center;
	}
	
	.hotsp_objEXdesc_R{
		box-sizing: border-box;
		width: calc(100% - 80px);
		padding-left: 10px;
		font-size: 0.85rem;
	}
	
	.hotsp_objEXBox .hotsp_objEXdesc:last-child{margin-right: 0;}
	
	.hotsp_objDetailBox{
		padding: 0px 30px;
		margin: 40px 0px 5px;
	}
	
	.hotsp_objNameBox{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: nowrap;
		margin: 0px 0px 5px;
	}
	
	.hotsp_objName{
		font-size: 1.5rem;
	}
	
	.objNameLinkBox{
		margin: 0px 0px 0px 30px;
	}
	
	.objNameLinkBox a{
		display: inline-block;
		color: #fff;
		padding: 3px 15px;
		margin: 0px 10px 0px 0px;
	}
	
	.objNameLinkBox a.map{
		background-color: #000000;
	}
	
	.objNameLinkBox a.hp{
		background-color: #C1272D;
	}
	
	.objNameLinkBox a:hover{
		opacity: 0.75;
	}
	
	.hotsp_ONText li{
		display: inline-block;
		margin-right: 20px;
	}
	
	.hotsp_objDetailRTxt{
		color: #C1272D;
		margin-top: 20px;
		text-indent:-5em;
		margin-left:5em;
	}
	
	.hotsp_underText{
		text-align: center;
		margin-top: 50px;
		color: #fff;
	}
	
	.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: #C1272D;
		color: #fff;
		padding: 20px 60px;
		font-size: 1.25rem;
		transform: translateY(50%);
	}
	
	.hotsp_btmLink:hover{
		color: #fff;
		background-color: #DD555B;
	}
}