@charset "UTF-8";

/*------------------------------------------------------------------------------
	Kunouzan Toshogu - SP CSS
	URL: http://www.toshogu.or.jp/
	Date: 2016-11-01
	Copyright© 2016 Kunouzan Toshogu All Rights Reserved.
------------------------------------------------------------------------------*/

@media screen and (max-width:736px){
/*============================================================================================================================
	スマートフォン　640px未満
=======
=====================================================================================================================*/

@font-face {
font-family: 'hanamin';
  src: url('../../shared2/fonts/HanaMinA.ttf') format('truetype');/* Safari, Android, iOS */
}

/**/

html.android h1,
html.android h2,
html.android h3{
	font-family:'hanamin';
	font-weight:bold;
}

.spNav{
	display:block;
}

/*tableをスクロール*/

.scroll table{
	width:100%;
}
.scroll{
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



.page-header-clone,
header nav {
	display:none;
}
header.navOpen nav {
	display:block !important;
	top: 15vh;
	position: absolute;
    bottom: 0;
    z-index: 9999;
}
header.navOpen nav ul {
	height: 100%;
    background: #0f1718;
}
	header nav ul#gNav {
		display: block;
	}
.page-header > .inner {
	width:100%;
}
header nav ul#gNav li {
    display: block;
	width: 100%;
}
header nav ul#gNav li a {
	padding: 20px 20px;
	border-left: none;
	border-bottom: 1px solid #333;
}
/*
header nav ul#gNav li:last-child a {
	border-bottom:none;
}
*/

header #navBtn {
	display:block;
	position: absolute;
	bottom: 0;
    right: 12px;
}
header #spMenu,
header #spMenu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header #spMenu {
	position: relative;
	width: 43px;
	height: 45px;
	display: flex;
}
header #spMenu span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
header #spMenu span:nth-of-type(1) {
	top: 0;
}
header #spMenu span:nth-of-type(2) {
	top: 12px;
}
header #spMenu span:nth-of-type(3) {
	top: 24px;
}
header #spMenu span.active:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
header #spMenu span.active:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
header #spMenu span.active:nth-of-type(3) {
	-webkit-transform: translateY(-14px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
}
header #spMenu b {
    position: absolute;
    bottom: 0;
    color: #fff;
    display: block;
	line-height: 1;
	left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#headerIn {
	text-align:left;
	height: 15vh;
	position: relative;
    z-index: 0;
}
header #siteTitle {
	padding: 9% 0 0% 5%;
    line-height: 1.5;
}
header #siteTitle img {
	width:50%;
	height:auto;
}
header #siteTitle span {
    padding-left: 5%;
	font-size: 1.3rem;
}
footer #footerIn address {
    font-size: 80%;
}
footer #ftNav {
	padding:2%;
}
footer #ftNav li {
    font-size: 1.3rem;
    padding: 0;
}
footer #ftNav li:nth-child(2) {
	margin:0 3%;
}
footer #footerIn {
    padding: 5% 0 3.2%;
}
footer #footerIn #ftlogo {
    margin-bottom: 5%;
}
footer #footerIn #ftlogo img {
	width:50%;
	height:auto;
}
footer #footerIn address {
    font-size: 80%;
}
footer p#copyright {
	font-size:60%;
}

