@charset "utf-8";

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
    text-align: left !important;
}

.taCenter {
    text-align: center !important;
}

.taRight {
    text-align: right !important;
}

/* フォントの太さ */
.fwNormal {
    font-weight: normal !important;
}

.fwBold {
    font-weight: bold !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
    zoom: 1;
}

*+html .clearfix {
    zoom: 1;
}

.clearfix:after {
    /* content: ""; */
    /* display: block; */
    /* clear: both; */
}

.clearfix:before {}

.clearfix {
    display: block;
}

.textBox {
    margin: 0 auto;
    padding: 55px 50px 68px;
    width: 800px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
}

.reverseCell {
    flex-flow: row-reverse;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 14px;
}

.headLine01 .en {
    font-size: 5.5rem;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    position: relative;
    line-height: 1;
    letter-spacing: -1.5px;
}

@media all and (max-width: 767px) {
    .headLine01 .en {
        letter-spacing: 0.5px;
        font-size: 3.5rem;
    }
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.contact {
    background: url(../../img/bottom_black.jpg) no-repeat center center;
}

.comBox {
    max-width: 1200px;
    margin: 0 auto;
    /* display: flex; */
}

@media all and (max-width: 767px) {
    .comBox {
        margin: 0 15px;
        max-width: inherit;
    }
}

/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
#main .mailForm .formTxt {
    margin-bottom: 55px;
    line-height: 1.875;
}

#main .mailForm .formTxt span {
    color: #a90001;
}

#main .mailForm .formTxt a {
    color: #000080;
    text-decoration: underline;
}

#main .mailForm .formTxt a:hover {
    text-decoration: none;
}

#main .mailForm table {
    width: 100%;
    border-collapse: collapse;
}

#main .mailForm table th,
#main .mailForm table td {
    padding: 29px 20px 29px 31px;
    text-align: left;
    vertical-align: top;
    border-top: 2px solid #E5E5E5;
    border-bottom: 2px solid #E5E5E5;
    box-sizing: border-box;
}

#main .mailForm table th {
    padding: 37px 19px 20px 20px;
    width: 24.9%;
    overflow: hidden;
}

#main .mailForm table th span {
    width: 50px;
    padding: 2px 0 1px;
    text-align: center;
    display: block;
    float: right;
    font-size: 1.4rem;
    color: #fff;
    font-weight: normal;
    background-color: #AD1317;
}

#main .mailForm table .radioUl {
    margin: 2px 0;
}

#main .mailForm table .radioUl li:not(:last-child) {
    margin-bottom: 19px;
}

#main .mailForm table .radioUl p {
    margin-left: 56px;
    display: inline-block;
}

#main .mailForm table .radioUl p span {
    margin-right: 5px;
}

#main .mailForm table .radioUl p .txt03 {
    margin-left: 25px;
}

#main .mailForm table .radioUl select {
    margin-top: -1px;
    width: 120px;
    height: 40px;
    padding: 0 5px;
    font-size: 1.6rem;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    -webkit-appearance: none;
    appearance: none;
    background: url("../../img/common/select_bg.png") no-repeat right 9px center #EBEBEB;
    background-size: 8px auto;
    border-radius: 0;
}

#main .mailForm table .radioUlselect::-ms-expand {
    display: none;
}

#main .mailForm table textarea {
    width: 100%;
    height: 240px;
    padding: 5px;
    font-size: 1.6rem;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #EBEBEB;
}

#main .mailForm table input[type="text"] {
    width: 600px;
    height: 40px;
    padding: 5px;
    font-size: 1.6rem;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #EBEBEB;
}

#main .mailForm table .txt01 {
    margin-top: 14px;
    display: block;
}

#main .mailForm table .inputUl li:first-child {
    margin-bottom: 20px;
}

#main .mailForm table .wid01[type="text"] {
    margin: 0 7px 0 8px;
    width: 220px;
}

#main .mailForm table .wid02[type="text"] {
    width: 100%;
}

#main .mailForm .submit {
    margin-top: 57px;
    text-align: center;
}

#main .mailForm .submit li {
    display: inline-block;
}

