@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　plan
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl::before{
	background-image:url(../image/bg_ttl.jpg);		
}
.page-ttl.premium::before{
	background-image:url(../image/premium/bg_ttl.jpg);		
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* plan-top
-----------------------------------------------------------------*/
.plan-top{
	padding: 60px 0 100px;
}
.plan-top .type-list{
	display: flex;
	flex-wrap: wrap;
	/* justify-content: flex-start; */
	justify-content: center;
	margin-bottom: 40px;
  /*max-width: 840px;*/
  margin: 0 auto;
}
.plan-top .type-list > li{
	position: relative;
	max-width: 380px;
	width: calc((100% - 40px)/3);
	padding:0 0 35px;
	background: #0a4561;
  margin-bottom: 40px;
}
.plan-top .type-list > li:nth-of-type(1),
.plan-top .type-list > li:nth-of-type(2),
.plan-top .type-list > li:nth-of-type(4),
.plan-top .type-list > li:nth-of-type(5){
	margin-right: 1.5vw;
}
.plan-top .type-list > li:nth-child(n+4){
	margin-top: 40px;	
}
.plan-top .type-list > li.soldout {
	position: relative;
}
.plan-top .type-list > li.soldout::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(3, 27, 39, .65);
	z-index: 1;
}
.plan-top .type-list > li.soldout a {
	pointer-events: none;
	cursor: none;
}
.plan-top .type-list > li.soldout .sold-board {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 28%;
	width: 100%;
	max-width: 261px;
	z-index: 2;
}
.plan-top .type-list > li.soldout .sold-board img {
	width: 100% !important;
}

.plan-top .type-list > li .wappen1{
  position: absolute;
  right: 8px;
  top: 8px;
  z-index:111;

}

@media screen and (max-width: 1240px) {
	.plan-top .type-list{	
		max-width: 790px;
		margin: 0 auto 25px; 
	}
	.plan-top .type-list > li{
		width: calc(50% - 5px);
	}
	.plan-top .type-list > li:nth-child(n+3){
		margin-top: 40px;	
	}
	.plan-top .type-list > li:nth-of-type(2),
	.plan-top .type-list > li:nth-of-type(4){
		margin-right: 0;
	}
	.plan-top .type-list > li:nth-of-type(3){
		margin-right: 1vw;
	}
}




.plan-top .type-list > li.new::before{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: "";
	width: 70px;
	height: 70px;
	background:url(../image/ico_new.svg) no-repeat;
	background-size: 100% auto;	
}
.plan-top .type-list a{
	display: block;
	transition: .3s;	
}
.plan-top .type-list a:hover{
	opacity: .7;
}
.ttl-type{
	display: flex;
	align-items: center;
	color: #fc0;	
}
/*
.menu .ttl-type{
    color: #fff;
}
*/
.ttl-type h2{
	flex-shrink: 0;
	width: 90px;
	padding: 15px 0;
	border-right: 1px solid #fc0;	
	text-align: center;
	line-height: 1;	
	letter-spacing: .08em;	
}
/*
.menu .ttl-type h2{
    border-right: 1px solid #fff    ;
}
*/
.ttl-type h2._hasmenu{
	padding: 10px 0 5px;
}
.ttl-type h2 span{
	display: block;
	font-size: 4.8rem;	
}
.ttl-type h2 small{	
	display: block;
	font-size: 1.8rem;
}
.ttl-type h2 .menu{
	display: inline-block;
	margin-top: 7px;
	padding: 3px 5px;
	font-size: 1rem !important;
	background: #FFF;
	border: 1px solid #5F7580;
	color: #1C4050; 
}
.ttl-type .spec{
	padding: 10px 6%;	
}
.menu-icon{
    background-color: #fff;
    display: inline-block;
    padding: 5px 10px;
    color: #032434;
    line-height: 1;
    font-size: 2rem;
    font-family: "EB Garamond", serif;
}
.premium .menu-icon{
    display: table;
    margin-top: 10px;
}

