@font-face {
font-family: 'Koku';
src: url('../font/font_1_kokumr_1.00_rls.eot'); /* IE9 Compat Modes */
src: url('../font/font_1_kokumr_1.00_rls.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/font_1_kokumr_1.00_rls.woff') format('woff'), /* Modern Browsers */
       url('../font/font_1_kokumr_1.00_rls.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/font1kokumr100rls.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Kozu';
src: url('../font/KozMin.eot'); /* IE9 Compat Modes */
src: url('../font/KozMin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/KozMin.woff') format('woff'), /* Modern Browsers */
       url('../font/KozMin.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/KozMin.svg#svgFontName') format('svg'); /* Legacy iOS */
}
* {
	margin:0;
	padding:0;
}
html {
	font-size: 62.5%;
/*	height: 100%;*/
}
body {
	background-color: #222;
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo;
	color: #ccc;
	line-height: 2.3rem;
	letter-spacing: 0.3rem;
/*	height: 100%;*/
}
a {
	color: #bcbcbc;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {
	color:#25b2a6;
}
a img {
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a img:hover {
	opacity: 0.6;
}


#firstsection {
	background-image:url(../img/top_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	min-width: 980px;
	height:100vh;
/*	height: -moz-calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
	height: calc(100% - 100px);*/
	text-align: center;
}
#logo {
	width: 60px;
	margin: 25px 0 10px -20px;
}
#firstsection hr {
	border: none;
	border-top: 1px solid #fff;
	width: 90%;
	margin: 0 auto;
}
#menu {
	min-width: 980px;
	height: 100px;
	font-size: 1.5rem;
	border-bottom: 1px solid #212121;
	box-sizing: border-box;
	text-align: center;
}
#menubox a:not(.sharelink_a) {
	font-family: Kozu;
	width: 200px;
/*	height: 100%;*/
	display: block;
	line-height: 50px;
	float: left;
	font-size: 1.3rem;
	text-decoration: none;
	color: #fff;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menubox a:hover {
	color: #25b2a6;
}
#menubox {
	width: 1000px;
	margin: 0 auto;
	min-width: 980px;
	height: 100px;
	font-size: 1.5rem;
	box-sizing: border-box;
}
#submenu {
	display: none;
	width: 100%;
	height: 50px;
	font-size: 1.5rem;
	position: fixed;
	z-index: 5;
	background:#444 url(../img/c_back.gif);
	text-align: center;
	box-sizing: border-box;
}
#submenu02 {
	width: 100%;
	height: 50px;
	font-size: 1.5rem;
	position: fixed;
	z-index: 5;
	background:#444 url(../img/c_back.gif);
	text-align: center;
	box-sizing: border-box;
}
#submenubox,#submenubox02 {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	min-width: 980px;
	height: 50px;
	font-size: 1.5rem;
	position: absolute;
	z-index: 6;
	text-align: center;
	box-sizing: border-box;
/*	background: pink;*/
}
#submenu a,#submenu02 a {
	font-family: Kozu;
	width: 185px;
/*	height: 100%;*/
	display: block;
	line-height: 50px;
	float: left;
	font-size: 1.3rem;
	text-decoration: none;
	color: #fff;
/*	border-left: 1px solid #555;*/
	box-sizing: border-box;
/*	background: red;*/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#submenu a:hover, #submenu02 a:hover {
	color: #25b2a6;
}
#submenubox a:first-of-type,#submenubox02 a:first-of-type {
	margin-left: 70px;
}
#submenu .fa,#menubox .fa,#submenu02 .fa {
	font-size: 1.8rem;
	padding: 0.6rem;
}
#submenu02 {
	position: fixed;
}
#spmenu {
	display: none;
}#spmenubox {
	display: none;
}
.subtwb {
	margin: 10px 10px;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
.subtwb:hover {
	transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	color:#25b2a6;
}
.subshare {
	margin: 10px 10px;
/*	cursor: pointer;*/
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
.subshare:hover {
	color:#25b2a6;
}
.subshare span {
	position: absolute;
	opacity: 0;
	transition: 0.3s ease;
	margin: 35px -35px;
	width: 100px;
	border-radius: 2px;
	background: #444;
	color: #fff;
	line-height: 1;
}
.subshare span:before{
	position: absolute;
	margin: -12px 18px;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-bottom: 6px solid #444;
	content: "";
}
.subshare:hover span {
	opacity: 1;
}
#sublogo,#sublogo02 {
	width: 40px;
	height: 37px;
	margin: 7px 30px 0 0;
	position: absolute;
	cursor: pointer;
	background: url(../img/mark.png);
	background-size: 40px 37px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
#sublogo:hover,#sublogo02:hover {
	width: 40px;
	height: 37px;
	margin: 7px 30px 0 0;
	float: left;
	cursor: pointer;
	background: url(../img/mark02.png);
	background-size: 40px 37px;
}
#secondsection:before {
	clear: both;
}
#secondsection {
	background:#444 url(../img/c_back04.gif);
	font-size: 1.2rem;
}
#second_third {
	background:#444 url(../img/back.jpg) top center;
	height: 250px;
}
#thirdsection,#sub_section {
	background:#444 url(../img/c_back03.gif);
	font-size: 1.2rem;
}

