@charset "UTF-8";

/* リセット
=============================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "游明朝", "Yu Mincho", YuMincho, "noto-serif", "Hiragino Mincho Pro", serif;
	line-height: 1.41;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 基本設定
=============================================== */

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-size: 62.5%;
}
body {
  color: #492a0c;
  -webkit-text-size-adjust: none;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  /* font: 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}
p {
  margin-bottom: 1em;
}
img {
  vertical-align: bottom;
}
a {
  color: #003399;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #222;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.arr {
	margin-top: 30px;
}
.arr a {
	color: #65412d;
}
.arr a:before {
	margin-right: 5px;
	color: #daba82;
    font: normal 14px FontAwesome;
    content: "\f105";
}
.arr a:hover {
	color: #9a6736;
	text-decoration: none;
}


/* ヘッダー
=============================================== */

#gHeader {
  margin-bottom: 50px;
  padding: 30px 0;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #E3E5EC;
}
#gHeader h1 img {
	width: 200px;
}


/* フッター
=============================================== */

#gFooter {
  /* border-top: 1px solid #e3e5ed; */
  text-align: center;
  font-size: 11px;
  padding: 50px 0;
  margin-top: 50px;
}


/* 共通スタイル
=============================================== */

.formPromise {
	background: url(../../images/formPromise_img.png) top right no-repeat;
	margin-bottom: 40px;
	padding: 45px 0 0;
	text-align: center;
}
.formPromise h3 {
	display: inline-block;
	color: #e1403c;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 30px;
	position: relative;
}
.formPromise h3:before,
.formPromise h3:after {
	background: #e1403c;
	content: '';
	display: inline-block;
	height: 20px;
	position: absolute;
	top: 3px;
	width: 2px;
}
.formPromise h3:before {
	left: -30px;
	transform: rotate(-45deg);
}
.formPromise h3:after {
	right: -30px;
	transform: rotate(45deg);
}
.formPromise ul {
	display: flex;
	margin: 0 -15px;
}
.formPromise li {
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	margin: 0 15px;
	padding: 40px 0;
	width: calc(33.33% - 30px);
}

#container {
  max-width: 1000px;
  margin: 0 auto;
}
#contents {
  margin: 0 auto;
  padding: 0;
}
#contents #lead {
  margin: 0 0 30px 0;
}
#contents #lead h2 {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: 600;
}
#contents #lead p {
  font-size: 14px;
  line-height: 1.8;
}


/* パンくずナビ
=============================================== */

#topicpath {
  margin-top: 1em;
  font-size: 13px;
}
#topicpath li {
  display: inline-block;
}
#topicpath li + li:before {
  margin: 0 5px;
  content: ">";
  color: #CCC;
}


/* フォーム
=============================================== */

#formArea {
  width: 100%;
  overflow: hidden;
}
#formArea h3 {
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 3px solid #e3e5ed;
  margin-bottom: 15px;
}
#formArea h4 {
  font-size: 16px;
	line-height: 1;
  margin: 40px 0 15px;
	padding-left: 15px;
	position: relative;
}
#formArea h4:before {
	background: #e3e5ed;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}
#formArea table {
  width: 100%;
  border: 1px solid #d4d4d4;
}
#formArea th {
  width: 180px;
  padding: 15px;
  text-align: left;
  background: #f8f8f8;
  border: 1px solid #d4d4d4;
  vertical-align: middle;
}
#formArea td {
  padding: 15px;
  border: 1px solid #d4d4d4;
}
#formArea td p {
  margin-bottom: 5px;
}
#formArea small {
  font-size: 12px;
}
select {
  -webkit-appearance:none;
}
.wss,
.ws,
.wm,
.wl,
select {
  border: 1px solid #e3e5ed;
  margin: 2px 0;
  background: #FAFAFA;
  padding: 10px;
  border-radius: 1px;
  font-size: 14px
}