.ttl-type .room{
	font-size: 2.8rem;
	letter-spacing: .08em;
	font-family: "EB Garamond", serif;
}
.ttl-type .room .num{
	font-size: 4.8rem;
}
.space{
	margin: 10px 0 20px;
	text-align: center;
	color: #fc0;	
}
/*
.menu .space{
    color: #fff;
}
*/
.space .bg{
	display: inline-block;
	padding:10px 30px;
	background-image: linear-gradient( 90deg, rgb(10,69,97) 0%, rgb(6,51,73) 15%, rgb(2,33,48) 50%, rgb(6,51,73) 85%, rgb(10,69,97) 100%);
	line-height: 1;
}
.menu .space .bg{
    background-image: linear-gradient( 90deg, rgb(10,69,97) 0%, rgb(6,51,73) 15%, rgb(2,33,48) 50%, rgb(6,51,73) 85%, rgb(10,69,97) 100%);
}
.space .ttl{
	font-size: 1.1rem;
}
.space .num{
	font-size: 1.8rem;
	font-family: "EB Garamond", serif;
}
.space .num strong{
	font-size: 3.4rem;
	font-weight: normal;	
}
.space .tubo{
	font-size: 1.2rem;
}
.point-list{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.point-list li{
	padding: 8px 12px;
	margin: 0 5px;
	background: #34708C;
	line-height: 1;
	font-size: 1.2rem;	
    text-align: center;
    margin-bottom: 8px;
}
.point-list li.point_em{
    width: 86%;
    background: #8F793F;
    padding: 10px 0;
}
.plan-top .point-list{
	margin-bottom: 30px;
    padding: 0 3%;
}
.plan-top .type-list .thumb{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 350px;
	min-height: 290px;
	margin: 0 auto 25px;
	padding:0 15px;
	background: #f5f5f5;
}
.plan-top .type-list .more{
	font-size: 1.8rem;
	letter-spacing: .08em;
	text-align: center;
	color: #fc0;		
}
.plan-top .type-list .more span{
	position: relative;
	display:inline-block;
	padding-right: 55px;	
}
.plan-top .type-list .more span::after{
	position: absolute;
	right: 0;
	top: 35%;
	display: block;
	content: "";
	width: 38px;
	height: 9px;
	background:url(../../common/image/arw_g.svg) no-repeat;
	background-size: 100% auto;
	transition: .3s;	
}
.plan-top .type-list a:hover .more span::after{
	right: -5px;
}
.plan-top .notes li{
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;		
}

/* premium */
.plan-top .type-list > li.premium{
	background: #231815;	
}
.plan-top .type-list > li.premenu{
    background: #4e3b35;	
}
.plan-top .type-list > li.premium .ttl-type,
.plan-top .type-list > li.premium .space {
    color: #aa9649;	
}
.plan-top .type-list > li.premium .ttl-type .spec {
  position: relative;
}
.plan-top .type-list > li.premium .ttl-type .spec .ico-premium{
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	text-align: center;
}
.plan-top .type-list > li.premium .ttl-type .spec .ico-premium span{
	padding: 0 10px;
	background: #aa9649;
	color: #231815;
	font-size: 1.4rem;
	line-height: 1.6;		
}
.plan-top .type-list > li.premium .space .bg {
    background-image: linear-gradient( 90deg, rgb(35,24,21) 0%, rgb(58,45,14) 15%, rgb(81,65,7) 50%, rgb(58,45,14) 85%, rgb(35,24,21) 100%);
}
.plan-top .type-list > li.premenu .space .bg {
        background-image: linear-gradient( 90deg, rgb(78 59 53) 0%, rgb(58,45,14) 15%, rgb(81,65,7) 50%, rgb(58,45,14) 85%, rgb(78 59 53) 100%);
}
.plan-top .type-list > li.premium .point-list li{
	background: #5c4d15;
}
.plan-top .type-list > li.premenu .point-list li{
	background: #36231e;
}
.plan-top .type-list > li.premium .more{
	color: #aa9649;		
}

/* nemu */
.plan-top .type-list > li.menu{
	background: #2b5b73;	
}
/*
.plan-top .type-list > li.menu .ttl-type,
.plan-top .type-list > li.menu .space {
    color: #fff;	
}
*/
/*
.plan-top .type-list > li.menu .ttl-type h2{
    border-right: 1px solid #fff;
}
*/
.plan-top .type-list > li.menu .ttl-type .spec {
  position: relative;
}
.plan-top .type-list > li.menu .ttl-type .spec .ico-menu{
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	text-align: center;
}
.plan-top .type-list > li.menu .ttl-type .spec .ico-menu span{
	padding: 0 10px;
	background: #fff;
	color: #231815;
	font-size: 1.4rem;
	line-height: 1.6;		
}
.plan-top .type-list > li.menu .space .bg {
       background-image: linear-gradient( 90deg, rgb(43 91 115) 0%, rgb(6,51,73) 15%, rgb(2,33,48) 50%, rgb(6,51,73) 85%, rgb(43 91 115) 100%);
}
.plan-top .type-list > li.menu .point-list li{
	background: #0a4561;	
}
.plan-top .type-list > li.menu .more{
	color: #fc0;		
}


/* plan-layout
-----------------------------------------------------------------*/
.plan-layout{
	padding: 80px 0 125px;
}
.plan-layout .sec-layout{
	position: relative;
	padding:0 0 70px;
	background: #0a4561;	
}
.plan-layout .sec-layout.menu{
	background: #2b5b73;	
}
.plan-layout .ttl-type{
/*	align-items: flex-start;	*/
}
.plan-layout .ttl-type h2{
	width: 170px;
	padding: 25px 0;
}
.plan-layout .ttl-type h2._hasmenu{
	padding: 10px 0;
}
.plan-layout .ttl-type h2 span{
	font-size: 6.7rem;	
}
.plan-layout .ttl-type h2 small{
	font-size: 2.4rem;
}
.plan-layout .ttl-type h2._hasmenu .menu{
	margin-top: 10px;
	font-size: 1.4rem;	
}
.plan-layout .ttl-type .spec{
	padding: 10px 6%;	
}
.plan-layout .ttl-type .room{
	font-size: 3.8rem;
	line-height: 1;
}
.plan-layout .ttl-type .room .num{
	font-size: 6.8rem;
}
.plan-layout .ttl-type .room .ldk{
	font-size: 4rem;
}
.plan-layout .point-list{
	flex-wrap:wrap;
	justify-content: flex-start;
	margin-top: 10px;
	color: #FFF;
}
.plan-layout .point-list li{
	padding: 4px 12px;
	margin: 0 10px 10px 0;
	font-size: 1.4rem;	
}
.plan-layout .space{
	margin: 40px 0 20px;
}
.plan-layout .space .bg{
	width: 100%;
	padding:5px 30px 10px;
}
.plan-layout .space .ttl{
	font-size: 1.8rem;
}
.plan-layout .space .num{
	font-size: 2.6rem;
}
.plan-layout .space .num strong{
	font-size: 5.2rem;
}
.plan-layout .space .tubo{
	font-size: 1.8rem;
}
.plan-layout .balcony{
	margin-bottom: 45px;
	text-align: center;
	font-size: 1.2rem;	
}
.plan-layout .merit_box{
	background: #f5f5f5;
	width: 100%;
	color: #fff;
}
.plan-layout .merit_box ul{
	width: 80%;
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 40px 0;
}
.plan-layout .merit_box li{
	padding: 0.5em 1em;
    min-width: 49%;
    font-size: 1.8rem;
    margin: 0 0 0.5em 0;
    border: double 3px #fff;
	background: #b2a26c;
    /* color: #000; */
    text-align: center;
    line-height: 1.5;
}
.plan-layout .merit_box li .min{
	display: block;
	font-size: 1.3rem;
	color: #fff;
}

.plan-layout .pic-layout2{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 960px;
	margin: 0 auto;
	padding:70px 15px;
	background: #fff;	
	flex-wrap: wrap;
}

.plan-layout .pic-layout{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 960px;
	margin: 0 auto;
	padding:0 15px;
	background: #f5f5f5;	
	flex-wrap: wrap;
}
.plan-layout .pic-layout span:first-of-type{
	z-index: 999;
}
.plan-layout .pic-layout .illust{
	margin-top: -150px;
}
.plan-layout .view{
	margin-bottom: 30px;
  background: #f5f5f5;
  text-align: center;
}

.plan-layout .view .ttl-view{
  font-size: 4.0rem;
  color: #0a4561;
  
}

.plan-layout .view .ttl-view-s{
  font-size: 2.4rem;
  color: #001018;
  margin-bottom: 10px;
}

.plan-layout .layout-inline{
	max-width: 1060px;
	margin: 0 auto;	
}
.plan-layout .sec-layout .ico{
	margin-top: 15px;
}
.plan-layout .sec-layout .notes{
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;	
}


.plan-layout .layout-nav{
	display: flex;
	justify-content: space-between;	
	max-width: 1000px;
	flex-wrap: wrap;
	margin: 40px auto 70px;
}
.plan-layout .layout-nav li{
	max-width: 490px;
	flex-basis: 50%;
	background: #FFF;	
	margin-top: 10px;
}
.plan-layout .layout-nav li:nth-of-type(2n+1){
	margin-right: 10px;
}
.plan-layout .layout-nav a{
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 4px;
	border: 1px solid #fc0;
	color: #fc0;
	background: #0A4561;
	transition: .3s;	
}
.plan-layout .layout-nav a::after{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 27px;
	height: 8px;
	background:url(../../common/image/arw_btn_g.svg) no-repeat;
	background-size: 100% auto;
	transition: .3s;	
}
.plan-layout .layout-nav a:hover{
	opacity: .7;	
}
.plan-layout .layout-nav a:hover::after{
	right: 5px;
}
.plan-layout .layout-nav h3{
	flex-shrink: 0;
	width: 85px;
	padding: 5px 0 10px;
	border-right: 1px solid #fc0;	
	text-align: center;
	line-height: 1;	
	letter-spacing: .08em;	
}
.plan-layout .layout-nav h3._hasmenu{
	padding: 0;
}
.plan-layout .layout-nav h3._hasmenu span{
	font-size: 3.5rem;
}
.plan-layout .layout-nav h3 span{
	display: block;
	font-size: 4rem;	
}
.plan-layout .layout-nav h3 small{
	display: block;
	font-size: 1.5rem;
}
.plan-layout .layout-nav h3._hasmenu small{
	font-size: 1.3rem;
}
.plan-layout .layout-nav h3._hasmenu .menu{
	display: inline-block;
	margin-top: 5px;
	padding: 1px 4px;
	font-size: 1rem;
	background: #FFF;
	border: 1px solid #5F7580;
	color: #1C4050;
	letter-spacing: .04em;
}
.plan-layout .layout-nav .room{
	padding: 5px 3% 10px 3%;
	font-size: 1.8rem;
	letter-spacing: .08em;
	line-height: 1;
	font-family: "EB Garamond", serif;
    border-right: 1px solid rgba(255,204,0,.4);
    min-width: 236px;
}
.plan-layout .layout-nav .room .num{
	font-size: 4rem;
}
.plan-layout .layout-nav .room .ldk{
	font-size: 2.3rem;
}

.plan-layout .back-to-top{
	text-align: center;	
}
.plan-layout .back-to-top a{
	color: #Fc0;	
	font-size: 1.6rem;
	transition: .3s;	
}
.plan-layout .back-to-top span{
	position: relative;
	display: inline-block;
	padding-left: 47px;		
}
.plan-layout .back-to-top span::before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 27px;
	height: 8px;
	background:url(../../common/image/arw_back_g.svg) no-repeat;
	background-size: 100% auto;
	transition: .3s;	
}
.plan-layout .back-to-top a:hover{
	opacity: .7;	
}
.plan-layout .back-to-top a:hover::before{
	left: -5px;	
}