#main .mailForm .submit li input {
    padding: 24px 0 22px;
    display: block;
    width: 300px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #C82C33;
}

#main .mailForm .submit li input:hover {
    opacity: 0.7;
}

@media all and (-ms-high-contrast:none) {
    #main .mailForm table th span {
        padding: 5px 0 0;
    }
}

@media all and (max-width: 1000px) {
    #main .mailForm table input[type="text"] {
        width: 100%;
    }

    #main .mailForm table .radioUl p {
        margin-left: 0;
        display: block;
    }

}

@media all and (max-width: 767px) {
    #main .mailForm .formTxt {
        margin-bottom: 30px;
        line-height: 1.5;
    }

    #main .mailForm .formTxt a:hover {
        text-decoration: underline;
    }

    #main .mailForm table th,
    #main .mailForm table td {
        padding: 10px !important;
        display: block;
        width: 100% !important;
        border-top: none;
    }

    #main .mailForm table th span {
        width: 40px;
        font-size: 1.1rem;
    }

    #main .mailForm table .radioUl {
        margin: 0;
    }

    #main .mailForm table .radioUl li:not(:last-child) {
        margin-bottom: 5px;
    }

    #main .mailForm table .radioUl p {
        margin-left: 0;
        display: block;
    }

    #main .mailForm table .radioUl p span {
        width: 80px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
    }

    #main .mailForm table .radioUl p .txt03 {
        margin-left: 0;
    }

    #main .mailForm table .radioUl select {
        margin-top: 4px;
        width: 120px;
        height: 30px;
        font-size: 1.3rem;
        background: url("../../img/common/icon05.png") no-repeat right 4px center #EBEBEB;
        background-size: 8px auto;
    }

    #main .mailForm table textarea {
        height: 130px;
        font-size: 1.3rem;
    }

    #main .mailForm table input[type="text"] {
        width: 100%;
        height: 30px;
        font-size: 1.3rem;
    }

    #main .mailForm table .txt01 {
        margin-top: 5px;
    }

    #main .mailForm table .txt02 {
        margin-top: 5px;
        display: block;
    }

    #main .mailForm table .inputUl li:first-child {
        margin-bottom: 10px;
    }

    #main .mailForm table .wid01[type="text"] {
        margin: 0;
        width: 160px;
    }

    #main .mailForm .submit {
        margin-top: 30px;
    }

    #main .mailForm .submit li input {
        padding: 10px 0;
        width: 240px;
        font-size: 1.3rem;
    }

    #main .mailForm .submit li input:hover {
        opacity: 1;
    }

}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
    margin-bottom: 40px;
    padding-bottom: 5px;
    font-size: 30px;
    position: relative;
font-family: "Roboto Condensed", sans-serif;}

#main .headLine02:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../../img/common/line01.png") no-repeat left bottom;
    background-size: 127px 5px;
    width: 127px;
    height: 5px;
    content: "";
}

@media all and (max-width: 767px) {
    #main .headLine02 {
        margin-bottom: 20px !important;
        padding-bottom: 5px !important;
        font-size: 2.2rem;
    }

    #main .headLine02:before {
        background-size: 64px 3px;
        width: 64px;
        height: 3px;
    }

}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 19px;
    color: black;
    font-size: 2.2rem;
    text-align: center;
}

.headLine03 .en {
    margin-bottom: 10px;
    font-size: 5rem;
    font-weight: normal;
    /* font-family: 'Noto Serif JP', sans-serif; */
    /* font-family: 'Noto Serif JP', serif; */
    font-family: 'Playfair Display SC', serif;
    display: block;
    line-height: 1;
    margin-bottom: 7px;
}

.headLine03 .links {
    margin-bottom: 24px;
}

.headLine03 .en span {
    color: #C62C33;
}

.headLine04 {
    margin-bottom: 14px;
    color: #fff;
}

.headLine04 .en {
    margin-bottom: 16px;
    font-size: 6rem;
}

.headLine04 .text {
    font-size: 2rem;
    display: inline-block;
    position: relative;
}

.headLine04 .text:after {
    width: 104%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #D90000;
    content: "";
}

