@charset "utf-8";

/*
Theme Name: 中央花卉
Description: 中央花卉
Author: The company co.,ltd
Version: 1.0.0
*/


body {
	font-size: 75%; /* IE */
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	/*
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;*/

	-webkit-text-size-adjust: 100%;
	color:#666;
	background:#f4f4f6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: 'palt' 1;
	-moz-font-feature-settings: 'palt' 1;
	-o-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
html>/**/body {
	font-size: 12px; /* Except IE */
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #cca866;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
img.pc {
	display: inline-block;
}
img.sp {
	display: none;
}


@media screen and (max-width: 800px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img.sp {
		display: inline-block;
	}
	img.pc {
		display: none;
	}
}






/* CSS Document */


.common_h3{
	font-size:22px;
	color:#666666;
	position:relative;
	text-align:center;
	font-weight:400; 
	padding-bottom:9px;
}

.common_h3:before{
	content:"";
	display:block;
	width:87px;
	height:2px;
	background:#cca866;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:0; 
}

.common_width{
	width:960px;
	margin:0 auto; 
}

.common_h3_2{
	font-size:22px;
	color:#666666;
	position:relative;
	text-align:center;
	font-weight:500;
	margin-top:100px;
}

.common_h3_2.mt_min{
	margin-top:60px; 
}

.common_h3_2.gray{
	color:#666666;
}


.breadcrumbs{
	width:960px;
	margin:0 auto 50px;
	display:flex;
	font-size: 12px;
}

.breadcrumbs > span {
	margin: 0 .5em;
}
.breadcrumbs > span:first-child {
	margin-left: 0;
}
.breadcrumbs > span > a{
	color:#666666;
	text-decoration:none;
}
.breadcrumbs > span > a:hover{
	text-decoration: underline;
}



@media screen and (max-width: 800px) {
	.common_h3{
		font-size:5.6vw;
		font-weight:500; 
		padding-bottom:0;
	}
	
	.common_h3:before{
		display:none;
	}
	
	.common_width{
		width:89.3vw;
		margin:0 auto; 
	}
	
	.common_h3_2{
		font-size:4.26vw;
		color:#cca866;
		margin-top:13.3vw;
	}
	
	.common_h3_2.mt_min{
		margin-top:13.3vw; 
	}
	.breadcrumbs{
		width:89.3vw;
		margin:0 auto 4.5vw;
		display:flex;
		font-size:2.6vw;
	}
	
}

/* TOP
------------------------------------------------------------*/

.top_kv .view{
	position:relative; 
	width:100%;
	height:700px;
	overflow:hidden;
}

.top_kv ul{
	width:100%;	
}

.top_kv ul li{
	width:100%;
	height:700px;
	background:url(images/top/kv01.jpg) no-repeat center top;
	background-size:cover;
	display:none;
	position:absolute;
	left:0;
	top:0;
}

.top_kv ul li:nth-child(2){
	background:url(images/top/kv02.jpg) no-repeat center top;
	background-size:cover; 
}

.top_kv ul li:nth-child(3){
	background:url(images/top/kv03.jpg) no-repeat center top;
	background-size:cover; 
}

.top_kv ul li.active{
	animation: open_active 25s cubic-bezier(0.77, 0, 0.175, 1) forwards; 
}

@keyframes open_active {
	0% {
		transform:scale(1,1);
	}
	
	100% {
		transform:scale(2,2);
	}
}

.top_kv ul li.active{
	opacity:1;
	transform:scale(1.6);	
}

.top_kv h2{
	position:absolute;
	left:50%;
	top:160px; 
	width:960px;
	transform:translateX(-50%);
}

.top_kv h2 .mt{
	display:block;
	margin-top:35px;
}
.top_kv h2 .mt2{
	display:block;
	margin:25px 0 0 7px;
}

.top_kv .scroll{
	position:absolute;
	left:50%;
	top:640px;
	text-align:center;
	transform:translateX(-50%);
	z-index:3;
}

.top_block01{
	background:url(images/top/top_block01_bg01_2.jpg) no-repeat center top;
	background-size:cover;
	padding-top:100px;
} 

.top_block01 .inner{
	width:960px;
	margin:0 auto;
} 

.top_block01 .inner .btn01{
	display:flex;
	justify-content:space-between; 
}

.top_block01 .inner .btn01 li a{
	display:block;
	width:460px;
	height:140px;
	background:#cca866;
	text-align:center;
	text-decoration:none;
	padding-top:60px;
	position:relative;
	box-sizing:border-box;
}
.top_block01 .inner .btn01 li a img {
	width: auto;
	height: 24px;
}
.top_block01 .inner .btn01 li:nth-child(2) a{
	background:#132e80;
}

.top_block01 .inner .btn01 li a span{
	display:block;
	position:absolute;
	left:0;
	width:100%;
	top:94px;
	color:#FFF; 
}

.top_block01 .inner .btn01 li a:after{
	content:"";
	display:block;
	background:url(images/top/top_block01_icon01.png) no-repeat left top;
	background-size:100% auto;
	width:22px;
	height:22px;
	position:absolute;
	right:30px;
	top:50%;
	transform:translateY(-50%);
}

.top_block01 .inner .btn01 li p{
	text-align:center;
	font-size:12px;
	color:#666666;
	margin-top:15px;
}

.top_block01 .news{
	width:600px;
	margin:90px auto 0; 
}

.top_block01 .news ul{
	margin-top:15px; 
}

.top_block01 .news ul li a{
	display:flex;
	justify-content:space-between;
	padding:8px 0 8px;
	border-bottom:solid 1px #cccccc;
	text-decoration:none;
	font-size:14px;
	color:#666666;
	line-height: 1.8;	 
}

.top_block01 .news ul li a .date{
	display:block;
	width:100px; 
}
.top_block01 .news ul li a .ttl{
	display:block;
	width:485px; 
}

.top_block01 .more,
.ec_products_list .more{
	display:block;
	width:310px;
	height:60px;
	box-sizing:border-box;
	text-decoration:none;
	margin:40px auto 0;
	border:solid 2px #cccccc;
	text-decoration:none;
	text-align:center;
	padding-top:18px;
	font-size:14px;
	color:#666666; 
	letter-spacing:0.05em;
	position:relative;
	transition: all 0.4s;
}

.top_block01 .more:hover,
.ec_products_list .more:hover{
	background:#666666;
	color:#FFF;
	border-color:#666666;
}

.top_block01 .more:after,
.top_block01 .new_btn:after,
.ec_products_list .more:after{
	content:"";
	display:block;
	background:url(images/top/top_block01_icon02.png) no-repeat left top;
	background-size:100% auto;
	width:14px;
	height:14px;
	position:absolute;
	right:23px;
	top:50%;
	transform:translateY(-50%);
	transition: all 0.4s;
}

.top_block01 .more:hover:after,
.top_block01 .new_btn:hover:after,
.ec_products_list .more:hover:after{
	background:url(images/top/top_block01_icon02_active.png) no-repeat left top;
	background-size:100% auto;
}

.top_block01 .new_btn:after,
.top_block01 .new_btn:hover:after{
	background:url(images/top/top_block01_icon03.png) no-repeat left top;
	background-size:100% auto;
	width:22px;
	height:23px;
}

.top_block01 .new_btn{
	display:block;
	width:600px;
	height:140px;
	box-sizing:border-box;
	text-decoration:none;
	margin:100px auto 0;
	border:solid 2px #cca866;
	text-decoration:none;
	text-align:center;
	padding-top:27px;
	font-size:22px;
	color:#cca866; 
	letter-spacing:0.05em;
	position:relative;
	font-weight:500;
}

.top_block01 .new_btn span{
	display:block;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	margin-top:10px;
	font-weight:400;
}

.top_bnr{
	background:#f4f4f6;
	padding:100px 0;
}

.top_bnr ul{
	width:960px;
	margin:0 auto; 
	display:flex;
	justify-content:space-between;
}

.top_bnr ul li{
	width:474px; 
}

.top_bnr ul li a{
	display:block;
	text-decoration:none; 
}

.top_bnr ul li a span{
	display:block;
	background:rgba(255,255,255,0.9); 
	height:auto;
	text-align: left;
	font-size:14px;
	line-height: 1.8;
	color:#666666;
	position:relative;
	padding:1em 4em 1em 1.5em;
	box-sizing:border-box;
}

.top_bnr ul li a span:after{
	content:"";
	display:block;
	background:url(images/common/icon_blank_black.png) no-repeat left top;
	background-size:100% auto;
	width:14px;
	height:14px;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
}

.insta{
	background:#666666;
	padding:95px 0 60px; 
}

.insta h3{
	font-size:18px;
	color:#ffffff;
}

.insta h3:before{
	background:#ffffff; 
}

.insta h3:after{
	content:"";
	display:block;
	background:url(images/top/icon_insta.png) no-repeat left top;
	background-size:100% auto;
	width:28px;
	height:28px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-30px;
}

.insta .instagram-wrap{
	display:block;
	width:960px;
	margin:52px auto 0; 
	justify-content:space-between;
	flex-wrap:wrap;
}
.insta .instagram-wrap.sp{
	display: none;
}

.insta ul li{
	padding-top:8px; 
}

.insta .more{
	display:block;
	width:312px;
	height:60px;
	box-sizing:border-box;
	border:solid 2px #ffffff;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	padding-top:18px;
	letter-spacing:0.05em;
	margin:60px auto 0; 
	position:relative;
	transition: all 0.4s;
}

.insta .more:hover{
	background:#ffffff;
	color:#666666; 
}

.insta .more:after{
	content:"";
	display:block; 
	background:url(images/common/icon_blank_white.png) no-repeat left top;
	background-size:100% auto;
	width:14px;
	height:14px;
	position:absolute;
	right:23px;
	top:50%;
	transform:translateY(-50%);
	transition: all 0.4s;
}

.insta .more:hover:after{
	background:url(images/common/icon_blank_white_active.png) no-repeat left top;
	background-size:100% auto;
}

@media screen and (max-width: 800px) {
	
	.top_kv{
		height:157vw;
	}
	
	.top_kv .view{
		width:100%;
		height:100vw;
		overflow:hidden;
	}
 
	.top_kv ul li{
		width:100%;
		height:100vw;
		background:url(images/top/kv01_sp.jpg) no-repeat center top;
		background-size:100% auto;
	}
	
	.top_kv ul li:nth-child(2){
		background:url(images/top/kv02_sp.jpg) no-repeat center top;
		background-size:cover; 
	}
	
	.top_kv ul li:nth-child(3){
		background:url(images/top/kv03_sp.jpg) no-repeat center top;
		background-size:cover; 
	}
	
	.top_kv h2{
		width:100%;
		position:absolute;
		left:0%;
		top:36.93vw; 
		transform:none;
		text-align:center;
	}
	
	.top_kv h2 img{
		width:71.86vw 
	}
	
	.top_kv h2 .mt{
		display:block;
		margin-top:53.3vw;
	}
	.top_kv h2 .mt2{
		display:block;
		margin:3.73vw 0 0 0;
	}
	
	.top_kv h2 span img{
		width:81.46vw;
		margin:0 auto;
	} 
	
	.top_kv .scroll{
		display:none;
	}
	
	.top_block01{
		background:url(images/top/top_block01_bg01_2.jpg) no-repeat center top;
		background-size:cover;
		padding-top:0px;
	} 
	
	.top_block01 .inner{
		width:89.3vw;
		margin:0 auto;
	} 
	
	.top_block01 .inner .btn01{
		display:block;
		width:89.3vw;
		margin:0 auto;
	}
	
	.top_block01 .inner .btn01 li:nth-child(1){
		margin-bottom:8vw; 
	}
	
	.top_block01 .inner .btn01 li a{
		display:block;
		width:100%;
		height:26.6vw;
		padding-top:10vw;
	}
	
	.top_block01 .inner .btn01 li a img{
		width:auto;
		height:5.46vw; 
	}
	
	.top_block01 .inner .btn01 li a span{
		display:block;
		position:absolute;
		left:0;
		width:100%;
		top:18vw;
		color:#FFF;
		font-size:2.6vw;
	}
	
	.top_block01 .inner .btn01 li a:after{
		width:5.86vw;
		height:5.86vw;
		right:5.3vw;
		margin-top:-0.7vw;
	}
	
	.top_block01 .inner .btn01 li p{
		font-size:2.93vw;
		margin-top:2.6vw;
	}
	
	.top_block01 .news{
		width:100%;
		margin:14.6vw auto 0; 
	}
	
	.top_block01 .news ul{
		margin-top:2.6vw; 
	}
	
	.top_block01 .news ul li a{
		display:block;
		justify-content:space-between;
		padding:4vw 0 4vw;
		border-bottom:solid 0.26vw #cccccc;
		text-decoration:none;
		font-size:3.46vw;
		line-height: 1.8;	 
	}
	
	.top_block01 .news ul li:last-child a{
		border-bottom:none; 
	}
	
	.top_block01 .news ul li a .date{
		display:block;
		width:100%; 
	}
	.top_block01 .news ul li a .ttl{
		display:block;
		width:100%; 
		margin-top:2.6vw;
	}
	
	.top_block01 .more,
	.ec_products_list .more{
		display:block;
		width:100%;
		height:16vw;
		margin:6.6vw auto 0;
		border:none;
		padding-top:5.3vw;
		font-size:3.73vw;
		color:#FFF !important; 
		background:#cccccc !important;
	}
	
	.top_block01 .more:after,
	.top_block01 .new_btn:after,
	.ec_products_list .more:after,
	.top_block01 .more:hover:after,
	.top_block01 .new_btn:hover:after,
	.ec_products_list .more:hover:after{
		content:"";
		display:block;
		background:url(images/top/top_block01_icon01.png) no-repeat left top;
		background-size:100% auto;
		width:6vw;
		height:6vw;
		right:5.3vw;
	}
	
	.top_block01 .new_btn:after,
	.top_block01 .new_btn:hover:after{
		background:url(images/top/top_block01_icon03.png) no-repeat left top;
		background-size:100% auto;
		width:6vw;
		height:6vw;
		right:5.3vw;
	}
	
	.top_block01 .new_btn{
		display:block;
		width:100%;
		height:42.6vw;
		margin:13.3vw auto 0;
		border:solid 0.53vw #cca866;
		padding-top:6vw;
		font-size:5.6vw;
		line-height: 1.6;
	}
	
	.top_block01 .new_btn span{
		display:block;
		font-size: 2.93vw;
		margin-top:1.5vw;
	}
	
	.top_bnr{
		padding:13.3vw 0;
	}
	
	.top_bnr ul{
		width:89.3vw;
		margin:0 auto; 
		display:block;
	}
	
	.top_bnr ul li{
		width:100%;
		margin-bottom:6.6vw; 
	}
	
	.top_bnr ul li:last-child{
		margin-bottom:0; 
	}
	
	.top_bnr ul li a{
		display:block;
		text-decoration:none; 
	}
	
	.top_bnr ul li a span{
		display:block;
		background:none; 
		height:auto;
		text-align:left;
		font-size:3.2vw;
		padding:0 2em 0 0;
		margin-top: 1em;
	}
	
	.top_bnr ul li a span:after{
		content:"";
		display:inline-block;
		width:3.2vw;
		height:3.2vw;
		position:absolute;
		right:0;
		top:50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.insta{
		padding:26vw 0 13.3vw; 
	}
	
	.insta h3{
		font-size:5.6vw;
		color:#ffffff;
		padding-bottom:2.6vw;
	}
	
	.insta h3.common_h3:before{
		content:"";
		display:block;
		width:11.6vw;
		height:0.26vw;
		background:#FFF;
		position:absolute;
		left:50%;
		transform:translateX(-50%);
		bottom:0; 
	}
	
	.insta h3:before{
		background:#ffffff; 
	}
	
	.insta h3:after{
		content:"";
		display:block;
		background:url(images/top/icon_insta.png) no-repeat left top;
		background-size:100% auto;
		width:8.8vw;
		height:8.8vw;
		position:absolute;
		left:50%;
		transform:translateX(-50%);
		top:-10vw;
	}
	.insta .instagram-wrap.pc{
		display: none;
	}
	.insta .instagram-wrap.sp{
		display: block;
		width:89.3vw;
		margin:5.5vw auto 0; 
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	.insta ul li{
		width:43.73vw;
		padding-top:1.86vw; 
	}
	
	.insta .more,
	.insta .more:hover{
		display:block;
		width:89.3vw;
		height:16vw;
		border:solid 0.53vw #ffffff;
		font-size:3.73vw;
		padding-top:4.8vw;
		letter-spacing:0.05em;
		margin:8vw auto 0; 
		position:relative;
	}
	
	.insta .more:after,
	.insta .more:hover:after{
		content:"";
		display:block; 
		background:url(images/common/icon_blank_white.png) no-repeat left top;
		background-size:100% auto;
		width:3.2vw;
		height:3.2vw;
		position:absolute;
		right:20.6vw;
	}
}

/*TOP------------------------------------------------------------*/

/* COMPANY
------------------------------------------------------------*/

main.sub{
	background:#f4f4f6;
	padding-top:60px; 
}

.kv{
	height:550px;
	background-position:center center;
	background-size:cover; 
}

.kv.company{
	background-image:url(images/company/kv.jpg);
}

.kv h2{
	text-align:center;
	padding-top:320px;
	font-weight:500;
	position:relative; 
	font-size:26px;
	color:#FFF;
}

.kv.company h2:before{
	content:"";
	display:block;
	background:url(images/company/kv_icon.png) no-repeat left top;
	background-size:100% auto;
	width:151px;
	height:148px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:178px; 
}

.company h3{
	margin-top:95px;
	text-align:center;
	font-size:22px;
	font-weight:400;
}

.company_block01 p{
	margin-top:25px;
	text-align:center;
	font-size: 16px;
	line-height: 1.8;	 
}

.company_block01 ul{
	width:960px;
	display:flex;
	justify-content:space-between; 
	margin:25px auto 0;
}

.company_block01 ul li{
	width:312px;
	height:145px;
	box-sizing:border-box;
	font-size:18px;
	line-height: 1.8;
	text-align:center;
	padding-top:42px;
	background:#eceaed;	 
}

.company_block02 table{
	width:440px;
	margin:0 auto;
}

.company_block02 table tr th,
.company_block02 table tr td{
	padding-top:50px;
	font-size:14px;
	font-weight:400;
	vertical-align:top;
	line-height: 1.8;	
}

.company_block02 table tr th{
	width:130px;
	box-sizing:border-box;
	padding-left:40px; 
}

.company_block03 table{
	width:210px;
	margin:50px auto 0;
}

.company_block03 table tr th,
.company_block03 table tr td{
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	font-weight:400;
	vertical-align:top;
}

.company_block03 table tr th{
	width:100px;
	box-sizing:border-box;
}

.company_block03 .map{
	margin-top:90px; 
}

@media screen and (max-width: 800px) {
	main.sub{
		padding-top:13.3vw; 
	}
	
	.kv{
		height:53.3vw;
	}
	
	.kv.company{
		background-image:url(images/company/kv_sp.jpg);
	}
	
	.kv h2{
		text-align:center;
		padding-top:32.3vw;
		font-size:3.46vw;
	}
	
	.kv.company h2:before{
		content:"";
		display:block;
		background:url(images/company/kv_icon.png) no-repeat left top;
		background-size:100% auto;
		width:18.6vw;
		height:18.6vw;
		position:absolute;
		left:50%;
		transform:translateX(-50%);
		top:15vw; 
	}
	
	.company h3.mt_min{
		margin-top:10vw; 
	}
	
	.company h3{
		margin-top:12vw;
		font-size:4.26vw;
		font-weight:400;
	}
	
	.company_block01 p{
		margin-top:5vw;
		font-size: 3.2vw;
		line-height: 1.8;	 
	}
	
	.company_block01 ul{
		width:89.3vw;
		display:block;
		justify-content:space-between; 
		margin:5.3vw auto 0;
	}
	
	.company_block01 ul li{
		width:100%;
		height:19.3vw;
		font-size:3.2vw;
		text-align:center;
		padding-top:7vw;
		background:#eceaed;
		margin-bottom:4vw;	
	}
	
	.company_block01 ul li:last-child{
		margin-bottom:0; 
	}
	
	.company_block02 table{
		width:89.3vw;
		margin:0 auto;
	}
	
	.company_block02 table tr th,
	.company_block02 table tr td{
		padding-top:6.6vw;
		font-size:3.73vw;
		font-weight:400;
		vertical-align:top;
		line-height: 1.8;	
	}
	
	.company_block02 table tr td a{
		color:#666666;
		text-decoration:none; 
	}
	
	.company_block02 table tr th{
		width:21.3vw;
		box-sizing:border-box;
		padding-left:0px; 
	}
	
	.company_block03 table{
		width:48vw;
		margin:7.3vw auto 0;
	}
	
	.company_block03 table tr th,
	.company_block03 table tr td{
		font-size: 3.73vw;
		line-height: 1.8;
		text-align: left;
		font-weight:400;
		vertical-align:top;
	}
	
	.company_block03 table tr td{
		text-align:right; 
	}
	
	.company_block03 table tr th{
		width:20vw;
		box-sizing:border-box;
	}
	
	.company_block03 .map{
		margin-top:13.3vw; 
	}
	
	.company_block03 .map iframe{
		height:53.3vw; 
	}
}


/*COMPANY------------------------------------------------------------*/


/* EC TOP
------------------------------------------------------------*/

.ec_top_kv{
	position:relative; 
	width:100%;
	height:460px;
}

.ec_top_kv ul li{
	width:100%;
	height:460px;
	position:absolute;
	left:0;
	top:0;
	display:none;
}

.ec_top_kv ul li .bg{
	width:100%;
	height:460px;
	overflow:hidden;
}

.ec_top_kv ul li .bg > div{
	width:100%;
	height:460px;
	background:url(images/ec/kv01.jpg) no-repeat center center;
	background-size:cover;
}

.ec_top_kv ul li:nth-child(2) .bg > div{
	background:url(images/ec/kv01.jpg) no-repeat center top;
	background-size:cover; 
}

.ec_top_kv ul li:nth-child(3) .bg > div{
	background:url(images/ec/kv01.jpg) no-repeat center top;
	background-size:cover; 
}

.ec_top_kv ul li.active .bg > div{
	animation: open_active 25s cubic-bezier(0.77, 0, 0.175, 1) forwards; 
}

.ec_top_kv .navi,
.ec_top_kv ul li .caption{
	position:absolute;
	z-index:9;
	width:960px;
	left:50%;
	transform:translateX(-50%);
	top:0;
	height:100%;
} 

.ec_top_kv .navi{
	z-index:11; 
}

.ec_top_kv .navi .l,
.ec_top_kv .navi .r{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%); 
}

.ec_top_kv .navi .r{
	left:auto;
	right:0; 
}

.ec_top_kv ul li .caption p{
	margin:285px 0 0 25px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255,0.8);
	width: 312px;
	height: 123px;
	font-size:28px;
	color:#cca866;
	font-weight:700;
	box-sizing:border-box;
	line-height:1.2;
	padding-top:18px;
	text-align:center;
}

.ec_top_kv ul li .caption p span{
	display:block;
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 1.8;
	text-align: center;
	margin-top:7px;
	font-weight:400;
}

.ec_top_block01{
	margin-top:60px; 
}

.ec_top_block01 .top_message{
	 display:flex;
	 justify-content:space-around; 
}

.ec_top_block01 .top_message h2{
	font-size:41px;
	font-weight:500;
	line-height: 1.543;
	position:relative;
	top:-8px;
}

.ec_top_block01 .top_message p{
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	width:650px; 
}

.ec_top_block01 .top_message2{
	width:600px;
	height:166px;
	margin:55px auto 0;
	border:solid 2px #cca866;
	box-sizing:border-box;
	font-size: 14px;
	color: rgb(204, 168, 102);
	line-height: 1.8;
	text-align: center;	
}

.ec_top_block01 .top_message2 span{
	display:block;
	font-size:22px;
	letter-spacing:0.05em;
	font-weight:500;
	padding:28px 0 12px;
	line-height:1.2;	 
}

.ec_products_list ul{
	display:flex;
	justify-content:space-between; 
	flex-wrap:wrap;
}

.ec_products_list ul li{
	padding-top:30px;
	width:231px; 
}

.ec_products_list ul li a{
	display:block;
	background:#FFF;
	padding-bottom:12px;
	text-decoration:none;
}

.ec_products_list ul li a .name{
	display:block;
	padding:10px 13px 10px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 1.8;
	text-align: left;	 
}

.ec_products_list ul li a .money{
	display:block;
	text-align:right; 
	padding:0px 13px;
	font-size:16px;
	color:#cca866;
	font-weight:500;
}

.ec_products_list .more{
	margin-top:30px; 
}

.ec_products_list ul.send{
	margin-top:30px;
	margin-bottom:120px;
}

.ec_products_list ul.send li{
	margin-bottom:25px;
	padding:0;
	background:#eceaed;
	text-align:center;
	width:468px;
	height:124px;
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
	box-sizing:border-box;	
	padding-top:28px;
}

.ec_products_list ul.send li:nth-child(3),
.ec_products_list ul.send li:nth-child(4){
	margin-bottom:0; 
}

@media screen and (max-width: 800px) {
	
	.ec_top_kv{
		position:relative; 
		width:100%;
		height:74.6vw;
	}
	
	.ec_top_kv ul li{
		width:100%;
		height:74.6vw;
		position:absolute;
		left:0;
		top:0;
	}
	
	.ec_top_kv ul li .bg{
		width:100%;
		height:74.6vw;
		overflow:hidden;
	}
	
	.ec_top_kv ul li .bg > div{
		width:100%;
		height:74.6vw;
		background:url(images/ec/kv01_sp.jpg) no-repeat center center;
		background-size:cover;
	}
	
	.ec_top_kv ul li:nth-child(2) .bg > div{
		background:url(images/ec/kv01_sp.jpg) no-repeat center top;
		background-size:cover; 
	}
	
	.ec_top_kv ul li:nth-child(3) .bg > div{
		background:url(images/ec/kv01_sp.jpg) no-repeat center top;
		background-size:cover; 
	}
	
	
	.ec_top_kv .navi,
	.ec_top_kv ul li .caption{
		width:100%;
		left:50%;
		transform:translateX(-50%);
		top:0;
		height:100%;
	} 
	
	.ec_top_kv .navi .l,
	.ec_top_kv .navi .r{
		position:absolute;
		width:4.93vw;
		left:4.6vw;
	}
	
	.ec_top_kv .navi .r{
		left:auto;
		right:4.6vw; 
	}
	
	.ec_top_kv ul li .caption p{
		margin:66.6vw 0 0 5.3vw;
		border-radius: 1.06vw;
		background-color: rgba(255, 255, 255,0.8);
		width: 66.93vw;
		height: auto;
		font-size:4.26vw;
		padding:2.6vw 4vw 2.4vw ;
		text-align:left;
	}
	
	.ec_top_kv ul li .caption p span{
		display:block;
		font-size: 2.6vw;
		color: rgb(102, 102, 102);
		line-height: 1.8;
		text-align: left;
		margin-top:1.4vw;
		font-weight:400;
	}
	
	.ec_top_block01{
		margin-top:18vw; 
	}
	
	.ec_top_block01 .top_message{
		 display:block;
		 justify-content:space-around; 
	}
	
	.ec_top_block01 .top_message h2{
		font-size:4.26vw;
		top:auto;
		text-align:center;
	}
	
	.ec_top_block01 .top_message p{
		
		font-size: 2.6vw;
		line-height: 2.16;
		text-align: center;
		width:100%;
		margin-top:4vw; 
	}
	
	.ec_top_block01 .top_message2{
		width:100%;
		height:37.3vw;
		margin:5.3vw auto 0;
		border:solid 0.26vw #cca866;
		font-size: 2.6vw;
	}
	
	.ec_top_block01 .top_message2 span{
		display:block;
		font-size:2.6vw;
		letter-spacing:0.05em;
		font-weight:500;
		padding:3.6vw 0 2.6vw;
		line-height:1.2;	 
	}
	
	.ec_products_list ul{
		display:flex;
		justify-content:space-between; 
		flex-wrap:wrap;
		padding-top:5.3vw;
	}
	
	.ec_products_list ul li{
		padding-top:2.6vw;
		width:42.8vw; 
	}
	
	.ec_products_list ul li a{
		display:block;
		background:#FFF;
		padding-bottom:2.6vw;
	}
	
	.ec_products_list ul li a .name{
		display:block;
		padding:2.6vw 2.6vw 1.5vw;
		font-size: 2.93vw;
		color: rgb(102, 102, 102);
		line-height: 1.8;
		text-align: left;	 
	}
	
	.ec_products_list ul li a .money{
		display:block;
		text-align:right; 
		padding:0px 2.6vw;
		font-size:3.46vw;
		color:#cca866;
		font-weight:500;
	}
	
	.ec_products_list ul li a .money span{
		font-size:2.6vw; 
	}
	
	.ec_products_list a.more{
		background:none !important;
		border:solid 0.26vw #cccccc !important;
		color:#666666 !important;
		font-weight:500;
	}
	
	.ec_products_list a.more:after{
		background:url(images/top/top_block01_icon02.png) no-repeat left top;
		background-size:100% auto;
	}
	
	.ec_products_list .more{
		margin-top:4vw; 
	}
	
	.ec_products_list ul.send{
		margin-top:6.6vw;
		margin-bottom:16vw;
	}
	
	.ec_products_list ul.send li{
		margin-bottom:4vw;
		padding:0;
		background:#eceaed;
		text-align:center;
		width:100%;
		height:30.6vw;
		font-size: 2.6vw;
		padding-top:0;
		position:relative;
	}
	.ec_products_list ul.send li span{
		position:absolute;
		width:100%;
		left:0;
		top:50%;
		transform:translateY(-50%); 
	}
	
	.ec_products_list ul.send li:nth-child(3){
		margin-bottom:4vw; 
	}
}

/*EC TOP------------------------------------------------------------*/





/*------------------------------------------------------------
	Page Common
------------------------------------------------------------*/

#page .section-wrap {
	padding: 180px 20px 90px;
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
#main .page-title {
	position: relative;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: .06em;
	text-indent: .06em;
	margin-bottom: 50px;
	line-height: 2;
}
#main .page-title::before {
	content: "";
	display: block;
	width: 87px;
	height: 2px;
	background: #cca866;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}
#main .content .page-title {
	display: none;
}
#page .woocommerce-error,
#page .woocommerce-info,
#page .woocommerce-message {
	background: #fff;
}
#page.page-common .content {
	font-size: 16px;
	letter-spacing: .06em;
}
#page.page-common .content p.desc {
	max-width: 570px;
	width: 100%;
	font-size: 14px;
	margin: auto;
	line-height: 1.6;
	letter-spacing: .06em;
}
#page.page-common .content p {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .06em;
	margin-bottom: 1.8em;
}
#page.page-common .content h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 1.4;
	margin-bottom: .25em;
}
#page.page-common .content * + h3 {
	margin-top: 3em;
}
@media screen and (max-width: 800px) {
	#main .page-title {
		font-size: 5.6vw;
		font-weight: 500; 
		padding-bottom: 0;
	}
	
	.home #main .page-title::before {
		display: none;
	}
	#main .page-title::before {
		height: .53vw;
		width: 16vw;
	}
	#page .section-wrap {
		padding: 22.8vw 5.3vw 9.5vw;
	}

	#page.page-common .content {
		font-size: 3.46vw;
	}
	#page.page-common .content p.desc {
		max-width: 100%;
		font-size: 3.2vw;
	}
	#page.page-common .content p {
		font-size: 3.46vw;
	}
	#page.page-common .content h3 {
		font-size: 4.26vw;
	}
	#page.page-common .content * + h3 {
		margin-top: 1.5em;
	}
}