/* premium */
.plan-layout .layout-nav .premium a{
	color: #aa9649;
	background: #231815;
}
.plan-layout .layout-nav .premenu a{
	color: #fff;
	background: #4e3b35;
}
.plan-layout .layout-nav .premium .room, 
.plan-layout .layout-nav .menu .room {
		position: relative;
    padding: 25px 6% 5px;
}
.plan-layout .layout-nav .premium .room .ico-premium{
	position: absolute;
	left: 10%;
	top: 5px;
	padding: 0 10px;
	background: #aa9649;
	color: #231815;
	font-size: 1.2rem;
	line-height: 1.6;
}
.room .ico-menu{
	position: absolute;
	left: 10%;
	top: 5px;
	padding: 0 10px;
	background: #aa9649;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6;
}

/* menu */
.plan-layout .layout-nav .menu a{
	color: #fff;
	background: #2b5b73;
}
.plan-layout .layout-nav .menu .room, 
.plan-layout .layout-nav .menu .room {
		position: relative;
    padding: 25px 6% 5px;
}
.plan-layout .layout-nav .menu .room .ico-premium{
	position: absolute;
	left: 10%;
	top: 5px;
	padding: 0 10px;
	background: #aa9649;
	color: #231815;
	font-size: 1.2rem;
	line-height: 1.6;
}
.room .ico-menu{
	position: absolute;
	left: 10%;
	top: 5px;
	padding: 0 10px;
	background: #fff;
	color: #0a4561;
	font-size: 1.2rem;
	line-height: 1.6;
}