.incontents {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 80px 0;
	box-sizing: border-box;
}
article:after {
	content: "";
	clear: both;
	display: block;
}
.splitleft {
	width: 570px;
	float: left;
	padding: 40px 0;
	box-sizing: border-box;
}
.splitright {
	width: 350px;
	float: right;
	padding: 40px 0;
	box-sizing: border-box;
}

.pagetitle {
	background: transparent url(../img/50per.png);
	width: 100%;
	min-width: 980px;
	height:200px;
}

/* -----------NEWS----------- */
#news_page {
	background-image:url(../img/subtop_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	min-width: 980px;
	height:200px;
}
.news,.news_cpage {
	list-style: none;
	margin: 0;
	font-size: 1.2rem;
	letter-spacing: 0.5rem;
}
.news li:after,.news_cpage li:after {
	content: ""; 
	display: block; 
	clear: both;
}
.news li,.news_cpage li {
	border-bottom: 1px solid #444;
	padding: 0px 0;
	box-sizing: border-box;
}
.news li:last-child,.news_cpage li:last-child {
	border: none;
}
.news a {
	display: block;
	width: 381px;
	line-height: 2.5rem;
	margin-left: 180px;
	padding: 1.2rem 0 1.2rem 10px;
}
.news_cpage a {
	display: block;
	width: 811px;
	line-height: 2.5rem;
	margin-left: 180px;
	padding: 1.2rem 0 1.2rem 10px;
}
.news .n_cate,.news_cpage .n_cate {
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo;
	display: block;
	float: left;
	font-size: 1rem;
	letter-spacing: 0.2rem;
	width: 60px;
	padding: 0.3rem;
	text-align: center;
	background: #19756c;
	margin: 1rem 15px 0.5rem 0;
	box-sizing: border-box;
}
.news .n_date,.news_cpage .n_date {
	display: block;
	float: left;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	width: 95px;
	padding: 0.8rem;
	text-align: center;
	margin: 0.5rem 15px 0.5rem 0;
	box-sizing: border-box;
}
.news .n_title,.news_cpage .n_title {
	text-align: left;
}
.pagebutton {
	margin: 30px 5px 30px 0px;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #444;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.pagebutton:hover {
	background-color: #444;
	border-radius: 50%;
}
.thispage {
	background-color: #444;
}

/* -----------ENTRY----------- */
.entry .e_date {
	width: 150px;
	font-size: 1.7rem;
	font-family: Kozu;
	text-align: right;
	display: table-cell;
	padding-right: 20px;
	box-sizing: border-box;
	line-height: 2.5rem;
}
.entry .cate {
	font-size: 0.95rem;
	background: #2b6b64;
	padding: 0.5rem;
}
.e_title {
	font-size: 2rem;
	font-family: Kozu;
	min-height: 60px;
	margin-bottom: 50px;
	border-bottom: 1px solid #444;
}
.e_entrybody {
	width: 850px;
	padding-left: 40px;
	display: table-cell;
	box-sizing: border-box;
	border-left: 1px solid #444;
}
.e_entrybody h4{
	font-family: "Kozu";
/*	border-left: 5px solid #2b6b64;*/
	border-bottom: 2px solid #2b6b64;
	padding: 0.8rem 0;
}
.e_entrybody h5{
	font-family: "Kozu";
	border-left: 5px solid #2b6b64;
	padding: 0.5rem 1rem;
	margin: 20px 0;
	font-size: 1.5rem;
	font-weight: normal;
}
.e_entrybody .morer {
	width: 150px;
	margin: 0px 0 0 -190px;
}
.e_entrybody .morer:hover {
	width: 150px;
}
.e_news {
	margin-bottom: 50px;
}
.e_news a {
	border-bottom: 1px dotted #444;
}
.e_entrybody .fb-like {
	float: left;
	margin-top: -30px;
	display: block;
	width: 150px;
}
.e_entrybody .twittericon {
	float: left;
	margin-top: -27px;
	margin-left: 170px;
	display: block;
	width: 150px;
}
.e_entrybody hr {
	border: none;
	border-top: 1px solid #444;
}
/* -----------ABOUT----------- */
.about_section {
/*	font-family: Kozu;*/
}
.about_section02 {
	background: #444 url(../img/c_back04.gif);
	width: 100%;
}
.diamond {
	width: 400px;
	height: 400px;
	margin: 83px auto;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid #2b6b64;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	margin: 180px auto;
}
 