/*------------------------------------------------------------
	Page Terms & Law & Privacy
------------------------------------------------------------*/
#page.page-terms ul {
	margin-bottom: .8em;
	padding-left: 1em;
}
#page.page-terms p + ul {
	margin-top: -1em;
}

#page.page-privacy .contact {
	text-align: center;
}
#page.page-privacy .contact h3 {
	margin-bottom: 1.4em;
}
#page.page-privacy .contact p {
	font-size: 14px;
}

@media screen and (max-width: 800px) {
	#page.page-privacy .contact {
		text-align: left;
	}
	#page.page-privacy .contact h3 {
		margin-bottom: .2em;
	}
	#page.page-privacy .contact p {
		font-size: 3.2vw;
	}
}


/*------------------------------------------------------------
	Page My Account
------------------------------------------------------------*/

#main .page-my-account .woocommerce > h2 {
	display: none;
}
#main .page-my-account .woocommerce form.login {
	border: none;
	padding: 0;
	max-width: 580px;
	margin: auto;
	width: 100%;
}
#main .page-my-account .woocommerce form.login .woocommerce-form-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0 133px 0 0;
	margin-bottom: 30px;
	-ms-align-items: center;
	align-items: center;
}
#main .page-my-account .woocommerce form.login .woocommerce-form-row label {
	width: 133px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .06em;
}
#main .page-my-account .woocommerce form.login .woocommerce-form-row label .required {
	display: none;
}
#main .page-my-account .woocommerce form.login .woocommerce-form-row input,
#main .page-my-account .woocommerce form.login .woocommerce-form-row span {
	flex-grow: 1;
	width: auto;
}
#main .page-my-account .woocommerce form.login .woocommerce-form-row input {
	background: #f4f4f6;
	border: 2px solid #ccc;
	color: #666;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .06em;
	line-height: 2;
	padding: .3em 1em;
}
#main .page-my-account .woocommerce form.login .woocommerce-LostPassword {
	text-align: center;
	font-size: 12px;
	letter-spacing: .06em;
	line-height: 1.8;
	margin-top: .5em;
}
#main .page-my-account .woocommerce form.login .woocommerce-LostPassword:hover {
	text-decoration: underline;
}
#main .page-my-account .woocommerce form.login .form-row:nth-of-type(3) {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 312px;
	margin: 30px auto 0;
	padding: 0;
}
#main .page-my-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: none;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background-color: #666;
	letter-spacing: .06em;
	text-indent: .06em;
	line-height: 4.3;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#main .page-my-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	opacity: .5;
}
#main .page-my-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .06em;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
	position: relative;
}
#main .page-my-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#main .page-my-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input + span {
	display: block;
	position: relative;
	padding-left: 2em;
}
#main .page-my-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input + span::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: .15em solid #ccc;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
#main .page-my-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input + span::before {
	content: '';
	width: .7em;
	height: .4em;
	position: absolute;
	top: .9em;
	left: .4em;
	opacity: 0;
	display: block;
	border-bottom: .15em solid #cca866;
	border-left: .15em solid #cca866;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	-o-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#main .page-my-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input:checked + span::before {
	opacity: 1;
}


