/* グロナビラベルPC　NEWコンテンツ */
/* .navi--header .navi__item:nth-child(4) a:before {
    content: "NEW";
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    background-color: #be9461;
    padding: 0.15em 0.75em;
    color: #fff;
    margin: -1.5em auto 0.25em;
} */

/* グロナビラベルSP　NEWコンテンツ */
/* .navi--menu .navi__item:nth-child(4) a:before {
    content: "NEW";
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    background-color: #be9461;
    padding: 0.15em 0.5em;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
} */

/* グロナビラベル PC　非公開コンテンツ */
/* .navi--header .navi__item:nth-child(4) a,
.navi--header .navi__item:nth-child(6) a  {
    pointer-events: none;
    opacity: 0.5;
} */
/* グロナビラベル SP　非公開コンテンツ */
/* .navi--menu .navi__item:nth-child(4) a,
.navi--menu .navi__item:nth-child(6) a {
    pointer-events: none;
    opacity: 0.5;
} */





/* ヘッダー */
.pageHeader {
    background-color: #062d47;
    border-bottom: none;
    height: 150px;
    padding: 50px 0 5px;
    transition: all .3s ease-in-out;
}
.pageHeader--wrap:after {
    height: 150px;
}
.pageHeader_text {
    background: #a3a3a3;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    letter-spacing: 0.15em;
    font-size: 14px;
}
.pageHeader__col {
    position: relative;
    display: block;
}
.pageHeader__col p {
    text-align: center;
    font-size: 12px;
    color: white;
    margin-bottom: 5px;
}
.pageHeader__logo {
    justify-content: center;
    height: auto;
}
.pageHeader__cvBtn {
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s ;
}
.pageHeader__cvBtn a {
    width: 200px;
    background: #be9461;
    color: white;
}

.navi--header .navi__item {
    flex: auto;
}
.navi--header .navi__item a {
    color: white;
}
.menu__btn {
    background-color: #062d47;
    top: 38px;
    transition: all .3s ease-in-out;
}
@media (max-width: 768px){
.menu__btn {
    background-color: #062d47;
    top: 28px;
    transition: all .3s ease-in-out;
}
}
.menu {
    background: #062d47;
    padding-top: 0;
    top: 150px;
}
@media (max-width: 768px){
.menu {
    background: #062d47;
    padding-top: 0;
    top: 84px;
}
}
.navi--menu .navi__item,
.navi--menu .navi__item:nth-child(odd) {
    border-color: white;
    color: white;
}
.navi--menu .navi__item:nth-last-child(1) {
    /* width: 100%; */
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.navi--menu .navi__item:nth-last-child(2) {
    border-bottom: 1px solid;
}
li.navi__item.out a {
    pointer-events: none;
	 display: inline-block;
    color: gray;
	padding: 8px;
}
@media (max-width: 849px) {
	a.out_sp{
		 pointer-events: none;
	    display: inline-block;
        color: gray; 
	}
}
.pageHeader.active {
    position: fixed;
    top: -95px;
}
.pageHeader__cvBtn.active {
    top: 100px;
}
@media (max-width: 768px) {
    .pageHeader__logo {
        justify-content: flex-start;
        height: 25px;
        margin-bottom: 5px;
    }
    .navi--menu .navi__item a {
        font-size: 14px;
    }
    .pageHeader {
        padding: 5px 0;
        position: fixed;
    }
    .pageHeader__col p {
        font-size: 8px;
        text-align: left;
    }
    .pageHeader_text {
        font-size: 10px;
    }
    .pageHeader {
        height: 85px;
        padding: 40px 0 5px;
    }
    
    .pageHeader--wrap:after {
        height: 85px;
    }
    .pageHeader.active {
        position: fixed;
        top: -34px;
    }
    .menu__btn.active {
        top: -5px;
    }
    .menu.active {
        top: 51px;
    }
}




/* フッター */
.bg--gray-light {
    background: #F5F5F5;
}
.container--btn--cv a {
    min-height: 65px;
    width: 350px;
    font-size: 18px;
}
.pageFooter__note {
    margin-bottom: 30px;
}
.pageFooter__contact {
    margin-bottom: 0;
    font-size: 16px;
}
.pageFooter__contact .contact__tel {
    font-size: 60px;
}
.pageFooter__contact .contact__time {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
}
.pageFooter__seller .seller .seller__item {
    margin: 0 30px 20px;
    position: relative;
}
.pageFooter__seller .seller .seller__item:nth-child(1)::after {
    content: "";
    display: inline-block;
    width: 1px;
    background: black;
    height: 40px;
    transform: rotate(45deg);
    position: absolute;
    right: -30px;
    top: 30%;
}
.pageFooter__seller .seller .seller__item:nth-child(2)::after {
    content: "";
    display: inline-block;
    width: 1px;
    background: black;
    height: 40px;
    transform: rotate(45deg);
    position: absolute;
    right: -30px;
    top: 30%;
}
@media (max-width: 767px) {
    .container--btn--cv a {
        min-height: 50px;
        width: 250px;
        font-size: 14px;
    }
    .pageFooter__contact {
        font-size: 12px;
    }
    .pageFooter__contact .contact__tel {
        font-size: 40px;
        margin: 10px;
        letter-spacing: 0;
    }
    .pageFooter__contact .contact__time {
        display: block;
        text-align: center;
        font-size: 12px;
    }
    .pageFooter__seller .seller .seller__item:nth-child(1)::after{
        content: none;
    }
    .pageFooter__seller .seller .seller__item:nth-child(2)::after{
        content: none;
    }
    .pageFooter__seller .seller .seller__item img {
        max-height: 40px;
    }
}


/* 共通 */
img {
    vertical-align: bottom;
}
p.center {
    text-align: center;
}
p.right {
    text-align: right;
}
p.large {
    font-size: 18px;
}
p.min {
    font-size: 14px;
}
p.small {
    font-size: 12px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb80 {
    margin-bottom: 80px;
}
.sp {
    display: none;
}
.c-cap {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 12px;
    color: white;
    text-shadow: 0 0 5px black;
}
.text-self {
    font-family:YuMincho,'Yu Mincho',serif;
}

.c-img {
    position: relative;
}
.c-img-cap {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 12px;
    color: white;
    text-shadow: 0 0 5px black;
}
.btn-more {
    background-color: white;
    border: 1px solid #be9461;
    color: #be9461;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 20px;
    letter-spacing: .1em;
    width: 200px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-more::after {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid #be9461;
    border-bottom: 1px solid #be9461;
    position: absolute;
    top: 50%;
    right: 1.25em;
    margin-top: -0.25em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-more:hover {
    background-color: #be9461;
    color: white;
}
.btn-more:hover::after {
    border-color: white;
}
@media (max-width: 767px) {
    p.large {
        font-size: 16px;
    }
    .mb20 {
        margin-bottom: 10px;
    }
    .mb40 {
        margin-bottom: 20px;
    }
    .mb80 {
        margin-bottom: 40px;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}