.headLine05 {
    margin-bottom: 16px;
    padding-left: 18px;
    font-size: 4rem;
    line-height: 1;
    position: relative;
}

.headLine05:after {
    width: 5px;
    height: 126%;
    position: absolute;
    top: 52%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}

@media all and (max-width: 767px) {
    .headLine03 .en {
        margin-bottom: 5px;
        font-size: 3rem !important;
    }

    .headLine03 .links {
        margin-bottom: 37px;
    }

    .headLine03 {
        font-size: 1.6rem !important;
    }

    .headLine04 .en {
        margin-bottom: 8px;
        font-size: 3.8rem !important;
    }

    .headLine04 .text {
        font-size: 1.6rem !important;
    }

    .headLine05 {
        margin-bottom: 24px;
        padding-left: 11px;
        font-size: 2.3rem;
        letter-spacing: -2px;
    }

    .headLine05::after {
        width: 4px;
    }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    margin-top: 36px;
}

.comLink a {
    margin: 0 auto;
    padding: 17px 10px 19px;
    color: #fff;
    max-width: 250px;
    display: block;
    text-align: center;
    background-color: #C82C33;
    box-sizing: border-box;
}

.comLink a:hover {
    opacity: 0.7;
}

.comLink02 {
    margin-top: 64px;
}

.comLink02 a {
    padding: 18px 15px;
    max-width: 250px;
    color: white;
    display: block;
    /* font-weight: bold; */
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: rgba(69, 69, 69, 0.7);
}

.comLink02 a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.4);
}

@media all and (-ms-high-contrast:none) {
    .comLink02 a {
        padding: 20px 15px 14px;
    }
}

@media all and (max-width: 767px) {

    .comLink a,
    .comLink02 a {
        margin: 0 auto;
        padding: 10px 10px 10px;
        max-width: 220px;
    }

    .comLink02 a:hover {
        background-color: transparent;
    }
}

/*------------------------------------------------------------
	bottomBox
------------------------------------------------------------*/
.bottomBox {
    margin-top: 90px;
    padding: 44px 0 4px;
    background: url(../../img/bottom_black.jpg) no-repeat center center;
    background-size: cover;
    /* background-color: rgba(255, 255, 255, 0.1); */
}

.bottomBox .headLine03 {
    margin-bottom: 0;
    color: #fff;
    font-size: 2rem;
}

.bottomBox .headLine03 .en {
    margin-bottom: 47px;
    /* padding-top: 300px; */
    font-size: 5rem;
}

.bottomBox .comLink02 a {
    font-size: 1.7rem;
    margin: 0 auto;
}

.bottomBox .telComment {
    color: #fff;
    font-size: 1.9rem;
    /* font-weight: bold; */
    text-align: center;
}