.diamond img {
	max-width: 566px;
	margin: -83px 0 0 -83px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.about_section02 #profiel {
	text-align: center;
}
.about_section02 #profiel .otherlink a{
	display: inline-block;
	border: 1px solid #444;
	padding: 0.5rem;
	text-align: center;
	width: 110px;
	margin-right: 10px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	box-sizing: border-box;
	color: #ccc;
}
.about_section02 #profiel .otherlink a:hover {
	width: 180px;
	box-sizing: border-box;
	border: 1px solid #2b6b64;
	background: #2b6b64;
	color: #fff;
}
.about_section p {
	margin-left: 3px;
}

/* -----------SCHEDULE----------- */

.schedule {
	display: table;
}
.schedule figure {
	width: 320px;
	height: 520px;
	display:inline-block;
	margin-right: 20px;
	font-size: 1.1rem;
	padding: 13px;
	box-sizing: border-box;
	vertical-align: top;
}
.schedule figure img {
	width: 292px;
	height: 90px;
}
.schedule figure:nth-of-type(3n){
	margin-right: 0px;
}
.schedule figcaption .cate {
	background-color: #2b6b64;
	text-align: center;
	padding: 5px;
	position: relative;
	margin-left: 223px;
	margin-top: -41px;
	margin-bottom: 20px;
	height: 33px;
	width: 70px;
	box-sizing: border-box;
	font-size: 0.9rem;
	color: #fff;
}
.schedule figcaption .title {
	margin: 0px 0 20px 0;
	font-size: 1.4rem;
	font-weight: bold;
}
.schedule figcaption dl {
	width: 292px;
}
.schedule figcaption dt,.schedule figcaption dd {
	display:inline-block;
	border-top: 1px solid #444;
}
.schedule figcaption dt:first-of-type,.schedule figcaption dd:first-of-type {
	border-top: none;
}

.schedule figcaption dt {
	font-size: 1rem;
	letter-spacing: 1px;
	padding-right: 5px;
	color: #aaa;
	width: 57px;
	vertical-align: top;
}
.schedule figcaption dd {
	border-left: 1px solid #444;
	padding-left: 5px;
	width: 223px;
	letter-spacing: 2px;
}
.schedule figcaption dd a{
	color: #43a59b;
}
.schedule figcaption .splink {
	text-align: center;
	border: 1px solid #444;
	width: 292px;
	height: 3rem;
	line-height: 3rem;
	display: block;
	margin: 20px 0px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	bottom: 10px;
}
.schedule figcaption .splink:hover {
	background: #444;
	color: #fff;
}

/* -----------DISCO----------- */

