@charset "UTF-8";
/* CSS Document */

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
	vertical-align:bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
	border: 0;
}


/* Common CSS
 * --------------------------------------- */
body{
	background-color: #f5f5f5;
	color: #333;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;*/
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	width: 100%;
}
a:link, a:active, a:hover, a:visited{
	color: #333;
}
::selection {
	background: #c0d7d9;
	color: #fff;
}
::-moz-selection {
	background: #c0d7d9;
	color: #fff;
}

@font-face{ 
  font-family: 'delhi';
  src: url('/font/Delhi.woff') format('woff');
}
@font-face{ 
  font-family: 'hannari';
  src: url('/font/Hannari.woff') format('woff');
}


/* .header
 * --------------------------------------- */
.header {
	position: fixed;
	padding: 30px 0;
	height: 90px;
	width: 100%;
	z-index: 9999;
}
.logo {
	float: left;
	background-color: #f5f5f5;
	padding: 5px 5px 5px 50px;
}
.nav_btn {
	display: none;
	float: right;
	background-color: #f5f5f5;
	cursor: pointer;
	margin: 3px 5px 1px 10px;
	padding: 10px 10px 7px;
}
.nav_btn span {
	display: block;
	background-color: #c0d7d9;
	margin-bottom: 4px;
	height: 3px;
	width: 20px;
}
.nav {
	float: right;
	background-color: #f5f5f5;
	padding: 20px 50px 20px 10px;
}
.nav li {
	display: inline-block;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	margin-left: 20px;
	width: auto;
}
@media screen and (min-width: 800px) {
.nav li.nav_top {
	display: none;
}
.nav li a {
	position: relative;
	padding: 0 0 5px;
	width: 100%;
}
.nav li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #c0d7d9;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.nav li a:hover::after,
.nav li a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
}
@media screen and (max-width: 800px) {
	.header {
		position: relative;
		padding: 15px 0;
	}
	.logo {
		padding-left: 15px;
	}
	.logo img {
		width: 280px;
	}
	.nav_btn {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 200;
	}
	.nav {
		display: none;
		position: fixed;
		background-color: #f5f5f5;
		overflow: scroll;
		padding: 15px 0;
		top: 0;
		width: 100%;
		max-height: 100%;
	}
	.nav li {
		display: block;
		background-color: #fff;
		border-bottom: 1px solid #333;
		margin: 0 10px;
		padding: 0;
		text-align: left;
	}
	.nav li:last-child {
		border-bottom: none;
		padding-bottom: 5px; 
	}
	.nav a {
		display: block;
		color: #333;
		padding: 9px 10px;
	}
}
@media screen and (max-width: 480px) {
	.header {
		padding: 10px 0;
	}
	.logo img {
		width: 200px;
	}
	.nav_btn {
		margin: 5px 5px 1px 10px;
	}
}


/* .content
 * --------------------------------------- */
.content {
	position: relative;
	padding: 150px 0 100px;
}
@media screen and (max-width: 860px) {
	.content {
		padding: 120px 0;
	}
}
@media screen and (max-width: 800px) {
	.content {
		padding: 0 0 50px;
	}
}
@media screen and (max-width: 480px) {
	.content {
		font-size: 12px;
		padding: 0 0 20px;
	}
}


/* .top_slide
 * --------------------------------------- */