div.pan {
    margin: 3.2% 5% 37% 24%;
	font-size: 1.4rem;
	line-height: 1.5;
}
.lead {
    margin-bottom: 10%;
}
.lead .inBox {
    width: 100%;
    margin: 0 auto;
	padding: 0 2%;
	box-sizing:border-box;
}
#container h2.hd {
    margin-bottom: 5%;
}
#container .entry {
    margin: 0;
    padding: 3%;
	background:#dcd0c0;
}
#container .entry #entryInner {
	overflow: hidden;
	padding: 6%;
	position:relative;
	background:#fff;
	z-index: 0;
}
#container .entry #entryInner:before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 98.5%;
    height: 98%;
    margin: auto;
    box-sizing: border-box;
    border: solid 1px #bfbfbf;
    z-index: -1;
}
#container .entry h3 {
	font-size: 1.7rem;
}
#container .entry dl {
    width: 100%;
}
#container .entry dl dt {
    font-size: 3.2rem;
	text-align: center;
}
#container .entry dl dt span {
    font-size: 2.5rem;
}
#container .entry dl dd {
	line-height:1.5;
	text-align: center !important;
	margin-left:0 !important;
}
#container .entry dl.fax dt,
#container .entry dl.fax dd {
    text-align: center;
}
#ptBox {
    height: 120px;
	background-position: center !important;
	position: relative;
}
h1#pageTitle {
    margin: 0 0 0 5%;
	width: 55px;
	height: 295px /* Android4.0 */;
	min-height: 250px;
}
h1#pageTitle span {
    width: 45px;
    font-size: 2.0rem;
	padding: 20px 12px 10px 30px;
}
#pageTitle:before {
    top: 6%;
    left: 13%;
	background-size:46px 14px;
}
#pageTitle:after {
    top: 190% !important;
    left: -2%;
	background-size:46px 14px;
}

.cap{
	margin:10px 0 30px;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p{
	margin-bottom:1.5rem;
}
.section{
	margin-bottom:50px;
}
#container .section,
#container .spot{
	padding:0 2%;
	width:100%;
}
#container .section h2{
	text-align:center;
	line-height: 1.5;
 }
body#twhomeIndex #container .section img,
body#precinctsIndex .phoR img,
body#modelplanIndex #container .section img,
body#museumIndex #container img,
body#accessIndex #container img{
	width:100% ;
	height:auto;
 }

body#twhomeIndex #container .section table img,
body#modelplanIndex #container .move img{
	width:inherit !important;
 }
 
/*==============================================================
　body#home : トップページ
===============================================================*/

	#lead .bnr img {
		width: 100%;
		height: auto;
	}
	.section img {
		max-width: 100%;
		height: auto;
	}
	.section .floatleft,
	.section .floatright {
		float: none;
		margin: 0 auto 4% !important;
		text-align: center;
	}
	.section .floatleft p,
	.section .floatright p {
		text-align: left;
	}
	#enghomeIndex #fee .hd + img {
		display: block;
		margin: auto;
	}
	#enghomeIndex #ss_contents img {
		display: block;
	}
	#enghomeIndex .floatleft img {
		display: block;
		margin: auto;
	}
	
body#twhomeIndex #container #lead{
	margin-top:50px;
 }
	
body#twhomeIndex #container .section .floatleft,
body#twhomeIndex #container .section .floatright{
	width:100% !important;
	height:auto !important;
 }


body#twhomeIndex #container #fee img.floatleft{
	display:none;
 }
 
/*==============================================================
　body#precinctsIndex : 神社介紹
===============================================================*/
 
body#precinctsIndex .spotBox h3 {
    padding-top: 15px;
    font-size: 120%;
    font-weight: bold;
    color: #837453;
}
body#precinctsIndex .phoR{
	float:none;
 }

	body#precinctsIndex .spotBox {
		overflow: hidden;
	}
	body#precinctsIndex #guide .phoR {
		margin-left: 0;
		text-align: center;
	}
	body#precinctsIndex .phoR img {
		width: auto;
		margin: auto;
	}
	
/*==============================================================
　body#modelplanIndex : 推薦行程
===============================================================*/
	
	#modelplanIndex h1#pageTitle span {
		min-height: 280px;
	}
body#modelplanIndex #container h1 img {
	width:100%;
	height:auto;
}
body#modelplanIndex .move {
    margin-top: 20px;
    border: 1px solid #efdfb1;
    height: auto;
    clear: both;
    position: relative !important;
}
body#modelplanIndex .move p {
    vertical-align: middle;
    min-height: 98px;
	font-size:90%;
    padding-top: 10px;
	margin-bottom:0;
}
body#modelplanIndex .move .floatL {
    margin-right: 20px;
}
body#modelplanIndex #container table{
	width:100%;
	margin-bottom: 0;
}

/*==============================================================
　body#museumIndex : 博物館簡介
===============================================================*/
	
	body#museumIndex #container #museum .photo_r240 {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
