@charset "utf-8";
/*------------base setting------------*/
body {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #8E4248;
	background: #FCFCFC;
}
a {
	color: #592E1B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F2EDED;
}
a, a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.7;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.lh {
	line-height: 2;
}
.h2 {
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
}

h2.h2 {
    /* border-left: 5px; */
}
.h2_sm {
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
}
/*------------all layout------------*/
.wrapper {
	min-width: 1080px;
}
.flame {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.main {
	padding: 30px 0;
}
.col_one {
	width: 34%;
}
.col_two {
	width: 100%;
}
.inside {
	padding: 20px 0;
	text-align: left;
}
/*------------header------------*/
.header {
	height: 350px;
	background: url(../image/main_image.jpg) no-repeat bottom center;
	position: relative;
}
.header .inner {
	position: absolute;
	bottom: 90px;
	width: 100%;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	text-align: center;
	padding: 40px 0 10px;
}
.logo {
	width: 300px;
	margin: 0 auto 40px;
}
/*------------navi------------*/
.navi {
	padding: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #F7A9A9;
}
.navi li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0;
	line-height: 35px;
	font-size: 13px;
	border-right: 1px solid #fff;
}
.navi li:first-child {
	border-left: 1px solid #fff;
}
.navi a {
	display: block;
	background: #F7A9A9;
	padding: 0;
	color: #000;
}
.navi a:hover {
	background: #B65454;
	color: #FFF;
	text-decoration: none;
}
/*------------footer------------*/
.footWrap {
	background: #E87070;
	padding: 10px 0 0 0;
	margin: 100px 0 0;
	min-width: 1080px;
}
.footer {
	background: #EC9898;
}
.footIn {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0 0;
}
.pageTop {
	position: absolute;
	top: -90px;
	right: 0;
	margin: auto;
	width: 60px;
}
.pageTop a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	background: #F4ADAD;
	text-align: center;
	border: 2px solid;
}
.copyRight {
	text-align: center;
	padding: 20px 0;
	color: #fff;
}
.copyRight a {
	margin: 0 10px;
}
.siteMap li {
	margin: 0 0 20px;
	float: left;
	width: 20%;
}
.siteMap a {
	padding: 0 0 2px;
}
.siteMap {
	padding: 0 0 0 80px;
	font-size: 16px;
}
/*------------main contents------------*/
.main a {
	color: #E83B6A;
}
.main a:hover {
	color: #E83B6A;
	text-decoration: underline;
}
.textArea {
	background: #F2EDED;
	padding: 40px;
}
.textArea .fr, .textArea .fl {
	padding: 20px 0 20px 20px;
	width: 300px;
	height: auto;
}
.text {
	padding: 20px 0 0;
}
.text p {
	margin: 0 0 25px;
}
.textArea h3 {
	font-size: 18px;
}
.col {
	margin: 20px 0;
}
.col1 .boxIn {
	padding: 40px 0;
}
.col1 .block_box {
	background: #eee;
}
.col1 .block_box {
	padding: 40px;
	margin: 0 0 20px;
	overflow: hidden;
}
.col1 .block_box img {
	width: 32%;
	height: auto;
	margin: 0;
	float: left;
}
.col1 .inside {
	float: right;
	width: 65%;
	padding: 0;
}
.col_line .img {
	width: 30%;
}
.col_line .inside {
	width: 70%;
	padding: 20px;
}
.col_line h2 {
	text-align: left;
}
.col_line .block_box {
	background: #eee;
}
.col_line .inner {
	padding: 20px 0 0;
}
.col2 .block_box {
	width: 49%;
	background: #F2EDED;
	text-align: center;
}
/*------------side contents------------*/
.block_box {
	padding: 20px;
	margin: 0 0 20px;
}
.block_box img {
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	max-width: 300px;
}
/*-----------col_one-------------*/
.col_one .side1 .block_box {
	background: #ddd;
}
.col_one .side1 .more a {
	background: #000;
	color: #fff;
}
.col_one .side1 .more a:hover {
	background: #fff;
	color: #FF2178;
}
.col_one .side2 .block_box {
	background: rgba(0,0,0,0.3);
	position: relative;
	color: #fff;
}
.col_one .side2 .block_box img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: -1;
}
/*------------PR link------------*/
.link li {
	margin: 0 0 10px;
}
.link {
	margin: 20px 0 0;
}
.link ul {
	margin: 30px 0 0;
}
.link a {
}
/*------------button------------*/
.more {
	line-height: 40px;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}
.more a {
	display: block;
	color: #fff;
	background: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
}
.more a:hover {
	background: #01AEF0;
	color: #fff;
}
.block_box .more a:hover {
	background: #fff;
	color: #01AEF0;
	text-decoration: none;
}
/*------------sub page------------*/
.subWrapper .header {
	height: 300px;
	background: url(../image/sub_image.jpg) no-repeat bottom center;
}
.subArea {
	background: #EEEEEE;
	padding: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.subArea h3, .subArea h4 {
	font-size: 18px;
}
.subText .fr {
	margin: 0 0 10px 10px;
}
.subText .fl {
	margin: 0 10px 10px 0;
}
.subArea .text {
	padding: 0;
}
.subText h2 {
	padding: 0 0 30px;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 2px;
}

.text h3 {
	color: #CF5050;
	border-bottom: 1px solid #C36F76;
	border-left: 5px solid #C36F76;
	padding-left: 5px;
}


.col2 .block_box {/* サブ文章の中と外のワク */
/*	background: linear-gradient(#FADFDF, #D3C1C1); */
	border: 5px solid #F99797;
	/* -webkit-box-shadow: 10px 10px 0 0 #B0871D; */
	/* box-shadow: 2px 2px 0 0 #C36F76; */
}

.textArea {/* メイン文章のワク */
/*	background: linear-gradient(#FADFDF, #D3C1C1); */
	border: 5px solid #F99797;
	/* -webkit-box-shadow: 10px 10px 0 0 #B0871D; */
	/* box-shadow: 2px 2px 0 0 #C36F76; */
}

.subArea {/*内部ページ*/
/*	background: linear-gradient(#FAF1DF, #DBCFB7); */
	border: 1px solid #C25252;
	-webkit-box-shadow: 10px 10px 0 0 #B0871D;
	box-shadow: 2px 2px 0 0 #C36F76;
}

body {
	background-color: #F2DBDB;
	background-image: -webkit-linear-gradient(-45deg, #455765 25%, transparent 25%, transparent 50%, #455765 50%, #455765 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #EAC1C1 25%, transparent 25%, transparent 25%, #EAC1C1 25%, #EAC1C1 25%, transparent 25%, transparent);
	background-size: 10px 10px;/*数字を大きくすれば太く、小さくすれば細くなります。*/
}

.pageTop {
	/* -webkit-box-shadow: 2px 2px 0 0 #B0871D; */
	box-shadow: 2px 2px 0 0 #C25252;	
}

.siteMap a:hover {
	/* background: #CA8181; */
	color: #FFF;
}

.textArea h2 {
	border-left: 5px solid #C36F76;
	border-right: 5px solid #C36F76;
}

.col2 .block_box h2 {/* サブ文章の中と外のワク */
	border-left: 5px solid #C36F76;
	border-right: 5px solid #C36F76;
}