/* plan-layout premium
-----------------------------------------------------------------*/
.plan-layout.premium .sec-layout{
	background: url(../image/premium/bg_premium.jpg) no-repeat center center;
	background-size: cover;
}
.plan-layout.premium .sec-layout.new{
    position: relative;
}
.sec-layout.new::before{
    content: '';
    background-image: url(../image/ico_new.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px; height: 70px;
    position: absolute;
    background-position: top right;
    top: 0; right: 0;
    z-index: 2;
}
.plan-layout.premium .ttl-type{
	margin-bottom: 25px;
	color: #aa9649;	
}
.plan-layout.premium .ttl-type .spec{
	display: flex;
	flex-wrap: wrap;
    align-items: flex-end;
}
.plan-layout.premium .space {
	margin: 0 0 0 5%;
	color: #aa9649;
}
.plan-layout.premium .space .bg {
	padding: 0;
	background: transparent;
}
.plan-layout.premium .balcony {
	width: 100%;
	margin: 10px 0 0;
	text-align: left;
	color: #fff;
}
.plan-layout.premium .premium-point-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.plan-layout.premium .premium-point-list li{
	max-width: 345px;
	padding: 10px;
	width: calc((100% - 20px)/3);	
  background-image: linear-gradient( 0deg, rgb(170,150,73) 0%, rgb(209,190,115) 50%, rgb(170,150,73) 100%);
	text-align: center;
	line-height:1.6;
	font-weight: 500;
	color: #231815;

}
.plan-layout.premium .premium-point-list.flex2 li{
	max-width:700px;
	width: calc((100% - 20px)/2);	
	
}
.plan-layout.premium .premium-point-list li:nth-child(n+4){
	margin-top: 10px;
}
.plan-layout.premium .premium-point-list.flex2 li:nth-child(n+3){
	margin-top: 10px;
}


.plan-layout.premium .premium-point-list small{
	display: block;
	font-size: 1.7rem;
}
.plan-layout.premium .premium-point-list span{
	font-size: 2.1rem;
}

.plan-layout.premium .pic-layout {
    display: block;
		margin-bottom: 30px;
    min-height: inherit;
    padding: 45px 15px 0;
		text-align: center;
}
.plan-layout.premium .pic-main{
	position: relative;
	z-index: 5;
}
.plan-layout.premium .pic-sub{
	padding-left: 20%;
	margin: -10vw 0 30px;
}
.plan-layout.premium .pic-sub-tate{
	margin: -2vw 0 30px;
}
.plan-layout.premium .pic-view{
	width: calc(100% + 30px);
	margin-left: -15px;	
}

.plan-layout.premium .feature-categories{
	margin-top: 75px;
	letter-spacing: .08em;
}
.plan-layout.premium .feature-categories h2{
	margin-bottom: 60px;
	text-align: center;
}
.plan-layout.premium .feature-categories h2 .en{
	display: block;
	font-size: 4rem;
	letter-spacing: .08em;
	color: #aa9649;
}
.plan-layout.premium .feature-categories h2 .ja{
	font-size: 2.4rem;
	letter-spacing: .1em;
}
.plan-layout.premium .ttl-cat{
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
	font-size: 2.7rem;
	letter-spacing: .08em;
	line-height: 1;
	color: #aa9649;
}
.plan-layout.premium .ttl-cat::after{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 50px;
	height: 1px;
	content: "";
	background: #aa9649;	
}

/* kitchen */
.plan-layout.premium .kitchen{
	margin-bottom: 75px;	
}
.plan-layout.premium .kitchen-hd{
	position: relative;
	margin-bottom: 40px;	
}
.plan-layout.premium .kitchen-hd h4{
	margin-bottom: 25px;
}
.plan-layout.premium .kitchen-hd .txt{
	margin-bottom: 35px;
	font-size: 1.5rem;
	line-height: 	2.4;
}
.plan-layout.premium .kitchen-point-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 664px;
	width: 70%;	
}
.plan-layout.premium .kitchen-point-list li{
	max-width: 320px;
	width: calc(50% - 5px);
	padding: 20px 10px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 1.6rem;
	line-height: 	2; 
}
.plan-layout.premium .kitchen-point-list li:nth-child(n+3){
	margin-top: 20px;	
}
.plan-layout.premium .kitchen-hd .pic{
	position: absolute;
	right: 0;
	top: 0;	
}
.plan-layout.premium .kitchen-hd .pic .caption{
	display: block;
	margin-top: -5px;
	text-align: right;
	font-size: 1.2rem;
	line-height: 2;	
}

@media screen and (max-width: 1080px) {
    .plan-layout.premium .sec-layout.new::before{
    width: 50px; height: 50px;
}
	.plan-layout.premium .kitchen-hd .pic{
		width: 38%;
	}

	.plan-layout.premium .premium-point-list li:nth-child(3n){
		margin-top: 10px;
	}
}

.plan-layout.premium .pic-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.plan-layout.premium .pic-list .pic,
.plan-layout.premium .kitchen-img{
	position: relative;
	margin-bottom: 10px;
}

.plan-layout.premium .kitchen-img{
	margin-bottom: 50px;
}

.plan-layout.premium .pic-list .caption,
.plan-layout.premium .kitchen-img .caption
{
	position: absolute;
	right: 10px;
	bottom: 3px;
	font-size: 1.1rem;
	text-shadow: 0 0 10px rgba(0,0,0,1);	
}
.plan-layout.premium .pic-list h4{
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: normal;	
}
.plan-layout.premium .pic-list .txt{
	font-size: 1.4rem;
}


.plan-layout.premium .kitchen-pic-list li{
	max-width: 515px;
	width: calc(50% - 5px);	
}
.plan-layout.premium .kitchen-pic-list li:nth-child(n+3){
	margin-top: 25px;	
}





/* powder room */
.plan-layout.premium .powder-room{
	margin-bottom: 80px;	
}
.plan-layout.premium .powder-room-pic-list li{
	max-width: 338px;
	width: calc((100% - 20px)/3);
}
.plan-layout.premium .powder-room-pic-list  .txt{
	margin-bottom: 25px;
}
.plan-layout.premium .powder-room-pic-list .point-box{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
	border: 1px solid #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 	2; 
}



/* bath room */
.plan-layout.premium .bathroom{
	margin-bottom: 80px;	
}
.plan-layout.premium .bathroom-point-list li{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 517px;
	width: calc(50% - 5px);
	padding: 20px 10px;
	border: 1px solid #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 	2; 	
}
.plan-layout.premium .bathroom-point-list li:nth-child(n+3){
	margin-top: 30px;
}



/* more */
.plan-layout.premium .more{
	margin-bottom: 30px;	
}
.plan-layout.premium .more-pic-list li{
	max-width: 338px;
	width: calc((100% - 20px)/3);
}
.plan-layout.premium .more-pic-list .point{
	padding: 20px 10px;
	border: 1px solid #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 	2; 	
}
.plan-layout.premium .more-pic-list .point+.point{
	margin-top: 20px;
}

.plan-layout.premium .feature-categories .note{
	font-size: 1.3rem;	
}



