body#museumIndex #container .floatleft,
body#museumIndex #container .floatright,
body#museumIndex #container .texbox700{
	width:100% !important;
	margin:0;
}
body#museumIndex #container #Listbox{
	float:right;
	width:70%;
}
body#museumIndex #container #Listbox,
body#museumIndex #container #fliterList{
	height:inherit;
}

body#museumIndex #container #fliterList03{
	width:25%;
}
body#museumIndex #container #fliterList03 li.all img,
body#museumIndex #container #fliterList03 img{
	width:100% !important;
	height:auto;
}
body#museumIndex #container #fliterList li,
body#museumIndex #container #fliterList02 li{
	float:left;
	margin-right:11px;
	width:48%;
	height:auto;
}
body#museumIndex #container #fliterList li:nth-child(2n),
body#museumIndex #container #fliterList02 li:nth-child(2n){
	margin-right:0;
}
body#museumIndex #container #fliterList img,
body#museumIndex #container #fliterList02 img{
	width:100%;
	height:auto;
}
/*body#museumIndex #container #Grid{
	padding:10px;
	margin-bottom:30px;
	}*/
body#museumIndex #container section {
    width: 96% !important;
    margin: 0 2% 20px !important;
    clear: both;
    overflow: hidden;
}
#filter {
    margin: auto;
    margin-bottom: 50px;
    width: 1200px;
    display: table;
    border: #999 1px solid;
}
body#museumIndex #container #Listbox #filter {
    width: 100%;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
#filter a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding: 15px 0;
    border-right: #999 1px solid;
    display: table-cell;
    text-align: center;
    background: #333;
}
body#museumIndex #container #Listbox #filter li{
    width: 50%;
    margin-bottom: 1px;
}
body#museumIndex #container #Listbox #filter li a{
    width: 100%;
	display: block;
}
body#museumIndex #container #Listbox #filter .active {
    font-weight: bold;
    color: #8b7b50;
    background: #fff;
}
body#museumIndex #Listbox, 
body#museumIndex #Listbox #filter {
    width: 100% !important;
	overflow: hidden;
}
body#museumIndex #Listbox #filter {
    display: inline-block;
	background: none;
}
body#museumIndex #container #Grid{
	background: none;
	overflow: hidden;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body#museumIndex #container section.list li:not(.title) {
    margin: 0 auto;
	float: left;
    width: 48.5% !important;
    margin-bottom: 3%;
	background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
body#museumIndex #container #Grid p {
    margin-bottom: 0;
}
body#museumIndex #container #Grid img{
    margin-bottom: 0;
}
	body#museumIndex #container #Grid li {
		margin: 0 0 3% 0;
		width: 48.5%;
		height: auto;
		background: #fff;
	}
	body#museumIndex #container #Grid li a {
		height: auto !important;
	}
body#museumIndex #container #Grid li:not(.title) h3 {
    color: #8e7b43;
    margin: 0;
    float: none;
    background: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.1;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-bottom: none;
    display: block;
    text-align: center;
    padding: 0;
    padding: 10px 10px 15px;
}
body#museumIndex #container #Grid li:nth-child(2n){
	margin-right:0;
}
/*==============================================================
　body#accessIndex : 交通指南
===============================================================*/
body#accessIndex #container iframe{
	width:100%;
	height:400px;
}
	#accessIndex .section #map_canvas {
		height:300px;
	}

/*==============================================================
　body.tw 
===============================================================*/

body.tw div.pan{
	margin-bottom:6%;
}

body.tw #container  section h2.std{
	margin-bottom:15px;
}
body.tw header nav ul#gNav li{
	display:block;
	width:100%;
	margin-right:0;
}
body.tw header nav ul#gNav li a{
	border-bottom:1px solid #333;
}

body.tw h1#pageTitle,
body.tw h1#pageTitle span {
	height: 140px /* Android4.0 */;
	min-height: 140px;
}
body.tw #pageTitle:before {
    top: 10% !important;
}
body.tw #pageTitle:after {
    top: 110% !important;
}

body.eng #container section{
	width:96%;
	margin:0 2%;
}

body.tw #container section h2{
	line-height:1.3;
}
@media only screen and (orientation : landscape){
	
	

}


/*--EOF-----------------------------------------------------------------------*/
}