@charset "utf-8";
/* *****************************************************************************
共通スタイル記述変更
***************************************************************************** */
nav .g-navi li a {
    display: block;
    color: #000;
    font-weight: 700;
}

nav .g-navi li a:hover {
    color: #fff;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

/* *****************************************************************************
PC用のスタイル記述
***************************************************************************** */

/* -----------------------------------------------------------------------------
BLOG
----------------------------------------------------------------------------- */
.g-content__outer {
    margin-top: 90px;
}

.blog {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 96px 0px;
    background-color: #f9f6f2;
    border-bottom: solid 96px #fff;
}

.blog__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog__inner .title-wrap {
    text-align: center;
    margin-bottom: 75px;
}

.blog__inner .title-blog {
    color: #333;
    font-size: 80px;
    letter-spacing: 8px;
    margin-bottom: 8px;
    font-weight: 500;
}

.blog__inner .sub-title {
    color: #333;
    font-size: 30px;
    font-weight: 400;
}

article .blog__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

article .blog-art-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

article .blog-art-col:after{
    content: "";
    display: block;
    width: 31%;
}

article .blog-art-col .blog-art-card {
    width: 31%;
    box-sizing: border-box;
    border: solid 1px #000;
    background-color: #fff;
    margin-bottom: 60px;
}

article .blog-art-col .blog-art-card a {
    display: block;
    text-decoration: none;
}

article .blog-art-col .blog-art-card a:hover img{
    transform: scale(1.1);
}

article .blog-art-col .blog-art-card:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
}

article .blog-art-card .blog-thumb {
    overflow: hidden;
}

article .blog-art-card .blog-thumb img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    display: block;
    width: 100%;
}

article .blog-art-card .blog-body {
    padding: 15px;
}

article .blog-art-card .art-title {
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
    font-family: "Noto Sans JP";
}

article .blog-art-card .art-text {
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
}

article .blog-art-card .date {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8;
    display: flex;
    justify-content: flex-end;
}

article .blog__inner .cta-btn {
    display: flex;
    justify-content: center;
}

article .blog__inner .cta-btn a {
    position: relative;
}

.bloglist-pagination {
    width: 320px;
    margin: 0 auto;
}

.bloglist-pagination ul {
    display: flex;
    justify-content: space-around;
}

.bloglist-pagination ul li {
    color: #000;
    font-size: 22px;
    font-family: "Noto Sans JP";
    font-weight: 400;
}

.bloglist-pagination ul li a {
    color: #000;
    font-size: 22px;
    font-family: "Noto Sans JP";
    font-weight: 400;
}

.bloglist-pagination .arrow {
    background-color: #b94b00;
    border-radius: 30px;
    padding: 1px 11px;
    color: #fff;
}

.bloglist-pagination .arrow:hover {
    background-color: #2e5f0e;
    transition: .2s ease-in-out;
}

.bloglist-pagination .page-active {
    color: #b94b00;
    font-weight: 700;
}

.bloglist-pagination .page:hover {
    transition: .2s ease-in-out;
    border-bottom: solid 1px #000;
}


/* *****************************************************************************
SP用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 1120px){

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

/*-- パンくずリスト --*/
.lower .breadcrumb {
    top: 50px;
}

.g-content__outer {
    margin-top: 50px;
}

/* -----------------------------------------------------------------------------
SP__BLOGLIST
----------------------------------------------------------------------------- */
.blog {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 50px 0px;
    background-color: #f9f6f2;
    border-bottom: solid 50px #fff;
}

.blog__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog__inner .title-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.blog__inner .title-blog {
    color: #333;
    font-size: 44px;
    letter-spacing: 3px;
    margin-bottom: 8px;
    font-weight: 500;
}

.blog__inner .sub-title {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

article .blog__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

article .blog-art-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

article .blog-art-col .blog-art-card {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #000;
    background-color: #fff;
    margin: 0 0 40px;
    position: relative;
}

article .blog-art-col .blog-art-card a {
    display: block;
    text-decoration: none;
}

article .blog-art-col .blog-art-card a:hover img{
    transform: scale(1.1);
}

article .blog-art-col .blog-art-card:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
}

article .blog-art-card .blog-thumb {
    overflow: hidden;
}

article .blog-art-card .blog-thumb img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    display: block;
    width: 100%;
}

article .blog-art-card .blog-body {
    padding: 15px;
}

article .blog-art-card .art-title {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Noto Sans JP";
}

article .blog-art-card .art-text {
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
}

article .blog-art-card .date {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8;
    display: flex;
    justify-content: flex-end;
}

article .blog__inner .cta-btn {
    display: flex;
    justify-content: center;
}

article .blog__inner .cta-btn a {
    position: relative;
}

}

/* *****************************************************************************
TB用のスタイル記述（431px〜1120px）
***************************************************************************** */
@media screen and (min-width: 431px) and (max-width: 1120px) {

article .blog-art-col {
    flex-direction: unset;
}

article .blog-art-col .blog-art-card {
    width: 49%;
}

}

/* *****************************************************************************
カラー後付け
***************************************************************************** */
.bgcolor__white {
	background-color: #fff !important;
}

.bgcolor__beige {
    background-color: #f4efe4 !important;
}

.color__orange {
    color: #b94b00!important;
}

.color__red {
    color: #c8000a;
}

.ftcolor__navy {
	color: #001960;
}




