@charset "UTF-8";

/*------------------------------------------------------------------------------
	Kunouzan Toshogu - Structure CSS
	URL: http://www.toshogu.or.jp/
	Date: 2016-11-01
	Copyright© 2016 Kunouzan Toshogu All Rights Reserved.
------------------------------------------------------------------------------*/
html,
body {
  width: 100%;
}

#main p,
#main ol,
#main ul,
#main dl {
  margin-bottom: 1.5em;
  line-height: 1.5;
}

.clear-type {
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}

/* #wrapper */
#wrapper {
  width: 100%;
  margin: 0 auto;
}
/* #skip */
ul#skip {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 0;
}

a[href$=".pdf"] {
}

header nav ul,
.sectionIn,
#footerIn,
.bunki {
  max-width: 1200px;
  margin: 0 auto;
}

a .pdf {
  padding-right: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../../shared2/img/ico_pdf.png) no-repeat right center;
}

.priceNum {
  color: #75623c;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*==============================================================
	#header : ヘッダ
===============================================================*/

#headerIn,
#footerIn {
  text-align: center;
  background: #0f1718;
}
header #navBtn {
  display: none;
}
body#home header {
  background: url(../../shared2/img/mv.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#headerIn {
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(../../shared2/img/bg_footer.jpg);
}

header #siteTitle {
  padding: 25px 0;
}
#siteTitle_s {
  margin: 0 20px;
  /*
	position:absolute;
	top:-5px;
	left:20px;
*/
}
header #siteTitle span {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  padding-left: 50px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
}
#siteTitle_s span {
  display: block;
  font-size: 40%;
  color: #fff;
  line-height: 1;
  /*	margin:10px 0 -18px;*/
  padding-left: 50px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
}
#siteTitle_s img {
  display: block;
}
footer #ftlogo span {
  display: block;
  font-size: 80%;
  color: #fff;
  padding-left: 50px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
}
h1#pageTitle {
  margin: 0 0 0 100px;
  width: 80px;
  min-height: 250px;
  background: #fff;
  padding: 0 5px 0;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}
h1#pageTitle span {
  display: block;
  width: 69px;
  font-size: 3.5rem;
  min-height: 275px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  padding: 30px 16px 30px 16px;
  line-height: 1.2;
  background: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
body#seasonIndex h1#pageTitle span,
body#courtesyOmiyamairi h1#pageTitle span,
body#aboutIeyasu h1#pageTitle span {
  min-height: 380px;
}
body#aboutIndex h1#pageTitle span,
body#linkIndex h1#pageTitle span {
  min-height: 440px;
}
body#aboutVanerable h1#pageTitle span {
  min-height: 420px;
}
body#kt_museumAboutIndex h1#pageTitle span,
body#worshipFees h1#pageTitle span {
  min-height: 320px;
}
body#faqIndex h1#pageTitle span,
body#clockIndex h1#pageTitle span {
  min-height: 330px;
}

body#kt_museumIndex h1#pageTitle span {
  min-height: 400px;
}

/*久能山東照宮博物館　Eng*/
body#kt_museum_engIndex h1#pageTitle span {
  font-size: 2.6rem;
  line-height: 1;
  padding: 30px 5px 30px 16px;
}
/*久能山東照宮博物館　ミュージアムショップ*/
body#shopIndex h1#pageTitle span,
body#courtesyIndex h1#pageTitle span {
  min-height: 400px;
  letter-spacing: -2px;
}
body#shopIndex #pageTitle:after {
  top: 540px;
}

header nav {
  width: 100%;
  background: #0f1718;
}
body#home header nav {
  position: absolute;
  bottom: 0;
  z-index: 9999;
}
@media screen and (min-width: 736px) and (max-width: 1200px) {
  body#home header nav {
    overflow: scroll;
    bottom: 3px;
  }
  header nav ul {
  }
  #home .page-header > .inner {
    width: auto;
    padding: 5px;
  }
  #home header nav ul#gNav li a {
    padding: 20px 7px;
    font-size: 90%;
  }
  #home header nav ul#gNav li {
    float: left;
    margin: 0;
  }
}
header nav ul {
  text-align: center;
  overflow: hidden;
}
header nav ul#gNav li {
  display: inline-block;
  margin: 0 0 0 -4px;
}

header nav ul#gNav li a {
  display: block;
  padding: 20px 13px;
  color: #fff;
  border-left: 1px solid #333;
  transition-duration: 0.3s;
}