.bottomBox .tel {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.bottomBox .tel a {
    color: #fff;
    font-size: 3.3rem;
    font-weight: 500;
    display: inline-block;
    letter-spacing: -1.5px;
    font-family: serif;
}

.bottomBox .tel span {
    font-size: 2rem;
    font-weight: normal;
}

.bottomBox .comLink02 {
    margin-top: 15px;
}

@media all and (max-width: 767px) {
    .bottomBox .tel a {
        font-size: 3.5rem;
    }

    .bottomBox .tel span {
        font-size: 1.6rem;
    }

    .bottomBox .headLine03 {
        margin-bottom: 13px;
    }

    .bottomBox .comLink02 {
        margin-top: 30px;
    }

    .bottomBox {
        margin-top: 50px;
    }

    .inquiryBox {
        width: 100%;
    }

    .bottomBox .telComment {
        font-size: 1.6rem;
    }

    .bottomBox .tel a {
        font-size: 2.8rem;
    }

    .bottomBox .comLink02 a {
        margin: 0 auto;
        font-size: 1.6rem;
    }
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1200px;
}

@media all and (max-width: 767px) {
    .content {
        padding: 0 15px;
        width: auto;
        box-sizing: border-box;
    }
}

/*------------------------------------------------------------
	keyVisual
------------------------------------------------------------*/
.keyVisual {
    margin-bottom: 130px;
    height: 705px;
    position: relative;
    background: url("../../img/property/main_img.jpg") no-repeat center center;
    background-size: cover;
}

.keyVisual.achievement {
    margin-bottom: 120px;
    background-image: url("../../img/achievement/main_img.jpg");
}

.keyVisual .content {
    position: absolute;
    left: 0;
    bottom: 139px;
    width: 100%;
}

.keyVisual h2 {
    margin: 0 auto;
    width: 1180px;
    color: #eee;
    font-size: 3rem;
}

.keyVisual h2 .en {
    /* margin-bottom: 10px; */
    padding-bottom: 11px;
    display: inline-block;
    font-size: 7rem;
    font-weight: bold;
    font-family: 'Playfair Display SC', serif;
    line-height: 1;
    position: relative;
    letter-spacing: 0.05em;
}

.keyVisual h2 .text {
    display: block;
font-family: "Roboto Condensed", sans-serif;}

@media all and (max-width: 767px) {
    .keyVisual {
        margin-bottom: 65px;
        height: 365px;
        background-image: url("../../img/property/sp_main_img.jpg");
    }

    .keyVisual .content {
        bottom: 87px;
    }

    .keyVisual h2 {
        width: 100%;
        font-size: 2rem;
    }

    .keyVisual h2 .en {
        margin-bottom: 5px;
        padding-bottom: 11px;
        font-size: 4rem;
    }

    .keyVisual.achievement {
        margin-bottom: 65px;
        background-image: url("../../img/achievement/sp_main_img.jpg");
    }
}

/*------------------------------------------------------------
	searchArea
------------------------------------------------------------*/
.searchArea {
    margin-bottom: 70px;
    display: flex;
    align-items: stretch;
    font-size: 1.8rem;
    background-color: #EAF1F2;
}

.searchArea p {
    width: 180px;
    display: flex;
    color: #FFF;
    align-items: center;
    justify-content: center;
    background-color: #C82C33;
}

.searchArea .subBox {
    padding: 30px;
    width: 1020px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.searchArea ul {
    margin-left: 8px;
}

.searchArea li {
    display: inline-block;
    font-weight: bold;
}

.searchArea li a:hover {
    text-decoration: underline;
}

.searchArea select {
    padding: 5px;
    height: 50px;
    width: 180px;
    font-size: 1.8rem;
    -webkit-appearance: none;
    appearance: none;
    background: #FFF url("../../img/property/select_bg.jpg") no-repeat right 10px center;
    border-radius: 0;
    border: 1px solid #CFCFCF;
}

select::-ms-expand {
    display: none;
}

@media all and (-ms-high-contrast:none) {
    .searchArea select {
        padding: 11px 5px 5px;
    }
}

@media all and (max-width: 767px) {
    .searchArea {
        margin-bottom: 50px;
        display: block;
        font-size: 1.5rem;
    }

    .searchArea p {
        padding: 5px;
        width: 100%;
        display: block;
        text-align: center;
        box-sizing: border-box;
    }

    .searchArea .subBox {
        padding: 15px 10px 20px;
        width: auto;
        display: block;
    }

    .searchArea ul {
        margin: 0 0 8px;
        text-align: center;
    }

    .searchArea form {
        text-align: center;
    }

    .searchArea select {
        height: 35px;
        font-size: 1.5rem
    }

    .searchArea li a:hover {
        text-decoration: none;
    }
}

/*------------------------------------------------------------
	comListBox
------------------------------------------------------------*/
.comListBox {
    margin-bottom: 50px;

    position: relative;
    background-color: #EAF1F2;
}

.comListBox>a {
    display: flex;
}

.comListBox .tag {
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    min-width: 180px;
    box-sizing: border-box;
    background-color: #DC736D;
}

.comListBox .tag1 {
    background-color: #5991AE;
}

.comListBox .tag2 {
    background-color: #698C00;
}

.comListBox .tag3 {
    background-color: #D96D00;
}

.comListBox .textBox {
    padding: 56px 42px 30px;
    width: 820px;
    box-sizing: border-box;
}

.comListBox .photoBox {
    padding: 0 12px;
}

.comListBox h3 {
    margin-bottom: 10px;
    font-size: 2.8rem;
    line-height: 3.8rem;
}

.comListBox .nokori {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: bold;
}

.comListBox dt {
    padding: 2px;
    float: left;
    min-width: 52px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #AAA;
    box-sizing: border-box;
}

.comListBox dd {
    padding: 0 0 10px 4.4em;
}

.comListBox .price {
    font-size: 1.8rem;
    line-height: 1.4;
}

.comListBox .price span {
    color: #C52C33;
    font-size: 3.5rem;
    font-weight: bold;
}

.comListBox .moreLink {
    position: absolute;
    right: 35px;
    bottom: 22px;
}

@media all and (-ms-high-contrast:none) {
    .comListBox .tag {
        padding: 9px 6px 3px;
    }

    .comListBox dt {
        margin-top: -5px;
        padding: 5px 2px 0;
    }
}

@media all and (min-width: 768px) {
    .comListBox>a:hover {
        opacity: 0.7;
    }
}

@media all and (max-width: 767px) {
    .comListBox>a {
        display: block;
    }

    .comListBox {
        margin-bottom: 25px;
        display: block;
    }

    .comListBox .photoBox img {
        width: 100%;
    }

    .comListBox .tag {
        margin-bottom: 10px;
        font-size: 1.5rem;
        position: static;
        min-width: 130px;
        display: inline-block;
    }

    .comListBox .textBox {
        padding: 10px 10px 15px;
        width: auto;
        position: relative;
    }

    .comListBox h3 {
        font-size: 2.0rem;
        line-height: 3.0rem;
    }

    .comListBox .nokori {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .comListBox dt {
        margin-top: -2px;
        padding: 2px;
        min-width: 52px;
        font-size: 1.2rem;
    }

    .comListBox dd {
        padding: 0 0 15px 5em;
    }

    .comListBox .price {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .comListBox .price span {
        font-size: 2.2rem;
    }

    .comListBox .moreLink {
        position: static;
        text-align: right;
    }

    .moreLink a,
    .moreLink span {
        padding-right: 60px;
        font-size: 1.5rem;
        background-position: right bottom 8px;
        background-size: 50px auto;
    }
}


/*------------------------------------------------------------
	moreLink
------------------------------------------------------------*/
.moreLink a,
.moreLink span {
    padding-right: 132px;
    display: inline-block;
    font-size: 1.8rem;
    font-family: 'Oswald', sans-serif;
    background: url("../../img/common/arrow_bg02.png") no-repeat right bottom 5px;
}

.moreLink.white a,
.moreLink.white span {
    color: #FFF;
    background-image: url("../../img/common/arrow_bg01.png");
}

@media all and (min-width: 768px) {
    .moreLink a:hover {
        opacity: 0.7;
    }
}

@media all and (max-width: 767px) {

    .moreLink a,
    .moreLink span {
        padding-right: 60px;
        font-size: 1.5rem;
        background-position: right bottom 8px;
        background-size: 50px auto;
    }
}

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.pagenavi {
    margin: 100px 0 120px;
    text-align: center;
}

.pagenavi span,
.pagenavi a {
    margin: 0 5px;
    min-width: 60px;
    display: inline-block;
    line-height: 58px;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #04384C;
}

.pagenavi span.current {
    color: #FFF;
    background-color: #04384C;
}

.pagenavi .first,
.pagenavi .last {
    min-width: 120px;
}

@media all and (-ms-high-contrast:none) {

    .pagenavi span,
    .pagenavi a {
        padding-top: 5px;
        line-height: 50px;
    }
}

@media all and (min-width: 768px) {
    .pagenavi a:hover {
        color: #FFF;
        background-color: #04384C;
    }
}

@media all and (max-width: 767px) {
    .pagenavi {
        margin: 50px 0 60px;
    }

    .pagenavi span,
    .pagenavi a {
        margin: 0 2px;
        padding: 0 2px;
        min-width: 30px;
        line-height: 30px;
        font-size: 1.5rem;
    }

    .pagenavi .first,
    .pagenavi .last {
        min-width: 60px;
    }
}

@media all and (max-width: 374px) {

    .pagenavi span,
    .pagenavi a {
        margin: 0 1px;
        min-width: 28px;
        font-size: 1rem;
        line-height: 28px;
    }

    .pagenavi .first,
    .pagenavi .last {
        min-width: 47px;
    }
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    margin-bottom: 107px;
}

.comImgBox:last-child {
    margin-bottom: 0 !important;
}

.comImgBox .textBox .num {
    margin-top: -18px;
    width: 210px;
    color: #C72C33;
    font-size: 16rem;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    float: left;
    letter-spacing: -4px;
}

.comImgBox .textBox .rightBox {
    width: 990px;
    float: right;
}

.comImgBox .textBox {
    margin-bottom: 37px;
}

.comImgBox .textBox p {
    font-size: 2rem;
    line-height: 2;
}

.comImgBox .textBox h2 {
    margin-bottom: 18px;
    font-size: 4rem;
}

.comImgBox .textBox h2 .text {
    padding-bottom: 8px;
    font-size: 3rem;
    border-bottom: 1px solid #D90000;
    display: inline-block;
}

.comImgBox .textBox h2 .en {
    margin-bottom: 13px;
    font-size: 6.5rem;
    color: #C72C33;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    display: block;
    font-weight: normal;
}

.comImgBox .image {
    position: relative;
}

.comImgBox .image .text {
    padding: 14px 5px 16px;
    width: 250px;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background-color: rgba(0, 51, 102, 0.8);
    box-sizing: border-box;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
}

.comImgBox .image .text:hover {
    opacity: 0.7;
}

@media all and (-ms-high-contrast:none) {
    .comImgBox .image .text {
        padding: 16px 5px 11px;
    }
}

@media all and (max-width: 767px) {
    .comImgBox .image .text:hover {
        opacity: 1;
    }

    .comImgBox .textBox .num {
        margin: 0 15px 0 0;
        width: auto;
        font-size: 6.5rem;
    }

    .comImgBox .textBox .rightBox {
        width: auto;
        float: none;
    }

    .comImgBox .textBox h2 .en {
        margin-bottom: 3px;
        font-size: 3.6rem;
    }

    .comImgBox .textBox h2 {
        font-size: 2.0rem;
    }

    .comImgBox .textBox p {
        font-size: 1.4rem;
    }

    .comImgBox .image .text {
        padding: 11px 5px 11px;
        width: 150px;
        bottom: 10px;
        right: 10px;
        font-size: 1.3rem;
    }

    .comImgBox {
        margin-bottom: 100px;
    }

    .comImgBox .image img {
        width: 100%;
    }

    .comImgBox .textBox h2 .text {
        font-size: 1.6rem;
        padding-bottom: 4px;
    }


}

/* pageloading */
.pageloading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    visibility: visible;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;

}

.pageloading:before,
.pageloading:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    background: #000;
    top: 0;
    left: 0;
}

.pageloading:after {
    top: 50%;
}

.pageloading.is-end {
    visibility: hidden;
}

.pageloading.is-end:before {
    height: 0;
}

.pageloading.is-end:after {
    top: 100%;
}


.js-scroll {
    position: relative;
    overflow: hidden;
}

.js-scroll>* {
    opacity: 0;
}

.js-scroll:after {
    content: '';
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #000a15;
    transform: translate3d(-101%, 0, 0);
}

.js-scroll.done>* {
    opacity: 1;
}

.js-scroll.show:after {
    transition-property: transform, opacity;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
}

.js-scroll.done:after {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(103%, 0, 0);
}

/*------------------------------------------------------------
	comSearch
------------------------------------------------------------*/
#main .comSearch .serchTtl {
    margin-bottom: 25px;
    font-size: 1.8rem;
}

#main .comSearch .serchTtl span {
    margin-right: 5px;
    color: #C82C33;
    font-size: 2.8rem;
    font-weight: bold;
    display: inline-block;
    vertical-align: baseline;
}