/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

	
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* plan-top
-----------------------------------------------------------------*/
	.plan-top{
		padding: 40px 0 80px;
	}
	.plan-top .type-list{
		display: block;
		max-width: 380px;
		margin: 0 auto;
		margin-bottom: 35px;	
	}
	.plan-top .type-list > li{
		max-width: 380px;
		width: 100%;
		padding:0 0 25px;
	}
	.plan-top .type-list > li:nth-of-type(3){
		margin-right: 0;
	}
	.plan-top .type-list > li:nth-child(n+2){
		margin-top: 20px;	
	}
	.plan-top .type-list > li.new::before{
		width: 50px;
		height: 50px;
	}
	.plan-top .type-list a:hover{
		opacity: 1;
	}
	.ttl-type h2{
		width: 80px;
		padding: 10px 0;
	}
	.ttl-type h2 span{
		font-size: 4.3rem;	
	}
	.ttl-type h2 small{
		font-size: 1.6rem;
	}
	.ttl-type .room{
		font-size: 2.5rem;
		line-height: 1;
	}
	.ttl-type .room .num{
		font-size: 4.3rem;
	}
	.space .bg{
		padding:5px 25px;
	}
	.space .ttl{
		font-size: 1rem;
	}
	.space .num{
		font-size: 1.6rem;
	}
	.space .num strong{
		font-size: 3.1rem;
	}
	.space .tubo{
		font-size: 1rem;
	}
	.point-list li{
		padding: 4px 10px;
		font-size: 1rem;	
	}
	.plan-top .point-list{
		margin-bottom: 30px;
	}
	.plan-top .type-list .thumb{
		min-height: 70.66vw;
		margin: 0 20px 15px;
		padding:20px;
		text-align: center;
	}
	#Page .plan-top .type-list .type-a img,
	#Page .plan-top .type-list .type-b img{
		width: 50.66vw;
	}
	#Page .plan-top .type-list .type-d img{
		width: 40vw;
	}
	#Page .plan-top .type-list .type-e img,
	#Page .plan-top .type-list .type-e-menu2 img{
		width: 36vw;
	}
	#Page .plan-top .type-list .type-f img{
		width: 56vw;
	}
	.plan-top .type-list .more{
		font-size: 1.4rem;	
	}
	.plan-top .type-list .more span{
		padding-right: 35px;	
	}
	.plan-top .type-list .more span::after{
		top: 35%;
		width: 25px;
		height: 8px;
	}
	.plan-top .type-list a:hover .more span::after{
		right: -0;
	}
	.plan-top .notes li{
		font-size: 1rem;
	}

/* premium */
.plan-top .type-list > li.premium .ttl-type .spec .ico-premium{
	top: -5px;
}
.plan-top .type-list > li.premium .ttl-type .spec .ico-premium span{
	font-size: 1rem;
}


/* plan-layout
-----------------------------------------------------------------*/
	.plan-layout{
		padding: 40px 0 80px;
	}
	.plan-layout .sec-layout{
		padding:0 0 25px;
	}
	.plan-layout .ttl-type h2{
		width: 80px;
		padding: 10px 0;
	}
	.plan-layout .ttl-type h2._hasmenu {
			padding: 15px 0;
	}
	.plan-layout .ttl-type h2 span{
		font-size: 4.3rem;	
	}
	.plan-layout .ttl-type h2 small{
		font-size: 1.6rem;
	}
	.plan-layout .ttl-type h2._hasmenu .menu {
    margin-top: 5px;
    font-size: 1rem;
	}
	.plan-layout .ttl-type .spec {
			padding: 2px 6%;
	}
	.plan-layout .ttl-type .room{
		font-size: 2.5rem;
	}
	.plan-layout .ttl-type .room .num{
		font-size: 4.3rem;
	}
	.plan-layout .ttl-type .room .ldk{
		font-size: 2.5rem;
	}
	.plan-layout .point-list{
		margin-top: 5px;
	}
	.plan-layout .point-list li{
		font-size: 0.9rem;	
	}
	.plan-layout .space{
		margin: 20px 0 15px;
		padding:0 0px;
	}
	.plan-layout .space .bg{
		width: 100%;
		padding:5px 25px 8px;
	}
	.plan-layout .space .ttl{
		font-size: 1rem;
	}
	.plan-layout .space .num{
		font-size: 1.6rem;
	}
	.plan-layout .space .num strong{
		font-size: 3.1rem;
	}
	.plan-layout .space .tubo{
		font-size: 1rem;
	}
	.plan-layout .balcony{
		max-width: 24em;
		margin: 0 auto 15px;
		font-size: 1rem;
		text-align: left;	
	}

	.plan-layout .merit_box ul{
		width: 90%;
		display: block;
		padding: 20px 0;
	}
	.plan-layout .merit_box li{
		padding: 0.5em;
		font-size: 1.4rem;
	}
	.plan-layout .merit_box li .min{
		font-size: 0.9rem;
	}

	.plan-layout .pic-layout{
		min-height: 100.66vw;
		/* padding:20px 0; */
	}
	.plan-layout .pic-layout .illust{
		margin-top: -40px;
	}
	#Page .plan-layout .type-a  .pic-layout img,
	#Page .plan-layout .type-b  .pic-layout img{
		width: 69.33vw;
	}
	#Page .plan-layout .type-d  .pic-layout img{
		width: 60vw;
	}
	#Page .plan-layout .type-e  .pic-layout img,
	#Page .plan-layout .type-e-menu2  .pic-layout img{
		width: 52vw;
	}
	#Page .plan-layout .type-f  .pic-layout img{
		width: 69.33vw;
	}
	.plan-layout .layout-inline{
		padding: 0 20px;
	}
	.plan-layout .sec-layout .ico{
		margin-top: 10px;
	}
	#Page .plan-layout .sec-layout .ico img{
		width: auto;
		height: 12px;
	}
	.plan-layout .sec-layout .notes{
		font-size: 1rem;
	}
	
	.plan-layout .pic-layout2{
		margin: 0 auto;
		padding: 20px 15px 0;
	}

	
	.plan-layout .layout-nav{
		display: block;
		justify-content: space-between;	
		max-width: 315px;
		margin: 30px auto 50px;
	}
	.plan-layout .layout-nav li{
		width: 100%;
	}
	.plan-layout .layout-nav li:nth-child(n+2){
		margin-top: 20px;
	}
	.plan-layout .layout-nav a{
		padding: 5px;
	}
	.plan-layout .layout-nav a:hover{
		opacity: 1;	
	}
	.plan-layout .layout-nav a:hover::after{
		right: 10px;
	}
	.plan-layout .layout-nav h3{
		width: 40px;
	}
	.plan-layout .layout-nav h3 span{
		font-size: 3.3rem;	
	}
	.plan-layout .layout-nav h3 small{
		font-size: 1.2rem;
	}
	.plan-layout .layout-nav .room{
		font-size: 1.5rem;
        min-width: 155px;
	}
	.plan-layout .layout-nav .room .num{
		font-size: 3.0rem;
	}
	.plan-layout .layout-nav .room .ldk{
		font-size: 1.7rem;
	}
	
	.plan-layout .back-to-top a{
		font-size: 1.3rem;
	}
	.plan-layout .back-to-top span{
		padding-left: 40px;		
	}
	.plan-layout .back-to-top a:hover{
		opacity: 1;	
	}
	.plan-layout .back-to-top a:hover::before{
		left: 0px;	
	}

