@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;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1000px;
}
@media all and (max-width: 896px) {
    .content {
        margin: 0 15px !important;
        width: auto !important;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
    margin-bottom: 92px;
}
#pagePath li {
    color: #333;
    display: inline;
}
#pagePath li a {
    color: #333;
}
#pagePath li span {
    margin: 0 8px 0 14px;
    color: #c30d23;
}
@media all and (min-width: 897px) {
    #pagePath li a:hover {
        text-decoration: underline;
    }
}
@media all and (max-width: 896px) {
    #pagePath {
        margin-bottom: 30px !important;
    }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 169px;
    position: relative;
}
.pageTitle h2 {
    position: relative;
    font-size: 8rem;
    letter-spacing: 0.025em;
    line-height: 1;
}
.pageTitle h2 span {
    margin-bottom: 7px;
    display: block;
    color: #c30d23;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0;
}
.pageTitle .photo {
    position: absolute;
    top: 103px;
    right: 2px;
}
@media all and (max-width: 896px) {
    .pageTitle {
        margin-bottom: 30px !important;
    }
    .pageTitle h2 {
        font-size: 4.2rem !important;
    }
    .pageTitle h2 span {
        font-size: 1.9rem !important;
    }
    .pageTitle .photo {
        margin-top: 25px;
        position: inherit;
        top: 0;
        right: 0;
        text-align: center;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 62px;
    color: #c30d23;
    font-size: 2.4rem;
    line-height: 1.1;
    border-bottom: 1px solid #dcdcdc;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 20px;
        font-size: 1.9rem;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    line-height: 2;
}
@media all and (max-width: 896px) {
    .headLine02 {
        font-size: 1.9rem;
        line-height: 1.5;
    }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 36px;
    font-size: 5.6rem;
    line-height: 1.17;
    letter-spacing: 0.035em;
}
.headLine03 span {
    display: block;
    color: #c30d23;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 20px;
        font-size: 2.8rem;
    }
    .headLine03 span {
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
    font-size: 6.4rem;
    letter-spacing: 0.03em;
    line-height: 1.3125;
}
.headLine04 span {
    margin-bottom: -4px;
    display: block;
    color: #c30d23;
    font-size: 2.4rem;
	font-weight: 400;
    letter-spacing: 0;
}
@media all and (max-width: 896px) {
    .headLine04 {
        font-size: 3.7rem;
    }
    .headLine04 span {
        margin-bottom: -4px;
        font-size: 1.9rem;
    }
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
    margin-bottom: 17px;
    color: #c30d23;
    font-size: 2.4rem;
    text-align: center;
    overflow: hidden;
}
.headLine05 .line {
    padding: 0 5px;
    position: relative;
    display: inline-block;
}
.headLine05 .line::before {
    position: absolute;
    width: 1000px;
    left: 100%;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    content: "";
    background: #666;
}
.headLine05 .line::after {
    position: absolute;
    width: 1000px;
    right: 100%;
    margin-top: -1px;
    height: 1px;
    top: 50%;
    content: "";
    background: #666;
}
@media all and (max-width: 896px) {
    .headLine05 {
        font-size: 1.8rem;
    }
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
    width: 100%;
    border-collapse: collapse;
}
.comTable th, .comTable td {
    padding: 44px 10px 5px;
    width: 75%;
    height: 115px;
    font-size: 1.6rem;
    line-height: 2;
    word-break: break-all;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.comTable th {
    padding-left: 40px;
    width: 25%;
    font-weight: bold;
}
@media all and (max-width: 896px) {
    .comTable {
        border-bottom: 1px solid #dcdcdc;
    }
    .comTable th, .comTable td {
        padding: 10px !important;
        width: 100% !important;
        height: auto;
        float: left !important;
        font-size: 1.3rem;
        line-height: 1.6;
        border-bottom: none;
    }
    .comTable th {
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
	comAddList
------------------------------------------------------------*/
.comAddList {
    margin: 0 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 7rem;
}
.comAddList li {
    width: 400px;
    line-height: 2;
}
.comAddList li dt {
    margin-bottom: 2px;
    font-size: 2.4rem;
}
.comAddList li dd a[href^="http:"] {
    white-space: nowrap;
}
.comAddList li dd .link {
    margin: 2px 0 0 216px;
}
.comAddList li dd .link a {
    padding-right: 41px;
    position: relative;
    display: inline-block;
    text-decoration: none !important;
}
.comAddList li dd .link a:hover {
    opacity: 0.7;
}
.comAddList li dd .link a::before {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/common/icon01.png) no-repeat center center / 34px 34px;
    content: "";
}
@media all and (min-width: 897px) {
    .comAddList li dd a:hover {
        text-decoration: underline;
    }
    .comAddList li dd a[href^="tel:"]:hover {
        text-decoration: none;
    }
}
@media all and (max-width: 896px) {
    .comAddList {
        margin: 0;
        display: block;
    }
    .comAddList li {
        width: auto;
        line-height: 1.6;
    }
    .comAddList li dt {
        margin-bottom: 0;
        font-size: 2rem;
    }
    .comAddList li dd a[href^="http:"] {
        white-space: normal;
        word-break: break-all;
    }
    .comAddList li dd .link {
        margin: 0;
        display: flex;
        justify-content: flex-end;
    }
    .comAddList li dd .link a {
        padding-right: 32px;
    }
    .comAddList li dd .link a::before {
        width: 28px;
        height: 28px;
        background-size: 28px 28px;
    }
}
/*------------------------------------------------------------
    parallax
------------------------------------------------------------*/
.parallax {
    overflow: hidden;
}
.parallax img {
    transform: scale(1.2);
    transform-origin: bottom center;
}
/*------------------------------------------------------------
    fadein
------------------------------------------------------------*/
.fadeIn {
    opacity: 0;
    transform: translateY(8rem);
    transition: opacity .7s, transform .7s;
}
.fadeIn.show {
    opacity: 1;
    transform: translateY(0);
}
/*------------------------------------------------------------
	redTxt
------------------------------------------------------------*/
.redTxt {
    color: #c30d23 !important;
    font-weight: bold;
}
/*------------------------------------------------------------
	comTab
------------------------------------------------------------*/
.comTab table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 4.702px 6.472px 4.75px 0.25px rgba(229, 229, 229, 0.56);
}
.comTab th, .comTab td {
    padding: 16px 5px 14px;
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    line-height: 1.25;
}
.comTab tr:not(:last-child) td {
    border-bottom: 1px solid rgb(229, 229, 229);
}
.comTab th {
    background-color: #f5f5f5
}
.comTab .wid01 {
    width: 35%;
}
.comTab .wid02 {
    width: 21.5%;
}
@media all and (max-width: 896px) {
    .comTab {
        overflow-y: scroll;
    }
    .comTab .tabBox {
        padding: 0 10px 20px 0;
        width: 880px;
        box-sizing: border-box;
    }
}
/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comPhotoList {
    margin: -26px -4px 0 0;
    position: relative;
}
.comPhotoList::before {
    position: absolute;
    bottom: -55px;
    left: calc(50% + 105px);
    width: 570px;
    height: 350px;
    background: url("../img/common/bg01.png") no-repeat center;
    background-size: contain;
    content: "";
}
.comPhotoList li {
    margin: 26px 118px 0 0;
    width: 256px;
}
.comPhotoList li:nth-child(3n) {
    margin-right: 0;
}
.comPhotoList li .photo {
    margin-bottom: 10px;
}
.comPhotoList li .text {
    line-height: 2;
}
@media all and (max-width: 896px) {
    .comPhotoList {
        margin-top: -15px;
        justify-content: space-between;
    }
    .comPhotoList::before {
        bottom: -90px;
        left: auto;
        right: 0;
        width: 160px;
        height: 120px;
    }
    .comPhotoList li {
        margin: 15px 0 0;
        width: 48.5%;
    }
    .comPhotoList li .photo img {
        width: 100%;
    }
    .comPhotoList li .text {
        line-height: 1.5;
    }
}