.jackets , .disco_section {
	display: table;
}
.jackets figure,.disco_section figure {
	width: 320px;
	height: 520px;
	display:inline-block;
	margin-right: 20px;
	font-size: 1.1rem;
	padding: 13px;
	box-sizing: border-box;
	vertical-align: top;
}
.jackets figure img,.disco_section figure img{
	width: 236px;
	height: 236px;
	margin-left: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.jackets figure:nth-of-type(3n),.disco_section figure:nth-of-type(3n){
	margin-right: 0px;
}
.jackets figcaption .cate,.disco_section figcaption .cate {
	background-color: #2b6b64;
	text-align: center;
	writing-mode: tb-rl; /* IE */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	padding: 5px;
	position: relative;
	margin-left: 246px;
	margin-top: -230px;
	margin-bottom: 100px;
	height: 130px;
	box-sizing: border-box;
	font-size: 0.9rem;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	color: #fff;
}
.jackets figcaption .title,.disco_section figcaption .title {
	margin: 0px 0 20px 0;
	font-size: 1.4rem;
	font-weight: bold;
}
.jackets figcaption .date,.disco_section figcaption .date {
	margin: 5px 0 -5px 0;
	font-size: 1rem;
}
.jackets figcaption .splink,.disco_section figcaption .splink {
	text-align: center;
	border: 1px solid #444;
	width: 286px;
	height: 3rem;
	line-height: 3rem;
	display: block;
	margin: 20px 0px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	bottom: 10px;
}
.jackets figcaption .splink:hover,.disco_section figcaption .splink:hover {
	background: #444;
	color: #fff;
}
.jackets figcaption hr,.disco_section figcaption hr {
	border: none;
	border-top: 1px solid #666;
	margin: 10px 0;
}

/* CONTACT */

.contactpageform {
	width: 700px;
	margin: 30px auto;
}
.contact_left {
	width: 100px;
	float: left;
	line-height: 32px;
	padding: 5px;
}
.contact_right {
	width: 570px;
	float: right;
	line-height: 30px;
	padding: 5px;
}
.contactpageform input[type=text],.contactpageform textarea{
	width: 100%;
	padding: 5px;
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo;
}
.contactbutton {
	width: 100px;
	padding: 15px;
	margin-right: 25px;
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo;
	letter-spacing: 0.2rem;
	cursor: pointer;
}

.morer {
	font-family: Koku;
	display: block;
	width: 250px;
	margin: 50px auto;
	text-align: center;
	font-size: 1.2rem;
	border: 1px solid #444;
	line-height: 4rem;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	box-sizing: border-box;
	color: #ccc;
}
.morer:hover {
	width: 280px;
	box-sizing: border-box;
	border: 1px solid #2b6b64;
	background: #2b6b64;
	color: #fff;
/*	border-radius: 50px; */
}
h1 {
	font-family: Koku;
	font-size: 1.2rem;
	letter-spacing: 0.8rem;
	line-height : 1rem;
	margin-bottom: 20px;
	color: #fff;
}
h1:before,h1:after {
	content: " - ";
}
h2 {
	font-family: Koku;
	font-size: 3rem;
	letter-spacing: 0.8rem;
	margin: 70px 0;
	font-weight: 400;
	text-align: center;
	color: #bcbcbc;
}
h2::first-letter {
	color: #25b2a6;
}
h2:before {
	content: "◆";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	font-size: 5rem;
	position: absolute;
/*	margin-top: 10px;*/
	color: #666;
	margin-left: -1.45rem;
/*	left: 50%;
	margin-left: -5.5rem;*/
}
.subh2 {
	font-family: Kozu;
	display:block;
	font-size: 1rem;
	letter-spacing: 0.7rem;
}
.subh2:before,.subh2:after {
	content: "-";
	color: #666;
	font-weight: bold;
}
.pagetitle h2 {
	font-family: Koku;
	font-size: 3rem;
	letter-spacing: 0.8rem;
	margin: 0;
	padding: 103px 0;
	font-weight: 400;
	text-align: center;
	color: #999;
}
h3 {
	font-family: Koku;
	font-size: 2.2rem;
	letter-spacing: 0.8rem;
	margin: 70px 0;
	font-weight: 400;
	color: #bcbcbc;
}
.subh3 {
	font-family: Kozu;
	font-size: 1rem;
	letter-spacing: 0.7rem;
	vertical-align: top;
}
.subh3:before,.subh3:after {
	content: " - ";
	color: #666;
	font-weight: bold;
	vertical-align: top;
}
h4 {
	font-family: Koku;
	font-size: 1.6rem;
	letter-spacing: 0.8rem;
	margin: 20px 0;
	font-weight: 400;
	color: #25b2a6;
}
#profiel h4:first-of-type {
	margin-top: 0px;
}
#profiel .fa {
	font-size: 1.3rem;
}


.centertxt {
	text-align: center;
}

#pagetop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	font-size: 4.5rem;
	line-height: 5rem;
	width: 5.5rem;
	height: 5.5rem;
	text-align: center;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#pagetop:hover {
	background: #444;
	border-radius: 50%;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.clr {
	clear: both;
}

footer {
	background: #222;
	text-align: center;
	font-size: 1.2rem;
	padding: 20px;
}



@media (max-width: 999px) {
img {
	max-width: 99%;
}
#menu,#menubox {
	display: none;
}
#submenu02,#submenubox02,#submenu,#submenubox{
	display: none;
}
#spmenu {
	display: block;
}
#spmenubox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	font-size: 2rem;
	line-height:250%;
	width: 100%;
	height: 100%;
	background: #222;
	font-family: Koku;
}
#spmenubox a{
	display: block;
	text-align: center;
	border-bottom: 1px solid #444;
}
#spmenubox a:first-of-type{
	border-top: 1px solid #444;
}
#spmenu .spmenuicon {
	font-size: 3.7rem;
	width: 3.7rem;
	height: 3.7rem;
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 8;
}
#spmenu .spmenuicon02 {
	display: none;
	font-size: 3.7rem;
	width: 3.7rem;
	height: 3.7rem;
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 9;
}
.spsns {
	text-align: center;
}
.spsns i{
	display: block;
	margin: 35px 0;
}
.subshare span {
	position: absolute;
	opacity: 0;
	transition: 0.3s ease;
	margin: 35px -42%;
	width: 80%;
	border-radius: 2px;
	background: #444;
	color: #fff;
	line-height: 1;
}
.subshare span:before{
	position: absolute;
	margin: -12px -12px;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-bottom: 6px solid #444;
	content: "";
}
.subshare:hover span {
	opacity: 1;
}

