@charset "UTF-8";
/* CSS Document */
/*===============================

	メインビジュアル

================================*/
#mainvisual {
  background-image: url("../images/mitakesan/mitakesan-mainvisual.jpg");
}
/*===============================

	メインコンテンツ

================================*/
main {
  padding-top: 44px;
}
/*===============================

	導入

================================*/
#mitakesan-outline {
  width: 100%;
  padding-bottom: 100px;
  background-image: url("../images/common/mountain-bg.gif");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
#mitakesan-outline .inner {
  display: flex;
  flex-direction: row-reverse;
  box-sizing: border-box;
  width: 1280px;
  padding: 42px 53px 0 43px;
  background-image: url("../images/common/cloud-bg.gif");
  background-repeat: no-repeat;
  background-position: right top;
  margin: 0 auto;
}
#mitakesan-outline .inner h2 {
  width: 144px;
  height: 461px;
  padding-top: 25px;
  margin-left: 55px;
}
#mitakesan-outline .inner .text {
  padding-top: 30px;
  overflow: hidden;
  width: 270px;
}
#mitakesan-outline .inner .text p {
  font-size: 18px;
  line-height: 2;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  text-shadow: 2px 2px 0 rgba(241, 217, 190, .5), -2px -2px 0 rgba(241, 217, 190, .5), -2px 2px 0 rgba(241, 217, 190, .5), 2px -2px 0 rgba(241, 217, 190, .5), 0px 2px 0 rgba(241, 217, 190, .5), 0 -2px 0 rgba(241, 217, 190, .5), -2px 0 0 rgba(241, 217, 190, .5), 2px 0 0 rgba(241, 217, 190, .5);
  ;
  float: right;
  margin-left: .5em;
}
#mitakesan-outline .inner .text p:last-child {
  margin-left: 0;
}
#mitakesan-outline .inner figure {
  width: 715px;
  overflow: hidden;
  margin-right: auto;
}
#mitakesan-outline .inner figure img {
  display: block;
}
#mitakesan-outline .inner figure img:first-child {
  width: 614px;
  height: 384px;
  float: left;
}
#mitakesan-outline .inner figure img:last-child {
  width: 394px;
  height: 282px;
  float: right;
  margin-top: -75px;
}
/*===============================

	神社

================================*/
#shrine {
  width: 100%;
  padding: 33px 0 30px;
  background-image: url("../images/common/dark-brown-bg.gif");
  background-repeat: repeat;
  margin-bottom: 92px;
  position: relative;
}
#shrine::before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background-image: url("../images/common/dark-brown-top-edge.png");
  background-repeat: repeat-x;
  background-position: center center;
  position: absolute;
  top: -12px;
  left: 0;
}
#shrine::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background-image: url("../images/common/dark-brown-bottom-edge.png");
  background-repeat: repeat-x;
  background-position: center center;
  position: absolute;
  left: 0;
  bottom: -12px;
}
#shrine h2 {
  width: 470px;
  height: 157px;
  margin: 0 auto 14px;
}
#shrine .inner {
  width: 1184px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#shrine .inner p {
  color: #fff;
  text-shadow: 0px 6px 12px rgba(0, 0, 0, .5);
}
#shrine .inner > figure {
  width: 560px;
  height: 396px;
  float: right;
}
#shrine .inner > p {
  box-sizing: border-box;
  width: 700px;
  max-height: calc(396px - 50px);
  position: absolute;
  top: 50px;
  left: 0;
}
#shrine .inner #staircase {
  clear: both;
  padding: 40px 0;
  background-image: url("../images/mitakesan/staircase-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  overflow: hidden;
}
#shrine .inner #staircase figure {
  width: 567px;
  height: 250px;
  float: left;
}
#shrine .inner #staircase h3 {
  padding: 10px 0 0 586px;
  margin-bottom: 15px;
}
#shrine .inner #staircase p {
  padding-left: 592px;
}
/*===============================

	散策

================================*/
#stroll-wrapper {
  width: 1184px;
  margin: 0 auto;
}
/*-------------------------------
	 共通
-------------------------------*/
#stroll-wrapper .stroll {
  overflow: hidden;
  margin-bottom: 50px;
}
#stroll-wrapper .stroll figure {
  width: 460px;
}
#stroll-wrapper .stroll h3 {
  display: flex;
  align-items: center;
  font-size: 32px;
  color: #454e0b;
  padding-top: 25px;
  margin-bottom: 10px;
}
#stroll-wrapper .stroll h3::before {
  content: url("../images/mitakesan/mitakesan-cloud-icon.gif");
  display: inline-block;
  margin-right: 5px;
}
/*-------------------------------
	 奇数
-------------------------------*/
#stroll-wrapper .stroll:nth-of-type(2n+1) figure {
  float: right;
}
#stroll-wrapper .stroll:nth-of-type(2n+1) h3 {
  width: 694px;
}
#stroll-wrapper .stroll:nth-of-type(2n+1) p {
  width: 694px;
}
/*-------------------------------
	 偶数
-------------------------------*/
#stroll-wrapper .stroll:nth-of-type(2n) figure {
  float: left;
  margin-right: 30px;
}
#stroll-wrapper .stroll:nth-of-type(2n) h3 {}
#stroll-wrapper .stroll:nth-of-type(2n) p {
  padding-left: 490px;
}
/*-------------------------------
	 ６番目　ロックガーデン
-------------------------------*/
#stroll-wrapper #stroll06 {
  background-image: url("../images/mitakesan/stroll-bg.gif");
  background-repeat: no-repeat;
  background-position: left bottom;
}
#stroll-wrapper #stroll06 p {
  margin-bottom: 40px;
}
#stroll-wrapper #stroll06 figure:first-of-type {
  margin-bottom: 30px;
}
#stroll-wrapper #stroll06 figure:nth-of-type(2) {
  width: 460px;
  height: 325px;
  float: right;
  margin-right: 112px;
}
#stroll-wrapper #stroll06 figure:last-of-type {
  width: 210px;
  height: 210px;
  float: right;
}