#main .page-my-account .woocommerce form.lost_reset_password {
	border: none;
	padding: 0;
	max-width: 580px;
	margin: auto;
	width: 100%;
	text-align: center;
}
#main .page-my-account .woocommerce form.lost_reset_password p {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: .06em;
}
#main .page-my-account .woocommerce form.lost_reset_password .form-row {
	max-width: 312px;
	margin: auto;
	text-align: left;
	float: none;
	width: 100%;
	padding: 0;
}
#main .page-my-account .woocommerce form.lost_reset_password .form-row.form-row-first {
	margin-top: 50px;
}
#main .page-my-account .woocommerce form.lost_reset_password .form-row label {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: .06em;
	margin-bottom: .2em;
	font-weight: 500;
	margin-top: 1em;
}
#main .page-my-account .woocommerce form.lost_reset_password .form-row.form-row-first label {
	margin-top: 0;
}
#main .page-my-account .woocommerce form.lost_reset_password .form-row input {
	background: #f4f4f6;
	border: 2px solid #ccc;
	color: #666;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .06em;
	line-height: 2;
	padding: .3em 1em;
}
#main .page-my-account .woocommerce form.lost_reset_password .form-row button {
	float: none;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background-color: #666;
	letter-spacing: .06em;
	text-indent: .06em;
	line-height: 4.3;
	margin: 30px 0 0;
	padding: 0;
	border-radius: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#main .page-my-account .woocommerce form.lost_reset_password .form-row button:hover {
	opacity: .5;
}
#main .page-my-account .woocommerce .woocommerce-message {
	border: none;
	background: transparent;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .06em;
	padding: 0;
	margin-bottom: 1.8em;
}
#main .page-my-account .woocommerce .woocommerce-message::before {
	display: none;
}
#main .page-my-account .woocommerce p.note-lpc {
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .06em;
}
@media screen and (max-width: 800px) {
	#main .page-my-account .woocommerce form.login {
		max-width: 100%;
		font-size: 3.2vw;
	}
	#main .page-my-account .woocommerce form.login .woocommerce-form-row {
		padding: 0;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 1em;
	}
	#main .page-my-account .woocommerce form.login .woocommerce-form-row label {
		width: 100%;
		font-size: 3.46vw;
	}
	#main .page-my-account .woocommerce form.login .woocommerce-form-row input {
		font-size: 3.73vw;
		border-width: .4vw;
		color: #666;
	}
	#main .page-my-account .woocommerce form.login .form-row:nth-of-type(3) {
		margin-top: 3em;
		max-width: 100%;
	}
	#main .page-my-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
		font-size: 3.46vw;
		width: 100%;
	}
	#main .page-my-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
		font-size: 3.2vw;
	}
	#main .page-my-account .woocommerce form.login .woocommerce-LostPassword {
		font-size: 2.66vw;
	}
	#main .page-my-account .woocommerce form.lost_reset_password {
		max-width: 100%;
	}
	#main .page-my-account .woocommerce form.lost_reset_password p {
		font-size: 3.46vw;
	}
	#main .page-my-account .woocommerce form.lost_reset_password .form-row {
		max-width: 83.2vw;
	}
	#main .page-my-account .woocommerce form.lost_reset_password .form-row.form-row-first {
		margin-top: 6.8vw;
	}
	#main .page-my-account .woocommerce form.lost_reset_password .form-row label {
		font-size: 3.46vw;
	}
	#main .page-my-account .woocommerce form.lost_reset_password .form-row input {
		font-size: 3.73vw;
	}
	#main .page-my-account .woocommerce form.lost_reset_password .form-row button {
		font-size: 3.46vw;
		margin-top: 4.8vw;
	}
	#main .page-my-account .woocommerce .woocommerce-message {
		font-size: 3.46vw;
		line-height: 1.66;
		margin-bottom: 1.66em;
	}
	#main .page-my-account .woocommerce p.note-lpc {
		font-size: 3.46vw;
		line-height: 1.66;
	}
}