/* premium */
	.plan-layout .layout-nav .premium .room .ico-premium{
		font-size: 1rem;
	}




/* plan-layout premium
-----------------------------------------------------------------*/
	.plan-layout.premium .layout-inline {
    padding: 0;
	}
	.plan-layout.premium .ttl-type .spec {
    padding: 0 6%;
	}
	.plan-layout.premium .space{
		font-size: 1rem;
	}
	.plan-layout.premium .space .num strong {
    font-size: 2.5rem;
	}
	.plan-layout.premium .ttl-type{
		margin-bottom: 20px;
	}
	.plan-layout.premium .premium-point-list{
		margin-bottom: 20px;
	}
	.plan-layout.premium .premium-point-list li{
		max-width: none;
		width: calc(50% - 5px);	
		line-height: 1.4;
	}
	.plan-layout.premium .premium-point-list small{
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
	.plan-layout.premium .premium-point-list span{
		font-size: 1.5rem;
	}
	.plan-layout.premium .premium-point-list li:nth-child(3) small{
		margin-bottom: 1.2em;
	}
	.plan-layout.premium .premium-point-list.flex2 li:nth-child(3) small{
		margin-bottom: 0;
	}
	
	.plan-layout.premium .pic-layout {
			margin-bottom: 30px;
			padding: 45px 15px 0;
			text-align: center;
	}
	#Page .plan-layout .type-f  .pic-layout img {
    width: 100%;
	}
	.plan-layout.premium .pic-main{
		padding: 0 10px;
	}
	.plan-layout.premium .pic-view{
		width: calc(100% + 30px);
		margin-left: -15px;	
	}
	
	.plan-layout.premium .feature-categories{
		margin-top: 40px;
	}
	.plan-layout.premium .feature-categories h2{
		margin-bottom: 30px;
	}
	.plan-layout.premium .feature-categories h2 .en{
		font-size: 2.4rem;
	}
	.plan-layout.premium .feature-categories h2 .ja{
		font-size: 1.4rem;
	}
	.plan-layout.premium .ttl-cat{
		margin-bottom: 30px;
		padding-bottom: 15px;
		font-size: 1.8rem;
	}
	.plan-layout.premium .ttl-cat::after{
		width: 40px;
	}

/* kitchen */
	.plan-layout.premium .kitchen{
		margin-bottom: 40px;	
	}
	.plan-layout.premium .kitchen-hd{
		margin-bottom: 30px;	
	}
	.plan-layout.premium .kitchen-hd h4{
		max-width: 403px;
		margin-bottom: 20px;
	}
	.plan-layout.premium .kitchen-hd .txt{
		margin-bottom: 25px;
		font-size: 1.3rem;
		line-height: 	2;
	}
	.plan-layout.premium .kitchen-point-list{
		max-width: none;
		width: 100%;	
	}
	.plan-layout.premium .kitchen-point-list li{
		max-width: 320px;
		width: calc(50% - 5px);
		padding: 15px 5px;
		font-size: 1.2rem;
		line-height: 1.8;
	}
	.plan-layout.premium .kitchen-point-list li:nth-child(n+3){
		margin-top: 10px;	
	}
	.plan-layout.premium .kitchen-hd .pic{
		position: static;
		width: 100%;
		margin-top: 20px;
		padding-left: 20%;
	}
	.plan-layout.premium .kitchen-hd .pic img{
		transform: translateX(20px);
	}
	.plan-layout.premium .kitchen-hd .pic .caption{
		margin-top: 0;
		font-size: 1rem;	
	}


	.plan-layout.premium .pic-list{
		display: block;
	}
	.plan-layout.premium .pic-list .pic{
		margin-bottom: 10px;
	}
	.plan-layout.premium .pic-list .caption{
		right: 5px;
		font-size: 1rem;
	}
	.plan-layout.premium .pic-list h4{
		margin-bottom: 15px;
		font-size: 1.4rem;
		font-weight: normal;	
	}
	.plan-layout.premium .pic-list .txt{
		font-size: 1.2rem;
	}
	
	
	.plan-layout.premium .kitchen-pic-list li{
		margin:  0 auto;
		width: 100%;	
	}
	.plan-layout.premium .kitchen-pic-list li:nth-child(n+2){
		margin-top: 25px;	
	}





/* powder room */
	.plan-layout.premium .powder-room{
		margin-bottom: 40px;	
	}
	.plan-layout.premium .powder-room-pic-list li{
		margin: 0 auto;
		width: 100%;
	}
	.plan-layout.premium .powder-room-pic-list li:nth-child(n+2){
		margin-top: 25px;
	}
	.plan-layout.premium .powder-room-pic-list  .txt{
		margin-bottom: 20px;
	}
	.plan-layout.premium .powder-room-pic-list .point-box{
		padding: 15px 10px;
		font-size: 1.4rem;
		text-align: center;
		line-height: 	2; 
	}



