a {
    color: #4e76cc;
    text-decoration: underline;
}

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

ページヘッダー

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

#pageHeader{
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    text-align: center;
    padding: 0.5vw 0 0.5vw 0;
}

#pageHeader{
    text-align: center;
}
#pageHeader h1{
    margin: 0;
    padding:0 0 1vw 0;
    text-align: center;
    width: auto;
    line-height:1.5;
    position: relative;
    color:#c98f69;
    display: block;
    font-weight: 200;
    }
#pageHeader h1 a{
    text-decoration: none;
    color: #c98f69;
    display: inline-block;
    margin: 0;
    position: relative;
}
#pageHeader h1 a span{
    width: auto;
    display: block;
    font-size: 14px;
    margin: 0px auto 0 auto;
    padding: 0 0 0 0;
    line-height: 30px;
    letter-spacing: normal;
    font-weight: 200;
    position: relative;
}
#pageHeader ul{
    margin: 0vw 0 -1vw 0;
    padding: 0 0 0px 0;
    height:60px;
    text-align: center;
    display: block;
	display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
    }
#pageHeader ul li{
    display:inline-block;
    padding:0 10px;
	height: 60px;
 
    font-size:14px;
    position:relative;
    letter-spacing: normal;
}



#pageHeader ul li a{
    display:block;
    width:auto;
    padding:0 5px;
    margin:0px 0;
    height:50px;
	line-height: 1.25;
    color:rgba(0,0,0,0.50);
    text-decoration:none;
    -webkit-transition: all 0.2s linear ;
    transition        : all 0.2s linear ;
    position: relative;
	display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
    }
#pageHeader ul li.current a,
#pageHeader ul li a:hover{
    color: #c98f69;
    }
#pageHeader ul li a:before{
    content: "";
    width: 0;
    height: 1px;
    background-color: #c98f69;
    position:absolute;
    display: block;
    bottom: 0px;
    left: 50%;
    -webkit-transition: all 0.4s ease-in-out ;
    transition        : all 0.4s ease-in-out ;
    opacity: 0;
    }
#pageHeader ul li a:hover:before,
#pageHeader ul li.current a:before{
    opacity: 1;
    width: 100%;
    left: 0;
}

.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:2vw auto;
    padding: 0 ;
    display:block;
    text-align: center;
    font-size: 16px;
    letter-spacing: normal;
    }
p.detail + p.detail{
    margin: 0 auto 4vh auto;
}
p.detail a{
    display: inline-block;
    position:relative;
    padding:0 30px 0 50px;
    margin: 0 auto;
    line-height:50px;
    height:auto;
    text-align: left;
    background-color:transparent;
    text-decoration:none;
    color:#ffffff;
    border: 1px solid transparent;
    -webkit-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:hover{
    background-color:#ffffff;
    color: #c98f69;
    }

p.detail.black a:hover{
    background-color: #c98f69;
    color: #ffffff;
}

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 ;
    transition        : all 0.2s linear ;
    -webkit-transform : rotate(45deg);
    transform         : rotate(45deg);
    }

p.detail a:hover:before{
    content:"";
    width:6px;
    height:6px;
    border-right:1px solid #c98f69;
    border-top:1px solid #c98f69;
    position:absolute;
    z-index:1;
    left:15px;
    top:50%;
    margin:-4px 0 0 0;
    -webkit-transition: all 0.2s linear ;
    transition        : all 0.2s linear ;
    -webkit-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.black a:hover:before{
    border-right:1px solid #ffffff;
    border-top:1px solid #ffffff;
    position:absolute;
    }

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

p.detail.left a{
margin: 0 auto 0 0;
    text-align: left;
}
.backtoArchive{
    text-align: center;
    margin: 40px auto 4vw auto;
}
.backtoArchive a{
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.10);
    padding: 0 20px 0 50px;
    line-height: 50px;
    text-decoration: none;
    color: #444444;
    position:relative;
    -webkit-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 ;
    transition        : all 0.2s linear ;
    -webkit-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.50);
    padding: 0 20px 0 50px;
    line-height: 50px;
    text-decoration: none;
    color: #ffffff;
    position:relative;
    -webkit-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 ;
    transition        : all 0.2s linear ;
    -webkit-transform : rotate(45deg);
    transform         : rotate(45deg);
}
.backtoArchive.white a:hover:before{
    border-left:2px solid #c98f69;
    border-bottom:2px solid #c98f69;
    left:20px;
}

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 ;
    transition        : all 0.4s linear ;
    border: 1px solid rgba(0,0,0,0.1);
    cursor:pointer;
}

p.open.active {
    padding: 0 30px;
}

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;
    transition: all 0.2s linear;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

p.open.active:before {
    margin-top: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

p.open:after {
    content: "";
    width: 19px;
    height: 1px;
    background: #444;
    position: absolute;
    top: 30px;
    right: 22px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

p.open.active:after {
    top: 20px;
}

p.open.active span {
    display: none;
}

.moreContents{
    display: none;
}

.moreContents p {
    margin: 0 auto 2em;
}

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

コンテナ

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

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


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

タイトル画像

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

.titlePhoto{
    min-width: 960px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.titlePhoto ul li{
    margin: 0 0 0 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 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.fullBox{
    width:100%;
}

section.flexBoxContainer{
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin:2%;
    display: block;
}
.flexBox.reverse{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
}
.flexBox{
    margin: 0px auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

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

}
.flexBox div{
    padding: 0 0 0 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.10);
    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:40px;
    z-index:0;
    }

.contentsHeader h3{
    text-align:center;
    width:auto;
    display:inline-block;
    line-height:40px;
    padding:20px;
    height: 40px;
    font-size: 18px;
    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 {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

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

ピクト

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

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

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

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

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