/*------------------------------------------------------------
	Dashboard
------------------------------------------------------------*/
#main .page-my-account .woocommerce .woocommerce-MyAccount-navigation {
	display: none;
}
#main .page-my-account .woocommerce .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	max-width: 312px;
	margin: auto;
}
#main .page-my-account .woocommerce .woocommerce-MyAccount-content .dashboard-nav li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .06em;
	text-indent: .06em;
	background: transparent;
	line-height: 3;
	border-bottom: 1px solid #ccc;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#main .page-my-account .woocommerce .woocommerce-MyAccount-content .dashboard-nav li a:hover {
	background: #fff;
}

@media screen and (max-width: 800px) {
	#main .page-my-account .woocommerce .woocommerce-MyAccount-content {
		max-width: 100%;
	}
	#main .page-my-account .woocommerce .woocommerce-MyAccount-content .dashboard-nav li a {
		font-size: 3.46vw;
	}
}
/*------------------------------------------------------------
	Page Shop & Taxonomy
------------------------------------------------------------*/

#main .icon-gotocart {
	position: fixed;
	width: 108px;
	display: block;
	bottom: 20px;
	right: 15px;
	right: calc(50vw - 480px + 10px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.moved #main .icon-gotocart {
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 1000px) {
	#main .icon-gotocart {
		right: 30px;
	}
}
@media screen and (max-width: 800px) {
	#main .icon-gotocart {
		width: 20vw;
		right: 4.6vw;
		bottom: 4vw;
	}
}


#main .ck-timelimit {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: .06em;
	text-indent: .06em;
	color: #cca866;
	text-align: center;
	line-height: 1.6;
}
#main .ck-timelimit span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 1.2em;
}

#main .ck-note-before-loop {
	max-width: 680px;
	margin: 60px auto;
	width: 100%;
	padding: 20px;
	border: 2px solid #ccc;
	font-size: 14px;
	line-height: 1.6;
}
#main .ck-note-before-loop h3 {
	font-weight: 400;
	text-align: center;
	text-indent: .06em;
	letter-spacing: .06em;
}
#main .ck-note-before-loop p {
	font-weight: 400;
	letter-spacing: .06em;
	max-width: 560px;
	margin: 1.6em auto 0;
}
#main .ck-note-before-loop p a {
	color: #cca866;
}
#main .ck-note-before-loop p a:hover {
	text-decoration: underline;
}
#main .ck-catnav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	font-size: 14px;
	max-height: 90px;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#main .ck-catnav.open {
	max-height: 9000px;
}
#main .ck-catnav li {
	margin: 0 10px 10px;
	white-space: nowrap;
}
#main .ck-catnav li:first-child {
	-webkit-order: -2;
	-moz-order: -2;
	-ms-order: -2;
	-o-order: -2;
	order: -2;
}
#main .ck-catnav li.current {
	-webkit-order: -1;
	-moz-order: -1;
	-ms-order: -1;
	-o-order: -1;
	order: -1;
}
#main .ck-catnav li a {
	display: block;
	text-align: center;
	padding: 0 2em;
	line-height: 2.4;
	border-radius: 1.2em;
	border: 1px solid #cca866;
	color: #cca866;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#main .page-archive .ck-catnav li:first-child a,
#main .ck-catnav li.current a,
#main .ck-catnav li a:hover {
	background: #cca866;
	color: #fff;
}
#main .ck-toggle {
	display: block;
	width: 100%;
	background-color: #eceaed;
	text-align: center;
	color: #666;
	font-weight: 500;
	text-indent: .06em;
	letter-spacing: .06em;
	line-height: 2.6;
	cursor: pointer;
	margin-top: 10px;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#main .ck-toggle:hover {
	background-color: #ccc;
}
#main .ck-toggle::after {
	content: '';
	display: block;
	position: absolute;
	width: .75em;
	height: .75em;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	top: 30%;
	right: 1.5em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#main .ck-toggle.opened {
	opacity: 0;
	visibility: hidden;
}


#main .ck-thumb {
	 display: block;
	 width: 150px;
	 padding-top: 150px;
	 background-position: center center, center center;
	 background-size: cover, cover;
}
#main .products li {
	text-align: left;
	margin: 0;
	margin-top: 60px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

#main .products li .ck-txt {
	flex-grow: 1;
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: .06em;
}
#main .products li .ck-txt .ck-cat {
	text-align: left;
	display: block;
	font-weight: 400;
	margin: 0 0 10px;
}
#main .products li .ck-txt .ck-title {
	text-align: left;
	font-weight: 400;
	margin: 0 0 10px;
}
#main .products li .ck-txt .ck-class span {
	display: inline-block;
	margin-right: .5em;
}
#main .products li .ck-txt p {
	margin: 0 0 10px;
	font-weight: 400;
}
#main .products li .ck-txt p:last-child {
	margin-bottom: 0;
}
#main .products li .ck-btn {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .06em;
	width: 40%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
#main .products li .ck-btn .ck-stock {
	min-width: 80px;
	padding-right: 1em;
}
#main .products li .ck-btn .price {
	font-size: 1em;
	font-weight: 400;
	color: #666;
	flex-grow: 1;
	margin: 0;
	opacity: 0;
	visibility: hidden;
}
#main .products li .ck-btn .price::before {
	content: '単価: ';
}
#main .products li .ck-btn .quantity {
	text-align: right;
	width: 150px;
	opacity: 0;
	visibility: hidden;
	position: relative;
}
.logged-in #main .products li .ck-btn .price,
.logged-in #main .products li .ck-btn .quantity {
	opacity: 1;
	visibility: visible;
}
#main .products li .ck-btn .quantity .qty {
	box-shadow: none;
	border: 1px solid #ccc;
	line-height: 2.7;
	padding: 0 1em;
	font-size: 14px;
	background: #f4f4f6;
	color: #666;
	width: 100px;
	text-align: left;
}
#main .products li .ck-btn .quantity .qty:invalid {
	background: #ffe3e0;
}

#main .products li .ck-btn .quantity .qty + .error {
	color: #f00;
	position: absolute;
	line-height: 2;
	top: -2em;
	right: 0;
}
#main .products li .ck-btn .quantity .qty:invalid + .error::before {
	content: '無効な値です';
}
#main .products li .ck-btn .quantity .step {
	font-size: .9em;
	line-height: 2;
	display: inline-block;
}
#main .products li .ck-btn .quantity .step::before {
	content: '※';
}
#main .products li .ck-btn .quantity::before {
	content: '数量';
	margin-right: .5em;
}
#main .products li .ck-btn .button {
	width: 100%;
	text-align: center;
	background: #cca866;
	color: #fff;
	margin-top: 2em;
	font-weight: 400;
	text-indent: .06em;
	letter-spacing: .06em;
	line-height: 3.14;
	border-radius: 0;
	padding: 0;
}
#main .products li .ck-btn .disable {
	width: 100%;
	text-align: center;
	background: #ccc;
	color: #fff;
	margin-top: 2em;
	font-weight: 400;
	text-indent: .06em;
	letter-spacing: .06em;
	line-height: 3.14;
	border-radius: 0;
	padding: 0;
}
#main .products li.outofstock .ck-btn .ck-stock,
#main .products li.outofstock .ck-btn .price,
#main .products li.outofstock .ck-btn .quantity,
#main .products li.outofstock .ck-btn .button {
	display: none;
	pointer-events: none;
}


