@charset "UTF-8";
/* CSS Document */


/* img-wrap */

.img-wrap img {
    width: 100%;
    height: auto;
}

/* contents01 */

.contents01 {
    margin-bottom: 150px;
}

.contents01 .box01 {
    width: 100%;
    margin-bottom: 100px;
    text-align: center;
    background-image: url("images/back01.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}

.contents01 .box01 img,
.contents01 .box03 img {
    width: auto;
    height: 660px;
}

.contents01 .box02 {
    width: 1030px;
    margin-bottom: 100px;
    text-align: center;
}

.contents01 .box02 h5,
.contents01 .box02 p {
    font-family: 'Zen Old Mincho', serif;
    line-height: 1.4;
    font-weight: normal;
}

.contents01 .box02 h5 {
    font-size: 20px;
    color: #000;
    margin: 30px 0px 40px;
}

.contents01 .box02 p {
    font-size: 22px;
    color: #5a83a6;
    line-height: 1.8;
    padding: 30px 40px 40px;
    background: rgba(90, 131, 166, 0.15);
    text-align: left;
    border-radius: 5px;
}

.contents01 .box02 p span {
    display: block;
    padding-top: 30px;
    text-align: center;
    font-size: 26px;
}

.contents01 .box03 {
    margin-bottom: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.contents01 .box03 .box {
    margin: 0px 60px;
}

.contents01 .box03 h4,
.contents01 .box03 h6,
.contents03 h5,
.contents04 h5 {
    font-family: 'Zen Old Mincho', serif;
    line-height: 1.4;
    font-weight: normal;
    color: #5a83a6;
}

.contents01 .box03 h4 {
    font-size: 28px;
    margin-top: 25px;
}

.contents01 .box03 h4 span {
    font-size: 17px;
}

.contents01 .box03 h5 {
    color: #4d4d4d;
    line-height: 1.2;
    font-weight: normal;
    margin: 5px 0px 5px;
}

.contents01 .box03 h6 {
    font-size: 36px;
}

.contents01 .box03 h6::after {
    content: "（税込）";
    font-size: 16px;
}


.contents01 .box04 {
    width: 960px;
    text-align: center;
}

.contents01 .box04 h5 {
    display: inline-block;
    font-family: 'Zen Old Mincho', serif;
    line-height: 1.2;
    font-weight: normal;
    color: #FFF;
    letter-spacing: 0.1em;
    font-size: 20px;
    padding: 5px 50px;
    background-color: #cccccc;
}

.contents01 .box04 p {
    margin-top: 40px;
    text-align: left;
    font-size: 12px;
}

.contents01 .box04 p.text001 {
    margin-top: 20px;
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
    font-size: 18px;
}

.contents01 .box05 h6:not(:last-child) {
    margin-bottom: 20px;
}

.contents01 .box05 h6 a {
    width: 600px;
}

.contents01 .box05 {
    text-align: center;
    padding-top: 50px;
}

/* contents02 */

.contents02,
.contents04 {
    width: 100%;
    padding: 80px 0px 100px;
    background-image: url("images/back02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

.contents04 {
    background-image: url("images/back03.jpg");
    text-align: center;
}

.contents02 .midashi01 h3,
.contents02 .midashi01 h4,
.contents04 .midashi01 h3,
.contents04 .midashi01 h4 {
    color: #FFF;
}

.contents02 .midashi01 h4,
.contents04 .midashi01 h4 {
    display: inline-block;
    padding: 4px 50px;
    background-color: #000;
}

.contents02 .box01 {
    width: 960px;
}

.contents02 .box01 .box {
    margin-bottom: 15px;
}

.contents02 .box01 .box:last-child {
    margin-bottom: 0px;
}

.faq-box {
    position: relative;
    padding: 15px 50px;
    padding-left: 80px;
    display: none;
    /*はじめは非表示*/
    background-color: #FFF;
}

.faq-box::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    background-image: url("images/answer.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 25px;
    height: 26px;
}

.faq {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 18px 50px;
    padding-left: 80px;
    background-color: #d2d0db;
    transition: all .5s ease;
    background-image: url("images/question.svg");
    background-position: left top;
    background-repeat: no-repeat;
}

.faq h6 {
    font-family: 'Zen Old Mincho', serif;
    font-size: 20px;
    color: #231815;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.faq::before,
.faq::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #a67c52;
    transition: all .5s ease;

}

.faq::before {
    top: 48%;
    right: 26px;
    transform: rotate(0deg);

}

.faq::after {
    top: 48%;
    right: 26px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.faq.close::before {
    transform: rotate(45deg);
}

.faq.close::after {
    transform: rotate(135deg);
}




/* contents03 */

.contents03 {
    padding: 80px 0px 100px;
    background-color: #f2f2f2;
    margin-bottom: 70px;
}

.contents03a {
    margin-bottom: 0px;
}

.contents03 .box01,
.contents03 .box-detail {
    width: 960px;
}

.contents03 .box-detail .inner {
    background-color: #FFF;
    padding: 40px 5%;
    text-align: center;
}

.contents03 .box-detail .inner:not(:last-child) {
    margin-bottom: 40px;
}

.contents03 .box-text:not(:last-child) {
    margin-bottom: 20px;
}

.contents03 h5 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: left;
}

.contents03 > h5 {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 50px;
}

.contents03 h6 {
    font-family: 'Zen Old Mincho', serif;
    font-size: 20px;
    color: #FFF;
    line-height: 1.2;
    font-weight: 400;
    display: inline-block;
    padding: 8px 0px;
    text-align: center;
    min-width: 300px;
    background-color: #5a83a6;
    margin-bottom: 30px;
}

.contents03 .inner:last-child h6 {
    background-color: #fb5373
}

.contents03a p {
    text-align: left;
}

.contents03a .inner:not(:last-child) p {
    text-indent: -16px;
    margin-left: 16px;
}

.contents03 p a {
    font-family: 'Zen Old Mincho', serif;
    font-size: 24px;
    color: #fb5373;
    line-height: 1.2;
    font-weight: 400;
}


/* contents04 */

.contents04 .box-detail {
    width: 1030px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px;
}

.contents04 h5 {
    font-size: 30px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.contents04 p {
    color: #4f0002;
    line-height: 2;
}

.sp-view {
    display: none;
}

html,
body {
    height: 100%;
}
