@charset "UTF-8";
/* Scss Document */
a {
  color: #4e76cc;
  text-decoration: underline;
}

/*====================================================================================================================================

ページヘッダー

====================================================================================================================================*/
#pageHeader {
  position: relative;
  width: 100%;
  margin: 0 auto 10px auto;
  padding: 0;
  z-index: 100;
  text-align: center;
}
#pageHeader h1 {
  display: inline-block;
  line-height: 30px;
  min-height: 30px;
  padding: 0 15px;
  margin: 0;
  color: #c98f69;
  vertical-align: top;
}
#pageHeader h1 span {
  font-size: 12px;
  line-height: 20px;
  display: block;
  letter-spacing: normal;
}
#pageHeader h1 a {
  text-decoration: none;
  color: #c98f69;
  display: block;
  margin: 0;
  padding: 0;
}
#pageHeader p {
  height: 40px;
  width: 40px;
  display: inline-block;
  position: relative;
  top: -5px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
	cursor: pointer;
}
#pageHeader p:after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: rgba(201, 143, 105, 0.5);
  position: absolute;
  left: 0;
  top: 8px;
}
#pageHeader p:before {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 1px solid #c98f69;
  border-bottom: 1px solid #c98f69;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -7px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pageHeader p.active:before {
  margin: -5px 0 0 -7px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#pageHeader ul {
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  text-align: center;
  display: none;
}
#pageHeader ul li {
  padding: 0 10px;
  margin: 0;
  line-height: 45px;
  font-size: 13px;
  position: relative;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}
#pageHeader ul li a {
  display: block;
  width: auto;
  padding: 0 20px;
  margin: 0px 0;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  position: relative;
}
#pageHeader ul li.current a {
  color: #c98f69;
}
#pageHeader ul li.current:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #c98f69;
  border-top: 1px solid #c98f69;
  position: absolute;
  z-index: 100;
  left: 5px;
  top: 50%;
  margin: -5px 0 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.photoTitle {
  width: 100%;
  position: relative;
}

.photoTitle img {
  width: 100%;
  position: relative;
}

.photoTitle div {
  width: 960px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -75px 0 0 -480px;
  display: table;
  z-index: 10;
}

.photoTitle h1 {
  text-align: center;
  line-height: 50px;
  margin: 0px 0 0 0;
  font-size: 2.4vw;
  letter-spacing: normal;
  display: table-cell;
  vertical-align: middle;
}

/*====================================================================================================================================

もっと詳しく

====================================================================================================================================*/
p.detail {
  margin: 4vw auto;
  padding: 0;
  display: block;
  text-align: center;
  letter-spacing: normal;
}

p.detail + p.detail {
  margin: 0 auto 4vw auto;
}