#main .woocommerce .ck-btn a.wc-forward {
	color: #cca866;
	display: block;
	text-align: center;
	font-size: 14px;
	width: 100%;
}
#main .woocommerce-ordering {
	display: none;
}
#main .woocommerce-result-count {
	display: none;
}


#main .page nav.woocommerce-pagination ul {
	margin: 100px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	border: none;
}
#main .page nav.woocommerce-pagination ul li {
	float: none;
	border: none;
}
#main .page nav.woocommerce-pagination ul li a,
#main .page nav.woocommerce-pagination ul li span {
	font-size: 14px;
	padding: .25em;
	background: none;
}
#main .page nav.woocommerce-pagination ul li a {
	border-bottom: 1px solid transparent;
	color: #666;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#main .page nav.woocommerce-pagination ul li a.next {
	margin-left: .5em;
}
#main .page nav.woocommerce-pagination ul li a.prev {
	margin-right: .5em;
}
#main .page nav.woocommerce-pagination ul li a:hover {
	border-bottom: 1px solid #666;
}
#main .page nav.woocommerce-pagination ul li span {
	color: #ccc;
}


@media screen and (max-width: 800px) {
	#main .ck-timelimit {
		font-size: 3.46vw;
		font-weight: 500;
	}
	#main .ck-timelimit span {
		font-size: 2.66vw;
		font-weight: 400;
	}
	#main .ck-note-before-loop {
		padding: 1em 2em;
		font-size: 2.66vw;
		line-height: 1.8;
		border-width: .4vw;
		margin: 2em 0;
	}
	#main .ck-note-before-loop p {
		max-width: 100%;
	}
	#main .ck-catnav {
		font-size: 2.93vw;
		max-height: 6.8em;
		width: calc(100% + 2.8vw);
		margin-left: -1.4vw;
	}
	#main .ck-catnav li a {
		border-width: .4vw;
	}
	#main .ck-catnav li {
		margin: 0 1.4vw 2.8vw;
	}
	#main .ck-toggle {
		font-size: 2.93vw;
	}
	#main .products li {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: flex-start;
		align-items: flex-start;
		margin-top: 13.2vw;
	}
	#main .ck-thumb {
		width: 21.2vw;
		padding-top: 21.2vw;
	}
	#main .products li .ck-txt {
		font-size: 3.46vw;
		padding: 0 0 0 1em;
		width: 68.2vw;
	}
	#main .products li .ck-txt .ck-cat {
		margin-bottom: 0;
	}
	#main .products li .ck-txt .ck-title {
		margin-bottom: 0;
	}
	#main .products li .ck-txt p {
		margin-bottom: 0;
	}
	#main .products li .ck-btn {
		display: none;
		width: 100%;
		font-size: 2.93vw;
		padding-top: 1.5em;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.logged-in #main .products li .ck-btn {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	#main .products li .ck-btn .quantity {
		width: 9em;
	}
	#main .products li .ck-btn .price,
	#main .products li .ck-btn .ck-stock {
		padding-top: .75em;
		line-height: 1.6;
	}
	#main .products li .ck-btn .quantity .qty {
		font-size: 3.46vw;
		border-width: .4vw;
		line-height: 2.2;
		width: 4.46em;
	}
	#main .products li .ck-btn .button {
		font-size: 3.46vw;
		margin-top: 1em;
	}
	#main .products a.added_to_cart {
		width: 100%;
		text-align: center;
	}
	#main .page nav.woocommerce-pagination ul li a,
	#main .page nav.woocommerce-pagination ul li span {
		font-size: 3.2vw;
	}
	#main .page nav.woocommerce-pagination ul {
		margin-top: 13.2vw;
		margin-bottom: 13.2vw;
	}
}

/*------------------------------------------------------------
	Page - Cart
------------------------------------------------------------*/
#main .woocommerce table.woocommerce-cart-form__contents {
	border: none;
	margin-top: -30px;
}
#main .woocommerce table.woocommerce-cart-form__contents thead {
	display: none;
}
#main .woocommerce table.woocommerce-cart-form__contents td {
	padding: 30px 0;
	border: none;
	font-size: 14px;
	letter-spacing: .06em;
	line-height: 1.6;
	font-weight: 400;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-thumbnail {
	width: 150px;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-name .ck-txt {
	padding: 0 20px;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-name .ck-cat {
	text-align: left;
	display: block;
	margin: 0 0 10px;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-name .ck-title {
	text-align: left;
	margin: 0 0 10px;
	font-weight: 400;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-name .ck-class span {
	display: inline-block;
	margin-right: .5em;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-name p {
	margin: 0 0 10px;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-name p:last-child {
	margin-bottom: 0;
}

#main .woocommerce table.woocommerce-cart-form__contents td.product-price {
	width: 90px;
	vertical-align: top;
	white-space: nowrap;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-price p {
	margin-bottom: 1.4em;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-price .amount {
	display: block;
	line-height: 2.86;
}

#main .woocommerce table.woocommerce-cart-form__contents td.product-quantity {
	width: 120px;
	padding-right: 20px;
	vertical-align: top;
	white-space: nowrap;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-quantity p {
	margin-bottom: 1.4em;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-quantity label {
	display: none;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-quantity .qty {
	margin: 0;
	color: #666;
	border: 2px solid #ccc;
	background-color: #f4f4f6;
	line-height: 1;
	padding: 11px 1em 10px;
	width: 100%;
	text-align: left;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-subtotal {
	width: 110px;
	padding-right: 20px;
	vertical-align: top;
	white-space: nowrap;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-subtotal p {
	margin-bottom: 1.4em;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-subtotal .amount {
	display: inline-block;
	line-height: 2.86;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-remove {
	width: 96px;
	vertical-align: top;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-remove a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #ccc;
	font-size: 14px;
	line-height: 1;
	border: 2px solid #ccc;
	padding: 11px;
	margin-top: 3em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#main .woocommerce table.woocommerce-cart-form__contents td.product-remove a:hover {
	background-color: #666;
	border-color: #666;
}

#main .woocommerce .cart_totals h2 {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 2;
}
#main .woocommerce .cart_totals table {
	border: none;
	margin: 0;
	font-size: 14px;
}
#main .woocommerce .cart_totals table th {
	border: none;
}
#main .woocommerce .cart_totals table td {
	border: none;
}
#main .woocommerce .cart_totals .cart-subtotal {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: .06em;
}
#main .woocommerce .cart_totals .cart-subtotal th {
	font-weight: 400;
	padding: .75em 0;
}
#main .woocommerce .cart_totals .cart-subtotal td {
	font-weight: 400;
	text-align: right;
	padding: .75em 0;
}
#main .woocommerce .cart_totals .tax-rate th {
	font-weight: 400;
	padding: .75em 0;
}
#main .woocommerce .cart_totals .tax-rate td {
	font-weight: 400;
	text-align: right;
	padding: .75em 0;
}
#main .woocommerce .cart_totals .woocommerce-shipping-totals {
	display: none;
}
#main .woocommerce .wc-proceed-to-checkout a.wc-forward {
	color: #fff;
	background-color: #cca866;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .06em;
	text-indent: .06em;
	text-align: center;
	line-height: 1;
	padding: 15px;
	border-radius: 0;
}
#main .woocommerce .cart_totals .order-total {
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: .06em;
}
#main .woocommerce .cart_totals .order-total th {
	font-weight: 500;
	padding: .75em 0 .25em;
}
#main .woocommerce .cart_totals .order-total td {
	font-weight: 500;
	text-align: right;
	padding: .75em 0 .25em;
}
#main .woocommerce .cart_totals .order-total td strong {
	font-weight: 500;
}
#main .woocommerce .cart_totals .order-total td small {
	font-size: 14px;
	font-weight: 400;
}

.woocommerce-cart #main .wc-proceed-to-checkout {
	padding-bottom: 1em;
}
#main .btn-backtoshop {
	display: block;
	width: 100%;
	font-size: 14px;
	letter-spacing: .06em;
	float: right;
	width: 48%;
	text-align: left;
}
#main .btn-backtoshop:hover {
	text-decoration: underline;
}
@media screen and (max-width: 800px) {
	#main .woocommerce table.woocommerce-cart-form__contents {
		margin-top: 0;
	}
	#main .woocommerce table.woocommerce-cart-form__contents tr {
		width: 100%;
		display: block;
		position: relative;
		padding-left: 21.2vw;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td {
		display: block;
		width: 100%;
		padding: 0;
		padding-left: 1em;
		font-size: 3.46vw;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-thumbnail {
		position: absolute;
		top: 0;
		left: 0;
		width: 21.2vw;
		padding: 0;
		min-width: 0;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-remove {
		position: absolute;
		top: 24vw;
		padding: 0;
		left: 0;
		width: 21.2vw;
		min-width: 0;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-remove a {
		margin: 0;
		vertical-align: top;
		font-size: 3.46vw;
		line-height: 2.3;
		border: none;
		padding: 0;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-name .ck-txt {
		padding: 0;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-name .ck-cat,
	#main .woocommerce table.woocommerce-cart-form__contents td.product-name .ck-title,
	#main .woocommerce table.woocommerce-cart-form__contents td.product-name p {
		margin: 0;
		text-align: left;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-price {
		width: auto;
		float: left;
		white-space: nowrap;
		padding-top: 1em;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-price p {
		display: inline-block;
		margin-bottom: 0;
		line-height: 1.6;
		padding-top: .25em;
		padding-right: .5em;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-price p::after {
		content: ':';
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-price .amount {
		display: inline-block;
		line-height: 1.6;
		padding-top: .25em;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-quantity {
		float: right;
		width: auto;
		white-space: nowrap;
		padding-top: 1em;
		padding-right: 0;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-quantity p {
		display: inline-block;
		margin-bottom: 0;
		line-height: 1.6;
		padding-top: .25em;
		padding-right: .5em;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-quantity .quantity {
		display: inline-block;
		vertical-align: top;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-quantity .qty {
		vertical-align: top;
		font-size: 3.46vw;
		border-width: .4vw;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-subtotal {
		clear: both;
		width: 100%;
		padding: 1em 0 0 1em;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		margin-bottom: 7.2vw;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-subtotal p {
		margin: 0;
		line-height: 1.6;
	}
	#main .woocommerce table.woocommerce-cart-form__contents td.product-subtotal .amount {
		line-height: 1.6;
	}
	#main .woocommerce .cart-collaterals .cart_totals {
		width: 100%;
		float: none;
	}
	#main .woocommerce table.shop_table_responsive tr td::before,
	#main .woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
	}
	#main .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	#main .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	#main .woocommerce .cart_totals h2 {
		text-align: center;
	}
	#main .woocommerce .cart_totals table {
		font-size: 3.2vw;
	}
	#main .woocommerce .cart_totals .cart-subtotal {
		font-size: 3.2vw;
	}
	#main .woocommerce .cart_totals .cart-subtotal th,
	#main .woocommerce .cart_totals .cart-subtotal td {
		padding: .5em 0;
	}
	#main .woocommerce .cart_totals .tax-rate th,
	#main .woocommerce .cart_totals .tax-rate td {
		padding: .5em 0;
	}
	#main .woocommerce table.shop_table_responsive tr,
	#main .woocommerce-page table.shop_table_responsive tr {
		text-align: right;
	}
	#main .woocommerce table.shop_table_responsive tbody th,
	#main .woocommerce-page table.shop_table_responsive tbody th {
		display: inline-block;
		min-width: 25%;
		text-align: right;
	}
	#main .woocommerce table.shop_table_responsive tr td,
	#main .woocommerce-page table.shop_table_responsive tr td {
		display: inline-block;
		padding-left: 1em;
		min-width: 25%;
	}
	#main .woocommerce .cart_totals .order-total {
		font-size: 4.26vw;
	}
	#main .woocommerce .cart_totals .order-total th,
	#main .woocommerce .cart_totals .order-total td {
		padding: .5em 0 .25em;
	}
	#main .woocommerce .wc-proceed-to-checkout a.wc-forward {
		font-size: 3.46vw;
		line-height: 4.6;
		padding: 0;
		font-weight: 500;
	}
	.woocommerce-cart #main .wc-proceed-to-checkout {
		padding-bottom: 0;
	}
	#main .btn-backtoshop {
		display: block;
		font-size: 3.2vw;
		float: none;
		width: 100%;
		text-align: center;
	}
}