#splogo {
	width: 20%;
	margin: 25px 40%;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
#firstsection {
	background-image:url(../img/top_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	min-width: 0px;
	height:100vh;
	text-align: center;
}
#firstsection hr {
	border: none;
}
.splitleft {
	width: 98%;
	clear: both;
	padding: 40px 0;
	box-sizing: border-box;
}
.splitright {
	width: 98%;
	clear: both;
	padding: 40px 0;
	box-sizing: border-box;
}

#sub_section {
	width: 98%;
	margin-left: 1%;
}
#news_page {
	background-image:url(../img/subtop_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	min-width: 0px;
	height:200px;
}
.pagetitle {
	background: transparent url(../img/50per.png);
	width: 100%;
	min-width: 0px;
	height:200px;
}
.incontents {
	width: 98%;
	margin-left: 1%;
	padding: 20px 0 40px 0;
	box-sizing: border-box;
}
.news .n_cate,.news_cpage .n_cate {
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo;
	display: block;
	float: left;
	font-size: 1rem;
	letter-spacing: 0.2rem;
	width: 55px;
	padding: 0.2rem;
	text-align: center;
	background: #19756c;
	margin: 1rem 10px 0.5rem 0;
	box-sizing: border-box;
}
.news .n_date,.news_cpage .n_date {
	display: block;
	float: left;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	width: 75px;
	padding: 0.8rem;
	text-align: center;
	margin: 0.5rem 12px 0.5rem 0;
	box-sizing: border-box;
}
.news_cpage a,.news a {
	display: block;
	width : 79% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(79% - 75px) ;
	width : calc(79% - 77px) ;
	line-height: 2.5rem;
	margin-left: 150px;
	padding: 1.2rem 0 1.2rem 10px;
	letter-spacing: 0.2rem;
}

.n_title {
	word-wrap:break-word;
}
.entry .e_date {
	font-size: 1.3rem;
	font-family: Kozu;
	line-height: 2.5rem;
}
.entry .e_date {
	width: 150px;
	font-size: 1.7rem;
	font-family: Kozu;
	display: block;
	text-align: left;
	padding-right: 20px;
	box-sizing: border-box;
	line-height: 2.5rem;
}
.entry .cate {
	font-size: 0.95rem;
	background: #2b6b64;
	padding: 0.5rem;
}
.e_title {
	font-size: 2rem;
	font-family: Kozu;
	min-height: 60px;
	margin-bottom: 50px;
	border-bottom: 1px solid #444;
}
.e_entrybody {
	width: 97%;
	padding-left: 1.5%;
	display: block;
	box-sizing: border-box;
	word-wrap:break-word;
}
.e_entrybody .morer {
	width: 150px;
	margin: 10px 0px 90px 0px;
}
.e_entrybody .morer:hover {
	width: 150px;
}
.e_news {
	margin-bottom: 50px;
}
.e_news a {
	text-decoration: underline;
}
.e_entrybody .fb-like {
	float: left;
	margin-top: -30px;
	display: block;
	width: 150px;
}
.e_entrybody .twittericon {
	float: left;
	margin-top: -27px;
	margin-left: 170px;
	display: block;
	width: 150px;
}
.e_entrybody hr {
	border: none;
	border-top: 1px solid #444;
}
.diamond {
	width: 80%;
	height: 300px;
	margin: 83px auto;
	overflow: hidden;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	border: 1px solid #2b6b64;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.diamond img {
	max-width: 100%;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.about_section02 #profiel {
	word-wrap:break-word;
}
.contactpageform {
	width: 98%;
	margin: 30px auto;
}
.contact_left {
	width: 100%;
	clear: both;
	line-height: 32px;
	padding: 5px;
}
.contact_right {
	width: 100%;
	clear: both;
	line-height: 30px;
	padding: 5px;
	word-wrap:break-word;
}
.contactpageform input[type=text],.contactpageform textarea{
	width: 100%;
	padding: 5px;
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo;
}
.contactbutton {
	width: 100px;
	padding: 15px;
	margin-right: 25px;
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo;
	letter-spacing: 0.2rem;
	cursor: pointer;
}

}
