@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.topHeaderBlock{
    height: calc(100vw / 1282 * 875);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center ;
}
h1{
    font-family: 'Noto Serif JP', serif;
    font-size: 28px!important;
    color: #fff;
    margin: 0;
}
h2{
    color: #D86385;
}
#instagram_list .item{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 1%;
}
.mapBlock p{
    margin: 0;
}
.mapBlock p a{
    display: inline-block ;
    background-color: #989898;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    width: 9em;
    padding: 0.75em 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	color: #fff;
    text-decoration: none;
}
.activeTab{
    background-color: #B4B4B4!important;
}
.scrollDown{
	position: absolute;
    top: 45%;
	text-align: center;
    width: 100%;
}
.mapBlock{
    margin: 50px 0;
}
.titleBar{
    top: 18% ;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.titleBar{
    top: 8% ;
}
.absoluteMenu{
    background: none;
	top: 19%;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
	color: #fff;
}
.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color:#fff;
}
.fixedMenu .sm-clean a, .fixedMenu .sm-clean a:hover, .fixedMenu .sm-clean a:focus, .fixedMenu .sm-clean a:active {
	color: #000;
}
.fixedMenu .sm-clean a:hover, .fixedMenu .sm-clean a:focus, .fixedMenu .sm-clean a:active, .fixedMenu .sm-clean a.highlighted {
    color:#000;
}
.mapBlock p a{
    width: 14em;
}
.scrollDown{
    top: 32%;
}
}