/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/

#main .page-checkout .woocommerce-billing-fields {
	padding: 0 30px;
}
#main .page-checkout .woocommerce-billing-fields h3 {
	text-align: center;
	font-size: 22px;
	line-height: 2;
	letter-spacing: .06em;
	text-indent: .06em;
	font-weight: 400;
	margin-bottom: 1em;
}
#main .page-checkout .woocommerce-billing-fields p {
	padding: 3px 0;
}
#main .page-checkout .woocommerce-billing-fields input[type=text],
#main .page-checkout .woocommerce-billing-fields input[type=tel],
#main .page-checkout .woocommerce-billing-fields input[type=email] {
	border: 2px solid #ccc;
	border-radius: 0;
	background-color: #f4f4f6;
	font-size: 14px;
	line-height: 1.6;
	padding: .5em 1em;
	letter-spacing: .06em;
	color: #666;
}
#main .page-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single {
	border: 2px solid #ccc;
	border-radius: 0;
	background-color: #f4f4f6;
	font-size: 14px;
	padding: .5em 1em;
	color: #666;
	height: auto;
}
#main .page-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .06em;
	padding: 0;
	color: #666;
}
#main .page-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
#main .page-checkout .col2-set {
	width: 50%;
	float: left;
}
#main .page-checkout .col2-set .col-1 {
	width: 100%;
}
#main .page-checkout .col2-set .col-2 {
	display: none;
}
#main .page-checkout #order_review_heading {
	margin-left: 50%;
	text-align: center;
	font-size: 22px;
	line-height: 2;
	letter-spacing: .06em;
	text-indent: .06em;
	font-weight: 400;
	margin-bottom: 1em;

}
#main .page-checkout .woocommerce table.shop_table {
	margin-bottom: 60px;
}
#main .page-checkout .woocommerce-checkout-review-order {
	margin-left: 50%;
	width: 50%;
	padding: 27px 30px 0;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table {
	border: none;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table .ck-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table .ck-left {
	flex-grow: 1;
	padding-right: 1em;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table .ck-right {
	width: 50px;
	text-align: left;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table thead th {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	padding: .6em 1.5em;
	letter-spacing: .06em;
	background-color: #ccc;
	color: #666;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table th,
#main .page-checkout .woocommerce-checkout-review-order table.shop_table td {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .06em;
	padding: .6em 1.5em;
	background: #eceaed;
	color: #666;
	border-color: #f4f4f6;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table thead th:last-child,
#main .page-checkout .woocommerce-checkout-review-order table.shop_table td:last-child {
	padding-left: 0;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table td h2,
#main .page-checkout .woocommerce-checkout-review-order table.shop_table td strong {
	font-weight: 400;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table td p {
	margin-bottom: 0;
	font-size: 14px;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table .cart_item .product-total {
	vertical-align: top;
	text-align: right;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table .shipping {
	opacity: 0;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table .shipping td,
#main .page-checkout .woocommerce-checkout-review-order table.shop_table .shipping th {
	padding: 0;
	height: 30px;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table .order-total th {
	font-weight: 500;
}

#main .page-checkout .woocommerce-checkout-review-order table.shop_table td:last-child {
	text-align: right;
}
#main .page-checkout .woocommerce-checkout-review-order table.shop_table .order-total td strong {
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
}
#main .page-checkout #payment {
	background-color: transparent;
}
#main .page-checkout .woocommerce-checkout #payment ul.payment_methods {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .06em;
	padding: .6em 1.5em;
	background: #eceaed;
	color: #666;
	border-color: #f4f4f6;
	height: 3.2em;
}
#main .page-checkout .woocommerce-checkout #payment ul.payment_methods li {
	position: relative;
	height: 2em;
}
#main .page-checkout #payment .payment_box.payment_method_cheque {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#main .page-checkout .form-row.place-order {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 60px 0 20px;
}
#main .page-checkout .woocommerce-terms-and-conditions-wrapper {
	width: 100%;
}
#main .page-checkout .woocommerce-checkout-payment button {
	background-color: #e94b64;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: .75em 0;
	line-height: 1.6;
	border-radius: 0;
	border: none;
	letter-spacing: .06em;
	text-indent: .06em;
	float: none;
	width: 100%;
	-webkit-order: -1;
	-moz-order: -1;
	-ms-order: -1;
	-o-order: -1;
	order: -1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#main .page-checkout .woocommerce-checkout-payment button:hover {
	opacity: .5;
}
#main .page-checkout .woocommerce-privacy-policy-text p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .06em;
	margin-top: 1em;
}
#main .page-checkout .woocommerce-privacy-policy-text p a {
	color: #cca866;
}
#main .page-checkout .woocommerce-privacy-policy-text p a:hover {
	text-decoration: underline;
}

#main .page-checkout .woocommerce-thankyou-order-received {
	text-align: center;
	font-size: 14px;
	letter-spacing: .06em;
	font-weight: 400;
	line-height: 1.6;
	color: #666;
}

#main .page-checkout .woocommerce-thankyou-order-details {
	background: #eceaed;
	max-width: 350px;
	margin: 20px auto 50px;
}
#main .page-checkout .woocommerce-thankyou-order-details li {
	float: none;
	width: 100%;
	position: relative;
	font-size: 14px;
	letter-spacing: .06em;
	font-weight: 400;
	line-height: 1.6;
	color: #666;
	border: none;
	border-bottom: 1px solid #f4f4f6;
	text-transform: none;
}
#main .page-checkout .woocommerce-thankyou-order-details li dt {
	float: left;
	width: 135px;
	padding: .5em 0 .5em 1.5em;
}
#main .page-checkout .woocommerce-thankyou-order-details li dd {
	margin-left: 135px;
	padding: .5em 1.5em .5em 0;
}
#main .page-checkout .woocommerce-thankyou-order-details li.woocommerce-order-overview__email {
	display: none;
}
#main .page-checkout .woocommerce-order-details__title {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	text-indent: .06em;
	letter-spacing: .06em;
	color: #666;
	font-weight: 400;
	margin-bottom: 1.6em;
}

#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details {
	border: none;
	max-width: 720px;
	margin: auto;
}
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details .ck-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details .ck-left {
	flex-grow: 1;
	padding-right: 1em;
}
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details .ck-right {
	width: 50px;
	text-align: left;
}
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details thead th {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	padding: .6em 1.5em;
	letter-spacing: .06em;
	background-color: #ccc;
	color: #666;
}
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details th,
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details td {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .06em;
	padding: .6em 1.5em;
	background: #eceaed;
	color: #666;
	border-color: #f4f4f6;
}
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details thead th:last-child,
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details td:last-child {
	padding-left: 0;
	text-align: center;
}
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details td:last-child {
	text-align: right;
	padding-right: 5em;
}
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details td h2,
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details td strong {
	font-weight: 400;
}
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details td p {
	margin-bottom: 0;
	font-size: 14px;
}
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details td.product-total {
	vertical-align: top;
}
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details tr.shipping {
	opacity: 0;
	visibility: hidden;
}
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details tr.shipping td,
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details tr.shipping th {
	padding: 0;
	height: 30px;
}
#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td:last-child .amount {
	font-size: 22px;
	display: inline-block;
	line-height: 1;
}
#main .page-checkout .woocommerce-order .woocommerce-customer-details {
	display: none;
}

@media screen and (max-width: 800px) {
	#main .page-checkout .woocommerce-billing-fields {
		padding: 0;
	}
	#main .page-checkout .col2-set {
		width: 100%;
		float: none;
	}
	#main .page-checkout .woocommerce-billing-fields h3 {
		font-size: 4.26vw;
	}
	#main .page-checkout .woocommerce-billing-fields p {
		padding: 0;
		margin-bottom: .5em;
		font-size: 3.2vw;
	}
	#main .woocommerce form .form-row-first,
	#main .woocommerce-page form .form-row-first {
		width: 100%;
		float: none;
	}
	#main .woocommerce form .form-row-last,
	#main .woocommerce-page form .form-row-last {
		width: 100%;
		float: none;
	}
	#main .page-checkout .woocommerce-billing-fields input[type=text],
	#main .page-checkout .woocommerce-billing-fields input[type=tel],
	#main .page-checkout .woocommerce-billing-fields input[type=email] {
		font-size: 3.73vw;
		border-width: .4vw;
	}
	#main .page-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single {
		font-size: 3.73vw;
		border-width: .4vw;
	}
	#main .page-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 3.73vw;
	}
	#main .page-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 100%;
	}
	#main .select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-width: .5em .4em 0 .4em;
		margin-left: -.8em;
		margin-top: -.2em;
	}
	#main .page-checkout #order_review_heading {
		margin-left: 0;
		font-size: 4.26vw;
	}
	#main .page-checkout .woocommerce-checkout-review-order {
		margin-left: 0;
		width: 100%;
		padding: 0;
	}
	#main .page-checkout .woocommerce table.shop_table {
		font-size: 3.46vw;
		margin-bottom: 2em;
	}
	#main .page-checkout .woocommerce-checkout-review-order table.shop_table .shipping td,
	#main .page-checkout .woocommerce-checkout-review-order table.shop_table .shipping th {
		height: 2em;
	}
	#main .page-checkout .woocommerce-checkout-review-order table.shop_table thead th {
		font-size: 3.46vw;
	}
	#main .page-checkout .woocommerce-checkout-review-order table.shop_table th,
	#main .page-checkout .woocommerce-checkout-review-order table.shop_table td {
		font-size: 3.46vw;
	}
	#main .page-checkout .woocommerce-checkout-review-order table.shop_table td p {
		font-size: 3.46vw;
	}
	#main .page-checkout .woocommerce-checkout #payment ul.payment_methods {
		font-size: 3.46vw;
	}
	#main .page-checkout .woocommerce-checkout-review-order table.shop_table .order-total td strong {
		font-size: 4.26vw;
	}
	#main .page-checkout .form-row.place-order {
		font-size: 3.46vw;
		padding-top: 2em;
		padding-bottom: 1em;
	}
	#main .page-checkout .woocommerce-checkout-payment button {
		font-size: 3.46vw;
		padding: 0;
		line-height: 4.6;
		font-weight: 500;
	}
	#main .page-checkout .woocommerce-privacy-policy-text p {
		font-size: 2.6vw;
	}
	#main .page-checkout .woocommerce-thankyou-order-details {
		max-width: 100%;
		font-size: 3.46vw;
		margin: 1em 0 3em;
	}
	#main .page-checkout .woocommerce-thankyou-order-details li {
		font-size: 3.46vw;
		padding-right: 0;
	}
	#main .page-checkout .woocommerce-thankyou-order-details li dt {
		width: 50%;
	}
	#main .page-checkout .woocommerce-thankyou-order-details li dd {
		margin-left: 50%;
		padding-left: .5em;
	}
	#main .page-checkout .woocommerce-order-details__title {
		font-size: 4.26vw;
		margin-bottom: 1.2em;
	}
	#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details thead th {
		font-size: 3.46vw;
		white-space: nowrap;
		padding-right: 1em;
		padding-left: 1em;
	}
	#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details th,
	#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details td {
		font-size: 3.46vw;
		padding-right: 1em;
		padding-left: 1em;
	}
	#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details td p {
		font-size: 3.46vw;
	}
	#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details td:last-child {
		padding-right: 1em;
	}
	#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details tfoot th,
	#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details tfoot td {
		white-space: nowrap;
	}
	#main .page-checkout .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td:last-child .amount {
		font-size: 4.26vw;
	}
	
}

