@charset "UTF-8";


/* 767px以下SP
--------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	#plan .mainimg{
		background: url("../img/plan/mainv_plan_sp.png") center 50% no-repeat;
		background-size: cover;
	}
.content_plan {
background-color: #f2eae1;
margin: 0 auto;

padding: 50px 20px ;
}
.content_plan h3 {
		font-size: clamp(1.25rem, 1.011rem + 1.02vw, 1.5rem); /*20-24px*/
		font-family: "Wix Madefor Text", sans-serif;
		font-weight: 400;
		text-align: center;
		padding-bottom: 30px;
}
.main_place {
margin: 0 auto 50px;
display: flex;/*
align-items: center;*/
justify-content: center;
}
	.main_place .btm_cap_l span{
		left: auto;
		right: -7em;
}
.img_cg {
width: 80%;
}
ul.btn_place {
	width: 20%;
	padding-top: 17%;
}
ul.btn_place li:first-of-type {
	padding-bottom: 128%;
}
	ul.btn_place li a{
		display: block;
	}
/* -----------------
	スライドのスタイル
	------------------*/
	.block_planslide{
		margin: 0 auto;
		width: 100%;
	}
	.block_planslide .splide{
	padding: 0;
		padding-bottom: 40px;
		}
	.block_planslide .img_ph{
		position: relative;
	}
	.block_planslide .img_ph span{
		position: absolute;
		left: 10px;
		bottom: 10px;
		font-size: 10px;
		text-shadow: 0px 0px 1px #231815, 0px 0px 1px #231815, 0px 0px 10px #231815;
		color: #fff;
	}
	.block_planslide .img_ph span:nth-of-type(2){
		left: auto;
		right: 10px;
	}
		
		
	.block_planslide .splide .splide__pagination {
  display: block;
		width: 100%;
		text-align: center;
		padding: 0;
}
	
	.block_planslide .splide__pagination li{}
	.block_planslide .splide__pagination li .splide__pagination__page{
		width: 8px;
		height: 8px;
		border-radius: 50%;
		color: #9fa0a0;
	}
	.block_planslide .splide__pagination li .splide__pagination__page.is-active{
		background-color: #231815;
  transform: scale(1.4);
  z-index: 1
	}
	
	
/**/	
	
	
	
	
	
ul.plan_btn {
width: 92%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
ul.plan_btn li {
width: 48%;
margin-top: 15px; 
}
/*ul.plan_btn li a {
background-color: #b29a6e;
display: block;
}
ul.plan_btn li.showtabbox a{
background-color: #9d804a;
}
*/
.plan_area {
width: calc(100% -40px);
margin: 30px auto 50px;
padding: 20px;
background-color: #fff;
}
.plan_spec {
width: 100%;
margin: 0 auto 20px;
display: flex;
justify-content: space-between;
}
.plan_type {
min-width: 60px;
}
.plan_position {
	text-align: right;
	}
.plan_position img {
height: 45px;
width: auto;
display: block;
}
.plan_position::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 14px;
	background: url("../img/plan/orien.png") left top no-repeat;
	background-size: 100%;
	text-align: right;
	}		
	
.plan_name {
font-size: 25px;
color: #9e814a;
padding-bottom: 3px;
border-bottom: 1px solid #9e814a;
font-family: "Wix Madefor Text", sans-serif;
font-weight: 500;
text-align: center;
margin-bottom: 3px;
}
.plan_name span {
font-family: "Wix Madefor Text", sans-serif!important;
font-weight: 500;
font-size: 90%!important;
}
.plan_space {
font-size: 18px;
color: #9e814a;
text-align: center;
font-family: "Wix Madefor Text", sans-serif!important;
font-weight: 400;
margin-bottom: 3px;
}
.plan_space span {
font-size: 12px;
	font-family: "Noto Serif", serif;
	font-weight: 400;
}
.plan_type_name {
font-size: 12px;
font-family: "Wix Madefor Text", sans-serif!important;
font-weight: 400;
text-align: center;
padding: 3px 0;
border: 1px solid #9e814a;
color: #9e814a;
}
.plan_img {
width: 100%;
margin: 0 auto 20px;
}


ul.plan_cap {
font-size: 11px;
line-height: inherit;
color: #333;
display: flex;
justify-content: flex-start;
margin-right: auto;
margin-bottom: 10px;
}
ul.plan_cap li {
margin-right: 20px;
}
.plan_cap span.shuno {
background: #ece6db;
padding-left: 35px;
margin-right: 5px;
}
.plan_cap span.yukadan {
background: #f5f2ed;
padding-left: 35px;
margin-right: 5px;
}
.plan_cap {
font-size: 11px;
}
	
.img_label{
		margin: 0 30px;
	}

}

/* 768px以上 PC
--------------------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {

#plan .mainimg{
		background: url("../img/plan/mainv_plan.png") center 50% no-repeat;
		background-size: cover;
	}
.content_plan {
		padding: 80px 0;
		background-color: #f2eae1;
		margin: 0 auto;
		
	}
	.content_plan h3 {
		font-size: clamp(2.5rem, 2.334rem + 0.347vw, 2.75rem); /*40-44px*/
		
		font-family: "Wix Madefor Text", sans-serif;
		font-weight: 400;
		text-align: center;
		padding-bottom: 50px;
	}