.wss {
	width: 7em;
}
.ws {
  width: 40%;
}
.wm {
  width: 70%;
}
.wl {
  width: 100%;
}
.preview {
  margin: 0.5em 0;
  max-height: 200px;
  min-width: 200px;
}
.error {
  margin-top: 5px;
  color: #FF0000;
}
.require,
.required {
  color: #c00;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 600;
}
label {
	display: inline-block;
	margin-right: 5px;
}
#submit {
  clear: both;
  text-align: center;
  margin: 40px 0 0 0;
}
#submit input {
  border: none;
  padding: 15px 30px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font: normal 15px "Lucida Grande", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif, 'ＭＳ Ｐゴシック', "MS PGothic";
  -webkit-appearance: none;
  border-radius: 0;
}
#submit input:hover {
  background: #333;
}
#submit input.back {
  background: #B7B7B7;
}
#ssl {
  clear: both;
  text-align: center;
  margin: 0;
}
.addressArea {
  position: relative;
}
.addressArea p {
  margin: 0 0 10px 0;
}
#goHome {
  margin: 50px 0 80px 0;
}


/* 資料請求
=============================================== */

.requestHead {
	align-items: center;
	background: url(../../images/request_head_bg.jpg) no-repeat center;
	display: flex;
	height: 340px;
	margin: 0 auto 40px;
	padding: 0 0 0 40px;
	position: relative;
	width: 900px;
}
.requestHead figure {
	position: absolute;
	right: -10px;
	top: 15px;
}

.requestBox{
	max-width: 900px;
	margin: 0 auto 60px;
}
.requestBox .txt {
	margin-bottom: 40px;
	font-weight: bold;
	color: #543d16;
}
.requestBox_cont {
	padding: 40px;
	background: #FAF7F0;
	overflow: hidden;
}
.requestBox_cont figure {
	margin-left: 30px;
	float: right;
}
.requestBox_cont ul {
	padding-left: 20px;
	list-style: disc;
	overflow: hidden;
}
.requestBox_cont li + li {
	margin-top: 10px;
}
.requestBox_cont li h4 {
	font-weight: bold;
}

.requestFoot {
	border: 2px solid #c6943d;
	position: relative;
}
.requestFoot h4 {
	padding: 5px 0 10px 280px;
	font-size: 18px;
	color: #fff;
	background: #c6943d;
}
.requestFoot p {
	margin: 0;
	padding: 25px 30px 25px 280px;
	line-height: 1.8;
}
.requestFoot figure {
	position: absolute;
	bottom: 0;
	left: 0px;
}


/* 来場予約
=============================================== */
#reserve_head {
	margin: 0;
	margin-bottom: 20px;
	padding: 20px;
	background: #fdfddd;
	overflow: hidden;
}
#reserve_head h2 {
	margin: 0 0 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #d4d4d4;
	font-size: 18px;
	color: #3394c7;
}
#reserve_head p {
	margin: 0;
	font-size: 15px;
}
#reserve_head ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
}
#reserve_head li {
	padding: 10px;
	max-width: 25%;
}
#reserve_head ul img {
	max-width: 100%;
}

/* ご紹介宣言
=============================================== */
#tomonokai_system {
	margin: 70px 0 0;
}
#tomonokai_system h2 {
	margin-bottom: 20px;
	font-size: 23px;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-weight: 700;
}
#tomonokai_system .tomonokai_point {
	margin-bottom: 40px;
}
#tomonokai_system .tomonokai_point li {
	align-items: center;
	border: 1px solid #e7e3da;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	width: 100%;
}
#tomonokai_system .tomonokai_point li + li {
	border-top: 0;
}
#tomonokai_system .tomonokai_point span {
	background: #d1a862;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	width: 70px;
}
#tomonokai_system .tomonokai_point p {
	font-size: 15px;
	margin: 0;
	padding: 0 0 0 20px;
	width: calc(100% - 70px);
}

#tomonokai_system .tomonokai_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -15px;
	overflow: hidden;
}
#tomonokai_system .tomonokai_list li {
	background: #fdfddd;
	display: table;
	margin: 0 15px 30px;
	float: left;
	width: calc(33.33% - 30px);
}
#tomonokai_system .tomonokai_list li img {
	display: table-cell;
}
#tomonokai_system .tomonokai_list li p {
	padding: 0 20px;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
}

