/* leyout_2 ニュースインデックス用 */

.information_box{
display: block;
margin: auto;
width: 1050px;
}

/* 480px */
@media only screen and (max-width: 30em) {
.information_box{
width: 94%;
}
}

.leyout_2{
	display: flex;
	flex-wrap: nowrap;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 30px;
/*    border: 1px solid #c7bc97; */
    border-radius: 10px;
    box-shadow: 0 2px 8px -1px rgb(200 200 200 / 10%), 0 0 12px #c7bc97;
	}
.leyout_2 .leyout_2_img{
	width: 20%;
	margin: 0 30px 0 0;
	}
.leyout_2 .leyout_2_txt{
	width: 80%;
	}
.leyout_2 .leyout_2_txt span.leyout_2_cat{
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 3px var(--color-blue-gray);
	font-weight: bold;
	font-size: 1.4rem;
    letter-spacing: 0.2rem;
    color: #896e40;
	}

.leyout_2 .leyout_2_img_tate{
	width: 15%;
	margin: 0 70px 0 0;
	}

/* 480px */
@media only screen and (max-width: 30em) {
	.leyout_2{
		display: block;
		margin-bottom: 30px;
		padding: 30px;
		}
	.leyout_2 .leyout_2_img{
		width: 100%;
		margin: 0 0 20px 0;
		}
	.leyout_2 .leyout_2_txt{
		width: 100%;
		}

.leyout_2 .leyout_2_img_tate{
	width: 60%;
	margin: auto;
	}
}


.txt_14p{
font-family: YakuHanJP,"Noto Sans Japanese","メイリオ", "Meiryo", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
color: #896e40;

}


/* 01=通常テキスト */
.txt_01{
	margin: 5px 0;
	font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: normal;
    text-align: center;
	}
.txt_01 span{
	font-size: 12px;
	}    
    
.txt_01l{
	margin: 5px 0;
	font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: normal;
    text-align: left;
	}
.txt_01l span{
	font-size: 12px;
	}  
    
.txt_01b{
	margin: 5px 0;
	font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: bold;
    text-align: center;
	}
.txt_01b span{
	font-size: 12px;
	}  
    
/* 02=予約テキスト */
.txt_02{
	margin: 0 0 5px 0;
	font-size: 18px;
    text-align: center;
    font-weight: bold;
	border: #ff0000 2px solid;
	color: #ff0000;
	}
.txt_02.comingsoon{
	margin: 0 0 5px 0;
	font-size: 18px;
    text-align: center;
    font-weight: bold;
	border: #c0c0c0 2px solid;
	color: #c0c0c0;
	}
.txt_02.end{
	margin: 0 0 5px 0;
	font-size: 18px;
    text-align: center;
    font-weight: bold;
	background-color: #808080;
	border: #808080 2px solid;
	color: #ffffff;
	}
    
/* 768px */
@media only screen and (max-width: 48em) {
.txt_01{
	font-size: 12px;
	}
.txt_01l{
    text-align: center;
	}
}
.txt_01s{
	margin: 5px 0;
	font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: normal;
    text-align: left;
	}
    
    
/* =========== color =========== */
.white{ color:white !important;}

.red{color: red !important;}


/* ========== br ========== */
/*本文 スマホ時のみbr有り*/
br.mb_show{
	display: none;
}
/*本文 PC時のみbr有り*/
br.pc_show{
	display: block;
}
/* 768px */
@media only screen and (max-width: 48em) {
br.del768{ display:none;}
/*本文 スマホ時のみbr有り*/
br.mb_show{
	display: block !important;
}
br.pc_show{
	display: none !important;
}
}



/* ====================== 予約エリア ====================== */
.design_area_reservation {
	text-align: center;
}
.design_area_reservation_inner {
	background-color: #f5f5f5;
	padding: 50px;
/*    border: 3px solid #19bc03; */
}

.boder_color01{
border: 3px solid #bca475;
}

.design_area_reservation h2{
	font-size: 24px;
    color: #19bc03;
}
.design_area_reservation h2 span{
	font-size: 48px;
}
.btn_box{
	text-align: center;
	/*width: 400px;
	margin: auto;*/
}
.btn_box p{
	text-align: center;
	font-weight: bold;
}
a.Btn{
	display: inline-block;
	border: 2px solid #896e40; /* 737373 */
	background-color: #896e40; /* 737373 */
	width: 350px;
	padding: 20px 80px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	transition: 1s;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    border-radius: 15px;
}
a.Btn:hover{
	border: 2px solid #333333;
	background-color: #f5f5f5;
	color: #333333;
	transition: 1s;
}
a.Btn.colorBlue{
	border: 2px solid #19bc03;
	background-color: #19bc03;	
}
a.Btn.colorBlue:hover{
	border: 2px solid #34897d;
	background-color: #34897d;
	color: #FFFFFF;
	transition: 1s;
}

a.Btn.colorGold{
	border: 2px solid #bca475;
	background-color: #bca475;	
}
a.Btn.colorGold:hover{
	border: 2px solid #bca475;
	background-color: #bca475;
	color: #FFFFFF;
	transition: 1s;
}
a.Btn img{
	width: 30px;
	padding-right: 5px;
}
a.icon_line img{
    width: 20px;
    margin-right: 5px;
}
.line_icon img {
width: 30px;
}

@media only screen and (max-width: 30em) {
.design_area_reservation_inner {
	background-color: #f5f5f5;
	padding: 50px;
}
.design_area_reservation h2{
	font-size: 16px;
	width: 100%;
	margin: 10px auto 30px;
}

.design_area_reservation_inner {
	padding: 15px;
}
.design_area_reservation h2 span{
	font-size: 24px;
}

a.Btn{
	font-size: 16px;
	width: 100% !important;
	padding: 20px 0;
}

}

