@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-right: -80px;
    padding: 200px 50px 140px;
    height: 550px;
    position: relative;
    background: url(../../img/common/bg02.jpg) no-repeat center center / cover;
    box-sizing: border-box;
}
.pageTitle .inner {
    margin: 0 auto;
    max-width: 1200px;
}
.pageTitle h2 {
    margin-bottom: 112px;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.475;
}
.pageTitle h2 span {
    margin-top: 10px;
    display: block;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.22;
    font-family: 'Cormorant Garamond', serif;
}
@media all and (max-width: 896px) {
 .pageTitle {
  margin-right: 0;
  padding: 140px 20px 80px;
  height: 350px;
  background: url(../../img/common/bg02.jpg) no-repeat center center / cover;
  box-sizing: border-box;
 }
 .pageTitle .inner {
  max-width: inherit;
 }
 .pageTitle h2 {
  font-size: 2.8rem;
  margin-bottom: 70px;
 }
 .pageTitle h2 span {
  margin-top: 10px;
  font-size: 1.5rem;
 }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
    display: flex;
    font-size: 1.1rem;
}
#pagePath span:not(:last-of-type) {
    margin-right: 11px;
}
#pagePath span a {
    margin-right: 11px;
    text-decoration: underline;
    opacity: 1;
}
#pagePath span a:hover {
    text-decoration: none;
}
@media all and (max-width: 896px) {
    #pagePath {
        display: block;
    }
    #pagePath span {
        display: inline;
    }
    #pagePath span:not(:last-of-type) {
        margin-right: 5px;
    }
    #pagePath span a {
        margin-right: 5px;
    }
    #pagePath span a:hover {
        text-decoration: underline;
    }
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
    margin: -100px auto 0;
    padding: 58px 80px 0;
    max-width: 1220px;
    background: #fff;
    box-sizing: border-box;
}
@media all and (max-width: 896px) {
    .comBox {
        margin: -35px auto 0;
        padding: 35px 20px 0;
        max-width: inherit;
    }
}
/*------------------------------------------------------------
	fadeInUp/fadeInLeft
------------------------------------------------------------*/
.fadeInUp {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s;
}
.fadeInUp.on {
    opacity: 1;
    transform: none;
}
.fadeInLeft {
    opacity: 0;
    transform: translateX(-20px);
    transition: 1s;
}
.fadeInLeft.on {
    opacity: 1;
    transform: none;
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    max-width: 800px;
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
    margin: 0 auto;
    width: 250px;
}
.comBtn a {
    padding: 13px 12px;
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    border: 1px solid #22234A;
}
.comBtn input[type="submit"] {
    width: 250px;
    background: #fff;
    color: #22234A;
    padding: 13px 12px;
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    border: 1px solid #22234A;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    
}

.comBtn input[type="submit"]:hover {
    background-color: #201E41;
    border-color: #201E41;
    color: #fff;
    -webkit-transition: all .3s;
        transition: all .3s;
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
.comLinkUl {
    margin: -36px 30px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.comLinkUl li {
    margin: 36px 20px 0 0;
    width: calc((100% - 60px) /4);
}
.comLinkUl li:nth-child(4n) {
    margin-right: 0;
}
.comLinkUl li a:hover {
    opacity: 0.7;
}
.comLinkUl li .pho {
    margin-bottom: 4px;
}
.comLinkUl li .pho img {
 object-fit: cover;
/*    width: 250px;*/
 height: 167px;
 width: 100%;
}
.comLinkUl li .ttlBox {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comLinkUl li .ttlBox p {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}
.comLinkUl li .ttlBox .label {
    margin: 1px 1px 0;
    padding: 3px;
    width: 60px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    box-sizing: border-box;
    background-color: #22234A;
    font-family: 'Noto Sans JP', sans-serif;
}
.news-boxs li .ttlBox .label{
/*	width: 30%!important;*/
	margin: 0 1px;
}
.comLinkUl li .ttlBox .label a{
    color: #fff;
}
.comLinkUl li .txt {
    color: #444444;
    text-decoration: underline;
}
@media (min-width: 897px) and (max-width: 1180px) {
    .comLinkUl li .ttlBox .label {
        width: 65px;
        font-size: 1rem;
    }
}
@media all and (max-width: 896px) {
    .comLinkUl li .pho img {
        width: 100%;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 29px;
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 25px;
        font-size: 2.6rem;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 27px;
    font-size: 3rem;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 37px;
    padding-bottom: 15px;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #22234A;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 30px;
        font-size: 1.7rem;
    }
}
/*------------------------------------------------------------
	comBtnBox
------------------------------------------------------------*/
.comBtnBox {
    position: relative;
}
.comBtnBox .prev, .comBtnBox .next {
    margin-left: -90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 33px;
}
.comBtnBox .next {
    margin-left: auto;
    margin-right: -90px;
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
}
.comBtnBox .prev a, .comBtnBox .next a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #22234A;
}
.comBtnBox .prev img, .comBtnBox .next img {
    width: 7px;
}
.comBtnBox .prev .img02, .comBtnBox .next .img02 {
    display: none;
}
.comBtnBox ul {
    display: flex;
    justify-content: center;
}
.comBtnBox li {
    margin: 0 6px;
    width: 33px;
    height: 33px;
}
.comBtnBox li a {
    padding-bottom: 3px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
    border: 1px solid #22234A;
    box-sizing: border-box;
    font-family: 'Cormorant Garamond', serif;
}
.comBtnBox li.on a {
    color: #fff;
    background-color: #22234A;
}
.comBtnBox li a:hover {
    opacity: 1;
}

/*wp-pagenavi base*/
.wp-pagenavi {
    clear: both;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
width: 33px;
    height: 33px;
    font-size: 2rem;
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    color: #22234A;
    background-color: #FFF;
    border: 1px solid #22234A;
    /* padding: 0 15px; */
    margin: 0 2px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
}

.wp-pagenavi a:hover {
    display: inline-block;
    color: #FFF;
    background-color: #999;
    border-color: #999;
}

.wp-pagenavi span.current {
    display: inline-block;
    color: #FFF;
    background-color: #22234A;
    border-color: #22234A;
    font-weight: bold;
}

@media all and (min-width: 897px) {
    .comBtnBox li a:hover {
        color: #fff;
        background-color: #22234A;
    }
    .comBtnBox .prev a:hover, .comBtnBox .next a:hover {
        opacity: 1;
        background-color: #22234A;
    }
    .comBtnBox .prev a:hover .img02, .comBtnBox .next a:hover .img02 {
        display: block;
    }
    .comBtnBox .prev a:hover .img01, .comBtnBox .next a:hover .img01 {
        display: none;
    }
}