@charset "utf-8";
/* CSS Document */
.red {
	color:#cf2b2b;
}
.txt120 {
	font-size: 120%;
	font-weight: bold;
}
.txt150 {
	font-size: 150%;
	font-weight: bold;
}
/*free*/
#free_wrap {
	padding-top:70px;
}
#free_wrap h2 {
	font-size: 150%;
	text-align: center;
	margin-top: 20px;
}
#free_wrap hr {
	border: none;
	border-bottom: 5px solid #cf2b2b;
	margin-bottom: 40px;
}
#free_wrap nav {
	width: 100%;
	border-bottom: 5px solid #cf2b2b;
	padding-bottom: 40px;
}
#free_wrap nav ul {
	text-align: center;
	width:70%;
	max-width: 840px;
	margin:0 auto;
}
#free_wrap nav ul li {
	display: inline-block;
	width: 33%;
	margin:10px 1%;
}
#free_wrap nav ul li a {
	background:#fff;
	display: block;
}
#free_wrap nav ul li a:hover {
	background: #ededee;
}
.free {
	border-bottom: 5px solid #cf2b2b;
	padding:70px 0;
}
.free .cate {
	width:70%;
	max-width: 840px;
	margin:70px auto;
}
.free .cate .cate_title {
	text-align: center;
	font-size: 200%;
}
.free .cate .cate_title img {
	vertical-align: middle;
}
.free .cate .cate_title2 {
	text-align: center;
	font-size: 120%;
	margin: 30px 0;
	color:#761636;
	border-bottom: 5px double #761636;
}
.free .cate .cate_txt1 {
	padding: 10px;
}
.free .cate .cate_box {
	border:2px solid #761636;
	padding: 30px;
	margin: 30px auto;
	box-shadow: 10px 10px 0px #ededee;
}
.free .cate .cate_box .box_title1 {
	font-size: 120%;
	padding: 5px 10px;
}
.free .cate .cate_box .box_title2 {
	font-size: 80%;
	padding: 5px 10px;
	background: #761636;
	color: #fff;
	text-align: center;
}
.free .cate .box_txt1 {
	padding: 10px;
	color:#761636;
	text-align: center;
}
/*サロンスタイルの構図画像*/
.free .cate figure {
	width:80%;
	margin:50px auto;
}
.free .cate .style_box {
	display: table;
	width: 100%;
	margin: 30px 0;
}
.free .cate .style_box h4 {
	display: table-cell;
	text-align: right;
	padding: 10px 3%;
}
.free .cate .style_box .r_txt {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 3%;
	width:70%;
	background:#fff;
	border-radius: 10px;
}
.free .cate .style_box .r_txt h5 {
	text-shadow: 1px 1px 1px #aaa;
}
.free .cate .style_box .r_txt p {}
/*.free .cate .box_img1 {
	text-align: center;
}*/
/*.free .cate .box_img1 img {
	max-width: 100%;
	max-height: 600px;
	width: auto;
	height: auto;
}*/
.free .cate2 {
	width:70%;
	max-width: 840px;
	margin:70px auto;
}
.free .cate2 .cate_title3 {
	text-align: center;
	font-size: 120%;
	color:#fff;
	background: #cf2b2b;
	padding: 10px;
}
.free .cate2 .cate_txt1 {
	padding: 20px 10px;
	border:2px solid #cf2b2b;
	background: #fff;
}
#free_style {
	background-image: url(../images/bg_about.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#free_style #cate2 .cate_title {
	text-shadow: 2px 2px 1px #fff;
}
.free .cate .cate_title4 {
	text-align: center;
	font-size: 120%;
	margin: 30px 0;
	margin-bottom: -30px;
}
.free .cate .box4 {
	width:23%;
	display: inline-block;
	text-align: center;
	margin:10px 1%;
	vertical-align: top;
}
.free .cate .box4 h4 {
	color:#cf2b2b;
	border: 10px solid #cf2b2b;
	font-size: 150%;
	padding: 30px 5px;
	margin-bottom: 10px;
}
.free .cate .box4 p {
	font-size: 120%;
	font-weight: bold;
}
/*top_event*/
#top_event {
	background-image: url(../images/bg_event.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
#top_event a {
	display: block;
	width:70%;
	max-width: 840px;
	margin:0 auto;
	text-align: center;
	background: rgba(0,0,0,0.70);
	color:#fff;
	border:5px double #fff;
	padding:20px 0;
	font-weight: bold;
	font-size: 120%;
}
#top_event a:hover {
	background: none;
	text-shadow: 3px 3px 3px #3b2c27;
}
/*ここからスマホ用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
#free_wrap {
	padding-top:50px;
}
#free_wrap nav ul {
	width:75%;
}
.free {
	padding:50px 0;
}
.free .cate {
	width:75%;
	margin:50px auto;
}
.free .cate .cate_title {
	font-size: 150%;
}
.free .cate .cate_title img {
	width:30px;
}
.free .cate .box_txt1 {
	text-align: left;
}
/*#free .cate .box_img1 img {
	max-height: 500px;
}*/
.free .cate2 {
	width:75%;
	margin:50px auto;
}
#top_event a {
	width:75%;
}
}
/*ここからスマホ用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
#free_wrap nav ul {
	width:80%;
}
#free_wrap nav ul li {
	width: 60%;
	margin:10px 1%;
}
.free .cate {
	width:80%;
}
.free .cate2 {
	width:80%;
}	
.free .cate .cate_box {
	padding: 15px;
}
/*サロンスタイルの構図画像*/
.free .cate figure {
	width:100%;
}
.free .cate .style_box .r_txt {
	width:80%;
}
.free .cate .cate_title4 {
	font-size: 100%;
	margin-bottom: -20px;
}
.free .cate .box4 {
	width:48%;
	margin:20px 1%;
}
.free .cate .box4 h4 {
	border: 8px solid #cf2b2b;
	margin-bottom: 5px;
}
/*#free .cate .box_img1 img {
	max-height: 300px;
}*/
#top_event a {
	width:80%;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
#free_wrap nav ul {
	width:90%;
}
#free_wrap nav ul li {
	width: 70%;
}
.free .cate {
	width:90%;
}
.free .cate2 {
	width:90%;
}
	
.free .cate .style_box {
	display: block;
}
.free .cate .style_box h4 {
	display: block;
	text-align: center;
}
.free .cate .style_box .r_txt {
	display: block;
	padding: 10px 3%;
	width:94%;
}

/*#free .cate .box_img1 img {
	max-height: 250px;
}*/
#top_event a {
	width:90%;
}
}