#main .comSearch .searchBox {
    background-color: #F2F2F2;
}

#main .comSearch .searchTxt {
    margin-right: 14px;
    width: 160px;
    padding: 38px 0;
    float: left;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #C82C33;
}

#main .comSearch ul {
    margin: 39px 0 0;
    float: left;
    text-align: left;
}

#main .comSearch ul li {
    display: inline-block;
}

#main .comSearch ul li a {
    display: inline-block;
    padding: 0 16px;
}

#main .comSearch ul li.on a,
#main .comSearch ul li a:hover {
    color: #003893;
}

#main .comSearch .searchInfo {
    margin: 25px 20px 0 0;
    float: right;
    text-align: right;
}

#main .comSearch .searchInfo span {
    margin-right: 12px;
    font-weight: bold;
}

#main .comSearch .searchInfo select {
    padding: 0 10px;
    width: 180px;
    height: 50px;
    font-size: 1.6rem;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: url("../../img/common/select_bg.png") no-repeat right 9px center #fff;
    background-size: 8px 5px;
}

#main .comSearch .searchInfo select::-ms-expand {
    display: none;
}

@media all and (max-width: 767px) {
    #main .comSearch .serchTtl {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }

    #main .comSearch .serchTtl span {
        margin-right: 1px;
        font-size: 2rem;
    }

    #main .comSearch .searchBox {
        padding: 10px;
    }

    #main .comSearch .searchTxt {
        margin: 0;
        width: auto;
        padding: 15px 0;
        float: none;
    }

    #main .comSearch ul {
        margin: 10px 0 0;
        float: none;
        text-align: center;
    }

    #main .comSearch ul li a {
        padding: 0 5px;
    }

    #main .comSearch ul li a:hover {
        color: #333;
    }

    #main .comSearch .searchInfo {
        margin: 10px 0 0;
        float: none;
        text-align: center;
    }

    #main .comSearch .searchInfo span {
        margin-right: 5px;
    }

    #main .comSearch .searchInfo select {
        padding: 0 5px;
        height: 40px;
        font-size: 1.4rem;
    }

}