/*------------------------------------------------------------
	お知らせ 一覧
------------------------------------------------------------*/
#page.page-archive-news .section-content {
	max-width: 714px;
	margin: auto;
}
#page.page-archive-news .news-list {
	width: 100%;
}
#page.page-archive-news .news-list li {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .06em;
	margin-bottom: 50px;
}
#page.page-archive-news .news-list li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: #666;
}
#page.page-archive-news .news-list li a .date {
	width: 140px;
}
#page.page-archive-news .news-list li a .ttl {
	flex-grow: 1;
}


#page.page-archive-news .pagenavi-wrap {
	margin-top: 100px;
}
#page.page-archive-news .pagenavi-wrap .wp-pagenavi {
	width: 100%;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	border: none;
}
#page.page-archive-news .pagenavi-wrap .wp-pagenavi a,
#page.page-archive-news .pagenavi-wrap .wp-pagenavi span {
	font-size: 14px;
	font-weight: 400;
	padding: .25em;
	background: none;
	float: none;
	border: none;
	margin: 0;
	line-height: 1;
	min-width: 1em;
}
#page.page-archive-news .pagenavi-wrap .wp-pagenavi a {
	border-bottom: 1px solid transparent;
	color: #666;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#page.page-archive-news .pagenavi-wrap .wp-pagenavi a.nextpostslink {
	margin-left: .5em;
}
#page.page-archive-news .pagenavi-wrap .wp-pagenavi a.previouspostslink {
	margin-right: .5em;
}
#page.page-archive-news .pagenavi-wrap .wp-pagenavi a:hover {
	border-bottom: 1px solid #666;
}
#page.page-archive-news .pagenavi-wrap .wp-pagenavi span {
	color: #ccc;
}


@media screen and (max-width: 800px) {
	#page.page-archive-news .news-list li {
		font-size: 3.46vw;
		margin-bottom: 1em;
		padding-bottom: 1em;
		border-bottom: .4vw solid #eceaed;
	}
	#page.page-archive-news .news-list li:last-child {
		border: none;
		margin-bottom: 0;
	}
	#page.page-archive-news .news-list li a {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#page.page-archive-news .news-list li a .date {
		width: 100%;
		margin-bottom: .5em;
	}
	#page.page-archive-news .pagenavi-wrap {
		margin-top: 12vw;
	}
	#page.page-archive-news .pagenavi-wrap .wp-pagenavi a,
	#page.page-archive-news .pagenavi-wrap .wp-pagenavi span {
		font-size: 3.2vw;
	}
}


/*------------------------------------------------------------
	お知らせ 詳細
------------------------------------------------------------*/

#page.page-single-news .section-content {
	max-width: 714px;
	margin: auto;
	color: #666;
	font-size: 14px;
	letter-spacing: .06em;
	line-height: 1.8;
}
#page.page-single-news .section-content .news-title .date {
	font-weight: 400;
	line-height: 2;
	margin-bottom: 2em;
}
#page.page-single-news .section-content .news-title h1 {
	font-size: 22px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .06em;
	margin-bottom: 1em;
}
#page.page-single-news .section-content .news-content p {
	margin-bottom: 1.8em;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8;
}
#page.page-single-news .section-content .news-content a {
	color: #cca866;
}
#page.page-single-news .section-content .news-content a:hover {
	text-decoration: underline;
}
#page.page-single-news .section-content .news-content .wp-block-image {
	margin-bottom: 1.8em;
}
#page.page-single-news .section-content .prevnext-wrap {
	margin-top: 100px;
	width: 100%;
}
#page.page-single-news .section-content .nav-links {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
#page.page-single-news .section-content .nav-links a {
	color: #666;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#page.page-single-news .section-content .nav-links a:hover {
	opacity: .6;
}
#page.page-single-news .section-content .nav-links .nav-all {
	width: 140px;
	text-align: center;
}
#page.page-single-news .section-content .nav-links .nav-previous {
	width: calc(50% - 70px);
	text-align: right;
	padding-right: 1em;
}
#page.page-single-news .section-content .nav-links .nav-previous a {
	display: inline-block;
	padding-left: 1em;
	position: relative;
	text-align: left;
}
#page.page-single-news .section-content .nav-links .nav-previous a::before {
	content: '<';
	position: absolute;
	top: 0;
	left: 0;
}
#page.page-single-news .section-content .nav-links .nav-next {
	width: calc(50% - 70px);
	text-align: left;
	padding-left: 1em;
}
#page.page-single-news .section-content .nav-links .nav-next a {
	display: inline-block;
	padding-right: 1em;
	position: relative;
}
#page.page-single-news .section-content .nav-links .nav-next a::after {
	content: '>';
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width: 800px) {
	#page.page-single-news .section-content {
		font-size: 3.2vw;
	}
	#page.page-single-news .section-content .news-title h1 {
		font-size: 4.26vw;
	}
	#page.page-single-news .section-content .news-content p {
		font-size: 3.2vw;
	}
	#page.page-single-news .section-content .news-content .wp-block-image {
		margin: 1.8em 0;
	}
	#page.page-single-news .section-content .prevnext-wrap {
		margin-top: 10.8vw;
	}
	#page.page-single-news .section-content .nav-links .nav-previous {
		width: 50%;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
		padding-right: 2em;
	}
	#page.page-single-news .section-content .nav-links .nav-previous a,
	#page.page-single-news .section-content .nav-links .nav-next a {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#page.page-single-news .section-content .nav-links .nav-next {
		padding-left: 2em;
		width: 50%;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}
	#page.page-single-news .section-content .nav-links .nav-all {
		width: auto;
		white-space: nowrap;
		margin-top: 2em;
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		-o-order: 3;
		order: 3;
	}
	#page.page-single-news .section-content .nav-links {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
}

/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#page.page-dealings .content {
	max-width: 880px;
	margin: auto;
	font-size: 16px;
	line-height: 1.8;
}
#page.page-dealings .content p.desc {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: .06em;
}
#page.page-dealings .content p {
	letter-spacing: .06em;
	margin-bottom: 1.8em;
}
#page.page-dealings .content p a:hover {
	text-decoration: underline;
}
#page.page-dealings .content h2 {
	font-size: 22px;
	text-align: center;
	font-weight: 400;
	letter-spacing: .06em;
	margin-bottom: 1em;
}
#page.page-dealings .content * + h2 {
	margin-top: 3em;
}
#page.page-dealings .content h3 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: .06em;
	margin-bottom: .5em;
}
#page.page-dealings .content * + h3 {
	margin-top: 2em;
}
#page.page-dealings .content h4 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .06em;
}
#page.page-dealings .content * + h4 {
	margin-top: 2em;
}
#page.page-dealings .content ul {
	margin: 1.5em 0;
	padding-left: 2em;
}
#page.page-dealings .content ul li {
	letter-spacing: .06em;
	position: relative;
}
#page.page-dealings .content ul li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: -1em;
}
#page.page-dealings .content .btn-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
#page.page-dealings .content .btn-wrap a {
	position: relative;
	border: 2px solid #ccc;
	font-size: 14px;
	line-height: 4;
	letter-spacing: .06em;
	text-indent: .06em;
	color: #666;
	font-weight: 400;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#page.page-dealings .content .btn-wrap a[target=_blank]::after {
	content:"";
	display:block;
	background:url(images/common/icon_blank_black.png) no-repeat left top;
	background-size:contain;
	width:14px;
	height:14px;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
}
#page.page-dealings .content .btn-wrap a[target=_blank]:hover::after {
	background-image:url(images/common/icon_blank_white.png);
}
#page.page-dealings .content .btn-wrap a:hover {
	background-color: #ccc;
	color: #fff;
}
#page.page-dealings .content .btn-wrap.c2 a {
	width: 47.7%;
}
#page.page-dealings .content .btn-wrap.c3 a {
	width: 32.4%;
}
#page.page-dealings .content .box {
	background: #fff;
	width: 100%;
	margin: 50px 0;
	min-height: 315px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
#page.page-dealings .content .box-wrap {
	width: 100%;
	max-width: 420px;
}
#page.page-dealings .content .box-wrap h2 {
	font-size: 22px;
	text-align: center;
	font-weight: 400;
	letter-spacing: .06em;
	margin-bottom: .5em;
}
#page.page-dealings .content .box-wrap * + h2 {
	margin-top: 1em;
}
#page.page-dealings .content .box-wrap p {
	margin-bottom: 0;
}
#page.page-dealings .content .box-wrap .btn {
	margin-top: 1em;
	display: block;
	border: 2px solid #ccc;
	font-size: 14px;
	letter-spacing: .06em;
	text-indent: .06em;
	color: #fff;
	font-weight: 400;
	background-color: #ccc;
	line-height: 4;
	text-align: center;
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#page.page-dealings .content .box-wrap .btn:hover {
	opacity: .5;
}
@media screen and (max-width: 800px) {
	#page.page-dealings .content {
		font-size: 3.46vw;
	}
	#page.page-dealings .content p.desc {
		text-align: left;
		font-size: 3.2vw;
	}
	#page.page-dealings .content p.desc br {
		display: none;
	}
	#page.page-dealings .content h2 {
		font-size: 4.26vw;
	}
	#page.page-dealings .content h3 {
		font-size: 4.26vw;
	}
	#page.page-dealings .content h4 {
		font-size: 3.46vw;
	}
	#page.page-dealings .content ul {
		margin-top: .5em;
	}
	#page.page-dealings .content .btn-wrap {
		display: block;
	}
	#page.page-dealings .content .btn-wrap a {
		border: .4vw solid #ccc;
		font-size: 3.2vw;
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}
	#page.page-dealings .content .btn-wrap a[target=_blank]::after {
		width:3.2vw;
		height:3.2vw;
		right:1.5em;
	}
	#page.page-dealings .content .btn-wrap.c2 a {
		width: 100%;
	}
	#page.page-dealings .content .btn-wrap.c3 a {
		width: 100%;
	}
	#page.page-dealings .content .box {
		background: #fff;
		width: 100%;
		margin: 16vw 0;
		min-height: 0;
		display: block;
		padding: 10vw 2.8vw 6.8vw;
	}
	#page.page-dealings .content .box-wrap {
		width: 100%;
		max-width: 100%;
	}
	#page.page-dealings .content .box-wrap h2 {
		font-size: 4.26vw;
	}
	#page.page-dealings .content .box-wrap .btn {
		border: .4vw solid #ccc;
		font-size: 3.2vw;
	}
}


