
/* form */

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 479px) {

}


/* company */

.company .mv {
	position: relative;
}
.company .mv .text {
	position: absolute;
	right: 6vw;
	top: 27.5vw;
	z-index: 9;
	display: flex;
	align-items: center;
	gap: 30px;
}
.company .mv .text img {
	width: 360px;
}
.company .mv .text span {
	display: block;
	font-size: 72px;
	font-weight: 300;
	color: var(--color-primary);
	text-shadow: 0 0 10px #fff;
}

.comp_about {
	padding: 120px 0 60px;	
}
.comp_access {
	padding: 60px 0 240px;	
}
.comp_about .inner,
.comp_access .inner {
	max-width: 1200px;
	margin: auto;
}
.company .ttl {
	margin-bottom: 90px;
	font-size: 25px;
	line-height: 1.2;
}
.company .ttl span {
	display: block;
	color: var(--color-text-sub);
	font-size: 60px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.comp_about_dl {
	border-top: 2px dotted var(--color-primary);
}
.comp_about_dl > div {
	display: flex;
	padding: 30px 0;
	border-bottom: 2px dotted var(--color-primary);
	font-size: 18px;
	line-height: 1.5;
}
.comp_about_dl dt {
	width: 20%;
}
.comp_about_dl dd {
	width: 80%;
}

.googlemap iframe {
	width: 100%;
	height: 450px;
}


@media screen and (max-width: 1200px) {

	.company .mv .text {
		gap: 3vw;
	}
	.company .mv .text img {
		width: 33vw;
	}
	.company .mv .text span {
		font-size: 6vw;
	}
	
	.comp_about {
		padding: 10vw 0 5vw;	
	}
	.comp_access {
		padding: 5vw 0 18vw;	
	}
	.comp_about .inner,
	.comp_access .inner {
		padding: 0 3vw;
	}
	.company .ttl {
		margin-bottom: 8vw;
		font-size: 2.4vw;
	}
	.company .ttl span {
		font-size: 5vw;
	}

	.comp_about_dl > div {
		padding: 3vw 0;
		font-size: 1.8vw;
	}
	.googlemap iframe {
		height: 40vw;
	}	
	
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 479px) {

	.company .mv .text {
		right: 6vw;
		top: min(45vw,150px);
		display: block;
		text-align: right;
	}
	.company .mv .text img {
		width: 50vw;
	}
	.company .mv .text span {
		font-size: 10vw;
	}
	
	.comp_about {
		padding: 75px 0 50px;	
	}
	.comp_access {
		padding: 50px 0 120px;	
	}
	.comp_about .inner,
	.comp_access .inner {
		padding: 0 5vw;
	}
	.company .ttl {
		margin-bottom: 50px;
		font-size: 20px;
	}
	.company .ttl span {
		font-size: 8.4vw;
	}
	
	.comp_about_dl > div {
		display: block;
		padding: 20px 0;
		font-size: 16px;
	}
	.comp_about_dl dt {
		width: 100%;
	}
	.comp_about_dl dd {
		width: 100%;
	}

	.googlemap iframe {
		height: 240px;
	}	
	
	
}


/* exterior */

.ext {
	background: url("../images/exterior/bg.jpg") repeat-y;
	background-size: 100% auto;
}
.ext .mv {
	position: relative;
}
.ext .mv .text {
	position: absolute;
	left: 6vw;
	bottom: 6vw;
	z-index: 9;
	font-size: 60px;
	color: var(--color-green);
	text-shadow: 0 0 10px #fff;
}
.ext_case,
.ext_ba {
	padding: 100px 0 0;	
}
.ext_case .inner,
.ext_ba .inner {
	max-width: 1200px;
	margin: auto;
}
.ext_case .ttl {
	display: block;
	width: 240px;
	padding: 5px;
	margin: 0 auto 60px;
	color: var(--color-green);
	border: 2px solid var(--color-green);
	background: #fff;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}
.ext_case .cases {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}
.ext_case .cases .case_box {
	width: calc(50% - 40px);
}
.ext_case .cases .case_box .text {
	margin-top: 15px;
	font-size: 24px;
	text-shadow: 0 0 10px #fff;
	text-align: center;
}

.ext_ba .ttl {
	margin-bottom: 80px;
	padding: 20px;
	background: var(--color-green);
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}
.ext_ba .ttl br {
	display: none;
}
.ext_ba .ba_box {
	position: relative;
	display: flex;
	gap: 80px;
}
.ext_ba .ba_box .before,
.ext_ba .ba_box .after {
	position: relative;
	width: calc(50% - 40px);
}
.ext_ba .ba_box .before .sub ,
.ext_ba .ba_box .after .sub {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 15px;
	background: rgba(255,255,255,.5);
	font-size: 30px;
	font-family: "Balthazar", serif;
	font-weight: 900;
	line-height: 1;
}
.ext_ba .ba_box .after .sub {
	left: auto;
	right: 0;
}
.ext_ba .ba_box .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
}
.ext_ba .text {
	display: block;
	width: 240px;
	padding: 5px;
	margin: 40px auto 90px;
	border: 2px solid var(--color-primary);
	font-size: 24px;
	font-weight: 300;
	text-align: center;
}
.ext_ba article:last-child .text {
	margin-bottom: 0;
}
	
@media screen and (max-width: 1200px) {
	
	.ext .mv .text {
		font-size: 6vw;
	}
	.ext_case,
	.ext_ba {
		padding: 8vw 0 0;	
	}
	.ext_case .inner,
	.ext_ba .inner {
		padding: 0 3vw;
	}
	.ext_case .ttl {
		width: 24vw;
		padding: .5vw;
		margin: 0 auto 6vw;
		font-size: 3.5vw;
	}
	.ext_case .cases {
		gap: 5vw;
	}
	.ext_case .cases .case_box {
		width: calc(50% - 2.5vw);
	}
	.ext_case .cases .case_box .text {
		margin-top: 1.5vw;
		font-size: 2.4vw;
	}

	.ext_ba .ttl {
		margin-bottom: 8vw;
		padding: 2vw;
		font-size: 3.5vw;
	}
	.ext_ba .ba_box {
		gap: 6vw;
	}
	.ext_ba .ba_box .before,
	.ext_ba .ba_box .after {
		width: calc(50% - 3vw);
	}
	.ext_ba .ba_box .before .sub ,
	.ext_ba .ba_box .after .sub {
		padding: 0 1.5vw;
		font-size: 3vw;
	}
	.ext_ba .ba_box .arrow {
		width: 10vw;
	}
	.ext_ba .text {
		width: 24vw;
		padding: .5vw;
		margin: 4vw auto 8vw;
		font-size: 2.4vw;
	}
	
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 479px) {
	
	.ext .mv .text {
		font-size: 8vw;
	}
	.ext_case,
	.ext_ba {
		padding: 60px 0 0;	
	}
	.ext_case .inner,
	.ext_ba .inner {
		padding: 0 5vw;
	}
	.ext_case .ttl {
		width: 200px;
		padding: 5px;
		margin: 0 auto 30px;
		font-size: 20px;
	}
	.ext_case .cases {
		gap: 30px;
	}
	.ext_case .cases .case_box {
		width: 100%;
	}
	.ext_case .cases .case_box .text {
		margin-top: 5px;
		font-size: 18px;
	}
	
	.ext_ba .ttl {
		margin-bottom: 40px;
		padding: 10px;
		font-size: 24px;
	}
	.ext_ba .ttl br {
		display: inline-block;
	}
	.ext_ba .ba_box {
		flex-wrap: wrap;
		gap: 30px;
	}
	.ext_ba .ba_box .before,
	.ext_ba .ba_box .after {
		width: 100%;
	}
	.ext_ba .ba_box .before .sub ,
	.ext_ba .ba_box .after .sub {
		padding: 0 10px;
		font-size: 24px;
	}
	.ext_ba .ba_box .after .sub {
		right: auto;
		left: 0;
	}
	.ext_ba .ba_box .arrow {
		width: 90px;
	}
	.ext_ba .ba_box .arrow img {
		transform: rotate(90deg);
	}
	.ext_ba .text {
		width: 200px;
		padding: 5px;
		margin: 20px auto 60px;
		font-size: 20px;
	}
	
}

/* garden */

.garden {
	background: url("../images/exterior/bg.jpg") repeat-y;
	background-size: 100% auto;
}
.garden .mv {
	position: relative;
}
.garden .mv .ttl,
.garden .mv .subttl {
	position: absolute;
	left: 6vw;
	z-index: 9;
}
.garden .mv .ttl {
	top: 6vw;
	width: min(50vw,1000px);
}
.garden .mv .subttl {
	bottom: 6vw;
	width: min(40vw,800px);
}

.inquiry_area {
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
}

.garden_check {
	padding: 90px 0;
}
.garden_check .inner {
	width: fit-content;
	margin: auto;
}
.garden_check_ul li {
	margin-bottom: 10px;
	padding: 0 0 0 70px;
	background: url("../images/garden/check.png") center left no-repeat;
	background-size: 50px auto;
	list-style: none;
	font-size: 36px;
}

.garden_price {
	padding: 0 0 90px;
}
.garden_price .inner {
	position: relative;
	max-width: 1200px;
	margin: auto;
}
.garden_price .pics {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.garden_price .pics li {
	list-style: none;
}
.garden_price .pics li .kind {
	padding: 8px;
	background: var(--color-green);
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
}
.garden_price .box {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	gap: 60px;
}
.garden_price .box .circle {
	width: 160px;
}
.garden_price .box .price {
	color: var(--color-red);
	font-size: 72px;
	font-weight: 500;
	text-shadow: 0 0 10px #fff;
}
.garden_price .box .price span {
	margin: 0 5px 0 20px;
	font-size: 100px;
}
.garden_price .box .price em {
	font-style: normal;
	font-size: 30px;
}

.garden_ba .inner {
	max-width: 1200px;
	margin: auto;
}
.garden_ba .inner .frame {
	max-width: 1000px;
	margin: auto;
}
.garden_ba .points {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 40px;
}
.garden_ba .points li {
	width: calc(50% - 20px);
	list-style: none;
	padding: 50px;
	background: url("../images/garden/bg_circle_01.png") center no-repeat;
	background-size: 100% 100%;
	font-size: 30px;
	font-weight: 700;
	color: var(--color-green);
	text-shadow: 0 0 10px #fff;
	text-align: center;
}
.garden_ba .points li:nth-of-type(2) {
	background-image: url("../images/garden/bg_circle_02.png");
}

.ba_frame {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.ba_frame .pic img {
	border-radius: 40px;
}
.ba_frame .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
}
.garden_ba .text {
	margin-top: 40px;
	font-size: 40px;
	font-weight: 500;
	color: var(--color-green);
	text-shadow: 0 0 15px #fff;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	
	.garden .mv .ttl {
		width: 70vw;
	}
	.garden .mv .subttl {
		width: 60vw;
	}
	.inquiry_area {
		margin-bottom: 5vw;
		font-size: 3vw;
	}
	.garden_check {
		padding: 7.5vw 0;
	}
	.garden_check_ul li {
		margin-bottom: 1vw;
		padding: 0 0 0 6vw;
		background-size: 4vw auto;
		font-size: 3.6vw;
	}
	
	.garden_price {
		padding: 0 0 7.5vw;
	}
	.garden_price .inner {
		padding: 0 3vw;
	}
	.garden_price .pics {
		gap: 2vw;
	}
	.garden_price .pics li .kind {
		padding: .8vw;
		font-size: 2vw;
	}
	.garden_price .box {
		gap: 5vw;
		left: 3vw;
	}
	.garden_price .box .circle {
		width: 13vw;
	}
	.garden_price .box .price {
		font-size: 5vw;
	}
	.garden_price .box .price span {
		margin: 0 .5vw 0 2vw;
		font-size: 8vw;
	}
	.garden_price .box .price em {
		font-size: 3vw;
	}
	
	.garden_ba .inner {
		padding: 0 3vw;
	}
	.garden_ba .points {
		gap: 4vw;
		margin-bottom: 4vw;
	}
	.garden_ba .points li {
		width: calc(50% - 2vw);
		padding: 5vw;
		font-size: 3vw;
	}

	.ba_frame {
		gap: 6vw;
	}
	.ba_frame .pic img {
		border-radius: 4vw;
	}
	.ba_frame .arrow {
		width: 12vw;
	}
	.garden_ba .text {
		margin-top: 4vw;
		font-size: 4vw;
	}
	
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 479px) {
	
	.garden .mv .pic {
		display: block;
		overflow: hidden;
		width: 100%;
		height: min(120vw,450px);
		background: url("../images/garden/fv.jpg") no-repeat right 15% center;
		background-size: auto 100%;
	}
	.garden .mv .ttl {
		width: 87.5vw;
	}
	.garden .mv .subttl {
		width: 75vw;
	}
	
	.inquiry_area {
		margin-bottom: 30px;
		padding: 0 5vw;
		font-size: 18px;;
		text-align: left;
	}
	
	.garden_check {
		padding: 40px 0;
	}
	.garden_check .inner {
		width: fit-content;
	}
	.garden_check_ul li {
		margin-bottom: 2vw;
		padding: 0 0 0 8vw;
		background-size: 6vw auto;
		font-size: 4vw;
	}
	
	.garden_price {
		padding: 0 0 50px;
	}
	.garden_price .inner {
		padding: 0 5vw;
	}
	.garden_price .pics {
		flex-wrap: wrap;
		gap: 12px;
	}
	.garden_price .pics li {
		width: calc(50% - 6px);
	}
	.garden_price .pics li:last-child {
		width: 100%
	}
	.garden_price .pics li .kind {
		padding: 8px;
		font-size: 4.5vw;
	}
	.garden_price .box {
		position: relative;
		display: block;
		left: 0;
	}
	.garden_price .box .circle {
		width: 160px;
		margin: 15px auto 0;
	}
	.garden_price .box .price {
		font-size: 8vw;
		text-align: center;
	}
	.garden_price .box .price span {
		margin: 0 1vw;
		font-size: 14vw;
	}
	.garden_price .box .price em {
		font-size: 4vw;
	}
	
	.garden_ba .inner {
		padding: 0 5vw;
	}
	.garden_ba .points {
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 30px;
	}
	.garden_ba .points li {
		width: 100%;
		padding: 40px;
		font-size: 6vw;
	}

	.ba_frame {
		flex-wrap: wrap;
		gap: 20px;
	}
	.ba_frame .pic {
		width: 100%;
	}
	.ba_frame .pic img {
		border-radius: 20px;
	}
	.ba_frame .arrow {
		width: 90px;
	}
	.ba_frame .arrow img {
		transform: rotate(90deg);
	}
	.garden_ba .text {
		margin-top: 20px;
		font-size: 24px;
		text-align: left;
	}
	
}

/* soraniwa */

.shel .mv,
.sora .mv {
	position: relative;
}
.shel .mv .pic img,
.sora .mv .pic img {
    width: 100%;
}
.shel .mv .logo,
.sora .mv .logo {
	position: absolute;
	z-index: 9;
	top: 1.5vw;
	width: 100%;
	left: 0;
}
.shel .mv .logo div,
.sora .mv .logo div {
	position: relative;
	margin: auto;
	width: min(50%, 666px);
}
.shel .mv .logo div span,
.sora .mv .logo div span {
	position: absolute;
	top: 15px;
	left: 34%;
	background: #0075b1;
	color: #fff;
	display: inline-block;
	font-size: 19px;
	font-weight: 700;
	padding: 2px 20px;
	border-radius: 20px;
}

.shel_end,
.sora_end,
.garden_end,
.ext_end {
	padding: 150px 0 90px;
}

.shel_01 .inner,
.sora_01 .inner {
	padding: 60px 0 90px;
	width: fit-content;
	margin: auto;
}
.shel_01 .name,
.sora_01 .name {
	font-size: 120px;
	font-weight: 700;
}
.shel_01 .line,
.sora_01 .line {
	display: block;
	height: 3px;
}
.shel_01 .subttl,
.sora_01 .subttl {
	margin-top: 20px;
	font-size: 40px;
	font-weight: 500;
}

.sora_01 .line {
	background: url("../images/soraniwa/hr.png") center no-repeat;
	background-size: 100% 100%;
}
.sora_01 .subttl {
	text-align: center;
}
.sora_01 .catch {
	margin-top: 45px;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}

.sora_02 {
	padding: 90px 0 300px;
	background: url("../images/soraniwa/bg_sky.jpg") center bottom no-repeat;
	background-size: cover;
}
.sora_02 .inner {
	width: 1200px;
	margin: auto;
}
.sora_02 .box {
	margin-bottom: 40px;
	display: inline-block;
	border-bottom: 2px solid #333;
}
.sora_02 p {
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 700;
}

@media screen and (max-width: 1200px) {
	
	.shel .mv .logo div span,
	.sora .mv .logo div span {
		top: 1.2vw;
		font-size: 1.4vw;
		padding: .1vw 2vw;
	}
	
	.shel_end,
	.sora_end,
	.garden_end,
	.ext_end {
		padding: 15vw 0 9vw;
	}

	.shel_01 .inner,
	.sora_01 .inner {
		padding: 4vw 0 7vw;
	}
	.shel_01 .name,
	.sora_01 .name {
		font-size: 10vw;
	}
	.shel_01 .line,
	.sora_01 .line {
		height: .3vw
	}
	.shel_01 .subttl,
	.sora_01 .subttl {
		margin-top: 2vw;
		font-size: 4vw;
	}
	.sora_01 .catch {
		margin-top: 4vw;
		font-size: 4.5vw;
	}
	
	.sora_02 {
		padding: 7.5vw 0 25vw;
	}
	.sora_02 .inner {
		padding: 0 5vw;
	}
	.sora_02 .box {
		margin-bottom: 3vw;
	}
	.sora_02 p {
		margin-bottom: 3vw;
		font-size: 3.3vw;
	}	
	
}
@media screen and (max-width: 479px) {
	
	.shel .mv .logo,
	.sora .mv .logo {
		top: 6vw;
	}
	.shel .mv .logo div,
	.sora .mv .logo div {
		width: 75%;
	}
	.shel .mv .logo div span,
	.sora .mv .logo div span {
		top: 1vw;
		font-size: 3vw;
		padding: .25vw 3vw;
	}
	.shel_end,
	.sora_end,
	.garden_end,
	.ext_end {
		padding: 60px 0 50px;
	}
	
	.shel_01 .inner,
	.sora_01 .inner {
		padding: 50px 0 60px;
	}
	.shel_01 .name,
	.sora_01 .name {
		font-size: 12vw;
		text-align: center;
	}
	.shel_01 .line,
	.sora_01 .line {
		height: 2px;
	}
	.shel_01 .subttl,
	.sora_01 .subttl {
		margin-top: 20px;
		font-size: 5vw;
	}
	.sora_01 .catch {
		margin-top: 30px;
		font-size: 5.5vw;
	}

	.sora_02 {
		padding: 40px 0 180px;
	}
	.sora_02 .box {
		margin-bottom: 20px;
		border-width: 1px;
	}
	.sora_02 p {
		margin-bottom: 20px;
		font-size: min(4.5vw,20px);
	}
	
}

/* shelter */

.shel .mv .logo div {
	margin-left: 6vw;
}
.shel_01 {
	background: url("../images/shelter/bg_wave.jpg") center no-repeat;
	background-size: cover;
}
.shel_01 .line {
	background: var(--color-primary);
}
.sora_01 {
	color: #fff;
	background: url("../images/soraniwa/bg_sora.jpg") center no-repeat;
	background-size: cover;
}

.shel_02 {
	padding: 40px 0 60px;
	background: #111;
	color: #fff;
	text-align: center;
}
.shel_02 .catch {
	margin-bottom: 20px;
	font-size: 60px;
	font-weight: 500;
}
.shel_02 .catch span {
	display: block;
	font-size: 84px;
}
.shel_02 p {
	font-size: 26px;
	line-height: 2;
}

.shel_03 {
	padding: 90px 0;
	background: url("../images/shelter/bg_sky.jpg") center no-repeat #d3edfb;
	background-size: 100% auto;
}
.shel_03 .inner {
	padding: 0 30px;
}
.shel_03 .points {
	display: flex;
	justify-content: center;
	gap: 60px;
}
.shel_03 .points li {
	position: relative;
	display: block;
	width: 330px;
	height: 363px;
	list-style: none;
	background: url("../images/shelter/point.png") center no-repeat;
	background-size: cover;
	color: #fff;
}
.shel_03 .points li .ttl {
	margin: 60px 0 10px;
	padding: 3px;
	background: #111;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.shel_03 .points li p {
	padding: 0 50px;
	font-size: 24px;
	text-align: center;
}


@media screen and (max-width: 1200px) {
	
	.shel_02 {
		padding: 4vw 0 5vw;
	}
	.shel_02 .catch {
		margin-bottom: 2vw;
		font-size: 5vw;
	}
	.shel_02 .catch span {
		font-size: 7.2vw;
	}
	.shel_02 p {
		font-size: 2.5vw;
	}

	.shel_03 {
		padding: 7.5vw 0;
	}
	.shel_03 .inner {
		padding: 0 3vw;
	}
	.shel_03 .points {
		flex-wrap: wrap;
		gap: 2vw;
	}
	.shel_03 .points li {
		width: 30vw;
		height: 33vw;
	}
	.shel_03 .points li .ttl {
		margin: 5vw 0 1vw;
		padding: .3vw;
		font-size: 3vw;
	}
	.shel_03 .points li p {
		padding: 0 4vw;
		font-size: 2.2vw;
	}
	
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 479px) {

	.shel_02 {
		padding: 40px 0 60px;
		text-align: left;
	}
	.shel_02 .catch {
		margin-bottom: 30px;
		font-size: 8vw;
		text-align: center;
	}
	.shel_02 .catch span {
		font-size: 10vw;
	}
	.shel_02 p {
		padding: 0 5vw;
		font-size: 18px;
	}
	.shel_02 p br {
		display: none;
	}

	.shel_03 {
		padding: 40px 0;
		background-size: auto 30%;
	}
	.shel_03 .inner {
		padding: 0;
	}
	.shel_03 .points {
		gap: 20px;
	}
	.shel_03 .points li {
		width: 300px;
		height: 330px;
	}
	.shel_03 .points li .ttl {
		margin: 60px 0 20px;
		padding: 3px;
		font-size: 30px;
	}
	.shel_03 .points li p {
		padding: 0 45px;
		font-size: 20px;
	}
	
}

/* samurai_detail */

.samurai_detail .mv .logo {
	margin: 130px auto 60px;
	width: 378px;
}
.samurai_detail .mv .type {
	font-size: 50px;
	font-weight: 500;
	text-align: center;
}
.samurai_detail .mv .type b {
	font-weight: 700;
}
.samurai_detail .mv .type span {
	margin: 0 5px;
	color: var(--color-red);
	font-size: 60px;
	font-weight: 700;
}
.samurai_detail .mv .name {
	color: var(--color-blue);
	font-size: 48px;
	font-weight: 500;
	text-align: center;
}

.samurai_detail .sec_main {
	background: url("../images/samurai/bg1.jpg");
	background-size: 100% auto;
}
.samurai_detail .sec_main_frame {
	background: url("../images/samurai/bg3.jpg") top center no-repeat;
	background-size: 100% auto;
}
.samurai_detail .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 60px;
}
.samurai_detail .points {
	margin-top: 40px;
}
.samurai_detail .points li {
	margin-bottom: 5px;
	font-size: 48px;
	font-weight: 500;
	background: url("../images/samurai/band.png") center no-repeat;
	background-size: 100% auto;
	list-style: none;
	text-align: center;
}

.samurai_detail .sec_price {
	padding-bottom: 100px;
	background: url("../images/samurai/bg1.jpg");
	background-size: 100% auto;
}

@media screen and (max-width: 1200px) {
	
	.samurai_detail .mv .logo {
		margin: calc(60px + 6vw) auto 5vw;
		width: 36vw;
	}
	.samurai_detail .mv .type {
		font-size: 4.5vw;
	}
	.samurai_detail .mv .type span {
		margin: 0 .5vw;
		font-size: 5.5vw;
	}
	.samurai_detail .mv .name {
		font-size: 4.8vw;
	}

	.samurai_detail .inner {
		padding: 7vw 3vw 5vw;
	}
	.samurai_detail .points {
		margin-top: 4vw;
	}
	.samurai_detail .points li {
		margin-bottom: .5vw;
		font-size: 4.8vw;
	}

	.samurai_detail .sec_price {
		padding-bottom: 9vw;
	}
	.samurai_detail .sec_price .price .ttl {
		font-size: 7vw;
	}
	.samurai_detail .sec_price .price_conts {
		gap: 1vw;
	}
	.samurai_detail .sec_price .price_conts .num {
		font-size: 15vw;
	}
	.samurai_detail .sec_price .price_conts .sub .tax {
		font-size: 2.2vw;
	}
	.samurai_detail .sec_price .price_conts .sub .yen {
		margin: 1vw 0 1.5vw;
		font-size: 5vw;
	}
	.samurai_detail .sec_price .plan {
		display: flex;
		gap: 2vw;
		margin: 9vw 0 1.5vw;
		padding-bottom: 3vw;
	}
	.samurai_detail .sec_price .plan .kkplan {
		padding: 1vw 1.5vw;
		font-size: 2.5vw;
	}
	.samurai_detail .sec_price .plan .price_conts .num {
		font-size: 10vw;
	}
	.samurai_detail .sec_price .plan .price_conts .sub .tax {
		font-size: 2vw;
	}
	.samurai_detail .sec_price .plan .price_conts .sub .yen {
		font-size: 4vw;
	}
	.samurai_detail .sec_price .area {
		font-size: 2vw;
	}
	.samurai_detail .sec_price .more {
		margin-top: 9vw;
	}		
	
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 479px) {
	
	.samurai_detail .mv .logo {
		margin: calc(60px + 8vw) auto 5vw;
		width: 40vw;
	}
	.samurai_detail .mv .type {
		font-size: 5vw;
	}
	.samurai_detail .mv .type span {
		font-size: 6.3vw;
	}
	.samurai_detail .mv .name {
		font-size: 6vw;
	}
	
	.samurai_detail .points {
		margin-top: 6vw;
	}
	.samurai_detail .points li {
		margin-bottom: 1vw;
		font-size: 5.25vw;
	}
	
	.samurai_detail .sec_price {
		padding-bottom: 60px;
	}
	.samurai_detail .sec_price .price .ttl {
		font-size: 9vw;
	}
	.samurai_detail .sec_price .price_conts .num {
		font-size: 20vw;
	}
	.samurai_detail .sec_price .price_conts .sub .tax {
		font-size: 4vw;
	}
	.samurai_detail .sec_price .price_conts .sub .yen {
		font-size: 7vw;
	}
	.samurai_detail .sec_price .plan {
		margin: 12vw 0 2vw;
		padding-bottom: 3vw;
	}
	.samurai_detail .sec_price .plan .kkplan {
		padding: 2vw;
		font-size: 4vw;
	}
	.samurai_detail .sec_price .plan .price_conts .num {
		font-size: 13.33vw;
	}
	.samurai_detail .sec_price .plan .price_conts .sub .tax {
		font-size: 3vw;
	}
	.samurai_detail .sec_price .plan .price_conts .sub .yen {
		font-size: 5vw;
	}
	.samurai_detail .sec_price .area {
		font-size: 4vw;
	}
	.samurai_detail .sec_price .more {
		margin-top: 50px;
	}		
	
}

/* samurai */

.mv {
	position: relative;
	margin-top: 60px;
}
.mv .pic img {
    width: 100%;
}

.samurai .mv .logo {
	position: absolute;
	top: 5vw;
	left: 0;
	width: 100%;
}
.samurai .mv .logo div {
	position: relative;
	margin: auto;
	width: min(75%, 960px);
}
.samurai .mv .logo span {
	position: absolute;
	top: -15px;
	right: -5px;
	background: var(--color-red);
	color: #fff;
	display: inline-block;
	font-size: 19px;
	padding: 2px 20px;
	border-radius: 20px;
}
.samurai .mv .catch {
	position: absolute;
	bottom: 6vw;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: min(7vw,92px);
	text-align: center;
}
.samurai .mv .atte {
	position: absolute;
	bottom: 11vw;
	right: 2vw;
	color: #fff;
	font-size: min(1vw,16px);
}

.samurai .sec_01 {
	background: url("../images/samurai/bg2.jpg") top center no-repeat;
	background-size: 100% auto;
}
.samurai .sec_01 .inner {
	padding: 40px 0 90px;
}

.samurai .sec_01 .price {
	width: fit-content;
	margin: auto;
	line-height: 1;
}
.samurai .sec_01 .price_title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.samurai .sec_01 .price_title .build {
	font-size: 60px;
	font-weight: 900;
}
.samurai .sec_01 .price_title .plan {
	padding: 10px 20px;
	background: var(--color-red);
	color: #fff;
	font-size: 40px;
	font-weight: 700;
}
.samurai .sec_01 .price_conts {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
}
.samurai .sec_01 .price_conts .num {
	color: var(--color-red);
	font-size: 150px;
	font-weight: 900;
}
.samurai .sec_01 .price_conts .sub .tax {
	font-size: 24px;
	font-weight: 500;
}
.samurai .sec_01 .price_conts .sub .yen {
	margin: 10px 0 15px;
	font-size: 60px;
	font-weight: 700;
}
.samurai .sec_01 .std .ttl {
	font-size: 60px;
	font-weight: 900;
	text-align: center
}
.samurai .sec_01 .std .pic img {
	width: 50%;
	margin: 30px auto 60px;
}
.samurai .sec_01 .price_detail {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	font-size: 30px;
	margin: 50px 0 90px;
} 
.samurai .sec_01 .price_detail .ttl {
	padding: 15px 30px;
	border: 1px solid #000;
}
.samurai .sec_01 .price_dl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	font-size: 28px;
}
.samurai .sec_01 .price_dl dd {
	border-left: 1px solid #000;
	padding-left: 30px;
}
.samurai .sec_01 .price_dl dd ul li {
	list-style: outside disc;
	margin: 10px 0 10px 30px;
}

