@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 およびそれ以下. */
.slideShow {
	display: none;
}
.content1 {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 100px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.bukkenListTable {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	margin-bottom: 100px;
}
.bukkenList h3{
    text-align: left;
}
.mainPhoto{
    width: 100%;
}
.bukkenList img{
    width: 100%;
}
.tochiThumbnailBox .item{
    width:calc(94% / 3) ;
    display: inline-block;
    vertical-align: top;
    margin: 1% ;
    position: relative;
}
.ricoh-theta-spherical-image, .ricoh-theta-tour-image{
    width: 100% !important;
    height: auto !important;
}
.view360Button{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    text-decoration: none;
    display: table;
    color:#000 !important;
}
.view360Button div{
    display: table-cell;
    vertical-align: middle;
    min-height: unset;
}
.view360Button:hover{
    opacity: 0.8;
    color: #000 !important;
}
.view360Button:visited{
    color: #000 !important;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.slideShow {
	display: none;
}
.content1 {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 100px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.bukkenListTable {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-bottom: 100px;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.slideShow {
	display: none;
}
.contents {
	width: 100%;
}
.content1 {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 100px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.bukkenListTable {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	margin-bottom: 100px;
}
.tochiThumbnailBox .item{
    width:calc(88% / 6) ;
    margin: 1% ;
}
}