.top_slide {
	margin: 100px auto 50px;
	max-width: 1100px;
}
.top_slide .flexslider {
	border: none;
	margin-bottom: 0;
	width: 48%;
}
.top_slide .fs01 {
	float: left;
}
.top_slide .fs02 {
	float: right;
}
.top_slide .fs03 {
	display: none;
}
.top_slide img {
	width: 100%;
}
@media screen and (max-width: 860px) {
	.top_slide {
		margin: 50px 2.5% 0;
	}
	.top_slide .flexslider {
		margin-bottom: 20px;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.top_slide {
		margin: 0 2.5% 0;
	}
	.top_slide .fs01, .top_slide .fs02 {
		display: none;
	}
	.top_slide .fs03 {
		display: block;
	}
}


/* .about
 * --------------------------------------- */
.about {
	margin: 50px 0;
}
.about_pic {
	margin: 70px 0 0;
}
.about_pic img {
	margin: 5px;
	width: 200px;
}
.about h2 {
	font-family: 'delhi';
	font-size: 22px;
	letter-spacing: 6px;
}
.about h3 {
	color: #95b2b5;
	font-family: 'hannari';
	font-size: 22px;
	letter-spacing: 4px;
	margin: 50px 0;
}
.about h3 br {
	display: none;
}

.about .noteBox {
	background-color: #fff;
	margin: 0 auto 50px;
	padding: 10px 50px 50px;
	max-width: 800px;
	text-align: left;
}

.about_text {
	margin: 50px 20px 100px;
}
.about_text h4, .about_text p {
	margin: 30px 0;
	line-height: 2;
}

@media screen and (max-width: 860px) {
	.about_pic {
		margin: 70px auto;
		width: 450px;
	}
	.about h3 br.about_br01 {
		display: block;
	}
}
@media screen and (max-width: 500px) {
	.about {
		margin: 20px 0 0;
	}
	.about_pic {
		margin: 30px auto 0;
		width: 90%;
	}
	.about_pic img {
		margin: 2% 1%;
		width: 45%;
	}
	.about h3 {
		font-size: 18px;
		margin: 20px auto 30px;
	}
	.about h3 br.about_br02 {
		display: block;
	}
	
	.about .noteBox {
		margin: 0 auto 30px;
		padding: 10px 20px 20px;
	}

	.about_text {
		margin: 20px 5% 0;
	}
}


/* .news
 * --------------------------------------- */
.news {
	margin: 50px 0 0 50px;
}
.news .sidemenu {
	float: left;
	font-size: 12px;
	padding-top: 25px;
	text-align: left;
	width: 20%;
}

.news_list {
	float: right;
	margin-top: 4px;
	width: 80%;
}
.news_list dl {
	background-color: #fff;
	margin: 0 30px 50px;
	padding: 20px 30px;
}
.news_list dt {
	border-bottom: 1px solid #333;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 10px 0 10px 5px;
	text-align: left;
}
.news_list dd {
	text-align: center;
}
.news_list .date {
	font-size: 12px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 10　px;
	text-align: right;
}
.news_list .news_content p {
	margin: 15px 0;
	text-align:left;
}
.news_list .news_content p a {
	border-bottom: 1px dashed #333;
	padding: 0 5px;
}
.news_list .news_content p a:hover {
	border-bottom: 1px dashed #c0d7d9;
	color: #c0d7d9;
}
.news_list .news_content p a,
.news_list .news_content p a::before,
.news_list .news_content p a::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.news_list .news_content img {
	width: 100%;	
}
.news_list .category {
	border-top: 1px solid #333;
	font-size: 11px;
	margin-top: 30px;
	padding: 10px 0 0;
	text-align: right;
}
.news_list .category a:hover {
	color: #c0d7d9;
}
.news_list .category a,
.news_list .category a::before,
.news_list .category a::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media screen and (min-width: 1200px) {
	.news_list dl {
		margin: 0 50px 50px;
	}
	.news_list .news_content.hasimg {
		margin-top: -20px;
	}
	.news_list .news_content.hasimg p {
		padding-left: 53%;
	}
	.news_list .news_content.hasimg p img {
		float: left;
		margin-left: -112%;
		width: 105%;
	}
}
@media screen and (max-width: 860px) {
	.news {
		margin: 50px 0;
	}
	.news .sidemenu {
		margin: 0 2.5%;
		padding: 0 0 10px;
		width: 95%;
	}
	.news_list {
		width: 100%;
	}
	.news_list dl {
		margin: 0 2.5% 30px;
		padding: 2.5%;
		width: 90%;
	}
}
@media screen and (max-width: 600px) {
	.news {
		margin: 20px 0 100px;
	}
	.news_list dl {
		margin: 0 2.5% 30px;
		padding: 2.5% 5%;
		width: 85%;
	}
}


/* .products
 * --------------------------------------- */
.product {
	margin: 50px 0 0 50px;
}
.product .sidemenu {
	float: left;
	font-size: 12px;
	padding-top: 25px;
	text-align: left;
	width: 20%;
}

.product_list {
	float: right;
	width: 80%;
}
.product_list ul {
	margin-left: 50px;
	text-align: left;
}
.product_list li {
	display: inline-block;
	position: relative;
	margin: 0 0 30px 2%;
	text-align: center;
	vertical-align: top;
	width: 21%;
}
.product_list li .product_list_pic {
	position: relative;
	overflow: visible;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.product_list li .product_list_pic img {
	width: 100%;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, transform 0.6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.product_list li .product_list_pic img.pic02 {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateX(-180deg);
  	-webkit-transform: rotateX(-180deg);
    z-index: -1;
}
.product_list li a:hover .product_list_pic img.pic01 {
	backface-visibility: hidden;
	transform: rotateX(180deg);
  	-webkit-transform: rotateX(180deg);
}
.product_list li a:hover .product_list_pic img.pic02 {
	backface-visibility: hidden;
	transform: rotateX(0);
  	-webkit-transform: rotateX(0);
    z-index: 1;
}
.product_list li .product_list_name {
	font-family: 'delhi';
	font-size: 14px;
	letter-spacing: 2px;
	padding: 15px 0 10px;
}
.product_list li .product_list_price {
	border-top: 1px solid #333;
	font-size: 12px;
	padding-top: 7px;
}
.product_list li .product_new_icon {
	display: none;
}
.product_list li.product_new .product_new_icon {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width:0px;
	height:0px;
	color: #c0d7d9;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top:solid 25px #fff;
	border-right:solid 25px #fff;
	border-bottom:solid 25px transparent;
	border-left:solid 25px transparent;
}
.product_list li.product_new .product_new_icon span {
	position: absolute;
	top: -20px;
	right: -22px;
}

@media screen and (max-width: 1050px) {
	.product {
		margin: 50px 30px 100px 50px;
	}
	.product_list li {
		width: 30%;
	}
}
@media screen and (max-width: 860px) {
	.product {
		margin: 50px 0;
	}
	.product .sidemenu {
		margin: 0 2.5%;
		padding: 0 0 10px;
		width: 95%;
	}
	.product_list {
		width: 100%;
	}
	.product_list ul {
		margin-left: 2%;
	}
	.product_list li {
		margin: 0 1% 30px;
	}
}
@media screen and (max-width: 600px) {
	.product {
		margin: 20px 0 100px;
	}
}
@media screen and (max-width: 540px) {
	.product_list li {
		width: 46%;
	}
}


/* .detail
 * --------------------------------------- */
.detail {
	margin: 50px 50px 100px;
}
.detail_pic {
	float: left;
	position: relative;
	text-align: left;
	width: 65%;
}
.detail_pic_thum li {
	display: inline-block;
	padding: 0 2% 2% 0;
	width: 46%;
}
.detail_pic_thum li img {
	width: 100%;
}
.detail_pic_zoom li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(245,245,245,0.6);
	padding: 0 0 2%;
	width: 95%;
	height: 100%;
}
.detail_pic_zoom li img {
	width: 100%;
}
.detail_pic_zoom li img.close {
	position: absolute;
	top: 1.5%;
	right: 2%;
	width: 5%;
}

.detail_text {
	float: right;
	box-sizing: border-box;
	font-size: 12px;
	padding: 25px 0 0 0;
	text-align: left;
	width: 35%;
}
.detail_text .detail_title {
	position: relative;
}
.detail_text h2 {
	border-bottom: 1px solid #333;
	font-family: 'delhi';
	font-size: 22px;
	letter-spacing: 6px;
	margin-bottom: 10px;
	padding: 0 10px 10px;
}
.detail_text .new_product {
	position: absolute;
	top: -5px;
	right: 0;
	display: block;
	width:0px;
	height:0px;
	color: #fff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top:solid 25px transparent;
	border-right:solid 25px #c0d7d9;
	border-bottom:solid 25px #c0d7d9;
	border-left:solid 25px transparent;
}
.detail_text .new_product span {
	position: absolute;
	bottom: -20px;
	right: -22px;
}
.detail_text .name {
	padding: 0 0 3px 10px;
}
.detail_text .price {
	padding: 0 0 0 10px;
}
.detail_text h3 {
	padding: 35px 10px 65px;
}
.detail_text h3 p {
	margin-bottom: 15px;
}
.detail_text h3 p a {
	border-bottom: 1px dashed #333;
	padding: 0 5px;
}
.detail_text h3 p a:hover {
	border-bottom: 1px dashed #c0d7d9;
	color: #c0d7d9;
}
.detail_text h3 p a,
.detail_text h3 p a::before,
.detail_text h3 p a::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.detail_text dl {
	border-bottom: 1px solid #333;
}
.detail_text dl:last-child {
	border-bottom: none;
}
.detail_text dt {
	display: inline-block;
	box-sizing: border-box;
	padding: 12px 0 12px 20px;
	vertical-align: top;
	width: 28%;
}
.detail_text dd {
	display: inline-block;
	border-left: 1px solid #333;
	box-sizing: border-box;
	padding: 12px 0 12px 15px;
	width: 67%;
}
.detail_text dd li {
	margin-bottom: 15px;
}
.detail_text dd li.notice_silver, .detail_text dd li.notice_guarantee {
	cursor: pointer;
}
.detail_text dd li.notice_silver ul, .detail_text dd li.notice_guarantee ul {
	display: none;
	margin: 15px 0 0 20px;
}
.detail_text .btn_cart {
	font-weight: bold;
	margin: 50px 0;
	text-align: center;
}
.detail_text .btn_cart a {
	display: block;
	background-color: #666;
	color: #fff;
	padding: 10px;
}
.detail_text .btn_cart a:hover {
	background-color: #c0d7d9;
}
.detail_text .btn_cart a,
.detail_text .btn_cart a::before,
.detail_text .btn_cart a::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.detail_recommend {
	margin: 0 50px;
	padding: 1%;
	text-align: left;
}
.detail_recommend_title {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.detail_recommend_content dl {
	position: relative;
	display: inline-block;
	margin: 0 15px 15px 0;
	vertical-align: top;
	width: 150px;
}
.detail_recommend_content dt {
	width: 150px;
	position: relative;
	overflow: visible;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.detail_recommend_content dt img {
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, transform 0.6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 150px;
}
.detail_recommend_content dt img.pic02 {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateX(-180deg);
  	-webkit-transform: rotateX(-180deg);
    z-index: -1;
}
.detail_recommend_content dt a:hover img.pic01 {
	backface-visibility: hidden;
	transform: rotateX(180deg);
  	-webkit-transform: rotateX(180deg);
}
.detail_recommend_content dt a:hover img.pic02 {
	backface-visibility: hidden;
	transform: rotateX(0);
  	-webkit-transform: rotateX(0);
    z-index: 1;
}
.detail_recommend_content dd {
	font-size: 11px;
	text-align: center;
}
.detail_recommend_content dd span {
	display: block;
	border-bottom: 1px solid #333;
	font-family: 'delhi';
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 8px;
	padding: 10px 0 5px;
}
.detail_recommend_content dd.new_icon {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width:0px;
	height:0px;
	color: #c0d7d9;
	border-top:solid 25px #fff;
	border-right:solid 25px #fff;
	border-bottom:solid 25px transparent;
	border-left:solid 25px transparent;
}
.detail_recommend_content dd.new_icon span {
	position: absolute;
	border: none;
	top: -20px;
	right: -22px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

.detail_prev {
	position: absolute;
	display: inline-table;
	bottom: 50px;
	right: 50px;
	font-size: 11px;
	width: 120px;
	height: 100px;
	text-align: left;
}
.detail_prev a {
	display: table-cell;
	background: url(../img/arrow_prev.png) no-repeat top left;
	width: 120px;
	height: 100px;
	padding-left: 25px;
	vertical-align: middle;
}
.detail_prev a:hover {
	padding-left: 15px;
}
.detail_prev a,
.detail_prev a::before,
.detail_prev a::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media screen and (max-width: 860px) {
	.detail {
		margin: 50px 0 100px;
	}
	.detail_pic {
		width: 100%;
	}
	.detail_pic_thum {
		padding: 0 0 0 2.5%;
	}
	.detail_pic_thum li {
		padding: 0 2% 2% 0;
		width: 47.5%;
	}
	.detail_pic_zoom li {
		padding: 0 2.5% 2%;
	}
	.detail_pic_zoom li img.close {
		right: 4.5%;
	}	
	.detail_text {
		margin: 0 2.5%;
		padding-left: 0; 
		width: 95%;
	}
	.detail_prev {
		display: none;
	}
	.detail_recommend {
		margin: 0 2.5%;
		padding: 0;
		text-align: left;
	}
	.detail_recommend_title {
		margin-left: 1%;
	}
	.detail_recommend_content dl {
		margin: 0 1% 30px;
		width: 22%;
	}
	.detail_recommend_content dt {
		width: 100%;
	}
	.detail_recommend_content dl img {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.detail {
		margin: 20px 0 100px;
	}
	.detail_recommend {
		margin: 0 20px;
	}
	.detail_recommend_content dl {
		width: 30%;
	}
}
@media screen and (max-width: 480px) {
	.detail_recommend_content dd span {
		font-size: 12px;
	}
	.detail_recommend_content dd.new_icon {
		border-top:solid 20px #fff;
		border-right:solid 20px #fff;
		border-bottom:solid 20px transparent;
		border-left:solid 20px transparent;
	}
	.detail_recommend_content dd.new_icon span {
		top: -18px;
		right: -19px;
	}
}


/* .dealers
 * --------------------------------------- */
.dealers {
	margin: 50px 0 0 50px;
}
.dealers .sidemenu {
	float: left;
	font-size: 12px;
	padding-top: 25px;
	text-align: left;
	width: 20%;
}

.dealers_list {
	float: right;
	font-size: 12px;
	margin-top: 25px;
	width: 80%;
}
.dealers_list .area {
	float: left;
	background-color: #fff;
	margin-left: 110px;
	padding: 5px 10px;
	width: 150px;
}
.dealers_list dl {
	border-bottom: 1px solid #ccc;
	margin: 0 50px 20px 350px;
	padding: 5px 10px 20px;
	text-align: left;
}
.dealers_list dt {
	float: left;
	font-size: 13px;
	width: 200px;
}
.dealers_list dt a:hover {
	color: #c0d7d9;
}
.dealers_list dt a,
.dealers_list dt a::before,
.dealers_list dt a::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.dealers_list dd {
	margin-left: 200px;
}

@media screen and (max-width: 1200px) {
	.dealers_list {
		margin-top: 5px;
	}
	.dealers_list .area {
		float: none;
		margin: 20px 0 30px 130px;
	}
	.dealers_list dl {
		margin: 0 50px 20px 130px;
	}
}
@media screen and (max-width: 860px) {
	.dealers {
		margin: 50px 0;
	}
	.dealers .sidemenu {
		margin: 0 2.5%;
		padding: 0 0 10px;
		width: 95%;
	}
	.dealers_list {
		width: 100%;
	}
	.dealers_list dl {
		margin: 0 2.5% 30px;
		padding: 2.5%;
		width: 90%;
	}
	.dealers_list .area {
		margin: 20px 2.5% 30px;
	}
}
@media screen and (max-width: 600px) {
	.dealers {
		margin: 20px 0 100px;
	}
}
@media screen and (max-width: 480px) {
	.dealers_list .area {
		margin: 0 2.5% 10px;
		padding: 5px 2.5%;
		width: 90%;
	}
	.dealers_list dt {
		font-size: 12px;
		width: 110px;
	}
	.dealers_list dd {
		margin-left: 130px;
	}
}


/* .contact
 * --------------------------------------- */
.contact {
	margin: 50px 0 0 50px;
}
.contact .sidemenu {
	float: left;
	font-size: 12px;
	padding-top: 25px;
	text-align: left;
	width: 20%;
}

.contact_list {
	float: right;
	margin-top: 4px;
	width: 80%;
}
.contact_list .contact_content {
	background-color: #fff;
	margin: 0 30px 50px;
	padding: 40px 50px 10px;
	text-align: left;
}
.contact_list .contact_content form {
	margin: 50px 0 0;
}
.contact_list .contact_content form dl {
	clear: both;
	margin-bottom: 20px;
}
.contact_list .contact_content form dt {
	float: left;
	padding-top: 8px;
	width: 200px;
}
.contact_list .contact_content form dt span {
	display: inline-block;
	background-color: #c0d7d9;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 5px;
}
.contact_list .contact_content form dd {
	padding-left: 200px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	border: 1px solid #c5c5c5;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #333;
	font-size: 100%;
	padding: 8px;
	width: 100%;
}

.wpcf7 input[type="submit"] {
	background-color: #666;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 10px;
	padding: 10px;
	margin: 30px 0 0;
	text-align: center;
	text-shadow: none;
	width: 100%;
}
.wpcf7 input[type="submit"]:hover {
	background-color: #c0d7d9;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]::before,
.wpcf7 input[type="submit"]::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.wpcf7 span.wpcf7-not-valid-tip {
	color: #e00;
	font-size: 90%;
	padding: 5px;
}
div.wpcf7-validation-errors {
	box-sizing: border-box;
	border: 2px solid #e00;
	width: 100%;
}
div.wpcf7-response-output {
	box-sizing: border-box;
	margin: 10px 0;
	padding: 10px;
	width: 100%;
}

@media screen and (max-width: 860px) {
	.contact {
		margin: 50px 0;
	}
	.contact .sidemenu {
		margin: 0 2.5%;
		padding: 0 0 10px;
		width: 95%;
	}
	.contact_list {
		width: 100%;
	}
	.contact_list .contact_content {
		margin: 0 2.5% 30px;
		padding: 30px 5%;
		width: 85%;
	}
	.contact_list .contact_content form dt {
		float: none;
		margin-bottom: 10px;
		width: auto;
	}
	.contact_list .contact_content form dd {
		padding-left: 0;
	}
}
@media screen and (max-width: 600px) {
	.contact {
		margin: 20px 0 100px;
	}
}


/* .sidemenu
 * --------------------------------------- */
.sidemenu_title {
	border-bottom: 1px solid #333;
	font-family: 'delhi';
	font-size: 22px;
	letter-spacing: 6px;
	margin-bottom: 10px;
	padding: 0 10px 10px;
}
.sidemenu_title img {
	width: 100%;
	max-width: 144px;
}
.sidemenu h2 {
	padding: 0 0 50px 10px;
}
.sidemenu_title_sub {
	position: relative;
}
.sidemenu_title_sub p {
	display: none;
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
}
.sidemenu_category {
	margin: 0 0 25px 10px;
}
.sidemenu_category li {
	position: relative;
	margin: 8px 0 0 25px;
}
.sidemenu_category li::after {
	display: block;
	content: '';
	position: absolute;
	top: .65em;
	left: -1em;
	width: 8px;
	height: 1px;
	background-color: #666;
}
.sidemenu_category_title {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
.sidemenu a {
	position: relative;
	padding: 0 0 2px;
	width: 100%;
}
.sidemenu a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #c0d7d9;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.sidemenu a:hover::after,
.sidemenu a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
@media screen and (max-width: 860px) {
	.sidemenu h2 {
		padding: 0 0 20px 10px;
	}
	.sidemenu_title_sub p {
		display: block;
	}
	.sidemenu_content {
		display: none;
	}
	.sidemenu_category {
		margin: 0 0 10px 10px;
	}
	.sidemenu_category li {
		display: inline-block;
		margin: 5px 0 0 20px;
	}
}


/* .wp-pagenavi
 * --------------------------------------- */
.wp-pagenavi {
	position: relative;
	margin: 50px 0 0;
}
.wp-pagenavi .previouspostslink {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img/arrow_prev.png) no-repeat top left;
	background-size: contain;
	font-size: 11px;
	margin-left: 85px;
	padding: 40px 0 0 25px;
	text-align: left;
	width: 120px;
	height: 60px;
}
.wp-pagenavi .previouspostslink:hover {
	padding-left: 15px;
	width: 130px;
}
.wp-pagenavi .nextpostslink {
	position: absolute;
	top: 0;
	right: 0;
	background: url(/img/arrow_next.png) no-repeat top right;
	background-size: contain;
	font-size: 11px;
	margin-right: 65px;
	padding: 40px 25px 0 0;
	text-align: right;
	width: 120px;
	height: 60px;
}
.wp-pagenavi .nextpostslink:hover {
	padding-right: 15px;
	width: 130px;
}
.wp-pagenavi .page {
	display: inline-block;
	margin: 0 10px;
	padding: 40px 0 2px;
	width: auto;
}
.wp-pagenavi .current {
	display: inline-block;
	border-bottom: 1px solid #333;
	margin: 0 10px;
	padding: 40px 0 2px;
	width: auto;
}
.wp-pagenavi a,
.wp-pagenavi a::before,
.wp-pagenavi a::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}
@media screen and (max-width: 860px) {
	.wp-pagenavi .previouspostslink {
		margin-left: 30px;
	}
	.wp-pagenavi .nextpostslink {
		margin-right: 30px;
	}
}
@media screen and (max-width: 480px) {
	.wp-pagenavi .previouspostslink {
		margin-left: 15px;
		padding: 20px 0 0 17px;
		width: 40px;
		height: 35px;
	}
	.wp-pagenavi .previouspostslink span {
		display: none;
	}
	.wp-pagenavi .nextpostslink {
		margin-right: 15px;
		padding: 20px 17px 0 0;
		width: 40px;
		height: 35px;
	}
	.wp-pagenavi .nextpostslink span {
		display: none;
	}
	.wp-pagenavi .page {
		padding: 20px 0 2px;
	}
	.wp-pagenavi .current {
		padding: 20px 0 2px;
	}
}


/* .pagetop
 * --------------------------------------- */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 200;
}
.pagetop a {
	display: block;
	padding: 10px 5px;
}
@media screen and (max-width: 480px) {
	.pagetop {
		bottom: 10px;
		right: 10px;
	}
}


/* .notfaund　404
 * --------------------------------------- */
.notfaund {
	padding: 200px 0;
}
@media screen and (max-width: 480px) {
	.notfaund {
		padding: 120px 0;
	}
}


/* .footer
 * --------------------------------------- */
.footer {
	background-color: #c0d7d9;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 1px;
	padding: 50px 0;
}
@media screen and (max-width: 480px) {
	.footer {
		padding: 20px 0;
	}
}


/* .cf
 * --------------------------------------- */
.cf:before, .cf:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.cf:after {
    clear: both;
}