.main_place {
width: 560px;
margin: 0 auto 50px;
display: flex;
justify-content: center;
}
.img_cg {
width: 80%;
}
ul.btn_place {
	width: 20%;
	padding-top: 17%;
}
ul.btn_place li:first-of-type {
	margin-bottom: 128%;
	
}


	ul.btn_place li a{
		display: block;
		transition: .3s;
	}
	ul.btn_place li a:hover {
opacity: 0.7;
}
/* -----------------
	スライドのスタイル
	------------------*/
	.block_planslide{
		width: 800px;
		margin: 0 auto;
	}
	.block_planslide .splide{
	padding: 0;
		padding-bottom: 40px;
		}
	.block_planslide .img_ph{
		position: relative;
	}
	.block_planslide .img_ph span{
		position: absolute;
		left: 10px;
		bottom: 10px;
		font-size: 10px;
		text-shadow: 0px 0px 1px #231815, 0px 0px 1px #231815, 0px 0px 10px #231815;
		color: #fff;
	}
	.block_planslide .img_ph span:nth-of-type(2){
		left: auto;
		right: 10px;
	}
	.block_planslide .splide .splide__pagination {
  display: block;
		width: 100%;
		text-align: center;
}
	
	.block_planslide .splide__pagination li{}
	.block_planslide .splide__pagination li .splide__pagination__page{
		width: 8px;
		height: 8px;
		border-radius: 50%;
		color: #9fa0a0;
	}
	.block_planslide .splide__pagination li .splide__pagination__page.is-active,
	.block_planslide .splide__pagination li .splide__pagination__page:hover{
		background-color: #231815;
  transform: scale(1.4);
  z-index: 1
	}
	
	
/**/

ul.plan_btn {
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
ul.plan_btn li {
width: 24%;
margin-top: 15px; 
}
.pg_tab {
width: 1000px;
margin: 0 auto;
}

.plan_area {
width: 900px;
margin: 30px auto 0;
padding: 50px;
background-color: #fff;
}
.plan_spec {
width: 100%;
margin: 0 auto 20px;
display: flex;
justify-content: space-between;
}
.plan_type {
min-width: 120px;
}
.plan_position {
	text-align: right;
	}
.plan_position img {
height: 90px;
width: auto;
display: block;
}
.plan_position::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 14px;
	background: url("../img/plan/orien.png") left top no-repeat;
	background-size: 100%;
	text-align: right;
	}	
.plan_name {
font-size: 48px;
color: #9e814a;
padding-bottom: 3px;
border-bottom: 1px solid #9e814a;
font-family: "Wix Madefor Text", sans-serif;
font-weight: 500;
text-align: center;
margin-bottom: 3px;
}
.plan_name span {
font-family: "Wix Madefor Text", sans-serif!important;
font-weight: 500;
font-size: 90%!important;
}
.plan_space {
font-size: 28px;
color: #9e814a;
text-align: center;
font-family: "Wix Madefor Text", sans-serif!important;
font-weight: 400;
margin-bottom: 3px;
}
.plan_space span {
font-size: 18px;
	font-family: "Noto Serif", serif;
	font-weight: 400;
}
.plan_type_name {
font-size: 16px;
font-family: "Wix Madefor Text", sans-serif!important;
font-weight: 400;
text-align: center;
padding: 3px 0;
border: 1px solid #9e814a;
color: #9e814a;
}
.plan_img {
width: 100%;
margin: 0 auto 20px;
}


ul.plan_cap {
width: 1000px;
margin: 0 auto;
font-size: 12px;
line-height: inherit;
color: #333;
display: flex;
justify-content: flex-start;
margin-right: auto;
margin-bottom: 10px;
}
ul.plan_cap li {
margin-right: 20px;
}
.plan_cap span.shuno {
background: #ece6db;
padding-left: 35px;
margin-right: 5px;
}
.plan_cap span.yukadan {
background: #f5f2ed;
padding-left: 35px;
margin-right: 5px;
}
.plan_cap {
width: 1000px;
margin: 0 auto;
font-size: 12px;
}






.pc_kakomi_r {
background: #fff;
margin-left: calc(50% - 50vw);
padding-left: calc(50vw - 50%);
overflow: hidden;
margin-bottom: 100px;
margin-top: 30px;
box-shadow: 50px 50px 0 #e8d9c9;
}
.pc_kakomi_l {
background: #fff;
margin-right: calc(50% - 49.4vw);
padding-right: calc(49.4vw - 50%);
overflow: hidden;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: -50px 50px 0 #e8d9c9;
}

	.img_label{
		width: 350px;
		margin: 100px auto 0;
	}


}



/* PC・PS共通 */

ul.plan_btn li a {
transition: .5s;
display: block;
font-size: 0;
	opacity: 0;
}


ul.plan_btn li.btn_ek {
	background:#fff url("../img/plan/btn_ek_off.png") left top no-repeat;
	background-size: 100%;
}
ul.plan_btn li.btn_ej{
	background:#fff url("../img/plan/btn_ej_off.png") left top no-repeat;
	background-size: 100%;
}

ul.plan_btn li.btn_eg {
	background:#fff url("../img/plan/btn_eg_off.png") left top no-repeat;
	background-size: 100%;
}

ul.plan_btn li.btn_fd {
	background:#fff url("../img/plan/btn_fd_off.png") left top no-repeat;
	background-size: 100%;
}


/**/
ul.plan_btn li.btn_sv {
	background:#fff url("../img/plan/btn_sv_off.png") left top no-repeat;
	background-size: 100%;
}

ul.plan_btn li.btn_ss {
	background:#fff url("../img/plan/btn_ss_off.png") left top no-repeat;
	background-size: 100%;
}

ul.plan_btn li.btn_sc {
	background:#fff url("../img/plan/btn_sc_off.png") left top no-repeat;
	background-size: 100%;
}

ul.plan_btn li.btn_sj {
	background:#fff url("../img/plan/btn_sj_off.png") left top no-repeat;
	background-size: 100%;
}

ul.plan_btn li.showtabbox a{
background-color: #9d804a;
opacity: 1;
}

/* 768px以上 PC
--------------------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	ul.plan_btn li a:hover{
background-color: #9d804a;
opacity: 1;
}
	
}




















