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

.pageheader-simple {
	background: #f2f2f2;
}
.pageheader-page--company01 {
	background-image: url("../img/sub/company_pageheader_bg01.jpg");
}
.pageheader-page--company02 {
	margin: 0 0 100px;
	background-image: url("../img/sub/company_pageheader_bg02.jpg");
}
@media screen and (max-width: 750px) {
.pageheader-simple {
  height: auto;
}
.pageheader-page--company02 {
	margin: 0 0 30px;
}
.pageheader-simple h2,
.pageheader-page h2 {
  font-size: 2.4rem;
  height: auto;
  padding: 38px 0;
  position: static;
}
}


/* post-single
------------------------------------------ */
.post-single__name {
	font-size: 4.0rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin: 0 0 250px;
	position: relative;
}
.post-single__name::before {
	content:"";
	width: 100%;
	height: 1px;
	margin: auto;
	background: #d9c4b8;
	position: absolute;
	bottom: -125px;
	left: 0;
	right: 0;
}
.post-single__name::after {
	content:"";
	width: 180px;
	height: 80px;
	margin: auto;
	background: url("../img/common/common_bg_illust01.png") no-repeat center center #fff;
	background-size: 130px 80px;
	position: absolute;
	bottom: -165px;
	left: 0;
	right: 0;
}

/* company
------------------------------------------ */
.company {
	margin: 0 0 -280px;
}
.company__block {
	margin: 0 0 150px;
}
.company__block .cols__left {
	width: 43%;
}
.company__block .cols__right {
	width: 57%;
	padding: 25px 100px;
}
.company__block .cols__right .cols__txt p:not(:last-child) {
	margin-bottom: 30px;
}
.company__block .cols__right .store-name {
	font-size: 2.5rem;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
.company {
	margin: 0 0 -40px;
}
.company__block {
	margin: 0 0 60px;
}
.company__block .wrap {
	width: auto;
}
.post-single__name {
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0 0 100px;
	padding: 0 15px;
}
.post-single__name::before {
	width: calc(100% - 0);
	bottom: -50px;
}
.post-single__name::after {
	width: 90px;
	height: 40px;
	background-size: 65px 40px;
	bottom: -70px;
}
.company__block .cols,
.company__block .cols__left,
.company__block .cols__right {
	width: auto;
}
.company__block .cols__left {
	padding: 0 15px;
}
.company__block .cols__right {
	padding: 25px 15px 0;
}
.company__block .cols__right .store-name {
	font-size: 1.8rem;
	text-align: center;
}
}

