@charset "UTF-8";
.main_bg1{
    width: 100%;
    height: auto;
    background-image: url(../img/plan/main_down_bg1@2x.webp);
    background-position: top center;
    background-repeat: repeat;
    background-size: cover;
}
.main_title{
	font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 25px;
	letter-spacing: 0.15em;
    text-align: center;
	color: #fff;
}
.main_title span{
	font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 10px;
	letter-spacing: 0;
    text-align: center;
	color: #fff;
    vertical-align: super;
}
.main_cap{
    font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 10px;
    position: absolute;
    bottom: 1%;
    right: 1%;
    color: #fff;
}
.main_vh{
    height: 4vh;
}
.main_vh2{
    height: 1.4vh;
}
.main_vh3{
    height: 1.6vh;
}
.main_copy{
	font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
    text-align: center;
	color: #fff;
    line-height: 37px;
}
.main_copy2{
	font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 10px;
	letter-spacing: 0.1em;
    text-align: center;
	color: #fff;
}
.contents550{
    width: 70%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
}
.flex_plan{
	display: flex;
	align-items: center;
    width: 100%;
    justify-content: space-between;
}
.flex_plan2{
	display: flex;
	justify-content: center;
	gap: 45px; /* ←これで要素間の余白 */
}

.column2{
    width: 48%;
    height: auto;
}
.column3{
    width: 30%;
    height: auto;
}
.column3_2{
    width: 30%;
    height: auto;
}
.column4{
    width: 22%;
    height: auto;
}
.column3_title{
    font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
	text-align: center;
}
.pl_text1{
    font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    text-align: left;
    line-height: 36px;
}
.pl_text2{
    font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
}
.pl_text3{
    font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0.05em;
}
.pl_text4{
    font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}
.all_title1{
    font-size: 18px;
    text-align: center;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    color: #bba846;
    letter-spacing: 0.4em;
}
.all_caption01{
    font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 10px;
    position: absolute;
    top: 100.5%;
    right: 0;
}
@media print, screen and (max-width: 1000px) {
.main_bg1{
    width: 100%;
    height: auto;
    background-image: url(../img/plan/main_down_bg1s.jpg);
    background-position: bottom center;
    background-repeat: repeat;
    background-size: contain;
}
.main_vh2{
    height: 1.6vh;
}
.main_title{
    font-size: 40px;
    line-height: 70px;
    letter-spacing: 0.1em;
}
.main_title span{
    font-size: 14px;
}
.main_cap{
    font-size: 14px;
}
.main_copy{
    font-size: 24px;
    line-height: 50px;
}
.main_copy2{
    font-size: 14px;
}
.contents550{
    width: 92%;
    max-width: none;
    height: auto;
    margin: 0 auto;
}
.pl_text1{
    font-size: 29px;
    text-align: left;
    line-height: 50px;
}
.pl_text2{
    font-size: 24px;
    text-align: left;
    line-height: 45px;
}
.pl_text3{
    font-size: 32px;
    line-height: 55px;
}
.pl_text4{
    font-size: 24px;
    line-height: 45px;
}
.column3_title{
    font-size: 26px;
    letter-spacing: 0.03em;
}
.all_caption01{
    font-size: 14px;
    position: absolute;
    top: 100.5%;
    right: 0;
}
.all_title1{
    font-size: 30px;
}
.flex_plan{
    flex-direction: column;
}
.column2{
    width: 100%;
    height: auto;
}
.column3{
    width: 48%;
    height: auto;
}
.column3_2{
    width: 100%;
    height: auto;
}
.column4{
    width: 48%;
    height: auto;
}
}