.samurai .sec_02 {
	padding: 60px 0;
	background: url("../images/samurai/bg1.jpg") center;
	background-size: 100% auto;
}
.samurai .sec_02 .inner {
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.samurai .sec_02 .inner .title {
	width: 50%;
	font-size: 43px;
	font-weight: bold;
}
.samurai .sec_02 .inner .pic {
	width: 50%;
}

.samurai .sec_03 {
	background: #000;
	color: #fff;
}
.samurai .sec_03 .inner {
	padding: 50px 0;
}
.samurai .sec_03 .atte {
	margin: auto;
}
.samurai .sec_03 .atte li {
	font-size: 33px;
	font-weight: 700;
	list-style: none;
	text-align: center;
}

.samurai .sec_item {
	padding-bottom: 150px;
	background: url("../images/samurai/bg1.jpg");
	background-size: 100% auto;
}
.samurai .sec_item_frame {
	padding-top: 120px;
	background: url("../images/samurai/bg3.jpg") top center no-repeat;
	background-size: 100% auto;
}
.samurai .sec_item .inner {
	max-width: 1160px;
	margin: auto;
}
.samurai .sec_item .title {
	margin-bottom: 100px;
	text-align: center;
}
.samurai .sec_item .title .sub {
	color: var(--color-red);
	font-size: 45px;	
	font-weight: 700;
}
.samurai .sec_item .title .ttl {
	font-size: 60px;
	font-weight: 900;
}
.samurai .sec_item .title .text {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 700;
}
.samurai .sec_item .items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 90px 6%;
	list-style: none;
}
.samurai .sec_item .items li {
	width: calc(100%/3 - 6%*2/3);
	text-align: center;
}
.samurai .sec_item .items .type {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 700;
}
.samurai .sec_item .items .type.mb {
    margin-bottom: 20px;
}
.samurai .sec_item .items .type span {
	margin: 0 5px;
	color: var(--color-red);
	font-size: 22px;
	font-weight: 700;
}
.samurai .sec_item .items .name {
	margin-bottom: 30px;
	color: var(--color-blue);
	font-size: 22px;
	font-weight: 700;
}
.samurai .sec_item .items .more {
	margin-top: 15px;
}