/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#page.page-contact .content {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
#page.page-contact .content p {
	margin-bottom: 1.6em;
}
#page.page-contact .content p.tel {
	margin-bottom: 0;
	font-size: 40px;
	letter-spacing: .06em;
	text-indent: .06em;
	color: #cca866;
}
#page.page-contact .content p a {
	color: #cca866;
}
#page.page-contact .content p a:hover {
	text-decoration: underline;
}
#page.page-contact .content ul.note {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	letter-spacing: .06em;
	max-width: 720px;
	width: 100%;
	margin: 50px auto 0;
}
#page.page-contact .content ul.note li::before {
	content: '・';
}
#page.page-contact .content .wp-block-button {
	text-align: center;
	width: 100%;
}
#page.page-contact .content .wp-block-button .wp-block-button__link {
	display: inline-block;
	width: 310px;
	height: 60px;
	box-sizing: border-box;
	text-decoration: none;
	margin: 40px auto 0;
	border: solid 2px #ccc;
	padding: 0;
	padding-top: 18px;
	font-size: 14px;
	color: #666;
	background-color: transparent;
	letter-spacing: .05em;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

#page.page-contact .content .wp-block-button .wp-block-button__link:hover {
	background: #666;
	color: #fff;
	border-color: #666;
}
#page.page-contact .content .wp-block-button .wp-block-button__link::after {
	content: '';
	display: block;
	background: url(images/top/top_block01_icon02.png) left top/100% auto no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	transition: .4s;
}

#page.page-contact .content .wp-block-button .wp-block-button__link:hover::after {
	background-image: url(images/top/top_block01_icon02_active.png);
}
#page.page-contact .content .wpcf7 {
	text-align: right;
	margin-top: 50px;
}
.wpcf7 dl {
	max-width: 800px;
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	display: inline-block;
}
.wpcf7 dt {
	float: left;
	width: 150px;
	padding: .65em 0;
	line-height: 1.6;
	letter-spacing: .06em;
}
.wpcf7 dd {
	margin-left: 150px;
	padding: 0 0 30px;
	font-size: 14px;
	line-height: 2;
}
.wpcf7 dd.col2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.wpcf7 dd.col2 > span {
	width: 50%;
}
.wpcf7 dd.col2 > span > span {
	display: block;
	position: relative;
	padding: 0 20px 0 50px;
}
.wpcf7 dd.col2 > span > span.last_name::before {
	content: '姓';
	position: absolute;
	left: 10px;
	top: 0;
	line-height: 40px;
}
.wpcf7 dd.col2 > span > span.first_name::before {
	content: '名';
	position: absolute;
	left: 10px;
	top: 0;
	line-height: 40px;
}
.wpcf7 dd.col2 > span > span.last_name_kana::before {
	content: 'セイ';
	position: absolute;
	left: 10px;
	top: 0;
	line-height: 40px;
}
.wpcf7 dd.col2 > span > span.first_name_kana::before {
	content: 'カナ';
	position: absolute;
	left: 10px;
	top: 0;
	line-height: 40px;
}
.wpcf7 dd > span.your-subject {
	display: block;
	padding-top: .4em;
}
.wpcf7 dd > span.your-tel,
.wpcf7 dd > span.your-email,
.wpcf7 dd > span.your-postalcode,
.wpcf7 dd > span.your-address,
.wpcf7 dd > span.your-message {
	display: block;
	padding: 0 20px 0 50px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
	-webkit-appearance: none;
	box-shadow: none;
	padding: .5em 1em;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	background-color: transparent;
	width: 100%;
	border: 2px solid #ccc;
	border-radius: 0;
	letter-spacing: .06em;
}

.wpcf7 span.wpcf7-list-item {
	margin-left: 0;
	display: block;
}
.wpcf7 span.wpcf7-list-item label {
	position: relative;
}
.wpcf7 input[type=radio] {
	position: absolute;
	opacity: 0;
}
.wpcf7 input[type=radio] + span {
	position: relative;
	padding: 0 10px 0 35px;
	display: block;
	min-width: 100%;
}
.wpcf7 input[type=radio] + span::before {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -.5em;
	height: 1em;
	width: 1em;
	background-color: #ccc;
	border: none;
	border-radius: 50%;
	z-index: 1;
}
.wpcf7 input[type=radio] + span::after {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -.5em;
	height: 1em;
	width: 1em;
	background-color: #666;
	border-radius: 50%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(.57);
	-ms-transform: scale(.57);
	-o-transform: scale(.57);
	transform: scale(.57);
}
.wpcf7 input[type=radio]:checked + span::after {
	opacity: 1;
}

.wpcf7 textarea {
	vertical-align: bottom;
	-webkit-appearance: none;
	width: 100%;
	height: 12em;
	font-size: 14px;
	line-height: 1.6;
	padding: .5em 1em;
	color: #666;
	background-color: transparent;
	border: 2px solid #ccc;
	border-radius: 0;
	box-shadow: none;
}
.wpcf7 .submit-wrap {
	text-align: center;
	margin: 0;
	padding-top: 50px;
	position: relative;
}
.wpcf7 input[type=submit] {
	display: inline-block;
	text-align: center;
	box-shadow: none;
	font-size: 14px;
	line-height: 2;
	letter-spacing: .1em;
	text-indent: .1em;
	border: none;
	border-radius: 0;
	background-color: #666;
	color: #fff;
	padding: 16px 0;
	letter-spacing: .06em;
	text-indent: .06em;
	width: 312px;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-appearance: button;
	appearance: button;
}
.wpcf7 input[type=submit]::-webkit-search-decoration {
	display: none;
}
.wpcf7 input[type=submit]::focus {
	outline-offset: -2px;
}
.wpcf7 input[type=submit]:hover {
	opacity: .5;
}


#main .wpcf7 .ajax-loader {
	position: absolute;
	top: 0;
	left: 0;
}

::-webkit-input-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}
::placeholder{
	color: #ccc;
}


.wpcf7 div.wpcf7-validation-errors {
    border: none;
	color: #f00;
	font-size: 90%;
}
.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 input.wpcf7-not-valid,t
.wpcf7 textarea.wpcf7-not-valid {
    background: #ffc;
}
.wpcf7 div.wpcf7-mail-sent-ok {
    border: none;
	color: #06c;
	font-size: 90%;
}
.wpcf7 div.wpcf7-response-output {
	margin: 0;
	padding: 1em 0 0;
	text-align: left;
}


@media screen and (max-width: 800px) {
	#page.page-contact .content {
		font-size: 3.2vw;
		line-height: 1.8;
		letter-spacing: .06em;
	}
	#page.page-contact .content .wp-block-button {
		width: 100%;
	}
	#page.page-contact .content .wp-block-button .wp-block-button__link {
		display:block;
		width:100%;
		height:16vw;
		margin: 0 auto;
		border: .4vw solid #ccc;
		padding-top:5.3vw;
		font-size:3.73vw;
		line-height: 1;
	}
	#page.page-contact .content .wp-block-button .wp-block-button__link::after {
		width: 4.26vw;
		height: 4.26vw;
		right: 5.3vw;
	}
	#page.page-contact .content p.tel {
		font-size: 8vw;
		line-height: 1;
		font-weight: 500;
		margin-top: -.2em;
		margin-bottom: .5em;
	}
	.wpcf7 dl {
		font-size: 3.2vw;
	}
	.wpcf7 dt {
		float: none;
		width: 100%;
	}
	.wpcf7 dd {
		font-size: 3.2vw;
		margin-left: 0;
	}
	.wpcf7 dd > span.your-subject {
		padding-left: 1.5em;
	}
	.wpcf7 input[type=radio] + span {
		padding: 0 0 0 2em;
	}
	.wpcf7 span.wpcf7-list-item {
		margin-bottom: .5em;
	}
	.wpcf7 dd.col2 {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wpcf7 dd.col2.name {
		padding-bottom: 0;
	}
	.wpcf7 dd.col2 > span {
		width: 100%;
	}
	.wpcf7 dd.col2 > span > span {
		padding: 0;
		padding-top: .75em;
	}
	.wpcf7 dd.col2 > span > span.last_name::before {
		position: relative;
		width: 100%;
		display: block;
		left: 0;
	}
	.wpcf7 dd.col2 > span > span.first_name::before {
		position: relative;
		width: 100%;
		display: block;
		left: 0;
	}
	.wpcf7 dd.col2 > span > span.last_name_kana::before {
		content: 'フリガナ（姓）';
		position: relative;
		width: 100%;
		display: block;
		left: 0;
	}
	.wpcf7 dd.col2 > span > span.first_name_kana::before {
		content: 'フリガナ（名）';
		position: relative;
		width: 100%;
		display: block;
		left: 0;
	}
	.wpcf7 input[type=text],
	.wpcf7 input[type=email],
	.wpcf7 input[type=tel] {
		font-size: 3.73vw;
		border-width: .4vw;
	}
	.wpcf7 dd > span.your-tel,
	.wpcf7 dd > span.your-email,
	.wpcf7 dd > span.your-postalcode,
	.wpcf7 dd > span.your-address,
	.wpcf7 dd > span.your-message {
		padding: 0;
	}
	.wpcf7 textarea {
		font-size: 3.73vw;
		border-width: .4vw;
	}
	.wpcf7 .submit-wrap {
		padding-top: 1em;
	}
	.wpcf7 input[type=submit] {
		font-size: 3.2vw;
		padding: 0;
		line-height: 5;
		width: 100%;
	}
	#page.page-contact .content ul.note {
		font-size: 3.2vw;
		line-height: 1.8;
		margin-top: 2em;
	}
}

/*------------------------------------------------------------
	Keyframes
------------------------------------------------------------*/

@-webkit-keyframes fadeInUpC {
	0%{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}
	to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUpC {
	0%{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}
	to{opacity:1;-webkit-transform:none;transform:none}
}
@-webkit-keyframes slideInUp20 {
	0%{-webkit-transform:translate3d(0,20vh,0);transform:translate3d(0,20vh,0)}
	to{-webkit-transform:none;transform:none}
}
@keyframes slideInUp20 {
	0%{-webkit-transform:translate3d(0,20vh,0);transform:translate3d(0,20vh,0)}
	to{-webkit-transform:none;transform:none}
}
@-webkit-keyframes slideInUp15 {
	0%{-webkit-transform:translate3d(0,15vh,0);transform:translate3d(0,15vh,0)}
	to{-webkit-transform:none;transform:none}
}
@keyframes slideInUp15 {
	0%{-webkit-transform:translate3d(0,15vh,0);transform:translate3d(0,15vh,0)}
	to{-webkit-transform:none;transform:none}
}

.fadeInUpC{
	-webkit-animation-name:fadeInUpC;
	animation-name:fadeInUpC;
	-webkit-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}
.fadeInUpC{
	-webkit-animation-name:fadeInUpC;
	animation-name:fadeInUpC;
	-webkit-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}
.slideInUp20{
	-webkit-animation-name:slideInUp20;
	animation-name:slideInUp20;
	-webkit-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}
.slideInUp15{
	-webkit-animation-name:slideInUp15;
	animation-name:slideInUp15;
	-webkit-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}

@media screen and (max-width: 800px) {
	.fadeInUpC{
		-webkit-animation-name:fadeInUpC;
		animation-name:fadeInUpC;
		-webkit-animation-duration: 1.5s;
		-o-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-delay: .3s;
		-o-animation-delay: .3s;
		animation-delay: .3s;
	}
}
