@charset "UTF-8";

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */
@media (min-width: 1001px) {

	/* mainvisual 
  ---------------------------------------------------------------------- */
	#mainvisual {
		height: 550px;
		min-height: auto;
		box-sizing: content-box;
	}

	#mainvisual picture {
		width: 100%;
		height: 550px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	#mainvisual picture img {
		width: 100%;
		height: 550px;
		object-fit: cover;
		-o-object-fit: cover;
	}

	#mainvisual .catch {
		width: 100%;
		max-width: 1100px;
		height: 550px;
		margin: 0 auto;
		padding-top: 70px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		transform: none;
	}

	#mainvisual .catch img {
		width: 89px;
	}

	/* intro
  ---------------------------------------------------------------------- */
	.intro {
		position: relative;
		padding: 85px 0 140px;
		background:  url(../images/bg_intro02.png) no-repeat ,url(../images/bg_intro01.png) no-repeat  , url(../images/bg_intro03.png) no-repeat , url(../images/bg_intro04.png) no-repeat ;
		background-size:  421px auto , 679px auto, 421px auto, 679px auto;
		background-position:  left bottom , left top -140px, right top, right bottom -85px;
	}

	.intro__txt {
		text-align: center;
		font-size: 20px;
		line-height: 2;
	}

	.intro__navi {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 70px 0 0;
		max-width: 900px;
		margin: 0 auto;
		row-gap: 20px;
	}

	.intro__navi li {
		text-align: center;
		width: 25%;
		letter-spacing: 0.025em;
		line-height: 1.5;
		margin-left: -1px;
		border-left: 1px solid #D3C2B8;
		border-right: 1px solid #D3C2B8;
		font-weight: 500;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.intro__navi li:first-of-type {
		margin-left: 0;
	}

	.intro__navi li a {
		display: block;
		width: 100%;
		position: relative;
		padding: 0 2% 0 10%;
	}

	.intro__navi li a::after {
		content: "";
		position: absolute;
		left: 15%;
		top: 50%;
		display: block;
		width: 21px;
		height: 21px;
		background: url(../images/icon_arrow_b.svg) no-repeat;
		background-size: contain;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	/* subPage
  ---------------------------------------------------------------------- */
	.subPage__item {
		/*padding-left: 50px;*/
	}

	.subPage__img {
		position: relative;
	}

	.subPage__img_ttl {
		position: absolute;
		bottom: 35px;
		left: -50px;
	}

	.subPage__txt {
		font-size: 2rem;
	}

	.subPage__dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 310px;
		border-bottom: 1px solid #B2B2B2;
	}

	.subPage__dl dt {
		letter-spacing: 0;
		padding: 11px 0;
	}

	.subPage__dl dd {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		letter-spacing: 0;
		line-height: 1.5;
		padding: 11px 5px 11px 15px;
		text-align: left;
	}

	.subPage__dl:first-of-type dt,
	.subPage__dl:first-of-type dd {
		padding-top: 0;
	}

	.subPage__dl_ttl {
		margin-bottom: 5px;
		color: #45440A;
		font-size: 16px;
		font-weight: bold;
	}

	.subPage__dl--left dd {
		text-align: left;
	}

	/* banner
  ---------------------------------------------------------------------- */
	.banner__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 50px;
	}

	.banner__btn {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		background-color: #000000;
		min-height: 100px;
		max-width: 330px;
		height: 100px;
	}

	.banner__btn img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.banner__list--large .banner__btn {
		max-width: none;
		height: auto;
	}

	.banner__btn .cbtn_round_arrow {
		color: #ffffff;
		white-space: nowrap;
		font-size: 2.3rem;
		letter-spacing: 0.2em;
		z-index: 2;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.banner__btn::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 1;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.banner__btn:hover::after {
		background-color: rgba(0, 0, 0, 0);
	}

	.banner__btn_normal {
		flex: 1;
	}

	/* pagetop
  ---------------------------------------------------------------------- */
	#page-top {
		width: 65px;
		position: fixed;
		bottom: 140px;
		right: 45px;
		z-index: 10;
		transition: all 0.3s ease;
		cursor: pointer;
		display: none;
	}

	#page-top:hover {
		opacity: 0.8;
	}

	#page-top.stop {
		position: absolute;
		top: -20px;
		bottom: initial;
	}

	/* title
---------------------------------------------------------------------- */
	.ctitle {
		font-size: 3rem;
		min-width: 250px;
		height: 72px;
		padding-left: 55px;
		padding-right: 30px;
		color: #ffffff;
		background: linear-gradient(to right, #4b5526 0%, #37420e 100%);
		display: flex;
		align-items: center;
		position: relative;
	}

	.ctitle::after {
		content: "";
		position: absolute;
		width: 1px;
		height: 30px;
		background-color: #fff;
		top: 0;
		left: 25px;
	}

	.ctitle2 {
		font-size: 2.6rem;
	}

	.ctitle_left_border {
		font-size: 2.6rem;
		position: relative;
		padding-left: 24px;
		margin-left: 12px;
		border-left: 1px solid #000000;
		line-height: 1;
		padding-top: 13px;
		letter-spacing: 0.1em;
	}

	.ctitle_left_border span {
		font-size: 2.2rem;
		margin-left: 30px;
	}

	.ctitle_left_border--large {
		font-size: 2.7rem;
		letter-spacing: 0.1em;
		padding: 15px 0 25px 30px;
		margin-left: 50px;
	}

	.cborder {
		border-bottom: 1px solid #A9856D;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.ctitle_sub {
		color: #946748;
		font-size: 3rem;
		letter-spacing: 0.2em;
	}


	/* btn
---------------------------------------------------------------------- */
	.cbtn {
		border-radius: 2px;
		width: 260px;
		height: 50px;
		font-weight: 500;
		padding-right: 20px;
		letter-spacing: 0.075em;
		font-size: 1.6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		border: 1px solid #FFFFFF;
	}

	.cbtn span {
		position: relative;
	}

	.cbtn span::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -15px;
		display: block;
		border-bottom: solid 1px #FFFFFF;
		border-right: solid 1px #FFFFFF;
		width: 5px;
		height: 5px;
		transform: rotate(-45deg) translateY(-50%);
		transition: right 0.3s;
	}

	.cbtn:hover span::after {
		right: -20px;
	}

	.cbtn.cbtn--white {
		color: #000;
		border: 1px solid #000;
		background-color: #fff;
	}

	.cbtn.cbtn--white span::after {
		border-bottom: solid 1px #000;
		border-right: solid 1px #000;
	}

	.cbtn.cbtn--black {
		color: #fff;
		border: 1px solid #000;
		background-color: #000;
	}

	.cbtn.cbtn--black span::after {
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
	}

	.cbtn.cbtn--green {
		color: #fff;
		border: 1px solid #4b5526;
        background: linear-gradient(#4b5526 0%, #37420e 100%);
	}

	.cbtn_round_arrow {
		padding-right: 60px;
		position: relative;
	}

	.cbtn_round_arrow::after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		display: block;
		width: 40px;
		height: 40px;
		margin-left: 10px;
		background: url(../images/icon_arrow.svg) no-repeat;
		background-size: contain;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	.cbtn_round_arrow.cbtn_round_arrow--black::after {
		background: url(../images/icon_arrow_b.svg) no-repeat;
		background-size: contain;
	}

}