/* access-block
------------------------------------------ */
.access-block {
	margin: 0 0 100px;
}
.access-block .access-block__text h3 {
	font-size: 1.6rem;
	font-weight: 500;
}
.access-block .access-block__text h3::before {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #c37d55;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}
.list-asterisk {
	text-indent: -1em;
	margin-left: 1em;
}
.list-asterisk li::before {
	content: "＊";
}
@media screen and (max-width: 750px) {
.access-block {
	margin: 0 0 40px;
	padding: 25px 15px;
}
.access-block .access-block__text h3 {
	font-size: 1.5rem;
}
}

/* transactions
------------------------------------------ */
.transactions-block {
	margin-bottom: 120px;
	border-top: 1px solid #ccc;
}
.transactions-block dl {
	border-bottom: 1px solid #ccc;
	padding: 60px 0;
}
.transactions-block dt {
	font-weight: 500;
	font-size: 2.0rem;
}
.transactions-block dd {
	margin-left: 40px;
	margin-top: 30px;
}
@media screen and (max-width: 750px) {
.transactions-block {
  margin-bottom: 40px;
}
.transactions-block dl {
  padding: 20px 0;
}
.transactions-block dt {
font-size: 1.5rem;
}
.transactions-block dd {
  margin-bottom: 0;
  margin-left: 0;
  margin: 10px 0 0;
}
}

/* privacy
------------------------------------------ */
.privacy__lead {
	margin-bottom: 40px;
}
.privacy__list .privacy__block {
	border-bottom: 1px solid #ccc;
	padding: 60px 0;
}
.privacy__list .privacy__block:last-child {
	border-bottom: 0;
}
.privacy__block .privacy__title {
	font-weight: 500;
	font-size: 2.0rem;
}
.privacy__block .privacy__txtbox {
	margin-left: 40px;
	margin-top: 30px;
}
.privacy__txtbox p + p {
	margin-top: 25px;
}
.privacy__txtbox .list-circle li::before {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #c37d55;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}
.privacy__txtbox .list-circle + p {
	margin-top: 25px;
}
.privacy__store-info {
	float: right;
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 60px;
}
.privacy__store-info .store-name {
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
.privacy__list {
  margin-bottom: 50px;
}
.privacy__list .privacy__block {
  padding: 20px 0;
}
.privacy__block .privacy__title {
  font-size: 1.5rem;
  padding-right: 60px;
  text-indent: -15px;
  margin-left: 15px;
}
.privacy__block .privacy__txtbox {
  margin-bottom: 40px;
  margin-left: 0;
}
.privacy__list .privacy__block:first-child {
  border-top: 1px solid #ccc;
}
.privacy__list .privacy__block:last-child {
  border-bottom: 1px solid #ccc;
}
}

/* contact
------------------------------------------ */
.contact_lead {
	background-color: #fdfbf7;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f9f0e6), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f9f0e6),color-stop(.75, #f9f0e6), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px;
	padding: 8px;
	text-align: center;
	margin-bottom: 40px;
}
.contact_lead-txt {
	background-color: #fdfbf7;
	padding: 20px;
}
.contact-block {
	margin-bottom: 120px;
}
.contact-block input[type="text"],
.contact-block input[type="email"] {
	width: 100%;
	padding: 10px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #aeaeae;
	outline: none;
}
.contact-block input[type="submit"] {
	width: 100%;
}
.contact-block input[type="text"]:focus,
.contact-block input[type="email"]:focus,
.contact-block textarea:focus {
	border: 1px solid #c37d55;
	outline:　0;
}
.contact-block input[type="submit"]:hover,
.contact-block .ef_black:hover {
	cursor: pointer;
}
.contact-block textarea {
	width: 100%;
	padding: 10px;
	height: 150px;
	box-sizing: border-box;
	border: 1px solid #aeaeae;
	outline: none;
	resize: none;
}
.contact-block table {
	width: 100%;
}
.contact-block tr:first-child {
	border-top: 1px solid #ccc;
}
.contact-block tr {
	border-bottom: 1px solid #ccc;
}
.contact-block th,
.contact-block td {
	padding: 20px;
}
.contact-block th {
	width: 30%;
	background-color: #f4f1eb;
	vertical-align: top;
	font-weight: 500;
	font-size: 1.6rem;
}
.contact-block th .required {
	position: relative;
}
.contact-block th .required::after {
	content: "必須";
	background-color: #755441;
	color: #fff;
	padding: 0px 10px;
	font-size: 1.2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -55px;
}
.contact-block td {
	width: 70%;
}
.contact-block .btn__contents {
	width: 350px;
	margin: 40px auto 0;
	padding: 0;
}
@media screen and (max-width: 750px) {
.contact_lead-txt {
  padding: 15px;
}
.contact-block {
  margin: 0 -15px 40px;
}
.contact-block tr {
  border: 0;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
}
.contact-block tr:first-child {
  border: 0;
}
.contact-block tr:nth-child(odd) {
  background-color: #f4f1eb;
}
.contact-block th,
.contact-block td {
  width: 100%;
  display: block;
  background-color: inherit;
  padding: 0;
}
.contact-block th {
  font-size: 1.5rem;
  padding: 20px 0 5px;
}
.contact-block td {
  padding: 5px 0 20px;
}
.contact-block .btn__contents {
  width: auto;
  margin: 0 15px;
}
} 
