/* CSS Document */



/******************************************************
共通・スマートフォン
******************************************************/
body
{
	background:url(img/takayama/main.jpg) no-repeat center 0;
}

/*============================
#pagetitle
============================*/
#pagetitle
{
	text-align:center;
	margin-bottom:220px;
}
/*============================
#histotyHead
============================*/
div#histotyHead {
}
div#histotyHead p {
}
div#histotyHead p img {
}
div#histotyHead p span {
	font-size:12px;
	font-size:1.2rem;
}

/*============================
.article
============================*/
.article h3
{
	color:#62236f !important;
}

/*============================
#aroundTakayama
============================*/
div#aroundTakayama {
	margin-top:80px;
}
div#aroundTakayama div {
}
div#aroundTakayama div dl {
	margin-bottom:20px;
	font-size:14px;
}
div#aroundTakayama div dl dt {
	color:#5d4134;
	font-size:25px;
	font-size:2.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:solid 1px #5d4134;
}
div#aroundTakayama div dl dd {
}
div#aroundTakayama div dl dd img {
}
/******************************************************
タブレット以上向け
******************************************************/
@media print, screen and (min-width: 768px) {
#pagetitle
{
	text-align:left;
	margin-bottom:60px;
}
div.article div.photo01
{
	background:url(img/takayama/mask.png)  no-repeat center center,url(img/takayama/photo01.jpg) no-repeat center center;
	background-size:contain,auto 190px;
}
div.article div.photo02
{
	background:url(img/takayama/mask.png)  no-repeat center center,url(img/takayama/photo02.jpg) no-repeat center center;
	background-size:contain,auto 190px;
}
div.article div.photo03
{
	background:url(img/takayama/mask.png)  no-repeat center center,url(img/takayama/photo03.jpg) no-repeat 1px center;
	background-size:contain,auto 190px;
}
}
/******************************************************
PC
******************************************************/
@media print, screen and (min-width: 992px) {
/*============================
#pagetitle
============================*/	
#pagetitle
{
	text-align:right;
}

}