/* End PC */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {

	#mainvisual {
		width: 100%;
		position: relative;
		overflow: hidden;
		min-height: calc(300 / 375 * 100vw);
	}

	#mainvisual {
		min-height: calc(300 / 375 * 100vw);
	}

	#mainvisual picture {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	#mainvisual picture img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#mainvisual .catch {
		width: 100%;
		min-height: calc(300 / 375 * 100vw);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		transform: none;
	}

	#mainvisual.sub .catch img {
		width: 20vw;
	}

	/* intro
  ---------------------------------------------------------------------- */
	.intro {
		position: relative;
		padding: 15vw 0 15vw;
		position: relative;
		padding: 85px 0 140px;
		background:  url(../images/bg_intro02.png) no-repeat ,url(../images/bg_intro01.png) no-repeat  , url(../images/bg_intro03.png) no-repeat , url(../images/bg_intro04.png) no-repeat ;
		background-size:  50vw auto , 80vw auto, 80vw auto, 50vw auto;
		background-position:  left bottom , left top -10vw, right top, right bottom -5vw;
	}

	.intro__txt {
		text-align: center;
		font-size: 2.6666666667vw;
		font-size: max(13px, 2.6666666667vw);
		line-height: 2;
	}

	.intro__navi {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 70px 0 0;
		max-width: 900px;
		margin: 0 auto;
	}

	.intro__navi li {
		text-align: center;
		width: 50%;
		margin-bottom: 10px;
		letter-spacing: 0.025em;
		line-height: 1.5;
		margin-left: -1px;
		border-left: 1px solid #D3C2B8;
		border-right: 1px solid #D3C2B8;
		font-weight: 500;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.intro__navi li a {
		display: block;
		width: 100%;
		position: relative;
		padding: 0 2% 0 10%;
	}

	.intro__navi li a::after {
		content: "";
		position: absolute;
		left: 14%;
		top: 50%;
		display: block;
		width: 21px;
		height: 21px;
		background: url(../images/icon_arrow_b.svg) no-repeat;
		background-size: contain;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	.intro__navi li.intro__navi_wrap {
		line-height: 1.2;
	}

	/* subPage
  ---------------------------------------------------------------------- */
	.subPage__item {}

	.subPage__img {
		position: relative;
	}

	.subPage__img_ttl {
		position: absolute;
		bottom: calc(35 / 750 * 100vw);
		left: -3vw
	}

	.subPage__txt {
		font-size: max(13px, 2.6666666667vw);
		margin-bottom: 5vw;
	}

	.subPage__dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-bottom: 1px solid #B2B2B2;
		font-size: max(13px, 2.6666666667vw);
	}

	.subPage__dl dt {
		letter-spacing: 0;
		padding: 11px 0;
	}

	.subPage__dl dd {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		letter-spacing: 0;
		line-height: 1.5;
		padding: 11px 5px 11px 15px;
		text-align: right;
	}

	.subPage__dl:first-of-type dt,
	.subPage__dl:first-of-type dd {
		padding-top: 0;
	}

	.subPage__dl_ttl {
		margin-bottom: 5px;
		color: #45440A;
		font-weight: bold;
	}

	.subPage__dl--left dd {
		text-align: left;
	}

	/* banner
  ---------------------------------------------------------------------- */
	.banner__btn {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		background-color: #000000;
		/*height: 100px;*/
		margin-bottom: 5vw;
	}

	.banner__btn img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.banner__list--large .banner__btn {
		/*height: 150px;*/
	}

	.banner__btn .cbtn_round_arrow {
		color: #ffffff;
		white-space: nowrap;
		font-size: 5vw;
		line-height: 1.2;
		letter-spacing: 0.2em;
		z-index: 2;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.banner__btn::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 1;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.banner__btn:hover::after {
		background-color: rgba(0, 0, 0, 0);
	}

	.banner__btn_normal {
		flex: 1;
	}

	/* pagetop
	  ---------------------------------------------------------------------- */
	#page-top {
		width: 15%;
		max-width: 80px;
		position: fixed;
		right: 8.5vw;
		bottom: calc(280 / 750 * 100vw);
		z-index: 100;
		display: none;
		transition: all 0.3s ease;
		cursor: pointer;
	}

	#page-top img {
		width: 100%;

	}

	#page-top.scroll {
		display: block;
	}

	#page-top.stop {
		position: absolute;
		top: -20px;
		bottom: initial;
	}

	.open #page-top {
		z-index: 0;
	}

	/* title
	---------------------------------------------------------------------- */

	.ctitle {
		font-size: max(16px, 4.4vw);
		min-width: calc(250 / 750 * 100vw);
		height: calc(72 / 750 * 100vw);
		padding-left: calc(55 / 750 * 100vw);
		padding-right: calc(30 / 750 * 100vw);
		color: #ffffff;
		background: linear-gradient(to right, #4b5526 0%, #37420e 100%);
		display: flex;
		align-items: center;
		position: relative;
	}

	.ctitle::after {
		content: "";
		position: absolute;
		width: 1px;
		height: calc(30 / 750 * 100vw);
		background-color: #fff;
		top: 0;
		left: calc(25 / 750 * 100vw);
	}

	.ctitle2 {
		font-size: max(16px, 3.4666666667vw);
	}

	.ctitle_left_border {
		font-size: max(16px, 3.4666666667vw);
		position: relative;
		padding-left: calc(25 / 750 * 100vw);
		margin-left: calc(25 / 750 * 100vw);
		border-left: 1px solid #000000;
		line-height: 1;
		padding-top: calc(13 / 750 * 100vw);
		letter-spacing: 0.1em;
	}

	.ctitle_left_border span {
		font-size: max(13px, 3vw);
		margin-left: calc(30 / 750 * 100vw);
	}

	.ctitle_left_border--large {
		font-size: max(16px,4vw);
		letter-spacing: 0.1em;
		padding:  calc(15 / 750 * 100vw) 0  calc(25 / 750 * 100vw)  calc(30 / 750 * 100vw);
		margin-left:  calc(50 / 750 * 100vw);
	}

	.cborder {
		border-bottom: 1px solid #A9856D;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.ctitle_sub {
		color: #946748;
		font-size: max(16px, 4.4vw);
		letter-spacing: 0.2em;
	}

	/* btn
	---------------------------------------------------------------------- */
	.cbtn {
		color: #ffffff;
		border-radius: 2px;
		letter-spacing: 0.075em;
		font-weight: 500;
		width: 100%;
		max-width: 100%;
		padding: 1em;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		border: 1px solid #ffffff;
	}

	.cbtn::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 13vw;
		display: block;
		border-bottom: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
		width: 1.4vw;
		height: 1.4vw;
		transform: rotate(-45deg) translateY(-50%);
		transition: right 0.3s;
	}

	.cbtn:hover::after {
		right: 12vw;
	}

	.cbtn.cbtn--white {
		color: #000;
		border: 1px solid #000;
		background-color: #fff;
	}

	.cbtn.cbtn--black {
		color: #fff;
		border: 1px solid #000;
		background-color: #000;
	}

	.cbtn.cbtn--green {
		color: #fff;
		border: 1px solid #4b5526;
        background: linear-gradient(#4b5526 0%, #37420e 100%);
	}

	.cbtn.cbtn--black span::after {
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
	}

	.cbtn.cbtn--white span::after {
		border-bottom: solid 1px #000;
		border-right: solid 1px #000;
	}

	.cbtn_round_arrow {
		padding-right: 8.5vw;
		position: relative;
	}

	.cbtn_round_arrow::after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		display: block;
		width: 5.0666666667vw;
		;
		height: 5.0666666667vw;
		;
		margin-left: 10px;
		background: url(../images/icon_arrow.svg) no-repeat;
		background-size: contain;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	.cbtn_round_arrow:hover:after {
		-webkit-transform: translate(5px, -50%) rotate(365deg);
		-ms-transform: translate(5px, -50%) rotate(365deg);
		transform: translate(5px, -50%) rotate(365deg);
	}

	.cbtn_round_arrow.cbtn_round_arrow--black::after {
		background: url(../images/icon_arrow_b.svg) no-repeat;
		background-size: contain;
	}
}

/* End @media (max-width:1000px) */