@charset "utf-8";

.bg__lblue {
    background: #bfd3e3;
}

.bg__blue {
    background: #8ba8bc;
}

.bg__dblue {
    background: #436984;
}

.gothic {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pcOnly {
}

.spOnly {
    display: none;
}

@media only screen and (max-width: 640px) {
    .pcOnly {
        display: none;
    }

    .spOnly {
        display: block;
    }
}

/* parts */
.lowMv {
    position: relative;
    height: 400px;
}
.article-page .lowMv{
    height: 320px;
}

.lowMv .copy {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 640px) {
    .lowMv {
        height: auto;
    }
    .article-page .lowMv{
        height: 130px;
    }
    .article-page .lowMv img.spOnly{
        display: none;
    }

    .lowMv .copy {
        display: none;
    }
    .article-page .lowMv .copy{
        display: block;
        margin-top: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .article-page .lowMv .copy img{
        height: 60px;
    }
}

.lowHeading {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-font-smoothing: antialiased;

    font-size: 20px;
    letter-spacing: .12em;
    line-height: 1.9;
}
.lowHeading small {
    display: block;
    font-size: 16px;
}

.lowHeading .sub__eng {
    display: block;
    margin-bottom: 20px;
    padding-top: 8px;
}

.lowHeading .sub__eng img {
    width: auto;
}

.lowHeading + .lowTxt {
    margin-top: 20px;
}

.lowHeading__small {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-font-smoothing: antialiased;

    font-size: 18px;
    letter-spacing: .12em;
    line-height: 2.375;
}
.lowHeading__small small {
    display: block;
    font-size: 14px;
}

.lowHeading__small + .lowTxt {
    margin-top: 25px;
}

@media only screen and (max-width: 640px) {
    .lowHeading {
        font-size: 15px;
        letter-spacing: .06em;
    }
    .lowHeading small {
        font-size: 12px;
    }


    .lowHeading .sub__eng {
        margin-bottom: 20px;
    }

    .lowHeading .sub__eng img {
    }

    .lowHeading + .lowTxt {
        margin-top: 20px;
    }

    .lowHeading__small {
        font-size: 14px;
        letter-spacing: .06em;
    }
    .lowHeading__small small {
        font-size: 12px;
    }

    .lowHeading__small + .lowTxt {
        margin-top: 15px;
    }
}

.lowHeading::before,
.lowHeading::after,
.lowHeading__small::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
}

.lowHeading::before {
    margin-top: calc((1 - 1.9) * 0.5em);
}

.lowHeading::after {
    margin-bottom: calc((1 - 1.9) * 0.5em);
}

.lowHeading__small::after {
    margin-bottom: calc((1 - 2.375) * 0.5em);
}


.lowTxt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-font-smoothing: antialiased;

    font-size: 14px;
    letter-spacing: .12em;
    line-height: 2.14;
}

@media only screen and (max-width: 640px) {
    .lowTxt {
        font-size: 12px;
        letter-spacing: .06em;
    }
}

.lowTxt::before,
.lowTxt::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
}

.lowTxt::before {
    margin-top: calc((1 - 2.14) * 0.5em);
}

.lowTxt::after {
    margin-bottom: calc((1 - 2.14) * 0.5em);
}

/* btn */
.btn__Normal {
    margin-left: auto;
    margin-right: auto;
}

.btn__Normal span {
    display: inline-block;
    text-align: center;
}

.flex + .btn__Normal {
    margin-top: 65px;
}

.lowTxt + .btn__Normal {
    margin-top: 45px;
}

.btn__Normal a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
            flex-direction: column;
    */
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    height: 50px;
    padding: 0 25px;
    background: #22496e;
    border: solid 1px #22496e;

    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    letter-spacing: .2em;
    color: #fff;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 641px) {
    .btn__Normal a:hover {
        background: #fff;
        color: #22496e;
    }
}

@media only screen and (max-width: 640px) {
    .btn__Normal {
        text-align: center;
    }

    .flex + .btn__Normal {
        margin-top: 40px;
    }

    .lowTxt + .btn__Normal {
        margin-top: 40px;
    }

    .btn__Normal a {
        height: 42px;
        padding: 0 20px;
        font-size: 12px;
    }
}

/* flex */
.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
            flex-direction: column;
    */
    justify-content: space-between;
}

.flex > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.is-reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.is-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.clm2__item {
    width: calc(480 / 1000 * 100%);
}

.clmHalf__item {
    width: 50%;
}

.onePhoto__row {
}

.forthPhoto__row {
}

.clm2__item--visual {
    width: calc(500 / 1000 * 100%);
}

.forthPhoto__row .clm2__item--visual .clm2__item {
    width: calc(50% - 5px);
}

.forthPhoto__row .clm2__item--visual .clm2__item:nth-child(n+3) {
    margin-top: 10px;
}

.clm2__item--lead {
    width: calc(407 / 1000 * 100%);
}

.onePhoto__row .clm2__item--lead .clm3__item {
    width: calc(120 / 407 * 100%);
}

@media only screen and (max-width: 640px) {
    .clm2__item {
        width: 100%;
    }

    .clmHalf__item {
        width: 100%;
    }

    .clm2__item--visual {
        width: 100%;
    }

    .clm2__item--lead {
        width: 100%;
    }

    .forthPhoto__row .clm2__item--visual {
        margin-top: 30px;
    }
}

/* imgWrap */
.imgWrap {
    position: relative;
}

.imgWrap .caption {
    position: absolute;
    padding: 5px;
}

.caption--inLeft {
    bottom: 0;
    left: 0;
    text-align: left;
}

.caption--inUpLeft {
    top: 0;
    left: 0;
    text-align: left;
}