#tomonokai_point {
	margin-bottom: 70px;
}
#tomonokai_point h2 {
	margin-bottom: 20px;
	font-size: 23px;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-weight: 700;
}
#tomonokai_point p {
	margin-bottom: 30px;
	float: left;
}
#tomonokai_point .btn {
	margin-bottom: 30px;
	border: 1px solid #e7e3da;
	float: right;
}
#tomonokai_point .btn a {
	padding: 0 20px 0 25px;
}
#tomonokai_point table {
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid #e7e3da;
	clear: both;
}
#tomonokai_point th {
	width: 380px;
	padding: 20px;
	text-align: left;
	background: #fdfddd;
	border: 1px solid #e7e3da;
}
#tomonokai_point td {
	padding: 20px;
	border: 1px solid #e7e3da;
}
#tomonokai_point td.centered {
	width: 60px;
}
#tomonokai_point td em {
	font-weight: bold;
	font-style: normal;
	color: #e15151;
}
#tomonokai_point ul {
	margin-right: -2px;
	list-style: none;
	overflow: hidden;
}
#tomonokai_point li {
	display: flex;
	float: left;
	margin: 0 2px 2px 0;
	width: calc(50% - 2px);
}
#tomonokai_point li div {
	background: #e7e3da;
	margin-right: 1px;
	padding-top: 60px;
	text-align: center;
	width: 80px;
}
#tomonokai_point li em {
	font-size: 32px;
	font-style: normal;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	line-height: 1;
}
#tomonokai_point li img {
	vertical-align: bottom;
	width: calc(100% - 80px)
}

#tomonokai_merit {
	margin: 0 -30px;
	overflow: hidden;
}
#tomonokai_merit h2 {
	margin-bottom: 20px;
	font-size: 23px;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-weight: 700;
	margin: 0 30px 40px;
}
#tomonokai_merit .sub-ttl {
	background: url(../../images/sub_ttlBg.png) 0 12px no-repeat;
	border-bottom: 0;
	font-size: 16px;
	/* font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-weight: 700;
	margin-bottom: 15px;
	padding: 0 0 0 20px;
}
#tomonokai_merit .meritBox {
	float: left;
	margin: 0 30px;
	width: calc(50% - 60px);
}
#tomonokai_merit .meritBox dl {
	display: table;
}
#tomonokai_merit .meritBox dl + dl {
	margin-top: 10px;
}
#tomonokai_merit .meritBox dt {
	border: 1px solid #e7e3da;
	display: table-cell;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	width: 7em;
}
#tomonokai_merit .meritBox dd {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}


/* スマートフォン用定義
=============================================== */

@media screen and (max-width: 640px) {
img {
  max-width: 100%!important;
}
#gHeader {
  margin-bottom: 30px;
  padding: 20px 0 15px;
  z-index: 100000;
}
#gHeader #gHeadeInner {
  width: 100%;
}
#gHeader h1 {
  padding: 0;
}
#gHeader h1 img {
  width: auto !important;
  height: 40px;
}
#topicpath {
	margin-top: 10px;
}
#gFooter {
    padding: 30px;
}

/* 共通
=============================================== */

.formPromise {
	background: none;
	padding: 0;
}
.formPromise h3 {
	font-size: 16px;
	padding-bottom: 10px;
}
.formPromise h3:before,
.formPromise h3:after {
	display: none;
}
.formPromise ul {
	display: block;
	margin: 0;
}
.formPromise li {
	font-size: 15px;
	margin: 5px 0;
	padding: 30px 0;
	width: 100%;
}
.formPromise li br {
	display: none;
}

#contents #title h2 {
  font: normal 26px/1.4 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin: 0 0 20px;
}
#contents #title p {
  font-size: 14px;
}
#contents {
  width: 100%;
  padding: 0 20px;
}
#formArea {
  padding: 0;
}
#formArea table {
	border-right: 0;
	border-bottom: 0;
}
#formArea th {
  width: 100%;
  display: block;
  border-top: 0;
  border-left: 0;
}
#formArea td {
  display: block;
  border-top: 0;
  border-left: 0;
}
.wss {
  width: 30%;
}
.wm {
  width: 100%;
}
.wl {
  width: 100%;
}
#submit input {
  width: 100%;
}
#submit input+input {
  margin-top: 1em;
}

/* 資料請求
=============================================== */

