@charset "UTF-8";

/*---------------------------------
  
  元サイトから引用CSS

  店舗情報ページ
  カタログ請求ページ
  共通見出しなど

---------------------------------*/


/*----------section top----------*/


.contents_inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding-top: 95px;
	background: none;
}
.page-main {
	width: 100%;
}
.page-main img {
	width: 100%;
	height: auto;
}
.page-title {
	text-align: center;
	margin-top: 50px;
	font-size: 1.3em;
	line-height: 1.8em;
	display: block;/**/
}

.headline,
article h3 {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1140px;
/*	height: 55px;*/
	margin: 70px auto 0;
	padding: 0.6em;
	text-align: center;
	vertical-align: bottom;
	font-size: 2.3em;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	background: url(../img/common/headline-bg-access.gif) repeat;
}

/*----------access----------*/

.access-shop-container {
	flex-flow: column;
}
.access-shop-map {
    width: 100%;
	height: 300px;
	margin: 0 auto;
}
.access-shop-map iframe {
	width: 100%;
	height: inherit;
}
section.access-table {
	width: 90%;
	margin: 1em auto 0;
}
section.access-table h1 {
	margin: 5px 0 25px;
	text-align: center;
	color: #444;
	font-weight: bold;
	font-size: 1.7em;
}
section.access-table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
section.access-table table th,
section.access-table table td {
	margin: 0;
	padding: 15px 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 1.4em;
	font-weight: normal;
	border-top: dotted 1px #aaa;
	border-bottom: dotted 1px #aaa;
	box-sizing: border-box;
}
section.access-table table th {
	white-space: nowrap;
	min-width: 4em;

}

/*----------contact----------*/

div.contact-form {
	width: 100%;
	max-width: 840px;
	margin: 50px auto;
	font-size: 1.3em;
}
.page-template-access .page-title h2 {
	height: 23px;
}
.page-template-access .page-title h2 img {
	height: 100%;
	width: auto;
}
section.contact-tel {
	margin-bottom: 150px;
}
p.contact-tel-box {
	display:inline-block;
	margin-top: 20px;
	padding: 20px 20px 10px;
	font-size: 1.3em;
	border: dotted 2px #bbb;
	border-radius: 10px;
}
span.contact-tel-en,
span.contact-tel-number {
	font-weight: bold;
	font-family: Helvetica, Verdana, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
}
span.contact-tel-en {
	font-size: 18px;
}
span.contact-tel-number {
	font-size: 32px;
}
p.contact-tel-note {
	display:inline-block;
	margin-left: 15px;
}
p.contact-note {
	margin: 15px 0 0;
	line-height: 1.8em;
}

table.contact-table tr th {
	min-width: 12em;
}
table.contact-table {
	width: 100%;
	max-width: 840px;
}
table.contact-table tr th,
table.contact-table tr td {
	text-align: left;
    padding: 15px 0 15px 10px;
	font-weight: normal;
    border-top: dotted 1px #aaa;
}
table.contact-table tr td {
	padding-left: 20px;
}
table.contact-table tr:last-child th,
table.contact-table tr:last-child td {
    border-bottom: dotted 1px #ccc;
}
table.contact-table span.requied {
	margin-left: 5px;
    font-size: 9px;
    color: #f00;
}

	/* check box */
	span.wpcf7-list-item {
		margin-right: 20px;
		/*display: block;*/
	}

input[type="email"],
input[type="tel"],
input[type="text"],
input[type="date"],
table.contact-table textarea {
    padding: 2px 7px;
    font-size: 14px;
    border: none;
    background-color: #ffffff;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
	width: auto;
    max-width: 360px;
    height: 25px;
}
input[type="date"].form-date {
	width: auto;
    max-width: 240px;
}
span.form-date-caution {
	margin-left: 10px;
/* 	color: #f00; */
}
input[type="text"].form-postcode {
	width: auto;
}
table.contact-table textarea {
    width: auto;
	max-width: 500px;
    height: 250px;
}
table.contact-table textarea.form-note {
    height: 150px;
}


div.form-button {
	width: auto;
	max-width: 720px;
	text-align: center;
	margin: 30px auto;
}
input.wpcf7-submit {
	width: 200px;
	padding: 12px 6px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: none;
	border-radius: 3px;
	background-color: #574741;
	cursor: pointer;
}
input.wpcf7-submit:hover {
	opacity: 0.3;
}
.contact-tel .flex-container {
flex-direction: column;
}
section.contact-tel > div {
	justify-content: space-between;
	margin-top: 20px;
}
div.contact-tel-container {
	width: 90%;
	padding: 30px 10px 15px;
	text-align: center;
	box-sizing: border-box;
	border: dashed 1px #666;
	border-radius: 10px;
	margin: 0 auto 20px;
}
div.contact-tel-container h1 {
	margin-bottom: 12px;
	font-size: 1.3rem;
}
div.contact-tel-container p {
	margin: 0;
	font-size: 1.8em !important;
	line-height: 1.8rem !important;
}
div.contact-tel-container p:nth-child(2) {
	margin-top: 8px;
	font-size: 2.5rem !important;
	font-weight: bold;
	font-family: Helvetica, Verdana, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
	color: #555;
}
div.contact-tel-container p:nth-child(2) span {
	font-size: 1.8rem !important;
	font-weight: normal;
}
div.contact-tel-container p:last-child {
	font-size: 11px !important;
}

p.contact-note {
	font-size: 1.3em;
}

@media screen and (min-width: 769px) {
.access-shop-container {
	flex-flow: row;
}
section.access-table {
	width: 47.37%;
	margin-top: 0;
	padding-left: 34px;
	box-sizing: border-box;
}
	.page-template-access .page-title h2 {
	height: 45px;
}
	.access-shop-map {
		width: 52.63%;
		height: 400px;
	}
	.contact-tel .flex-container {
flex-direction: row;
}
div.contact-tel-container {
	width: 48%;
	margin-bottom: 0;
	}
}