p.detail a {
  display: inline-block;
  position: relative;
  padding: 10px 20px 10px 40px;
  margin: 0 auto;
  line-height: 20px;
  height: auto;
  text-align: left;
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

p.detail.black a {
  color: #444444;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

p.detail a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 50%;
  margin: -4px 0 0 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

p.detail.black a:before {
  border-right: 1px solid #444444;
  border-top: 1px solid #444444;
  position: absolute;
}

p.detail.left {
  margin: 4vw auto 4vw 0;
  text-align: left;
  padding: 0;
}

p.detail.left a {
  margin: 0 auto 0 0;
  text-align: left;
}

.backtoArchive {
  text-align: center;
  margin: 4vw auto;
}

.backtoArchive a {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px 10px 40px;
  line-height: 20px;
  text-decoration: none;
  color: #444444;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.backtoArchive a:hover {
  background-color: #c98f69;
  color: #ffffff;
}

.backtoArchive a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #444444;
  border-bottom: 2px solid #444444;
  position: absolute;
  z-index: 100;
  left: 25px;
  top: 50%;
  margin: -5px 0 0 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.backtoArchive a:hover:before {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  left: 20px;
}

.backtoArchive.white a {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 20px 0 50px;
  line-height: 50px;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.backtoArchive.white a:hover {
  background-color: #ffffff;
  color: #c98f69;
}

.backtoArchive.white a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  z-index: 100;
  left: 25px;
  top: 50%;
  margin: -5px 0 0 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.backtoArchive.white a:hover:before {
  border-left: 2px solid #c98f69;
  border-bottom: 2px solid #c98f69;
  left: 20px;
}

p.more {
  margin: 4vw auto;
  padding: 0;
  display: block;
  text-align: center;
  letter-spacing: normal;
  background-color: #000000;
}

p.open {
  display: table;
  position: relative;
  padding: 0 60px 0 20px;
  margin: 2vw auto;
  line-height: 50px;
  height: 50px;
  text-align: center;
  background-color: transparent;
  text-decoration: none;
  color: #444444;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
p.open.active {
  padding: 0 30px;
}
p.open.active:before {
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
p.open.active:after {
  top: 20px;
}
p.open.active span {
  display: none;
}
p.open:before {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 50%;
  margin: -12px 0 0 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
p.open:after {
  content: "";
  width: 19px;
  height: 1px;
  background: #444;
  position: absolute;
  top: 30px;
  right: 22px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.moreContents {
  display: none;
}

/*====================================================================================================================================

コンテナ

====================================================================================================================================*/
.container {
  width: 100%;
  padding: 0 0 0 0;
  overflow: hidden;
  height: auto;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/*====================================================================================================================================

タイトル画像

====================================================================================================================================*/
.titlePhoto {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  position: relative;
}

.titlePhoto img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

.titlePhoto ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.titlePhoto ul li {
  margin: 0 0 0 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.titlePhoto ul li:last-child {
  margin: 0;
}

.titlePhoto ul li img {
  width: 100%;
}

/*====================================================================================================================================

サブページヘッダー

====================================================================================================================================*/
.subPageHeader {
  margin: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}

.subPageHeader img {
  width: 100%;
}

.subPageHeader h1 {
  margin: 0;
  padding: 0 0 0 0;
  letter-spacing: normal;
  font-size: 1.6vw;
  bottom: 50%;
  left: 0;
  width: 100%;
}

.subPageHeader h2 {
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
  font-size: 2.4vw;
  top: 50%;
  left: 0;
  width: 100%;
}

section.flexBoxContainer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2%;
  display: block;
}

.flexBox.reverse {
  flex-direction: row-reverse;
}

.flexBox {
  margin: 0px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flexBox figure,
.flexBox div {
  flex-basis: 100%;
  margin: 0;
  padding: 0 0px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.flexBox figure img {
  width: 100%;
  margin-bottom: 5vw;
}

.flexBox div {
  padding: 0 0 5vw 0;
}

.flexBox figure figcaption {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 10;
}

p.pdf {
  margin: 20px 0 0 0;
  letter-spacing: normal;
}
p.pdf a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  text-decoration: none;
  color: #444444;
  display: table;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
p.pdf a:hover {
  color: #c98f69;
  border: 1px solid #c98f69;
}
p.pdf a i {
  font-size: 21px;
  padding: 0 10px 0 0;
}

.contentsHeader {
  position: relative;
  text-align: center;
  height: 80px;
  overflow: hidden;
  width: 100%;
}

.contentsHeader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  right: 0px;
  top: 30px;
  z-index: 0;
}

.contentsHeader h3 {
  text-align: center;
  font-size: 16px;
  width: auto;
  display: inline-block;
  line-height: 30px;
  padding: 20px;
  height: 30px;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  position: relative;
  font-weight: 500;
}

/*====================================================================================================================================

ページネーション

====================================================================================================================================*/
#wp_pagenavi {
  text-align: center;
  margin: 20px 0 40px;
}
#wp_pagenavi .wp-pagenavi > span,
#wp_pagenavi .wp-pagenavi > a {
  display: inline-block;
  line-height: 1.2;
  padding: 6px 10px;
}
#wp_pagenavi a {
  transition: all .2s linear;
}

/*====================================================================================================================================

ピクト

====================================================================================================================================*/
.pict {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.pict li {
  padding-right: 4px;
}

/*====================================================================================================================================

対象となる情報が存在しません。

====================================================================================================================================*/
article.column h2 {
  text-align: center;
  line-height: 1.5;
  font-size: 15px !important;
  margin-top: 30px !important;
  font-family: "Helvetica Neue",Helvetica,Arial, "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","游ゴシック体","YuGothic","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;
}

/*# sourceMappingURL=common.css.map */
