@charset "utf-8";
/* CSS Document */

.plan_list_aria {
	background-color: #000000;
	float: left;	/*左に回り込み*/
	width: 31.5%;		/*幅 4つの時*/
	overflow: auto;
	background: #FFFFFF;	/*背景色*/
	margin-left: 1.5%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	/*border-radius: 6px;		角丸のサイズ。この行削除すれば通常の長方形になる。*/
	height: auto;			/*高さ（下の「.list a」の高さと揃える）*/
	line-height: 1.4;
	overflow-y:hidden;
	position: relative;
}

.plan_list_aria a {
	display: block;
	overflow: auto;

	transition: 1.0s;
}

.plan_list_aria a:hover {
	background: #f4f4f4;	/*マウスオン時の背景色*/
}

@media screen and (max-width:767px){
    .plan_list_aria {
		width: 97%;
		margin-left: 1.5%;	/*ボックス同士の左右間の余白*/	
		margin-right: 1.5%;	/*ボックス同士の左右間の余白*/
    }
}

.plan_list_photo_aria {
	width: 100%;
}
.plan_list_photo_aria img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
@media screen and (max-width:767px){
	.plan_list_photo_aria img {
		height: auto;
	}
}
.plan_list_comment_aria {
    margin: 0 auto;
    text-align: center;
}

.plan_comment_aria_nophoto {

}

.plan_title_aria {
	text-align: left;
    height: 80px;
	color: #000000;
	
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan_comment_price {
    height: 60px;
	color: #000000;
	
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan_line {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.yoyaku_tel_aria {
	position: relative;
	width: 97%;
	margin-left: 1.5%;	/*ボックス同士の左右間の余白*/	
	margin-right: 1.5%;	/*ボックス同士の左右間の余白*/
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.yoyaku_tel_aria a {
    color: #FFFFFF;
}
.yoyaku_tel_aria a:hover {
	background: #f4f4f4;	/*マウスオン時の背景色*/
}
.yoyaku_moji {
	float: left;	/*左に回り込み*/
	margin-left: 30%;
	width: 20%;
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	padding: 1%;
}

.yoyaku_tel {
	float: left;	/*左に回り込み*/
	width: 20%;
	padding: 1%;
	font-size: 140%;
}

@media(max-width: 920px){
	.yoyaku_moji {
		float: none;
		width: 30%;
		margin: 0% auto;
	}
	.yoyaku_tel {
		float: none;
		width: 30%;
		margin: 0% auto;
	}
}
@media(max-width: 700px){
	.yoyaku_moji {
		width: 40%;
	}
	.yoyaku_tel {
		width: auto;
	}
}

/**/

.plan_aria {
    margin-bottom: 38px;
}

.plan_photo_aria {
	width: 30%;
	margin-left: 30px;
	float: left;
}
.plan_photo_aria img {
	width: 100%;
}

.plan_comment_aria {
    width: 64%;
	margin-left: 2%;
	float: left;
}

.plan_comment_aria_nophoto {
    width: 96%;
	margin-left: 30px;
	float: left;
}

/**/
.plan_comment_under {
    margin-top: 20px;
}

.plan_aria h4{
    width: 98%;
	padding: 0px;
	line-height: 1.5em;
	border-bottom: 1px solid #416d42;
	margin-bottom: 8px;
	margin-left: 20px;
}

.plan_photo_aria,.plan_comment_aria {
	margin-top: 0px;
}

.plan_comment_aria p,.plan_comment_aria_nophoto p {
	margin-top: 10px;
	line-height: 1.5em;	
}


/* メニューの中の表 */

.plan_comment_info {
    /*margin-top: 10px;*/
}

.plan_comment_info dl {
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}

.plan_comment_info dt {
	padding-bottom: 5px;
	font-weight: bold;
}

.plan_comment_info dt {
	/*width: 30%;
	background-color: #CCCCCC;*/
}

@media screen and (max-width: 881px) {
	.plan_comment_aria {
	    width: 62%;
	    margin-left: 1%;   
	}
}

@media screen and (min-width: 880px) {
	.plan_comment_info dt {
		clear: left;
		float: left;
		width: 10%;
		font-weight: bold;
	}
	.plan_comment_info dd {
		margin-left: 11%;
	}
}

@media screen and (max-width: 764px) {
	.plan_aria h4{
	    margin-left: 4px;
	}
	.plan_photo_aria {
		width: 98%;
		margin: 4px auto;
		float: none;
	}
	.plan_photo_aria img {
		width: 100%;
	}
	
	.plan_comment_aria,.plan_comment_aria_nophoto {
		width: 96%;
		margin: 4px auto;
		float: none;
		font-size: 96%;
	}

	.plan_comment_info dt {
		width: 20%;
		font-weight: bold;
	}
}


.plan_syousaisw_area {
    float: left;
	width: 100%;
	margin-top: 24px;
}

.button_space {
    margin: 24px 0px 0px 0px;
}

.button {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  outline: none;
  
  background-color: #b8d5b8;
  border: 2px solid #b8d5b8;
  color: #416d42;
  
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  background-color: #fff;
  border-color: #416d42;
  color: #416d42;
}

@media(max-width: 767px){
	.button {
		width: 100%;
		margin: 12px auto 24px;
	}
	.plan_syousaisw_area {
        margin-top: 8px;
		width: 100%;
    }
}


/*.plan_yoyaku_tel_pc,.plan_yoyaku_tel_sp {
    width: 98%;
	max-width: 900px;
	margin: 10px auto 0px auto;
}
.plan_yoyaku_tel_pc img,.plan_yoyaku_tel_sp img {
    width: 100%;
}*/
.plan_yoyaku_tel_pc {
	display: block;
}
.plan_yoyaku_tel_sp {
    display: none;
}
@media only screen and (max-width: 1024px) { 
	.plan_yoyaku_tel_pc {
		display: none;
	}
	.plan_yoyaku_tel_sp {
		display: block;
	}
}