header nav ul#gNav li a:hover {
  background: #8b7b50;
}

header nav ul#gNav li:first-child a {
  border-left: none;
}
header ul#sNav {
  position: absolute;
  top: 0;
  right: 10px;
}
header ul#sNav li {
  display: inline-block;
  margin: 0 0 0 -4px;
}
header ul#sNav li a {
  padding: 0 5px;
  margin-right: 15px;
  color: #faf9fa;
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header ul#sNav li#jpn a,
header ul#sNav li#eng a,
header ul#sNav li#tw a {
  padding: 5px 10px;
  margin-right: 2px;
  font-weight: bold;
  background: #af9661;
  border-radius: 0 0 5px 5px;
  transition-duration: 0.3s;
}
header ul#sNav li#jpn a:hover,
header ul#sNav li#eng a:hover,
header ul#sNav li#tw a:hover {
  color: #af9661;
  background: #fff;
}
.page-header {
  width: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .page-header {
  border-bottom: 1px solid rgb(204, 204, 204);
}
.page-header > .inner {
  width: 1200px;
  margin: auto;
  padding-left: 20px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.page-header #siteTitle_s {
  display: none;
}
/* Sticky header (clone) */
.page-header-clone {
  background-color: rgb(0, 0, 0);
  opacity: 0.9;
  position: fixed;
  top: -120px;
  z-index: 9999;
  width: 100%;
  padding: 5px 0;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  /*z-index: 30;*/
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: top 0.25s;
  transition: top 0.25s;
}
.page-header-clone > .inner {
  /*    margin: 0 0 0 100px;*/
  /*    width: 1200px;*/
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  /*    justify-content: center;*/
  align-items: center;
}
.page-header-clone.visible {
  top: 0;
}
.page-header-clone:hover {
  opacity: 1;
}

.page-header-clone #gNav {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
body.eng .page-header-clone #gNav {
  width: auto !important;
  text-align: center;
}
.page-header-clone #gNav li {
  /*
	display:inline-block;
	margin: 0 0 0 -4px;
*/
}

.page-header-clone #gNav a {
  display: block;
  color: #fff;
  padding: 10px 8px;
  border-left: 1px solid #333;
  transition-duration: 0.3s;
}
body.eng .page-header-clone #gNav a {
  width: 100% !important;
}

.page-header-clone #gNav li:first-child a {
  border-left: none;
}
.page-header-clone #gNav li a:hover {
  background: #8b7b50;
  border-radius: 2px;
}

#gNav li a.current {
  background: #8b7b50;
  border-left: none;
  border-radius: 2px;
}
#sns {
  margin-right: 0;
}
#sns li {
  float: left;
  margin-left: 20px;
}

#sns img {
  vertical-align: middle;
}

/*
body.eng header nav ul#gNav {
	width:100%;
}
body.eng header nav ul#gNav li{
	width:30%;
	margin-right:1px;
}
body.eng header nav ul#gNav li a{
	border-left:none;
	font-size:2.0rem;
}
body.eng #gNav li a.current{
	border-radius:0;
}
body.eng #gNav li a.current{
	border-radius:0;
}
*/
/* #mainVisual 
----------------------------------------------------*/

/* #ぱんくず 
----------------------------------------------------*/
div.pan {
  margin: 10px 0 50px 200px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*==============================================================
	#main : 主コンテンツ
===============================================================*/

section .alert{
	color: #f00;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.bunki,
.sectionIn {
  padding: 80px 0;
}
.sectionIn h2 {
  font-size: 180%;
  margin-bottom: 30px;
  text-align: center;
}

#ptBox {
  height: 200px;
}

#ptBox {
  background: url(../../shared2/img/bg_h1_ieyasuIndex.jpg) no-repeat;
  background-size: cover;
}