/*------------------------------------------------------------
	comNews
------------------------------------------------------------*/
#main .comNews {
    border-top: 2px solid #E5E5E5;
}

#main .comNews dt {
    padding: 29px 0 0 10px;
    float: left;
    color: #333;
    font-weight: bold;
}

#main .comNews dd {
    padding: 29px 0 25px 10em;
    border-bottom: 2px solid #E5E5E5;
}

#main .comNews dd a {
    text-decoration: underline;
}

#main .comNews dd a:hover {
    text-decoration: underline;
    color: #0059B2;
}

@media all and (max-width: 767px) {
    #main .comNews dt {
        padding: 10px 0 0 3px;
        font-size: 1.4rem;
        float: none;
    }

    #main .comNews dd {
        padding: 10px 0 10px 0;
        font-size: 1.4rem;
    }

    #main .comNews dd a:hover {
        text-decoration: none;
    }

}

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
    margin: 49px auto 0;
    clear: both;
    text-align: left;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #CCC;
    padding: 4px 9px 2px 10px;
    margin: 0 1px;
    color: #003893;
    font-size: 1.4rem;
}

.wp-pagenavi span.pages {
    border: none;
    color: #333;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #fff;
    background-color: #003893;
}

@media all and (max-width: 767px) {
    .wp-pagenavi {
        margin: 25px 15px 0;
        font-size: 1.4rem;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 1.3rem;
    }

    .wp-pagenavi a:hover {
        color: #003893;
        background-color: #fff;
    }

}

.inset {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0px;

}

.outset {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;

}

.row {
    margin-bottom: 20px;
}

/*------------------------------------------------------------
	informationBox
------------------------------------------------------------*/
.informationBox {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    /* border-top: 4px solid #b39753; */
    border-bottom: 2px solid #b39753;
    color: #181818!important;
}

.informationBox h2 {
    font-family: 'Playfair Display SC', serif;
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0;
color: #181818;display: inline;}

.informationBox p {
    margin-bottom: 6px;
}

@media all and (max-width: 767px) {
    .informationBox {
        padding-bottom: 2px;
    }

    .informationBox h2 {
        font-size: 1.6rem;
        margin: 4px auto;
    }

    .informationBox p {
        margin-bottom: 1px;
        font-size: 1.2rem;
    }

}