.requestHead {
	background: none;
	display: block;
	height: auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
.requestHead h2 {
	background: url(../../images/request_head_bg.jpg) no-repeat center;
	margin-bottom: 20px;
	padding: 40px 20px;
}
.requestHead figure {
	position: static;
}

.requestFoot h4 {
	padding: 5px 0 10px 15px;
}
.requestFoot p {
	margin: 0;
	padding: 20px;
}
.requestFoot figure {
	position: static;
}

/* 来場予約
=============================================== */
#reserve_head figure {
	margin: 0 0 20px;
	float: none;
}
#reserve_head figure img {
	max-width: 100%;
}


/* ご紹介宣言
=============================================== */
#tomonokai_system h2 {
	font-size: 18px;
}

#tomonokai_system .tomonokai_point span {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
}

#tomonokai_system .tomonokai_point p {
	width: 100%;
	padding: 20px;
	font-size: 15px;
}

#tomonokai_system .tomonokai_list li {
	width: 100%;
	margin-bottom: 5px;
}

#tomonokai_system .tomonokai_list li img {
	width: 80px !important;
}

#tomonokai_point h2 {
	font-size: 18px;
	margin-bottom: 15px;
}

#tomonokai_system {
	margin-bottom: 30px;
}

#tomonokai_system {
	margin: 30px 0;
}


}

.owner_desc {

}

.ttl_center {
	text-align: center;
}
.ttl_center h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 12px;
}
.ttl_center p {
	text-align: center;
}

.owners_merit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 26px;
}
.owners_merit article {
	width: 31%;
	background: #fdfddd;
	padding: 20px;
}
.owners_merit article h5 {
	text-align: center;
	font-size: 14px;
}
.owners_merit article h2 {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 8px;
}
.owners_merit article p {
	text-align: center;
	font-size: 14px;
}
.owners_merit article p.txt_lg {
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	line-height: 1.41;
}
.owners_merit article ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.owners_merit article li {
	font-size: 12px;
	background: #fff;
	padding: 3px 10px;
	border-radius: 50px;
	margin: 3px;
}
.owners_merit article li.list_none {
	background: none;
}
.u-margintop--lg {
	margin-top: 70px !important;
}
.owners_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 26px;
}
.owners_flow article {
	width: 280px;
	height: 280px;
	background: #fff;
	border: 8px solid #fce9f1;
	padding: 20px;
	border-radius: 50%;
	position: relative;
}

.owners_flow article:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 0;
  border-top: solid 3px #fce9f1;
  border-right: solid 3px #fce9f1;
  position: absolute;
  top: 50%;
  right: -53px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.owners_flow article:last-of-type:before {
	display: none;
}


.owners_flow article .inner {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -44%);
	text-align: center;
}
.owners_flow article h5 {
	font-size: 14px;
	text-align: center;
	line-height: 1.41;
}
.owners_flow article h2 {
	font-size: 20px;
	text-align: center;
	line-height: 1.41;
	margin-top: 7px;
	font-weight: 700;
}
.owners_flow article img {
	margin-top: 14px;
}

.owners_flow article .coution {
	font-size: 12px;
	margin-top: 10px;
}


@media screen and (max-width: 700px) {
	.for-sp {
		display: none;
	}
	.owners_merit article {
		width: 100%;
		margin-top: 20px;
	}
	.owners_merit article:first-of-type {
		margin-top: 0;
	}
	.ttl_center h2 {
		font-size: 18px;
	}
	.owners_merit article h2 {
		font-size: 18px;
	}
	.owners_flow {
		display: block;
		text-align: center;
	}
	.owners_flow article {
		margin: 38px auto 0;
	}
	.owners_flow article:first-of-type {
		margin-top: 0;
	}
	.owners_flow article:before {
		content: '';
		width: 15px;
		height: 15px;
		border: 0;
		border-top: solid 2px #fce9f1;
		border-right: solid 2px #fce9f1;
		position: absolute;
		top: auto;
		right: auto;
		left: 50%;
		bottom: -30px;
		margin-top: -4px;
		transform: translateX(-50%) rotate(134deg);
	}
	.owners_flow article {
		width: 240px;
		height: 240px;
	}
	.owners_flow article h5 {
		font-size: 12px;
	}
	.owners_flow article h2 {
		font-size: 18px;
	}
	
}