/* bath room */
	.plan-layout.premium .bathroom{
		margin-bottom: 40px;	
	}
	.plan-layout.premium .bathroom-point-list li{
		max-width: none;
		max-width: 338px;
		width: 100%;
		margin: 0 auto;
		padding: 15px 10px;
		font-size: 1.4rem;
	}
	.plan-layout.premium .bathroom-point-list li:nth-child(n+2){
		margin-top: 20px;
	}
	


/* more */
	.plan-layout.premium .more{
		margin-bottom: 20px;	
	}
	.plan-layout.premium .more-pic-list li{
		width: 100%;
		margin: 0 auto;
	}
	.plan-layout.premium .more-pic-list li:nth-child(n+2){
		margin-top: 25px;
	}
	.plan-layout.premium .more-pic-list .point{
		padding: 15px 10px;
		font-size: 1.4rem;	
	}
	.plan-layout.premium .more-pic-list .point+.point{
		margin-top: 20px;
	}
	
	.plan-layout.premium .feature-categories .note{
		font-size: 1rem;	
	}



}

.selectPlanWrap{
    max-width: 1000px;
    margin: 5% auto 0;
    padding: 0 0 2%;
    position: relative;
}
.selectPlan{
    max-width: 1000px;
    margin: auto;
/*
    background-color: rgba(255,255,255,.1);
    border: 1px solid #fff;
*/
    text-align: center;
/*    padding: 4% 3%;*/
}
.selectPlanWrap .limited{
    text-align: center;
    position: relative;
    top: 40px
}
.selectPlan h3{
    color: #fc0;
    font-size: 4.6rem;
    letter-spacing: 5px;
    font-weight: 300;
    line-height: 1;
    margin: 20px 0;
}
.selectPlan .selectTxt{
    font-size: 2.2rem;
    line-height: 1.6;
}
.selectPlanWrap .selectCap{
    font-size: 1.1rem;
    margin-top: 8px;
}


@media screen and (max-width: 768px) {
    .selectPlanWrap{
    padding: 5% 5% 0%;
}
    .selectPlanWrap .limited{
        width: 30%;
        margin: auto;
    }
.selectPlan{
    padding: 5% 5%;
}
.selectPlan .limited{
    padding: 10px 20px;
    font-size: 1.4rem;
}
.selectPlan h3{
    font-size: 3.0rem;
    margin: 20px 0 30ox;
}
.selectPlan .selectTxt{
    font-size: 1.4rem;
    line-height: 1.5;
}
.selectPlanWrap .selectCap{
    font-size: 1rem;
}
}

.pic_kit{
    display: flex;
    justify-content: center;
    margin-top: -50px;
}
.pic_kit p{
    
}
@media screen and (max-width: 768px) {
   .pic_kit p:nth-of-type(2){
    width: 50%;
} 
}



.plan-layout .layout-nav .spec{
    font-size: 3.0rem;
    padding: 0 3%;
    line-height: 1.1;
}
.plan-layout .layout-nav .spec .syou{
    font-size: 1.6rem;
}
.plan-layout .layout-nav .spec .tsubo{
    font-size: 1.3rem;
    display: block;
}

@media screen and (max-width: 768px) {
    .plan-layout .layout-nav .spec{
    font-size: 2.0rem;
    padding: 0 3%;
    line-height: 1.1;
}
.plan-layout .layout-nav .spec .syou{
    font-size: 1.3rem;
}
.plan-layout .layout-nav .spec .tsubo{
    font-size: 1.0rem;
    display: block;
}
    .plan-layout .layout-nav .room {
        
    }
    .plan-layout .layout-nav .menu .room, .plan-layout .layout-nav .menu .room{
        padding: 20px 2% 5px;
    }
    .plan-layout .layout-nav .premium .room, .plan-layout .layout-nav .menu .room {
        padding: 20px 2% 5px;
    }
    .room .ico-menu {
    position: absolute;
    left: 10%;
    top: 5px;
    padding: 0 10px;
    font-size: 1.0rem;
    line-height: 1.6;
}
.plan-top .type-list > li.menu .ttl-type .spec .ico-menu{
	top: -5px;
}
    .plan-top .type-list > li.menu .ttl-type .spec .ico-menu span {
        font-size: 1rem;
    }
}

.plan_type{
    text-align: center;
    padding: 15px 5px;
    background-color: rgba(255,255,255,.3);
    color: #fc0;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 2px;
}
.menu .plan_type,
.premenu .plan_type{
    color: #fff;
}

.point-list-wrap{
    min-height: 100px;
}
@media screen and (max-width: 768px) {
    .point-list-wrap{
    min-height: inherit;
}
}




