/********************************************************************************

common.css


********************************************************************************/

/*============================================================
 system
*============================================================*/
/* pc-sp display switch
---------------------------------------- */
.forPC {
	display: initial;
}
.forSP {
	display: none;
}

/*============================================================
 format
*============================================================*/
html {
	width: 100%;
	background-color: #f4f0e6;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #4b432e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
main {
	width: 100%;
	padding-bottom: 80px;
}
main.scrolled {
}
section {
	width: 100%;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}

p {
}
img {
	max-width: 100%;
	height: auto;
}
.img-box {
	line-height: 0;
	text-align: center;
}
span {
	font-weight: inherit;
}
a,
.c-btn {
	transition: all ease 0.3s;
}
a:hover,
.c-btn:hover {
	opacity: 0.5;
}
/* .inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
} */

.c-btn {
	border: 2px solid #27834e;
	background-color: #f2e6c9;
	position: relative;
	z-index: 2;
	width: 184px;
	height: 48px;
}
.c-btn:before,
.c-btn:after {
	content: "";
	display: inline-block;
	width: 133px;
	height: 1px;
	background-color: #27834e;
	position: absolute;
}
.c-btn:before {
	left: -15px;
	bottom: 4px;
}
.c-btn:after {
	right: -15px;
	bottom: 7px;
}
.c-btn a {
	color: #27834e;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}
.c-btn[data-type="ico"] a:before {
	content: "";
	background-image: url(../images/common/ico-cart.png);
	background-size: 24px;
	height: 24px;
	width: 24px;
	display: inline-block;
	margin-right: 6px;
}

/*============================================================
 site-header
*============================================================*/
#site-header {
	padding-top: 40px;
}
#site-header .heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
 .heading_block {
	display: flex;
	align-items: center;
}
 .heading .logo {
	width: 90px;
	margin-bottom: 0;
	margin-right: 30px;
}
 .back_link {
	text-decoration: underline;
	background-image: url(../images/common/ico-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 32px;
	background-position: left center;
	padding-left: 30px;
	display: inline-block;
}

/*============================================================
　下層共通
*============================================================*/
#page-lower {
	padding-top: 40px;
}
#page-lower h2 {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: bold;
}
#page-lower p {
	line-height: 220%;
}
#page-lower img {
	width: 100%;
}


/*============================================================
 footer
*============================================================*/
#site-footer .top_footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 600px;
	padding: 0 40px 100px;
	margin: 0 0 0 auto;
	padding-right: 40px;
	max-width: 100%;
}
#site-footer .top_copyright {

}
#site-footer .top_ig {
	/* padding-bottom: 100px;
	padding-right: 40px; */
	position: relative;
}
#site-footer .footer_wrap {
	background-image: url(../images/common/footer_bk.jpg);
	background-size: cover;
	padding-top: 48px;
	padding-bottom: 32px;
	position: relative;
}
#site-footer .footer_cnt {
	display: flex;
	align-items: center;
	margin-bottom: 65px;
	justify-content: center;
}
#site-footer .footer_cnt .logo {
	width: 198px;
	margin-right: 104px;
}
#site-footer .copyright {
	text-align: center;
	font-size: 10px;
}
#site-footer .ig {
	text-align: right;
	padding-right: 240px;
	margin-top: -28px;

}
#site-footer .ig_link {
	width: 29px;
	height: 29px;
	text-align: right;
	display: inline-block;
}
