@charset "utf-8";

/* common
--------------------------------------------------------- */
body {
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #000;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
  /* background-image: url("../images/back.jpg");*/
  /* background-attachment: fixed; */
  /* background-position: top center; */
  /* background-repeat: no-repeat; */
}
input {
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
}
a {
	color: #DDA448;
	text-decoration: none;
}
a:hover {
	opacity:0.7;
}
.in {
	width: 83%;
	margin: 0 auto;
	padding: 60px 0;
}
/* main
--------------------------------------------------------- */
header {
	width: 100%;
	position: relative;
	margin: 0 0 20px;
}
.main .in {
	padding: 0;
}
h1 {
	font-size: 18px;
	position: absolute;
	width: 50%;
	background-color: rgba(0, 0, 0, 0.45);
	top: 0;
	bottom: 0;
	left: 0px;
	text-align: center;
	padding: 127px 30px 0;
	font-weight: bold;
}
h1 a {
	color: #fff;
	text-align: center;
	transition: 0.5s;
}
h1 a:hover {
	opacity: 0.7
}
main.mainimage {
	position: relative;
	margin-bottom: 50px;
	border-bottom: 2px solid #ffee6b;
	border-top: 2px solid #ffee6b;
}
header img {
	width: 100%;
}
h2 {
	text-align: center;
	font-size: 26px;
	border-top: 2px dotted #CA1551;
	margin: 20px 0;
}
.side {
	width: 90%;
	margin: 0 auto;
}
/* TOPCONTENTS
--------------------------------------------------------- */
.topcontent {
	width: 74%;
	margin-bottom: 40px;
	float: right;
}
.topcontent a:hover {
	opacity: 0.7;
}
.topcontent h3 {
	font-size: 17px;
	font-weight: bold;
	position: relative;
	margin: 20px 0;
	padding-bottom: .5em;
	border-bottom: solid 3px #DDA448;
}
.topcontent h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #CA1551;
	bottom: -3px;
	width: 30%;
}
.topcontent img {
	width: 27%;
	height: auto;
	float: left;
	margin: 52px 0 14px 2%;
	border-radius: 0 3em;
}
.topcontent .wrapper_container {
	float: left;
	width: 71%;
}
.topcontent h2 {
	font-size: 23px;
	border: none;
}
.top_content {
	width: 74%;
	padding: 0 3% 0 0;
	margin-bottom: 40px;
	float: right;
}
.top_content a:hover {
	opacity: 0.7;
}
.top_content h3 {
	font-size: 17px;
	font-weight: bold;
	position: relative;
	margin: 20px 0;
	padding-bottom: .5em;
	border-bottom: solid 3px #DDA448;
	clear: both;
}
.top_content h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #CA1551;
	bottom: -3px;
	width: 30%;
}
.top_content img {
	width: 32%;
	height: auto;
	float: right;
	margin: 5px 0 20px 2%;
	border-radius: 0 3em;
}
.top_content h2 {
	font-size: 23px;
	border: none;
}
.breadcrumb {
	float: left;
}
.breadcrumb li a {
	padding-left: 4px;
}
/* sidecolum
--------------------------------------------------------- */
.sidecolum {
	float: left;
	width: 26%;
}
.sidecolum .in2 {
	margin: 0 auto;
	width: 100%;
	padding-right: 10%;

}
.sidecolum h2 {
	text-align: left;
	margin-bottom: 20px;
}
.menulist li {
	margin: 7px;
}
.news {
	margin-bottom: 20px;
}
.menulist {
	margin-bottom: 20px;
}
/* side_area1
--------------------------------------------------------- */
.side_area1 {
	margin-bottom: 40px;
}
.side_area1 article {
	margin-bottom: 10px;
}
.side_area1 img {
	width: 100%;
	border: 6px solid #CA1551;
}
.side_area1 a{
	transition: 0.5s;
}
.side_area1 a:hover {
	opacity: 0.7;
}
.side_area1 a {
	display: block;
}
/* side_area2
--------------------------------------------------------- */
.side_area2 {
	margin-bottom: 40px;
}
.side_area2 article {
	margin-bottom: 20px;
}
.side_area2 article a {
	display: block;
	color: #333;
	padding: 20px 10px;
	background: #fff;
	border: 4px solid #CA1551;
	border-radius: 2em;
	transition: 0.5s;
}
.side_area2 article a h3 {
	color: #DDA448;
	border-bottom: 2px dashed #DDA448;
	margin-bottom: 8px;
}
/* sub_area1
--------------------------------------------------------- */
.sub_area1_in p {
	line-height: 20px;
}
.post {
	width: 48.5%;
	float: left;
	margin: 10px 3% 22px 0;
}
.post:nth-child(2n) {
	margin-right: 0;
}
.post a img{
	display: block;
	opacity: 0.4;
	width: 50%;
	transition: 0.5s;
}
.text {
	width: 40.2%;
	float: left;
	position: absolute;
	z-index: 99;
}
.text p {
	font-size: 12px;
	text-shadow: 1px 1px #fff;
	color: #333;
	transition: 0.5s;
}
.post img {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 11em;
}
.post a img:hover {
	opacity: 1;
}
h2.height {
	font-size: 17px;
	margin-bottom: 6px;
	background: linear-gradient(rgba(0, 0, 0, 0) 70%, #DDA448 70%);
	border: none;
	color: #333;
}
/* sub_area2
--------------------------------------------------------- */
.diamond {
	position: relative;
	width: 300px;
	height: 300px;
	margin: 125px auto;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.diamond img {
	max-width: 142%;
	margin: -63px 0 0 -62px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	float: left;
}
.diamond_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1;
}
.diamond_txt h3 {
	line-height: 300px;
	color: #fff;
	font-size: 14px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: none;
	text-align: center;
	text-shadow: 1px 1px #000;
}
a:hover .diamond_txt {
	background: rgba(0,0,0,.5);
}
/* sub_area3
--------------------------------------------------------- */
.rhombus{
	width: 80px;
	height:80px;
	background: #ffffff;
	border: 1px solid #DDA448;
	margin:20px;
	transform:rotate(-45deg);
	float: right;
}
.rhombus p{
	transform:rotate(45deg) translate(15px,15px); 
	text-align:center;
}
.sub_area3 a.more:hover {
	color: #CA1551;
	transition:0.5S;
}
.sub_area3 a.more {
	color: #DDA448;
}
/* sub_area4
--------------------------------------------------------- */
.sub_area4 li {
	margin: 0 0 35px;
}
.sub_area4 li:last-child {
	margin-bottom: 0;
}
.sub_area4_txt {
	width: 65%;
	float: right;
	padding: 88px 0 0;
}
.sub_area4_txt h2 {
	border: none;
	text-align: center;
	background: linear-gradient(transparent 70%, #DDA448 70%);
}
.sub_area4_txt p {
	width: 100%;
}
.sub_area4_img img {
	width: 100%;
	height: auto;
}
p.boxmore {
	margin-top: 30px;
}
.sub_area4 .more {
	width: 15%;
	float: right;
	text-align: center;
	font-size: 15px;
	border: 1px solid #DDA448;
	padding: 4%;
	border-radius: 6em;
	background-color: #DDA448;
	transition: 0.5s;
}
.sub_area4 .more:hover {
	background-color: #CA1551;
	border: 1px solid #CA1551;
	color: #ffffff;
}
.sub_area4 .diamond {
	float: left;
	width: 261px;
	height: 261px;
	margin: auto;
	margin-left: 6%;
	margin-top: 55px;
}
.sub_area4 .diamond img {
	max-width: 146%;
}
.sub_area4 a {
	color: #fff;
}
/* sub_area5
--------------------------------------------------------- */
.sub_area5_in article {
	width: 32.6%;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
}
.sub_area5_in article:nth-child(3n) {
	margin-right: 0;
}
.sub_area5 article h3 {
	font-size: 15px;
	margin: 0 0 10px;
	transition: 0.5s;
	width: 100%;
}
.sub_area5_in article img {
	width: 38%;
	float: left;
	margin: 0 2% 10px 0;
}
.sub_area5_in article p {
	font-size: 12px;
}
.sub_area5_in article a {
	display: block;
	width: 100%;
}
.sub_area5 h3:hover {
	opacity: 0.7;
}
.all_list {
	clear: both;
	width: 210px;
	margin: 0 auto;
	padding: 2%;
}
.all_list a {
	display: block;
	border: 4px double #ffffff;
	background-color: #CA1551;
	text-align: center;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 16px;
	transition: 0.5s;
}
.all_list a:hover {
	letter-spacing: 5px;
}
/*sub_area6
-------------------------------------------------*/
article.sub_area6_2 {
	position: relative;
	width: 24.2%;
	float: left;
	margin-right: 1%;
	box-sizing: border-box;
	margin-bottom: 3%;
	overflow:   hidden;
}
article.sub_area6_2:nth-child(4n) {
	margin-right: 0;
}
section.sub_area6_text {
	position: absolute;
	top: 0;
	text-shadow: 1px 1px 1px #000;
	font-size: 15px;
	display: none;
}
section.sub_area6_img {
	width: 100%;
}
article.sub_area6_2 a {
	display: block;
}
section.sub_area6_text:hover {
	display: block;
}
.sub_area6 img {
	width: 100%;
}
.sub_area6_2 .caption {
	font-size: 13px;
	text-align:     center;
	padding: 20px;
	background: none;
	color: #000;
}
.sub_area6_2 .mask {
	width: 100%;
	height:  100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-transition: all 0.2s ease;
	transition:   all 0.2s ease;
	z-index: 998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 10px solid #CA1551;
}
.sub_area6_2:hover .mask {
	opacity:    1;
}

.sub_area6 h2 {
	border: none;
	font-weight: bold;
	font-size: 19px !important;
	color: #DDA448 !important;
}

/*post_list
-------------------------------------------------*/
.post_list ul {
	width: 100%;
	margin: 0 auto;
}
.post_list li {
	width: 42%;
	float: left;
	text-align: center;
	padding: 10px 0;
	margin: 0 4% 0 4%;
	border-bottom: 1px dashed #000000;
}
.post_list a:hover {
	opacity: 0.7;
}
/*New Post
-------------------------------------------------*/
.News dt {
	float: left;
	margin: 0 30px 10px 0;
}
.News dd {
	margin: 0 0 10px;
}
.News dl {
	padding: 2%;
	margin: 20px 0 20px 0;
	width: 100%;
}
.News a:hover {
	opacity: 0.7;
}
/*Pr_Link
-------------------------------------------------*/
li {
	padding-bottom: 5px;
}
/*sitemap
-------------------------------------------------*/
.postlist {
	width: 74%;
	padding: 0 3% 0 0;
	margin-bottom: 40px;
	float: right;
}
.postlist li {
	width: 42%;
	float: left;
	text-align: center;
	padding: 10px 0;
	margin: 0 4% 0 4%;
	border-bottom: 1px dashed #000000;
}
.postlist ul {
	width: 100%;
	margin: 0 auto;
}
/* top
--------------------------------------------------------- */
div#pagetop a {
	text-decoration: none;line-height: 74px;color: white;font-size: 17px;}
div#pagetop {
	width: 6%;height: 74px;text-align: center;border: 4px double #ffffff;background-color: #DDA448;position: fixed;bottom: 64px;right: 10px;}
div#pagetop:hover {
	-webkit-animation-name: gototop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-delay: .1s;
}
@-webkit-keyframes gototop {
0% {
}
20% {
	margin-bottom: 20px;
}
50% {
	margin-bottom: 0px;
}
70% {
	margin-bottom: 10px
}
100% {
	margin-bottom: 0px;
}
}
/* footer
--------------------------------------------------------- */
footer {
	background-color: #CA1551;
	margin-top: 24px;
	width: 100%;
	border-top: 7px double #ffffff;
	padding: 3% 0px 1%;

}
footer ul {
	margin: 0 0 20px;
}
footer li {
	width: 30.6%;
	float: left;
	margin: 0 4% 20px 0;
	font-size: 14px;
}
footer li:nth-child(3n) {
	margin-right: 0;
}
footer li a {
	color: #fff;
}
footer p {
	color: #fff;
	text-align: center;
	font-size: 11px;
}
footer p a {
	color: #fff;
	text-decoration: underline;
}
footer a:hover {
	opacity: 0.7;
}
footer p a:hover {
	text-decoration: none;
}
.inner {
	width: 84%;
	margin: 0 auto 20px;
}
/* media screen
--------------------------------------------------------- */
@media screen and (max-width: 1000px) {
h1 {
	padding: 74px 30px 0;
}
.sub_area4_txt {
	width: 52%;
	padding: 0;
}	
.sub_area4 .more {
	width: 20%;
	border-radius: 3em;
}
article.sub_area6_2 {
	width: 49%;
	float: left;
}
div#gototop {
	width: 8%;
}
.sub_area4 .diamond {
	width: 250px;
	height: 250px;
	margin-left: 7%;
	margin-top: 8px;
}	
}
@media screen and (max-width: 780px) {
h1 {
	font-size: 13px;
	padding: 70px 30px 0;
}
.sub_area4 .diamond {
	width: 200px;
	height: 200px;
}
.sub_area4 .diamond img {
	max-width: 154%;
}
.sub_area4 .more {
	width: 100%;
	border-radius: 2em;
}
.sub_area5_in article {
	width: 100%;
	float: none;
	padding-right: 0;
}
.sub_area5 article h3 {
	width: 100%;
}
article.sub_area6_2:nth-child(2n) {
	margin-right: 0;
}
div#gototop {
	width: 10%;
}
}
@media screen and (max-width: 660px) {
.sidecolum {
	float: none;
	width: 100%;
}
.sidecolum h2 {
	text-align: center;
}
.sidecolum .in {
	width: 83%;
}
.sidecolum .in2 {
  padding-right: 0;
}
.topcontent {
	max-width: 100%;
	width: 100%;
  float: none;
}
div#pagetop {
  display: none;
}
.topcontent .wrapper_container {
  float: none;
  width: 100%;
}
.topcontent img {
	display: none;
}
.top_content {
	width: 100%;
	padding: 20px 3% 0 3%;
	float: none;
}
.post {
	width: 48.5%;
	float: left;
	margin: 60px 3% 22px 0;
}
.sub_area4_txt {
	width: 100%;
	float: none;
	padding: 0;
}
.sub_area4 .diamond {
	margin-left: 29%;
	margin-top: 64px;
	margin-bottom: 57px;
	width: 260px;
	height: 260px;
	float: none;

}
.sub_area4 .diamond img {
	max-width: 146%;
}
.sub_area6_2 .caption {
	padding: 7px;
}
.postlist {
	width: 100%;
	float: none;
}
}
@media screen and (max-width: 580px) {
h1 {
	font-size: 13px;
	padding: 20px 30px 0;
}
}
@media screen and (max-width: 480px) {
h1 {
	position: inherit;
	width: 100%;
	padding: 0;
}
.topcontent {
	max-width: 100%;
	width: 100%;
	padding: 4%;
	float: none;
}
.postlist li {
	width: 100%;
	float: none;
	margin: 0;
}
.text {
	width: 83%;
	float: none;
}
.post {
	width: 100%;
}
.diamond img {
	max-width: 145%;
}
.diamond {
	width: 270px;
	height: 270px;
}
.diamond {
	margin: 112px auto;
}
.diamond_txt h3 {
	line-height: 258px;
}
.sub_area3 h2 {
	font-size: 20px;
}
.sub_area4 .diamond {
	margin-left: 16%;
}
.sub_area5_in article img {
	width: 100%;
	float: none;
	margin: auto;
}
.sub_area5_in article {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 20px;
}
.sub_area5_in article a {
	width: 79%;
}
article.sub_area6_2 {
	width: 100%;
	float: none;
}
.post_list li {
	width: 100%;
	float: none;
	margin: 0;
}
div#gototop {
	width: 16%;
	margin-left: 40%;
	position:static;
}
.News dl {
	padding: 0;
}
.News dt {
	float: none;
}
footer li {
	width: 100%;
	float: none;
}
.top_content img {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
}
}