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

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline;
}
html {
	line-height:1;
}
ol,
ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,
td,
th {
	text-align:left;
	font-weight:400;
	vertical-align:middle;
}
blockquote,
q {
	quotes:none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content:"";
}
a img {
	border:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display:block;
}
html {
	font-size:62.5%;
	width:100%;
}
body {
	font-family: "acumin-pro", "source-han-sans-japanese";
	font-size:15px;
	font-weight:200;
	line-height:2.0;
	color: #545454;
}
a {
	color: #545454;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover {
	opacity: 0.7;
}
a:focus,
*:focus {
	outline:none;
}

/*レスポンシブで改行位置を変えるCSSハック*/
.br-sp {
	display: none;
}
@media screen and (max-width: 1080px) {
	.br-pc {
		display: none;
	}
	.br-sp {
		display: inline-block;
	}
}


/* ------------------------
	header
------------------------ */
.header__margin {
	margin-top: 63px;
}
@media (max-width:991px){
	.header__margin {
		margin-top: 62px;
	}
}
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 550;
	line-height: 1;
}
.header__sp_title {
	background-color: #fff;
	padding-top: 20px;
}
@media (min-width:992px){
	.header__sp_title {
		display: none;
	}
}
.header__sp_members_title,
.header__sp_title_font {
	font-size: 1.1rem;
	font-family: Barlow,Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 15px;
}
.header__wrapper {
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	background-color: #fff;
}
.header__inner,
.header__wrapper {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
}
.header__inner {
	padding:20px 20px 15px 25px;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
@media (max-width:991px){
	.header__inner {
		padding: 15px 15px 10px 0;
	}
}
.header__nav_list {
	display:-ms-flexbox;
	display:flex;
}
.header__nav_list2,
.header__nav_sub,
.header__nav_sns {
	display: none;
}
@media (max-width:991px){
	.header__nav_list {
		background-color:#fff;
		-ms-flex-direction:column;
		flex-direction:column;
		padding-top: 35px;
	}
	.header__nav_list2 {
		display: block;
	}
	.header__nav_list2 a {
		display: block;
		position: relative;
		font-size: 1.6rem;
		padding: 20px 50px;
	}
	.header__nav_list2 a:after {
		content:"";
		position:absolute;
		right:50px;
		top:50%;
		transform:translateY(-50%);
		width: 10px;
		height: 10px;
		background: url(../images/arr-r.png) no-repeat center center;
		background-size: 10px 10px;
	}
	.header__nav_sub {
		display: block;
		text-align: center;
		margin-bottom: 45px;
		margin-top: 20px;
	}
	.header__nav_sub a {
		display: block;
		line-height: 44px;
	}
	.header__nav_sns {
		display: flex;
		flex-wrap: wrap;
		width: 55%;
		margin-left: auto;
		margin-right: auto;
	}
	.header__nav_sns li {
		width: 17.5%;
		margin-right: 10%;
	}
	.header__nav_sns li:last-child {
		margin-right: 0;
	}
}
@media (max-width:991px){
	.header__sp_header_nav_wrapper {
		position: fixed;
		transition: .2s;
		-ms-flex-direction: column;
		flex-direction: column;
		top: 0;
		left: -100%;
		width: 80vw;
		height: 100%;
		visibility: hidden;
	}
}
@media (max-width:991px){
	.header__sp_header_nav_inner {
		background-color: #fff;
		width: 100%;
		height: 100%;
		overflow: scroll;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}
}
.header__icon_nav_list{display:-ms-flexbox;
display:flex}
.header__nav_item {
	padding:2px 5px 5px;
	margin:0 10px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
@media (max-width:991px){.header__nav_item{margin:0;
padding:0}
}
@media (min-width:992px){
	.header__nav_item.hover .header__nav_hover,
	.header__nav_item.hover .header__nav_link {
		border-bottom:1px solid #dfc198;
	}
.header__nav_item.hover .header__child_nav{display:-ms-flexbox;
display:flex;
opacity:1;
animation-duration:.5s;
animation-name:header-fade-in}
}
.header__nav_hover,
.header__nav_link {
							font-size:1.3rem;
	position:relative;
	display:block;
	color:#333;
}
@media (min-width:992px){.header__nav_hover,.header__nav_link{padding:0 5px 5px;
border-bottom:1px solid #fff}
}
@media (max-width:991px){.header__nav_hover,.header__nav_link{display:block;
padding:20px 50px}
}
.header__nav_hover{cursor:default}
@media (min-width:992px){.header__nav_hover{margin-right:15px}
	.header__nav_hover:after{
		content:"";
		position:absolute;
		right:-15px;
		top:4px;
		width: 10px;
		height: 10px;
		background: url(../images/arr-b.png) no-repeat center center;
		background-size: 10px 10px;
	}
}
@media (max-width:991px){
	.header__nav_hover:after{
		content:"";
		position:absolute;
		right:50px;
		top:50%;
		transform:translateY(-50%);
		width: 9px;
		height: 9px;
		background: url(../images/icon-plus.png) no-repeat center center;
		background-size: 9px 9px;
	}
}
@media (min-width:992px){.header__nav_label_en{display:inline}
}
@media (max-width:991px){.header__nav_label_en{display:block;
font-size:1.6rem;}
}
@media (min-width:992px){.header__nav_label_jp{display:none}
}
@media (max-width:991px){.header__nav_label_jp{display:block;
margin-top:5px;
letter-spacing:.1rem;
font-size:1rem}
}
@media (max-width:991px){
	.header__nav_hover--open:after{
		content:"";
		background: url(../images/icon-minus.png) no-repeat center center;
		background-size: 9px 9px;
	}
}
@media (max-width:991px){
	.header__nav_link:after{
		content:"";
		position:absolute;
		right:50px;
		top:50%;
		transform:translateY(-50%);
		width: 10px;
		height: 10px;
		background: url(../images/arr-r.png) no-repeat center center;
		background-size: 10px 10px;
	}
}
.header__nav_link:hover{text-decoration:none}
.header__logo{position:relative;
z-index:1}
@media (max-width:991px){.header__logo{position:absolute;
transform:translateX(-50%) translateY(-50%);
top:calc(50% + 3px);
left:50%}
}
.header__fabrictokyo {
	width:170px;
	height:22px;
}
@media (max-width:991px){
	.header__fabrictokyo {
		width:141px;
		height:18px;
	}
}
.header__icon{width:15px;
height:15px}
.header__child_nav{width:100%;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:center;
justify-content:center;
background-color:#fff;
transition:.5s;
box-shadow:0 20px 20px -20px rgba(0,0,0,.5)}
@media (min-width:992px){.header__child_nav{position:absolute;
left:0;
top:calc(100% - 18px);
display:none;
opacity:0}
}
@media (max-width:991px){.header__child_nav{overflow:hidden;
max-height:0;
box-shadow:0 0 0 0 transparent}
}
@media (max-width:991px){.header__child_nav--open{max-height:1200px}
}
.header__child_nav_inner{max-width:975px;
width:100%;
padding:35px 0 40px;
display:-ms-flexbox;
display:flex;
-ms-flex-align:center;
align-items:center;
-ms-flex-pack:justify;
justify-content:space-between}
@media (max-width:991px){
	.header__child_nav_inner{
		background-color:#fbf8f0;
		padding:0;
		-ms-flex-direction:column;
		flex-direction:column;
		-ms-flex-align:start;
		align-items:flex-start;
	}
}
.header__product{max-width:975px;
width:100%;
padding:35px 0 40px}
@media (max-width:991px){.header__product{padding:0}
}
@media (max-width:991px){.header__product_head{display:none}
}
@media (max-width:991px){.header__product_body{background-color:#e4e8e9;
padding:20px 0}
}
.header__product_title{font-size:2.1rem;
font-family:Poppins,sans-serif;
letter-spacing:3px;
margin-bottom:10px}
.header__product_subtitle{font-size:1.2rem;
font-family:Roboto,sans-serif;
letter-spacing:2px}
.header__product_list{display:-ms-flexbox;
display:flex;
-ms-flex-pack:justify;
justify-content:space-between;
margin-top:40px}
@media (max-width:991px){.header__product_list{margin-top:0;
-ms-flex-direction:column;
flex-direction:column}
}
@media (max-width:991px){.header__product_item--no_border:after,.header__product_item:after{content:"";
display:block;
width:calc(100% - 60px);
border-bottom:1px solid #d3dadc;
box-sizing:border-box;
margin:0 30px}
}
.header__product_item--no_border:after{display:none}
.header__product_link{color:#333}
@media (min-width:992px){.header__product_link{position:relative;
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column;
-ms-flex-align:center;
align-items:center;
transition:.2s}
.header__product_link:hover{opacity:.8}
}
@media (max-width:991px){.header__product_link{padding:17px 50px;
width:100%;
box-sizing:border-box;
display:block;
position:relative}
}
.header__product_link:hover{text-decoration:none}
@media (max-width:991px){.header__product_img{display:none}
}
.header__product_name{font-size:1.4rem;
font-family:Barlow,Helvetica,Arial,sans-serif;
letter-spacing:1.8px;
font-weight:500;
margin-top:20px}
@media (max-width:991px){.header__product_name{display:none}
}
.header__product_sub_name{font-size:1.3rem;
font-family:Barlow,Helvetica,Arial,sans-serif;
margin-top:5px;
letter-spacing:1.5px}
@media (max-width:991px){.header__product_sub_name{display:none}
}
@media (min-width:992px){.header__product_sp_name{display:none;
position:relative}
}
@media (max-width:991px){.header__product_sp_name:after{font-family:ionicons;
content:"\F3D3";
position:absolute;
right:50px;
top:50%;
transform:translateY(-50%)}
}
.header__child_list_wrapper{display:-ms-flexbox;
display:flex;
-ms-flex-align:start;
align-items:flex-start}
@media (max-width:991px){.header__child_list_wrapper{width:100%;
-ms-flex-direction:column;
flex-direction:column;
padding:10px 0}
}
.header__child_list{min-width:130px;
margin-left:40px;
box-sizing:border-box}
@media (max-width:991px){
	.header__child_list {
		width:100%;
		margin-left:0;
	}
	.header__child_list:last-child .header__child_item:last-child:after {
		border-bottom: none;
	}
}
.header__child_item_link{
	font-size:13px;
	display:block;
	padding:5px 5px 5px 20px;
	margin-bottom:7px;
	transition:.2s;
	position:relative;
	color:#333;
}
.material{
	color: #a9894a;
}
@media (min-width:992px){
	.header__child_item_link:before{
		content:"-";
		padding-right:5px;
		color: #a9894a;
	}
.header__child_item_link:hover{opacity:.8}
}
@media (max-width:991px){.header__child_item_link{padding:18px 65px 18px 50px;
width:100%;
margin-bottom:0;
box-sizing:border-box;
position:relative}
}
.header__child_item_link:hover{text-decoration:none}
.header__product_sp_label_en{display:none}
@media (max-width:991px){.header__product_sp_label_en{display:block;
font-family:Poppins,sans-serif;
font-size:1.3rem;
letter-spacing:.15rem;
margin-bottom:2px;
line-height:1.3}
.header__product_sp_label_jp {
	display:block;
	font-size:14px;
	color:#545454;
	}
	.material .header__product_sp_label_jp {
		color: #a9894a;
	}
}
.header__child_item_title{border-bottom:1px solid #abb9b9;
padding:0 15px 15px;
margin-bottom:15px}
@media (max-width:991px){.header__child_item_title{border:0;
margin-bottom:0;
padding:30px 50px 10px}
}
.header__child_item_sub_title{font-size:1.5rem;
letter-spacing:.15rem;
font-family:Poppins,sans-serif;
font-weight:500;
margin-bottom:3px}
.header__child_item_main_title{font-size:1.1rem;
letter-spacing:.15rem;
font-weight:400;
color:#829397}
@media (max-width:991px){.header__child_item_main_title{font-size:1.2rem}
}
.header__icon_nav_item {
	display: flex;
	padding: 2px 5px 5px;
}
@media (max-width:991px){
	.header__icon_nav_item {
		padding: 2px 0 5px;
	}
}
@media (max-width:991px){
	.header__icon_nav_item {
		display: none;
	}
}
.header__icon_nav_link {
	position:relative;
	display:block;
	padding:0 5px 6px;
}
@media (max-width:991px){
	.header__icon_nav_link {
		margin-right:0;
	}
}
.header__icon_nav_link.empty span,.header__sp_btn{display:none}
@media (max-width:991px){.header__sp_btn{display:block;
padding:6px 9px 12px 15px}
	.header__sp_btn:before {
		content:"";
		display: block;
		width: 19px;
		height: 19px;
		background: url(../images/icon-burger.png) no-repeat center center;
		background-size: 19px 19px;
	}
}
@media (max-width:991px){.header--open .header__sp_header_nav_wrapper{visibility:inherit;
z-index:999;
left:0;
width:80vw;
min-height:100%}
}
@media (max-width:991px){.header--open .header__background{display:block;
opacity:1;
animation-duration:.2s;
animation-name:header-fade-in}
}
.header__sp_members{background-color:#333;
display:none}
.header__sp_members_title{color:#fff;
padding:40px 0 20px;
margin-bottom:0}
@media (max-width:991px){.header__sp_members_item:after{content:"";
display:block;
width:calc(100% - 60px);
border-bottom:1px solid #363636;
box-sizing:border-box;
margin:0 30px}
}
.header__sp_members_link{position:relative;
display:block;
padding:20px 50px}
@media (max-width:991px){.header__sp_members_link:after{color:#767676;
font-family:ionicons;
content:"\F3D3";
position:absolute;
top:50%;
right:50px;
transform:translateY(-50%)}
}
.header__sp_members_link:hover{text-decoration:none}
.header__sp_members_item_sub_title{font-size:1.3rem;
font-family:Poppins,sans-serif;
letter-spacing:.15rem;
margin-bottom:7px;
font-weight:200;
color:#fff}
.members_item_title_sub_label{font-size:1rem;
letter-spacing:.05rem;
color:#333;
border:1px solid #333;
display:inline-block;
border-radius:2px;
padding:2px 3px;
position:relative;
font-weight:500;
line-height:1;
text-indent:0;
margin-left:5px;
top:-2px}
.header__sp_members_item_title{font-size:1.2rem;
letter-spacing:.1rem;
color:#767676}
.header__sp_members_item_title .members_item_title_sub_label{margin-left:5px;
border:1px solid #767676;
color:#767676;
background:transparent}
.header__background{display:none}
@media (max-width:991px){.header__background{display:none;
opacity:0;
width:100vw;
height:100%;
position:fixed;
top:0;
left:0;
background:rgba(0,0,0,.5)}
}
.header__close_btn:before{
	content:"";
	position:fixed;
	right:0;
	top:0;
	text-align:center;
	width:20%;
	height: 10%;
	background: url(../images/icon-cross.png) no-repeat center center;
	background-size: 28px 28px;
}
.header .badge-item-count{position:absolute;
min-width:15px;
height:15px;
background-color:#e75c59;
text-align:center;
line-height:15px;
border-radius:50%;
top:-5px;
left:-5px;
font-size:1.1rem;
color:#fff;
font-family:Roboto,sans-serif}
.header .badge-item-count:empty{display:none}
@keyframes header-fade-in{0%{opacity:0}
to{opacity:1}
}
.glnav-transparent{padding-top:0!important}
.info-icon{width:16px;
height:16px;
position:relative;
top:2px;
fill:#333;
display:inline-block}
.header__user_nav_list{width:220px;
text-align:center;
position:absolute;
background-color:#fff;
padding:0;
box-sizing:border-box;
border-radius:2px;
top:30px;
right:0;
min-width:160px;
left:50%;
transform:translateX(-50%);
box-shadow:0 2px 12px rgba(0,0,0,.5);
z-index:1;
display:none}
.header__user_nav_list:before{content:"";
display:block;
margin:0 -5px;
right:50%;
position:absolute;
top:-10px;
border:5px solid transparent;
border-bottom-color:#fff}
.header__user_nav{font-size:1.17rem;
display:inline;
vertical-align:top}
@media (max-width:991px){.header__user_nav{display:none}
}
.header__user_nav a:hover{text-decoration:none}
.header__user_nav:hover .header__user_nav_list{display:block}
.header__user_nav_label{display:inline-block;
vertical-align:top;
position:relative}
.open-login-dialog {
	display:block;
	font-size:1.4rem;
	line-height:15px;
	color:#333;
	cursor:pointer;
}
.open-login-dialog:hover{text-decoration:none}
.header__user_nav_my_page{letter-spacing:2px;
font-size:1.3rem;
line-height:15px;
padding:5px;
color:#333;
display:block;
position:relative}
.header__user_point{font-size:1.2rem;
line-height:2.6rem;
text-indent:.4rem;
border-bottom:1px solid #e4e8e9;
color:#95a0a5;
width:100%}
.header__user_point_amount{color:#e75c59;
font-family:Roboto,sans-serif;
font-size:1.4rem;
padding-left:.5em}
.header__user_content{border-bottom:1px solid #e4e8e9}
.header__user_content:last-child{border-bottom:0}
.header__user_nav_link{font-size:1.4rem;
line-height:50px;
display:block;
color:#333}
.header__user_nav_link:hover{background:#f1f1f1}
.header__sp_members_logout_wrapper{text-align:center;
padding:24px 0}
.header__sp_members_logout{font-size:1.3rem;
letter-spacing:2px;
color:#fff;
font-family:Poppins,sans-serif;
border:1px solid #abb9b9;
padding:10px 20px;
border-radius:4px;
display:inline-block}
@media (max-width:991px){.header__sp_members_logout:after{font-family:ionicons;
content:"\F3D3";
margin-left:10px}
}
.header__sp_members_logout:hover{text-decoration:none}
.header__sp_members_login_wrapper {
	text-align:center;
}
@media (min-width:992px){.header__sp_members_login_wrapper{display:none}
}
.header__sp_members_login {
	font-size:14px;
	display:inline-block;
}
.header__sp_members_login:hover{text-decoration:none}
@media (max-width:991px){.logged-in .header__nav_list{padding-bottom:25px}
}
.logged-in .header__sp_members_login_wrapper{display:none}
.logged-in .header__sp_title{padding-top:35px}
@media (max-width:991px){.logged-in .header__sp_members{padding-bottom:70px;
display:block}
}

/* ------------------------
	footer
------------------------ */
footer {
	background-color: #fbf8f0;
	padding-bottom: 80px;
	padding-top: 80px;
}
footer > ul {
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer > ul > li {
	width: 25%;
}
footer > ul > li > ul > li a.blank {
	background: url(../../common/images/icon_blank.png) no-repeat right center;
	padding-right: 15px;
}
footer > ul > li:nth-child(3) > ul > li {
	margin-bottom: 30px;
}
footer > ul > li:nth-child(4) {
	text-align: center;
}
footer > ul > li:nth-child(4) img.logo {
	width: 47%;
}
footer > ul > li:nth-child(4) ul {
	display: flex;
	flex-wrap: wrap;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
footer > ul > li:nth-child(4) ul li {
	width: 17.5%;
	margin-right: 10%;
}
footer > ul > li:nth-child(4) ul li:last-child {
	margin-right: 0;
}
#copy {
	line-height: 1;
	text-align: center;
	padding-bottom: 24px;
	padding-top: 24px;
}
@media screen and (max-width: 768px){
	footer {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	footer > ul {
		text-align: center;
	}
	footer > ul > li {
		width: 100%;
	}
	footer > ul > li a {
		font-size: 19px;
	}
	footer > ul > li > ul > li > ul > li {
		display: none;
	}
	footer > ul > li:nth-child(2) {
		margin-bottom: 40px;
	}
	footer > ul > li:nth-child(2) > ul > li:last-child > ul > li {
		display: block;
	}
	footer > ul > li:nth-child(2) > ul > li:last-child > ul > li a {
		font-size: 15px;
	}
	footer > ul > li:nth-child(4) img.logo {
		width: 22%;
	}
}

/* ------------------------
	.menu
------------------------ */
.menu {
	margin-bottom: 60px!important;
}
.menu ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
}
.menu li {
	margin-left: 3px;
	margin-right: 3px;
}
.menu li.active {
	padding: 1em 2em;
}
.menu li.active:before {
	content: "-";
	padding-right: 5px;
}
.menu a {
	display: block;
	padding: 1em 2.5em;
	background-color: #fbf8f0;
	position: relative;
}
.menu a:after {
	content:"";
	position:absolute;
	right:15px;
	top:50%;
	transform:translateY(-50%);
	width: 10px;
	height: 10px;
	background: url(../images/arr-r.png) no-repeat center center;
	background-size: 10px 10px;
}
@media screen and (max-width: 768px){
	.menu li {
		margin-bottom: 4px !important;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.menu a:after {
		right:50px;
	}
}

/* ------------------------
	#more-button
------------------------ */
#more-button a {
	display: block;
	background-color: #a9894a;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 100;
	line-height: 1;
	text-align: center;
	color: #fff;
	padding: 1.34375em 0.875em 1.28125em;
}
@media screen and (max-width: 768px){}

/* ------------------------
	.form
------------------------ */
.form {
	margin-bottom: 45px;
	margin-top: 45px;
}
.form dl {
	width:100%;
	display:table;
}
.form dl.no-border {
	border-bottom-style:none;
}
.form dl dt,
.form dl dd {
	padding:15px 0 13px;
	border-bottom:1px solid #dfc198;
}
.form dl dt {
	width:33%;
	display:table-cell;
	vertical-align:top;
}
.form dl dt h3 {
	float: left;
	width: 70%;
}
.form dl dt span {
	padding: 3px 10px;
	color: #987B42;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 2px;
	vertical-align: top;
	border: 1px solid #987B42;
	float: right;
}
.form dl dt span.required {
	color: #FFF;
	background-color: #987B42;
}
.form dl dd {
	display:table-cell;
	vertical-align:top;
	padding-left: 20px;
}
.form dl dd li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 5px;
}
.form dl dd li:last-child {
	margin-bottom: 0;
}
.form dl dd li div #city {
	margin-bottom: 5px;
}
.form dl dd .select {
  width: 100%;
  position: relative;
  display: inline-block;
}
.form dl dd .select::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 1px #a9894a;
  border-right: solid 1px #a9894a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
.form dl dd .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}
.form dl dd .select select::-ms-expand {
    display: none;
}
@media screen and (max-width: 768px){
	.form {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.form dl dt,
	.form dl dd {
		display: block;
	}
	.form dl dt {
		width:100%;
		display:flex;
		justify-content: space-between;
	}
	.form dl dd {
		padding-left: 0;
	}
	.form dl dd textarea {
		font-size: 16px;
	}
}

/*.privacy*/
form .privacy {
	background-color: #eee;
	text-align: center;
	padding: 35px 20px;
	margin-bottom: 50px;
}
form .privacy > div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 13px;
}
form .privacy > div h3 {
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}
form .privacy > div span {
	padding: 3px 10px;
	color: #FFF;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 2px;
	vertical-align: top;
	border: 1px solid #987B42;
	background-color: #987B42;
}
form .privacy > p:last-child {
	margin-top: 20px;
}
form .privacy > p span {
	font-size: 16px;
}
form .privacy a {
	text-decoration: underline;
	color: #a9894a;
}
form .privacy a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px){
	form .privacy > p {
		text-align: justify;
		text-justify: inter-ideograph;
	}
	form .privacy > p:last-child {
		text-align: center;
	}
}

/* ------------------------
	.archive
------------------------ */
.archive .site-main {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.archive h2 {
	font-size: 60px;
	font-weight: 100;
	line-height: 1;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 90px;
}
.archive .list dl {
	width:100%;
	display:table;
}
.archive .list dl.no-border {
	border-bottom-style:none;
}
.archive .list dl dt,
.archive .list dl dd {
	padding:8px 0;
	border-bottom:1px solid #ddd;
}
.archive .list dl dt {
	width:22.43%;
	display:table-cell;
	vertical-align:top;
	color: #a9894a;
}
.archive .list dl dd {
	display:table-cell;
	vertical-align:top;
	padding-left: 20px;
}
.archive .list dl dd a {
	box-shadow: none;
}
@media screen and (max-width: 768px){}

/* ------------------------
	.single
------------------------ */
.single .site-main {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.single .site-main header {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 90px;
}
.single .site-main header h2 {
	font-size: 28px;
	font-weight: 100;
	line-height: 1.4;
	margin-bottom: 10px;
}
.single .site-main header ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.single .site-main header ul li {
	color: #a9894a;
	margin-left: 8px;
	margin-right: 8px;
}
.single .site-main header ul li a {
	color: #a9894a;
}
.single .site-main section {
	margin-bottom: 60px;
}
.single .site-main section:last-child {
	margin-bottom: 0;
}
.single .site-main section img {
	width: 100%;
}
.single .site-main section h3 {
	font-size: 24px;
	font-weight: 100;
	line-height: 1.4;
	margin-top: 30px;
}
.single .site-main section h3::before {
	display: inline-block;
	content: "-";
	color: #a9894a;
	margin-right: 5px;
}
.single .site-main section p {
	margin: 0 0 1.75em;
}
@media screen and (max-width: 768px){
	.single .site-main header {
		margin-bottom: 30px;
		margin-top: 60px;
	}
	.single .site-main header h2 {
		font-size: 22px;
	}
	.single .site-main section {
		margin-bottom: 40px;
	}
	.single .site-main section:last-child {
		margin-bottom: 0;
	}
	.single .site-main section h3 {
		font-size: 18px;
		margin-top: 15px;
	}
}

/* ------------------------
	.pagination
------------------------ */
.pagination{
	list-style-type: none;
	padding-left: 0;
    padding-top:4.0em;
}
.pagination,
.pagination li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagination a {
	font-weight: 300;
	padding-top: 1px;
	text-decoration:none;
	border-left-width: 0;
	min-width:36px;
	min-height:36px;
	color: #a9894a;
}
.pagination li:first-of-type a {
	border-left-width: 1px;
}
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next2 span {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next2 a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next2 a::after { content: "\f105"; }
.pagination > li:first-child > a {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
@media screen and (max-width: 768px){
	.pagination li {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.pagination li.current,
	.pagination li.first,
	.pagination li.last,
	.pagination li.previous,
	.pagination li.next2 {
		position: initial;
		top: initial;
		left: initial;
	}
	.pagination li.previous a { border-left-width: 0; }
}

/* ------------------------
	.center-nav
------------------------ */
div.center-nav {
	text-align: center;
}
.center-nav span.nav-line {
	padding: 0.2em;
	margin-left: 0.25em;
	margin-right: 0.25em;
}
.center-nav span.nav-line a {
	color: #a9894a;
}
.center-nav span.nav-line ul.post-categories {
	display: inline;
}
.center-nav span.nav-line ul.post-categories li {
	display: inline;
	width: 15%;
}
@media screen and (max-width: 768px){}

/* ------------------------
	.pagetop
------------------------ */
.pagetop {
	display: none;
	position: fixed;
	right: 21px;
	bottom: 30px;
}
.pagetop a {
	display: block;
	background: #fff;
	border: 1px solid #a9894a;
	width: 39px;
	height: 39px;
}
@media screen and (max-width: 768px){
	.pagetop a {
		line-height: 36px;
		font-size: 24px;
		width: 44px;
		height: 44px;
	}
}

/* ------------------------
	.favor
------------------------ */
.favor {
	background-color: #eee;
	letter-spacing: .05em;
	text-align: center;
	padding: 30px 25px;
	margin-bottom: 50px;
}
.favor h3 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 16px;
}
.favor p:nth-of-type(n+2) {
	margin-top: 16px;
}
@media screen and (max-width: 768px){
	.favor {
		letter-spacing: 0;
		margin-bottom: 16px;
	}
	.favor h3 {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.favor p {
		font-size: 13px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}