@media screen and (max-width: 1200px) {
	
	.samurai .mv .logo span {
		top: -1vw;
		right: -.5vw;
		font-size: 1.4vw;
		padding: .1vw 2vw;
	}
	.samurai .mv .atte {
		bottom: 15vw;
		right: 1vw;
		font-size: 1.2vw;
	}
	
	.samurai .sec_01 .inner {
		padding: 3vw 0 7.5vw;
	}
	.samurai .sec_01 .price_title {
		gap: 2vw;
	}
	.samurai .sec_01 .price_title .build {
		font-size: 5vw;
	}
	.samurai .sec_01 .price_title .plan {
		padding: 1vw 2vw;
		font-size: 3.6vw;
	}
	.samurai .sec_01 .price_conts {
		gap: 1vw;
	}
	.samurai .sec_01 .price_conts .num {
		font-size: 15vw;
	}
	.samurai .sec_01 .price_conts .sub .tax {
		font-size: 2.2vw;
	}
	.samurai .sec_01 .price_conts .sub .yen {
		margin: 1vw 0 1.5vw;
		font-size: 5vw;
	}
	
	.samurai .sec_01 .std .ttl {
		font-size: 4.5vw;
	}
	.samurai .sec_01 .std .pic img {
		width: 66.66%;
		margin: 2vw auto 4.5vw;
	}
	.samurai .sec_01 .price_detail {
		gap: 2vw;
		font-size: 2vw;
		margin: 4vw 0 7vw;
	} 
	.samurai .sec_01 .price_detail .ttl {
		padding: 1vw 3vw;
	}
	.samurai .sec_01 .price_dl {
		gap: 3vw;
		font-size: 2.2vw;
	}
	.samurai .sec_01 .price_dl dd {
		padding-left: 2vw;
	}
	.samurai .sec_01 .price_dl dd ul li {
		margin: 1vw 0 1vw 3vw;
	}

	.samurai .sec_02 {
		padding: 5vw 0;
	}
	.samurai .sec_02 .inner {
		padding: 0 3vw;
	}
	.samurai .sec_02 .inner .title {
		width: 55%;
		font-size: 3.8vw;
	}
	.samurai .sec_02 .inner .pic {
		width: 45%;
	}

	.samurai .sec_03 .inner {
		padding: 3vw 0 3.5vw;
	}
	.samurai .sec_03 .atte li {
		font-size: 3vw;
	}

	.samurai .sec_item {
		padding-bottom: 12vw;
	}
	.samurai .sec_item_frame {
		padding-top: 9vw;
	}
	.samurai .sec_item .inner {
		padding: 0 3vw;
	}
	.samurai .sec_item .title {
		margin-bottom: 8vw;
	}
	.samurai .sec_item .title .sub {
		font-size: 4vw;	
	}
	.samurai .sec_item .title .ttl {
		font-size: 5.5vw;
	}
	.samurai .sec_item .title .text {
		margin-top: 1.5vw;
		font-size: 2vw;
	}
	.samurai .sec_item .items {
		gap: 6vw 4%;
	}
	.samurai .sec_item .items li {
		width: calc(100%/3 - 4%*2/3);
	}
	.samurai .sec_item .items .type {
		margin-top: 1.5vw;
		font-size: 1.6vw;
	}
    .samurai .sec_item .items .type.mb {
        margin-bottom: 1.5vw;
    }    
	.samurai .sec_item .items .type span {
		margin: 0 .25vw;
		font-size: 1.8vw;
	}
	.samurai .sec_item .items .name {
		font-size: 1.8vw;
	}
	
}
@media screen and (max-width: 767px) {

	.samurai .sec_item .items {
		gap: 6vw 4%;
		justify-content: center;
	}
	.samurai .sec_item .items li {
		width: calc(100%/2 - 4%/2);
	}

	.samurai .sec_item .items .type {
		margin-top: 15px;
		font-size: 2.25vw;
	}
	.samurai .sec_item .items .type span {
		margin: 0 .5vw;
		font-size: 2.75vw;
	}
	.samurai .sec_item .items .name {
		font-size: 3vw;
	}
	
}
@media screen and (max-width: 479px) {
	
	.mv .pic img {
		width: 100%;
		object-fit: cover;
		height: min(120vw,450px);
	}
	.garden .mv .pic img {
		display: none;
	}

	.samurai .mv .logo {
		top: 12vw;
	}
	.samurai .mv .logo span {
		top: -5vw;
		right: -1vw;
		font-size: 3vw;
		padding: .25vw 3vw;
	}	
	.samurai .mv .catch {
		bottom: 9vw;
		left: 3vw;
		font-size: 8.4vw;
	}
	.samurai .mv .atte {
		bottom: 21vw;
		right: 2vw;
		font-size: 2vw;
	}
	
	.samurai .sec_01 .inner {
		padding: 8vw 0 12vw;
	}
	.samurai .sec_01 .price_title {
		gap: 3vw;
	}
	.samurai .sec_01 .price_title .build {
		font-size: 7vw;
	}
	.samurai .sec_01 .price_title .plan {
		padding: 2vw 4vw;
		font-size: 5vw;
	}
	.samurai .sec_01 .price_conts {
		gap: 2vw;
	}
	.samurai .sec_01 .price_conts .num {
		font-size: 22.5vw;
	}
	.samurai .sec_01 .price_conts .sub .tax {
		font-size: 4vw;
	}
	.samurai .sec_01 .price_conts .sub .yen {
		font-size: 6vw;
	}
	.samurai .sec_01 .price_atte {
		margin-top: 5vw;
		font-size: 2.875vw;
	}
	.samurai .sec_01 .std .ttl {
		font-size: 7.5vw;
	}
	.samurai .sec_01 .std .pic img {
		width: 87.5%;
		margin: 4vw auto 8vw;
	}
	.samurai .sec_01 .price_detail {
		gap: 4vw;
		font-size: 4vw;
		margin: 7vw 0 10vw;
	} 
	.samurai .sec_01 .price_detail .ttl {
		padding: 2vw 5vw;
	}
	.samurai .sec_01 .price_dl {
		display: flex;
		gap: 4vw;
		font-size: 3.5vw;
	}
	.samurai .sec_01 .price_dl dd {
		padding-left: 3vw;
	}
	.samurai .sec_01 .price_dl dd ul li {
		margin: 2vw 0 2vw 4vw;
	}

	.samurai .sec_02 {
		padding: 20px 0 40px;
	}
	.samurai .sec_02 .inner {
		padding: 0 6vw;
		display: block;
	}
	.samurai .sec_02 .inner .title {
		width: 100%;
		font-size: 6.66vw;
		text-align: center;
		margin-bottom: 25px;
	}
	.samurai .sec_02 .inner .pic {
		width: 100%;
	}

	.samurai .sec_03 .inner {
		padding: 20px 5vw 30px;
	}
	.samurai .sec_03 .atte li {
		font-size: 4vw;
		padding-left: 4vw;
		text-indent: -4vw;
		text-align: left;
	}

	.samurai .sec_item {
		padding-bottom: 75px;
	}
	.samurai .sec_item .inner {
		padding: 0 6vw;
	}
	.samurai .sec_item .title {
		margin-bottom: 40px;
	}
	.samurai .sec_item .title .sub {
		font-size: 6vw;	
	}
	.samurai .sec_item .title .ttl {
		font-size: 7.5vw;
	}
	.samurai .sec_item .title .text {
		margin-top: 2vw;
		font-size: 4vw;
		text-align: left;
	}
	.samurai .sec_item .title .text br {
		display: none;
	}
	.samurai .sec_item .items {
		gap: 50px;
	}
	.samurai .sec_item .items li {
		width: 100%;
	}
	.samurai .sec_item .items .pic {
		width: 75%;
		margin: 0 auto;
	}
	.samurai .sec_item .items .type {
		font-size: 4.5vw;
	}
    .samurai .sec_item .items .type.mb {
        margin-bottom: 4vw;
    }    
	.samurai .sec_item .items .type span {
		margin: 0 .5vw;
		font-size: 6vw;
	}
	.samurai .sec_item .items .name {
		margin-bottom: 4.5vw;
		font-size: 6vw;
	}
	
}