/* point
-----------------------------------------------------------------*/
.point{
	padding: 10px 0 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.point h2{
	min-height: 182px;
	margin-bottom: 170px;
	padding-top: 20px;
	background:url(../image/logo_intro.png) no-repeat center center;
	text-align: center;
	line-height: 1.6;
}
.point h2 small{
	display: block;
	font-size: 3.8rem;
}
.point h2 span{
	font-size: 5rem;
}
.point h2 sup{
	display: inline-block;
	font-size: 2rem;
	transform: translateY(-1em);
}
.point .cont02{
	/*margin-top: 165px;*/
  margin-top: 30px;
  margin-bottom: 50px;
}
.point .point-cont .layout-box h3{
	position: relative;
	max-width: 300px;
	width: 24.75%;
  margin-top: 2%;
}
.point .cont01 h3::after{
	position: absolute;
	left: 50%;
	bottom: -70px;
	transform: translateX(-50%);
	display: block;
	width: 176px;
	height: 176px;
	content: "";
	background:url(../image/ico_times.svg) no-repeat;
	background-size: 100% auto;	
}
.point .point-cont .txt-area{
	max-width: 802px;
	width: 66.83%;
}
.point .point-cont .txt-lead{
	margin-bottom: 30px;
	line-height: 1.0;
	font-size: 4.6rem;
}
.point .point-cont .txt-lead span{
	color: #d2a616;
}
.point .point-cont .txt-lead strong{
	font-weight: normal;
	font-size: 8rem;
}
.point .point-cont .txt{
	margin-bottom: 35px;
	font-size: 1.6rem;
	line-height: 2.2;
}
.point .layout-list{
	display: flex;
	justify-content: space-between;
	margin: 70px 0 0;
}
.point .layout-list li{
	width: calc(50% - 0px);
	padding: 50px 20px 50px;
    text-align: center;
}
.point .layout-list li:nth-child(1){
	background: rgb(10, 69, 97);
}
.point .layout-list li:nth-child(2){
	background: rgb(185,154,52);
background: linear-gradient(337deg, rgba(185,154,52,1) 37%, rgba(210,166,22,1) 69%, rgba(217,182,69,1) 100%);
}

.point .layout-list h3{
	margin-bottom: 20px;
	padding-left: 28px;
/*	border-left: 1px solid #053e54;*/
	line-height: 1;
	color: #053e54;
}
.point .layout-list h3 .en{
	display: block;
	margin-bottom: 10px;
	font-size: 2.4rem;
}
.point .layout-list h3 .ja{
	font-size: 1.3rem;
}
.point .layout-list li:nth-child(1) h3{
	border-left-color: #d2a616;
}
.point .layout-list li:nth-child(1) h3 .en{
	color: #d2a616;
}
.point .layout-list li:nth-child(1) h3 .ja{
	color: #FFF;
}

/*----------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/* point
-----------------------------------------------------------------*/
	.point{
		padding: 10px 0 10px;
    width:90%;
	}
	
	.point h2{
		min-height: 98px;
		margin-bottom: 80px;
		padding-top: 10px;
		background-size: 98px auto;
		line-height: 1.6;
	}
	.point h2 small{
		font-size: 2rem;
	}
	.point h2 span{
		font-size: 2.6rem;
	}
	.point h2 sup{
		font-size: 1.1rem;
	}
	.point .cont02{
		margin-top: 10px;
    margin-bottom: 0;
	}
  
	.point .point-cont{
		position: relative;
	}
	.point .point-cont .layout-box{
		display: block;
	}
	.point .point-cont .layout-box h3{
		position: static;
		max-width: none;
		width: auto;
		margin-bottom: 25px;
	}
	#Page .point .point-cont .layout-box h3 img{
		width: auto;
		height: 125px;
	}
	.point .cont01 h3::after{
		display: none;
	}
	.point .cont01::after{
		position: absolute;
		left: 50%;
		bottom: -180px;
		transform: translateX(-50%);
		display: block;
		width: 140px;
		height: 140px;
		content: "";
		background:url(../image/ico_times.svg) no-repeat;
		background-size: 100% auto;	
	}
	.point .point-cont .txt-area{
		max-width: none;
		width: 100%;
	}
	.point .point-cont .txt-lead{
		margin-bottom: 15px;
		font-size: 2.6rem;
	}
	.point .point-cont .txt-lead strong{
		font-size: 4.6rem;
	}
	.point .point-cont .txt{
		margin-bottom: 30px;
		font-size: 1.3rem;
		line-height: 2;
		text-align: justify;
	}
	.point .cont01 .pic{
		width: calc(100% + 20px);
	}
	.point .layout-list{
		display: block;
		margin: 20px 0 0;
	}
	.point .layout-list li{
		margin: 0 auto;
		width: 100%;
		padding: 15px 10px 18px;
	}
	.point .layout-list li:nth-child(n+2){
		margin-top: 20px;
	}
	.point .layout-list h3{
		margin-bottom: 15px;
		padding-left: 14px;
	}
	.point .layout-list h3 .en{
		margin-bottom: 5px;
		font-size: 1.8rem;
	}
	.point .layout-list h3 .ja{
		font-size: 1.1rem;
	}
  

}

.btn-res-wrapper{
  text-align: center;
  margin-bottom: 50px;
}

.btn-res-wrapper .btn-res{
  max-width: 400px;
  margin: 30px auto;
}

.btn-res-wrapper .view-copy{
  font-size: 2.0rem;
}

@media screen and (max-width: 900px) {
#Page .plan-top .type-list .wappen1 img{
		width: 10vw;
	}  
  
}
@media screen and (max-width: 768px) {

.plan-layout .view .ttl-view{
  font-size: 2.4rem;
  
  
}

.plan-layout .view .ttl-view-s{
  font-size: 1.8rem;
  
} 
  
.view .txt-swipe{
  font-size: 1.2rem;
  color: #000;
  position: relative;
}
  
.view .txt-swipe:before{
  content: "";
  width: 25px;
  height: 15px;
  background-image: url("../image/ico_swipe.png");
  background-size: cover;
  display: block;
  position: absolute;
  left: 5%;
  top: 7%;
  }  

.view iframe{
  width: 100%;
  height: 200px;
  }  
  
.plan-top .type-list > li .wappen1{
  position: absolute;
  right: 15px;
  top:15px;

}
  
#Page .plan-top .type-list .wappen1 img{
		width: 17vw;
	}  
  
  }

.kagu_naiyou{
    margin: 3% auto;
    width: 100%;
    max-width: 900px;
    padding: 3%;
    border: 1px solid #fff;
}
.kagu{
    font-size: 2.8rem;
    text-align: center;
    padding: 1%;
    background: #b2a26c;
}
@media screen and (max-width: 768px) {
    .kagu_naiyou{
        margin: 15% auto;
        font-size: 1.2rem;
    }
    .kagu{
        font-size: 2.0rem;
        padding: 2%;
}

/*gallery-area*/
.gallery-area{
    padding: 5%;
    background: #f5f5f5;
}
}


.gallery-nav .slick-slide{
    flex: 0 0 19%;
}
@media screen and (max-width: 768px) {
    .gallery-nav .slick-slide{
        flex: 0 0 32.2%;
    }
}


.plan_type.wappen2{
position:relative;
z-index-1;
    }
    
.plan_type.wappen2:before{
position:absolute;
content:"";
background-image: url("../image/wappen_wazuka.svg");
display:block;
width:73px;
height:37px;
top:5px;
    }   
    
.plan_type.wappen3{
position:relative;
z-index-1;
    }
    
.plan_type.wappen3:before{
position:absolute;
content:"";
background-image: url("../image/wappen_last1.svg");
display:block;
width:73px;
height:37px;
top:5px;
    }  