.caption--outLeft {
    top: 100%;
    left: 0;
    text-align: left;
}


.caption--inRight {
    bottom: 0;
    right: 0;
    text-align: right;
}

.caption--inUpRight {
    top: 0;
    right: 0;
    text-align: right;
}

.caption--outRight {
    top: 100%;
    right: 0;
    text-align: right;
}

.caption-white-shadow {
    color: #fff;
    text-shadow: 0px 0px 6px #000, 0px 0px 6px #000, 0px 0px 6px #000;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}



	.section--contact {
		padding-top: 80px;
		padding-bottom: 80px;
		background: #efefef;
		font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
	}
	.section--contact .contact__list {
		margin-top: 30px;
	}
	.section--contact .contact__list ul {
		font-size: 0;
		letter-spacing: -.4em;
		line-height: 0;
	}
	.section--contact .contact__list ul li {
		position: relative;
		display: inline-block;
		margin: 0 40px;
		padding-left: 55px;
		vertical-align: middle;
	}
	.section--contact .contact__list ul li.icon__tel::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 42px;
		height: 28px;
		background: url(../../imgs/top/icon-tel.png) no-repeat center center;
	}
	.section--contact .contact__list ul li.icon__mail::before {
		content: "";
		position: absolute;
		top: -6px;
		left: 0;
		width: 38px;
		height: 28px;
		background: url(../../imgs/top/icon-mail.png) no-repeat center center;
	}
	.section--contact .caption__time {
		margin-top: 20px;
		font-size: 14px;
		color: #707070;
	}
	.section--contact img {
		width: auto;
	}
@media only screen and (max-width:640px) {
	.section--contact {
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 14px;
	}
	.section--contact .contact__list {
		margin-top: 30px;
		margin-left: 40px;
		margin-right: 40px;
	}
	.section--contact .contact__list ul {
		font-size: 0;
		letter-spacing: -.4em;
		line-height: 0;
		text-align: left;
	}
	.section--contact .contact__list ul li {
		display: inline-block;
		margin: 0;
		padding-left: 45px;
	}
	.section--contact .contact__list ul li + li {
		margin-top: 20px;
	}
	.section--contact .contact__list ul li.icon__tel::before {
		top: -6px;
		width: 32px;
		background-size: 100% auto;
	}
	.section--contact .contact__list ul li.icon__tel img {
		width: calc(262/480*100%)
	}
	.section--contact .contact__list ul li.icon__mail::before {
		top: -6px;
		left: 2px;
		width: 28px;
		height: 28px;
		background-size: 100% auto;
	}
	.section--contact .contact__list ul li.icon__mail img {
		width: calc(339/480*100%)
	}
	.section--contact .caption__time {
		margin-top: 20px;
		font-size: 10px;
	}
}

/* refooter */
	.section--contact .btn__Normal {
		margin-bottom: 30px;
	}
	.section--contact .btn__Normal a {
		height: 78px;
		margin-top: 30px;
		padding: 0 39px;
		background: #c3b556;
		border: solid 1px #c3b556;

		font-size: 20px;
		letter-spacing: .1em;
		color: #fff;
	}
	.section--contact .btn__Normal a:hover {
		color: #fff;
	}
@media only screen and (min-width: 641px) {
	.section--contact .btn__Normal a:hover {
		background: #fff;
	}
	.section--contact .btn__Normal a:hover {
		color: #c3b556;
	}
}
@media only screen and (max-width: 640px) {
	.section--contact .btn__Normal a {
		padding: 0 20px;
		font-size: 16px;
	}
}

/* btn */
	.btn__request {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: auto;
		max-width: 500px;
		height: 73px;
		margin-left: auto;
		margin-right: auto;
		background: #c3b556;
		border: solid 1px #c3b556;
		font-size: 24px;
		color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
	}
	.btn__request span {
		position: relative;
		top: 1px;
		display: inline-block;
	}
	.btn__request:hover {
		color: #fff;
	}
	.btn__request.sp {
		display: none;
	}
@media only screen and (min-width: 641px) {
	.btn__request:hover {
		background: #faf7e5;
		color: #c3b556;
	}
}
@media only screen and (max-width: 640px) {
	.btn__request.pc {
		display: none;
	}
	.btn__request.sp {
		display: flex;
	}
	.btn__request {
		font-size: 16px;
	}
}


.section--contact .caption__time small {
	display: block;
	font-size: 12px;
}

.section--contact .contact__border-heading {
	margin-top: 60px;
}

.section--contact .contact__border-heading span {
	display: inline-block;
	padding: 15px 5px;
	border-top: solid 1px #707070;
	border-bottom: solid 1px #707070;
	font-size: 18px;
	line-height: 1;
}

.section--contact .contact__tel {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
	text-align: center;
}

.section--contact .contact__tel:before {
	content: '';
	width: 30px;
	height: 30px;
	margin-right: 15px;
	background: url(../../imgs/top/icon-tel_black.svg) no-repeat center center;
}

.section--contact .contact__tel + .caption__time {
	margin-top: 30px;
}

@media only screen and (max-width: 640px) {
	.section--contact .caption__time small {
		font-size: 10px;
	}

	.section--contact .contact__border-heading {
		margin-top: 40px;
	}

	.section--contact .contact__border-heading span {
		padding: 10px 0;
		font-size: 14px;
		line-height: 1.4;
	}

	.section--contact .contact__tel {
		margin-top: 20px;
		width: calc(200 / 480 * 100%);
		margin-left: auto;
		margin-right: auto;
	}

	.section--contact .contact__tel:before {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}

	.section--contact .contact__tel img {
		zoom: 0.9;
	}

	.section--contact .contact__tel + .caption__time {
		margin-top: 20px;
	}
}