@charset "utf-8";

@media screen and (max-width: 768px) {
    .main-wrap1 {
        width: 100%;
        height: 50vw;
        margin: 0 auto;
        position: relative;
        background: url("../images/title_01_sp.jpg") top center;
        background-size: cover;
    }
    .main-wrap1 .content-wrap {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .main-wrap1 .content {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap1 .inner-wrap {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap1 .inner {
        width: 90%;
        margin: 0 auto;
        position: absolute;
        bottom: 5vw;
        left: 5%;
        z-index: 5;
    }
    .main-wrap1 .inner h3 {
        display: inline-block;
        color: #323232;
        font-size: 8vw;
        text-align: left;
        margin: 0;
        padding: 0 10px 7px 0;
        line-height: 1.1em;
        position: relative;
    }
    .main-wrap1 .inner h3::after {
        content: " ";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #323232;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .main-wrap1 .inner h3 br {
        line-height: 0;
    }
    .main-wrap1 .inner span {
        margin: 0;
        padding: 6px 0 0 0;
        display: block;
        font-size: 4vw;
        color: #645f5f;
        line-height: 1.4em;
        font-weight: 600;
    }
    .main-wrap2 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }
    .main-wrap2 .content-wrap {
        margin: 0 auto 0 auto;
        padding: 0;
    }
    .main-wrap2 .content {
        width: 90%;
        margin: 0 auto 0 auto;
        position: relative;
        padding: 10px 0 0 0;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
    }
    .main-wrap2 .content .breadcrumbfr {
        width: auto;
        list-style: none;
        text-align: left;
    }
    .main-wrap2 .content .breadcrumb {
        display: inline-block;
        margin: 0 0 3px 0;
    }
    .main-wrap2 .content .breadcrumb .breadcrumblnk {
        padding: 0 5px;
        vertical-align: middle;
        display: inline-block;
        color: #323232;
        font-size: 14px;
        font-weight: 300;
    }
	.main-wrap2 .content .breadcrumb a.breadcrumblnk:hover {
        color: #323232;
		text-decoration: underline;
    }
    .main-wrap2 .content .breadcrumb span.breadcrumblnk {
        color: #323232;
    }
    .main-wrap2 .content .breadcrumb:first-child .breadcrumblnk {
        padding: 0 10px 0 0;
    }
    .main-wrap2 .content .breadcrumb:last-child .breadcrumblnk {
        padding: 0 0 0 5px;
    }
    .main-wrap2 .content .breadcrumb span.breadcrumbborder {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        color: #323232;
        font-weight: 300;
        top: 1px;
    }
    .main-wrap3 {
        width: 100%;
        position: relative;
        margin: 50px 0 0 0;
        padding: 0;
    }
    .main-wrap3 .content-wrap {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .main-wrap3 .content {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap3 .inner-wrap {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap3 .inner {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap3 .inner p {
		width: 100%;
        font-size: 14px;
        line-height: 2em;
        font-weight: 500;
		text-align: left;
        color: #323232;
    }
    .main-wrap4 {
        width: 100%;
        position: relative;
        margin: 50px 0 100px 0;
        padding: 0;
    }
    .main-wrap4 .content-wrap {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .main-wrap4 .content {
        width: 100%;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }
    .main-wrap4 .inner-wrap {
        width: 100%;
        margin: 50px auto 0 auto;
        position: relative;
    }
    .main-wrap4 .inner-wrap:nth-of-type(1) {
		margin-top: 0;
	}
    .main-wrap4 .inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
        text-align: left;
        vertical-align: middle;
        font-size: 0;
    }
    .main-wrap4 .inner img {
        width: 100%;
    }
    .main-wrap4 .inner-wrap:nth-of-type(2n-1) .inner-left {
		display: none;
    }
    .main-wrap4 .inner-wrap:nth-of-type(2n-1) .inner-right {
        display: block;
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap4 .inner-wrap:nth-of-type(2n) .inner-left {
        display: block;
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap4 .inner-wrap:nth-of-type(2n) .inner-right {
		display: none;
    }
    .main-wrap4 .inner-wrap:nth-of-type(2n-1) .inner p {
		width: 100%;
		margin: 0;
		padding: 20px 0 0 50px;
        font-size: 14px;
        line-height: 2em;
        font-weight: 400;
		position: relative;
        color: #323232;
    }
    .main-wrap4 .inner-wrap:nth-of-type(2n-1) .inner p::after {
		content: "";
		display: block;
		width: 2px;
		height: 100px;
		background-color: #a07846;
		position: absolute;
		top: -20px;
		left: 20px;
	}
    .main-wrap4 .inner-wrap:nth-of-type(2n) .inner p {
		width: 100%;
		margin: 0;
		padding: 20px 50px 0 0;
        font-size: 14px;
        line-height: 2em;
        font-weight: 400;
		position: relative;
        color: #323232;
    }
    .main-wrap4 .inner-wrap:nth-of-type(2n) .inner p::after {
		content: "";
		display: block;
		width: 2px;
		height: 100px;
		background-color: #a07846;
		position: absolute;
		top: -20px;
		right: 20px;
	}
}
@media screen and (min-width: 769px) {
    .main-wrap {
        overflow: hidden;
    }
    .main-wrap1 {
        min-width: 1200px;
        width: 100%;
        height: 400px;
        margin: 0 auto;
        position: relative;
        background: url("../images/title_01.jpg") top center;
        background-size: cover;
    }
    .mobile .main-wrap1 {
        height: 400px;
    }
    .ipad.tate .main-wrap1 {
        background: url("../images/title_01.jpg") top center;
        background-size: cover;
    }
    .ipad.yoko .main-wrap1 {
        background: url("../images/title_01.jpg") top center;
        background-size: cover;
    }
    .main-wrap1 .content-wrap {
        width: 1000px;
        height: 100%;
        margin: 0 auto;
    }
    .main-wrap1 .content {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }
	.main-wrap1 .inner-wrap {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap1 .inner {
		width: 100%;
        display: inline-block;
		margin: 0 auto;
        position: absolute;
        bottom: 60px;
        left: 0;
        z-index: 5;
	}
    .main-wrap1 .inner h3 {
        display: inline-block;
        color: #323232;
        font-size: 72px;
		line-height: 1.0em;
        text-align: left;
        margin: 0;
        padding: 0 10px 10px 0;
        position: relative;
    }
    .main-wrap1 .inner h3::after {
        content: " ";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #323232;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .main-wrap1 .inner h3 br {
        line-height: 0;
    }
    .main-wrap1 .inner span {
        margin: 0;
        padding: 10px 0 0 0;
        display: block;
        font-size: 36px;
        color: #645f5f;
        line-height: 1.4em;
        font-weight: 600;
    }
    .main-wrap2 {
        min-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }
    .main-wrap2 .content-wrap {
        margin: 0 auto 0 auto;
        padding: 0;
    }
    .main-wrap2 .content {
        width: 1000px;
        padding: 0;
        margin: 0 auto 0 auto;
        position: relative;
    }
    .main-wrap2 .content .breadcrumbfr {
        width: 100%;
		margin: 10px 0 0 0;
        list-style: none;
        text-align: right;
        font-size: 16px;
    }
    .main-wrap2 .content .breadcrumb {
        display: inline-block;
        margin: 0 0 3px 0;
    }
    .main-wrap2 .content .breadcrumb .breadcrumblnk {
        padding: 0 10px;
        vertical-align: middle;
        display: inline-block;
        color: #323232;
        font-size: 16px;
        font-weight: 300;
    }
    .main-wrap2 .content .breadcrumb a.breadcrumblnk:hover {
        color: #323232;
		text-decoration: underline;
    }
    .main-wrap2 .content .breadcrumb span.breadcrumblnk {
        color: #323232;
    }
    .main-wrap2 .content .breadcrumb:first-child .breadcrumblnk {
        padding: 0 10px 0 0;
    }
    .main-wrap2 .content .breadcrumb:last-child .breadcrumblnk {
        padding: 0 0 0 5px;
    }
    .main-wrap2 .content .breadcrumb span.breadcrumbborder {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        color: #323232;
        font-weight: 300;
        top: 1px;
        text-align: center;
    }
    .main-wrap3 {
        min-width: 1200px;
        width: 100%;
        margin: 100px auto 40px auto;
        position: relative;
    }
    .main-wrap3 .content-wrap {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .main-wrap3 .content {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap3 .inner-wrap {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap3 .inner {
        width: 1000px;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap3 .inner p{
		width: 100%;
        font-size: 16px;
        line-height: 2em;
        font-weight: 500;
		text-align: left;
        color: #323232;
    }
    .main-wrap4 {
        min-width: 1200px;
        width: 100%;
        position: relative;
        margin: 70px auto 100px auto;
    }
    .main-wrap4 .content-wrap {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .main-wrap4 .content {
        width: 100%;
        padding: 0;
        margin: 0 auto 0 auto;
        position: relative;
    }
    .main-wrap4 .inner-wrap {
        width: 100%;
        margin: 70px auto 0 auto;
        position: relative;
    }
    .main-wrap4 .inner-wrap:nth-of-type(1) {
		margin-top: 0;
	}
	.main-wrap4 .inner-wrap.content1 {
        background: url("../images/main_01_pc.jpg") top center no-repeat;
        background-size: 1920px auto;
        min-height: 500px;
	}
	.main-wrap4 .inner-wrap.content2 {
        background: url("../images/main_02_pc.jpg") top center no-repeat;
        background-size: 1920px auto;
        min-height: 500px;
	}
	.main-wrap4 .inner-wrap.content3 {
        background: url("../images/main_03_pc.jpg") top center no-repeat;
        background-size: 1920px auto;
        min-height: 500px;
	}
    .main-wrap4 .inner {
        width: 1000px;
        margin: 0 auto;
        position: relative;
        text-align: left;
        vertical-align: middle;
        font-size: 0;
    }
    .main-wrap4 .inner-wrap:nth-of-type(2n-1) .inner-left {
        display: inline-block;
        width: 140px;
        position: relative;
        padding: 65px 0 0 0;
    }
    .main-wrap4 .inner-wrap:nth-of-type(2n-1) .inner-right {
        display: inline-block;
        width: 860px;
    }
    .main-wrap4 .inner-wrap:nth-of-type(2n) .inner-left {
        display: inline-block;
        width: 760px;
    }
    .main-wrap4 .inner-wrap:nth-of-type(2n) .inner-right {
        display: inline-block;
        width: 240px;
        position: relative;
        padding: 65px 0 0 0;
    }
    .main-wrap4 .inner-wrap .inner p {
		width: 100%;
		margin: 120px 0 0 0;
        font-size: 16px;
        line-height: 2em;
        font-weight: 400;
		position: relative;
        color: #323232;
    }
    .main-wrap4 .inner-wrap:nth-of-type(2n-1) .inner p {
		text-align: left;
        padding: 40px 0 0 280px;
	}
    .main-wrap4 .inner-wrap:nth-of-type(2n) .inner p {
		text-align: left;
        padding: 40px 180px 0 0;
    }
    .main-wrap4 .inner-wrap:nth-of-type(2n-1) .inner p::after {
		content: "";
		display: block;
		width: 450px;
		height: 2px;
		background-color: #a07846;
		position: absolute;
		top: 0;
		left: 0;
	}
    .main-wrap4 .inner-wrap:nth-of-type(2n) .inner p::after {
		content: "";
		display: block;
		width: 450px;
		height: 2px;
		background-color: #a07846;
		position: absolute;
		top: 0;
		right: 0;
	}
}