body#goshuin #ptBox {
  background: url(../../shared2/img/bg_h1_goshuin.jpg) no-repeat;
  background-size: cover;
}
body#shinto_shrineIndex #ptBox,
body#courtesyIndex #ptBox {
  background: url(../../shared2/img/bg_h1_shinto_shrineIndex.jpg) no-repeat;
  background-size: cover;
}
body#aboutGoikun #ptBox,
body#aboutIeyasu #ptBox {
  background: url(../../shared2/img/bg_h1_ieyasuIndex.jpg) no-repeat;
  background-size: cover;
}
body#aboutHistory #ptBox {
  background: url(../../shared2/img/bg_h1_aboutHistory.jpg) no-repeat;
  background-size: cover;
}
body#worshipIndex #ptBox {
  background: url(../../shared2/img/bg_h1_worshipIndex.jpg) no-repeat;
  background-size: cover;
}
body#prayerIndex #ptBox {
  background: url(../../shared2/img/bg_h1_prayerIndex.jpg) no-repeat;
  background-size: cover;
}
body#worshiSouvenir #ptBox {
  background: url(../../shared2/img/bg_h1_worshiSouvenir.jpg) no-repeat;
  background-size: cover;
}

body.kt_museum #ptBox {
  background: url(../../shared2/img/bg_h1_kt_museum.jpg) no-repeat;
  background-size: cover;
}

body.season #ptBox {
  background: url(../../shared2/img/bg_h1_season.jpg) no-repeat;
  background-size: cover;
}
body#seasonSpring #ptBox {
  background: url(../../shared2/img/bg_h1_season_spring.jpg) no-repeat;
  background-size: cover;
}
body#seasonWinter #ptBox {
  background: url(../../shared2/img/bg_h1_season_winter.jpg) no-repeat;
  background-size: cover;
}
body#seasonSummer #ptBox {
  background: url(../../shared2/img/bg_h1_season_summer.jpg) no-repeat;
  background-size: cover;
}
body#clockIndex #ptBox {
  background: url(../../shared2/img/bg_h1_clock.jpg) no-repeat;
  background-size: cover;
}

#pageTitle:before {
  content: " ";
  display: block;
  height: 25px;
  width: 140px;
  position: absolute;
  top: 200px;
  left: 140px;
  background: url(../../shared2/img/bg_cloud_r.png) no-repeat;
}
body.eng #pageTitle:before {
  top: 180px;
}

#pageTitle:after {
  content: " ";
  display: block;
  height: 25px;
  width: 150px;
  position: absolute;
  top: 400px;
  left: 60px;
  background: url(../../shared2/img/bg_cloud_l.png) no-repeat;
}
body#ieyasuIndex #pageTitle:after {
  top: 560px;
}
body#kt_museumAboutIndex #pageTitle:after,
body#worshipFees #pageTitle:after,
body#clockIndex #pageTitle:after {
  top: 500px;
}
body#aboutHistory #pageTitle:after {
  top: 450px;
}
body#worshipPrecincts #pageTitle:after {
  top: 450px;
}
body#aboutHistory #pageTitle:after,
body#shinto_shrineIndex #pageTitle:after {
  top: 450px;
}

body#aboutIndex #pageTitle:after,
body#linkIndex #pageTitle:after {
  top: 600px;
}
body#courtesyOmiyamairi #pageTitle:after {
  top: 560px;
}
body#aboutVanerable #pageTitle:after {
  top: 600px;
}
body#courtesyIndex #pageTitle:after {
  top: 560px;
}
body#faqIndex #pageTitle:after {
  top: 480px;
}
body#kt_museumIndex #pageTitle:after {
  top: 540px;
}

body.seasonIndiv #pageTitle:after {
  top: 520px;
}

body#sitemapIndex #pageTitle:after {
  top: 450px;
}
/*==============================================================
	#footer : フッタ
===============================================================*/

footer {
  position: relative;
  clear: both;
  background: #171717;
}
footer .bnr {
  text-align: center;
  padding: 2% 0;
  background: #fff;
}
footer #ftNav {
  border-top: 1px solid #e1dac9;
  text-align: center;
  background: #fff;
}
footer #ftNav li {
  font-size: 1.4rem;
  padding: 10px;
  display: inline-block;
}

footer #footerIn {
  padding: 30px 0 10px;
  background: url(../../shared2/img/bg_footer.jpg) no-repeat;
}
footer #footerIn #ftlogo {
  margin-bottom: 35px;
}
footer #footerIn address {
  font-size: 90%;
  color: #fff;
}
/* #subNav
----------------------------------------------------*/

/* #copyright : 著作権表示 */
footer p#copyright {
  text-align: right;
  padding: 10px;
  font-size: 70%;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
}
footer #sns {
  position: absolute;
  bottom: 10px;
}
footer #sns li {
  float: left;
  margin-left: 20px;
}
#toTop {
}

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