@charset "UTF-8";

/* 要素設定*/
body {
	background: #cbc4a8;
	color: #222222;
	font-size: 13px;
	line-height: 1.8;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans JP", sans-serif;
}

a {
	color: #57472c;
	text-decoration: underline;
	        transition: color 0.3s;

	-webkit-transition: color 0.3s;
}

a:hover {
	color: #897e6b;
	text-decoration: none;
}

/*
a img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
a:hover img {
	opacity: 0.7;
}
*/
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	cursor: default;
}

textarea,
input[type="password"],
input[type="text"] {
	border: 1px solid #cccccc;
	border-radius: 4px;
	        box-sizing: border-box;
	color: #444444;
	font-size: 120%;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
}

input[type="text"].-fit {
	width: 100%;
}

textarea {
	resize: vertical;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent none;
	font-size: inherit;
	outline: none;
	        appearance: none;

	-webkit-appearance: none;
	   -moz-appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0 5px 0 0;
}

label {
	display: inline-block;
	margin: 0 1em 3px 0;
	vertical-align: middle;
}

label > select {
	margin: 0 0 0 5px;
}

/* svgファイル処理 */
.is-ltIE8 img[src$=".svg"] {
	visibility: hidden;
}

/* その他汎用スタイル */
.ieBlock {
	display: none;
	width: 100%;
	height: 100%;
}

.leftCol {
	float: left;
}

.rightCol {
	float: right;
}

/* 日本語 */
html[lang="ja"] .jpText {
	display: none;
}

html[lang="ja"] .jpText + img {
	vertical-align: middle;
}

/* 列設定 */
.col150 {
	width: 150px;
}

.col235 {
	width: 235px;
}

.col320 {
	width: 320px;
}

.col450 {
	width: 450px;
}

.col490 {
	width: 490px;
}

.col575 {
	width: 575px;
}

.col660 {
	width: 660px;
}

.col745 {
	width: 745px;
}

/* 汎用ルール
	#頭にu-を付ける
*/
.u-inner {
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 0 auto;
}

.u-cautionText {
	color: #ff3f00;
}

.u-mincho {
	font-weight: normal;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "Noto Selif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

html[lang="zh-CN"] .u-mincho,
html[lang="zh-TW"] .u-mincho {
	font-family: serif;
}

/* 汎用見出し */
.u-headline01 {
	position: relative;
	z-index: 1;
	margin-bottom: 1.5em;
	padding: 0 30px;
	        box-shadow: 0 0 3px 3px rgba(212, 198, 156, 0.2);
	background: #f5f3eb url(../img/bg-u-headline01.jpg) 0 0 repeat-x;
	font-weight: normal;
	font-size: 18px;
	line-height: 50px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);

	-webkit-box-shadow: 0 0 3px 3px rgba(212, 198, 156, 0.2);
	   -moz-box-shadow: 0 0 3px 3px rgba(212, 198, 156, 0.2);
}

.is-ltIE8 .u-headline01 {
	border: 1px solid #e8e4d0;
}

.is-ltIE7 .u-headline01 {
	height: 50px;
}

.u-headline01:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 12px;
	z-index: 1;
	width: 4px;
	height: 28px;
	margin-top: -14px;
	background-image:    -moz-linear-gradient(rgb(207, 192, 140) 0%, rgb(174, 146, 58) 100%);
	background-image: -webkit-gradient(linear, color-stop(0, rgb(207, 192, 140)), color-stop(1, rgb(174, 146, 58)));
	background-image: -webkit-linear-gradient(rgb(207, 192, 140) 0%, rgb(174, 146, 58) 100%);
	background-image:         linear-gradient(rgb(207, 192, 140) 0%, rgb(174, 146, 58) 100%);
}

.u-headline01:after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: 10px;
	z-index: 1;
	z-index: -1;
	width: 173px;
	height: 48px;
	background: url(../img/img-u-headline01.jpg) 0 0 no-repeat;
}

.u-headline02 {
	margin-bottom: 1.5em;
	padding-left: 30px;
	background: url(../img/bg-title-mark_x2.png) 0 center no-repeat;
	background-size: 78px 78px;
	font-weight: normal;
	font-size: 24px;
	line-height: 78px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

.is-ltIE8 .u-headline02 {
	background-image: url(../img/bg-title-mark.png);
}

.is-ltIE7 .u-headline02 {
	height: 78px;
}

.u-headline03 {
	margin-bottom: 0.7em;
	font-weight: bold;
	font-size: inherit;
	line-height: 1.3;
}

.u-headline04 {
	position: relative;
	z-index: 1;
	margin-bottom: 0.5em;
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.3;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

.u-headline04:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 4px;
	height: 28px;
/* vertical-align:middle; */
	margin: -14px 0 0;
	background-image:    -moz-linear-gradient(rgb(207, 192, 140) 0%, rgb(174, 146, 58) 100%);
	background-image: -webkit-gradient(linear, color-stop(0, rgb(207, 192, 140)), color-stop(1, rgb(174, 146, 58)));
	background-image: -webkit-linear-gradient(rgb(207, 192, 140) 0%, rgb(174, 146, 58) 100%);
	background-image:         linear-gradient(rgb(207, 192, 140) 0%, rgb(174, 146, 58) 100%);
}

.u-headline04-border {
	padding-bottom: 7px;
	border-bottom: #bcb7a2 1px solid;
}

.u-headline05 {
	margin-bottom: 0.8em;
	padding: 0 15px;
	background: rgb(174, 146, 58);
	background-image:    -moz-linear-gradient(rgb(207, 192, 140) 0%, rgb(174, 146, 58) 100%);
	background-image: -webkit-gradient(linear, color-stop(0, rgb(207, 192, 140)), color-stop(1, rgb(174, 146, 58)));
	background-image: -webkit-linear-gradient(rgb(207, 192, 140) 0%, rgb(174, 146, 58) 100%);
	background-image:         linear-gradient(rgb(207, 192, 140) 0%, rgb(174, 146, 58) 100%);
	color: #ffffff;
	font-size: 14px;
	line-height: 27px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

.u-headline06 {
	margin: 0 0 1em;
	padding: 0 0 6px;
	border-bottom: 2px solid #615532;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.3;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

.u-headline06 > img {
	vertical-align: middle;
}

.u-headline07 {
	margin-bottom: 1.2em;
	padding-left: 45px;
	background: url(../img/bg-headline-mark_x2.png) 0 0 no-repeat;
	background-size: 32px 32px;
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

.is-ltIE8 .u-headline07 {
	background-image: url(../img/bg-headline-mark.png);
}

.u-headline08 {
	margin: 0 0 6px;
	font-weight: normal;
	font-size: 24px;
}

.u-headline09 {
	margin: 0 0 1em;
	color: #39261d;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.3;
}

.u-headline09:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	background: #39261d;
	vertical-align: middle;
}

.u-headline10 {
	margin-bottom: 10px;
	padding: 6px 5px;
	background-color: #39251c;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.3;
}

.u-headline01,
.u-headline02,
.u-headline03,
.u-headline04,
.u-headline05,
.u-headline06,
.u-headline07,
.u-headline08 {
	/* font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; */
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "Noto Selif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

html[lang="zh-CN"] .u-headline01,
html[lang="zh-TW"] .u-headline01,
html[lang="zh-CN"] .u-headline02,
html[lang="zh-TW"] .u-headline02,
html[lang="zh-CN"] .u-headline03,
html[lang="zh-TW"] .u-headline03,
html[lang="zh-CN"] .u-headline04,
html[lang="zh-TW"] .u-headline04,
html[lang="zh-CN"] .u-headline05,
html[lang="zh-TW"] .u-headline05,
html[lang="zh-CN"] .u-headline06,
html[lang="zh-TW"] .u-headline06,
html[lang="zh-CN"] .u-headline07,
html[lang="zh-TW"] .u-headline07,
html[lang="zh-CN"] .u-headline08,
html[lang="zh-TW"] .u-headline08 {
	font-family: serif;
}

/* 汎用テキスト */
.u-text {
	margin-bottom: 1em;
}

/* 汎用テーブル */
.u-table01 {
	width: 100%;
	background: #eeeedc;
	line-height: 1.3;
}

.u-table01 caption {
	padding: 9px 18px;
	border-top: 1px solid #c3bfb1;
	background: #dddbbd;
	font-size: 18px;

/* font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; */
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "Noto Selif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: left;
}

html[lang="zh-CN"] .u-table01 caption,
html[lang="zh-TW"] .u-table01 caption {
	font-family: serif;
}

.u-table01 th,
.u-table01 td {
	padding: 12px 20px;
	border: 1px solid #c3bfb1;
}

.u-table01 thead th {
	background-color: #dedbbe;
}

.u-table01 tbody tr:nth-child(2n-1) td,
.u-table01 tbody tr:nth-child(2n-1) th {
	background: #e7e5d6;
}

.u-table01 tr td:first-child,
.u-table01 tr th:first-child {
	border-left: none;
}

.u-table01 tr td:last-child,
.u-table01 tr th:last-child {
	border-right: none;
}

.u-table01 th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

/* 汎用テーブル */
.u-table02 {
	width: 100%;
	background: #edebdc;
}

.u-table02 > thead > tr > th,
.u-table02 > thead > tr > td,
.u-table02 > tbody > tr > th,
.u-table02 > tbody > tr > td {
	padding: 12px 20px;
	border-top: 1px solid #c3bfb0;
	border-bottom: 1px solid #c3bfb0;
}

.u-table02-thin > thead > tr > th,
.u-table02-thin > thead > tr > td,
.u-table02-thin > tbody > tr > th,
.u-table02-thin > tbody > tr > td {
	padding: 10px;
}

.u-table02 > thead > tr > th,
.u-table02 > tbody > tr > th {
	background: #dcd9ba;
	font-weight: normal;
	line-height: 1.3;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
}

.u-table02 > tbody > tr > td.-noPadding {
	padding-right: 0;
	padding-left: 0;
}

.u-tableWrap {
	overflow: auto;
}

/* 汎用リスト */
.u-list01 {
	list-style: outside disc;
	padding-left: 1.7em;
	line-height: 1.3;
}

.u-list01 > li {
	margin: 0 0 4px;
}

.u-list02 {
	list-style: outside decimal;
	padding-left: 1.7em;
}

.u-listCaution {
	padding-left: 1.4em;
}

.u-listCaution_Item {
	text-indent: -1.4em;
}

.u-inputText {
	padding: 5px 3px;
}

.u-inputText-fit {
	width: 100%;
}

/* 汎用ボタン */
.u-button01 {
	display: block;
	width: 100%;
	padding: 0 15px;
	border-radius: 3px;
	        box-sizing: border-box;
	background: rgb(104, 91, 65);
	background-image:    -moz-linear-gradient(37% 0% 90deg, rgb(73, 57, 30) 0%, rgb(104, 91, 65) 100%);
	background-image: -webkit-gradient(linear, 37% 0%, 37% 111%, color-stop(0, rgb(73, 57, 30)), color-stop(1, rgb(104, 91, 65)));
	background-image: -webkit-linear-gradient(90deg, rgb(73, 57, 30) 0%, rgb(104, 91, 65) 100%);
	background-image:         linear-gradient(0deg, rgb(73, 57, 30) 0%, rgb(104, 91, 65) 100%);
	color: #f0efe2;
	text-decoration: none;
	text-align: center;
	        transition: opacity 0.3s;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-transition: opacity 0.3s;
}

.u-button01:hover {
	opacity: 0.8;
	color: #f0efe2;
}

.u-button02 {
	display: block;
	width: 100%;
	border: 1px solid rgb(247, 246, 240);
	        box-sizing: border-box;
	box-shadow: 0 0 3px 3px rgba(212, 198, 156, 0.2);
	background-image:    -moz-linear-gradient(rgb(207, 192, 140) 0%, rgb(174, 146, 58) 100%);
	background-image: -webkit-gradient(linear, color-stop(0, rgb(207, 192, 140)), color-stop(1, rgb(174, 146, 58)));
	background-image: -webkit-linear-gradient(rgb(207, 192, 140) 0%, rgb(174, 146, 58) 100%);
	background-image:         linear-gradient(rgb(207, 192, 140) 0%, rgb(174, 146, 58) 100%);
	background-color: rgb(207, 192, 140);
	color: #ffffff;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 0 6px rgba(181, 155, 66, 0.65);

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
}

.u-button02:hover {
	background: rgb(112, 101, 82);
	color: #ffffff;
	text-shadow: none;
}

.u-button02.-current,
.u-button02.is-current {
	background: rgb(112, 101, 82);
	color: #ffffff;
	text-shadow: none;
	cursor: default;
}

.u-button03 {
	display: block;
	width: 100%;
	border: 1px solid #f7f6f0;
	        box-sizing: border-box;
	box-shadow: 0 0 3px 3px rgba(212, 198, 156, 0.2);
	background-image:    -moz-linear-gradient(50% -4% -90deg, rgb(222, 145, 145) 0%, rgb(140, 16, 0) 100%);
	background-image: -webkit-gradient(linear, 50% -4%, 50% 50%, color-stop(0, rgb(222, 145, 145)), color-stop(1, rgb(140, 16, 0)));
	background-image: -webkit-linear-gradient(-90deg, rgb(222, 145, 145) 0%, rgb(140, 16, 0) 100%);
	background-image:         linear-gradient(180deg, rgb(222, 145, 145) 0%, rgb(140, 16, 0) 100%);
	background-color: rgb(140, 16, 0);
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	        transition: border-color 0.3s, text-shadow 0.3s;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-transition: border-color 0.3s, text-shadow 0.3s;
}

html[lang="en"] .u-button03 {
	padding: 5px;
	font-size: 11px;
	line-height: 1;
}

.u-button03:hover {
	border-color: rgb(140, 16, 0);
	color: #ffffff;
	text-shadow: 0 0 10px #ffffff;
}

.u-button04 {
	display: block;
	width: 100%;
	        box-sizing: border-box;
	        box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
	background: rgb(125, 100, 47);
	background-image:    -moz-linear-gradient(rgb(182, 155, 16) 0%, rgb(125, 100, 47) 78%, rgb(125, 100, 47) 100%);
	background-image: -webkit-gradient(linear, color-stop(0, rgb(182, 155, 16)), color-stop(0.78, rgb(125, 100, 47)), color-stop(1, rgb(125, 100, 47)));
	background-image: -webkit-linear-gradient(rgb(182, 155, 16) 0%, rgb(125, 100, 47) 78%, rgb(125, 100, 47) 100%);
	background-image:         linear-gradient(rgb(182, 155, 16) 0%, rgb(125, 100, 47) 78%, rgb(125, 100, 47) 100%);
	color: #ffffff;
	font-weight: bold;
	line-height: 2;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 0 6px rgba(181, 155, 66, 0.65);
	        transition: opacity 0.3s;

	-webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-transition: opacity 0.3s;
}

.u-button04:hover {
	opacity: 0.8;
	color: #ffffff;
	text-shadow: none;
}

.u-section {
	margin-bottom: 3em;
}

/* アイコン設定追記 */
.icon,
[class^="icon-"] {
	display: inline-block;
	vertical-align: middle;
}

/* レスポンシブルール */
.allDeviceNone,
.spNone {
}

.allDeviceBlock,
.spBlock {
	display: none;
}

.allDeviceInline,
.spInline {
	display: none;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.u-inner {
		width: 100%;
		padding-right: 2%;
		padding-left: 2%;
		        box-sizing: border-box;

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
	}

	/* レスポンシブルール */
	.allDeviceNone {
		display: none;
	}

	.allDeviceBlock {
		display: block;
	}

	.allDeviceInline {
		display: inline;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	/* 汎用見出し */
	.u-headline01 {
		padding: 5px 20px;
		font-size: 16px;
		line-height: 1.2;
		/* background-size: auto 100%; */
	}

	.u-headline01:before {
		left: 10px;
		width: 3px;
		height: 24px;
		margin-top: -12px;
	}

	.u-headline01:after {
		top: 0;
		height: 100%;
		background-position: right center;
		background-size: auto 100%;
	}

	.u-headline01 img {
		width: auto;
		max-width: none;
		height: 18px;
	}

	.u-headline02 {
		padding-left: 22px;
		background-size: 64px 64px;
		font-size: 20px;
		line-height: 64px;
	}

	.u-headline02 img {
		width: auto;
		max-width: none;
		height: 22px;
	}

	.u-headline04 {
		font-size: 15px;
	}

	.u-headline04:before {
		width: 3px;
		height: 24px;
		margin: -12px 0 0 0;
	}

	.u-headline04-border {
		padding-bottom: 5px;
	}

	.u-headline06 {
		font-size: 18px;
	}

	.u-headline07 {
		padding-left: 32px;
		background-size: 26px 26px;
		font-size: 18px;
		line-height: 26px;
	}

	.u-headline08 {
		font-size: 18px;
	}

	/* 汎用テーブル */
	.u-table01 {
	}

	.u-table01 caption {
		padding: 6px 10px;
		font-size: 16px;
	}

	.u-table01 th,
	.u-table01 td {
		padding: 9px 16px;
	}

	.u-table01 thead th {
	}

	.u-table01 tbody tr:nth-child(2n-1) td,
	.u-table01 tbody tr:nth-child(2n-1) th {
	}

	.u-table01 th {
	}

	.u-button02 {
		line-height: 33px;
	}

	/* 列設定 */
	.col150 {
		width: 15%;
	}

	.col235 {
		width: 23.5%;
	}

	.col320 {
		width: 32%;
	}

	.col450 {
		width: 45%;
	}

	.col490 {
		width: 49%;
	}

	.col575 {
		width: 57.5%;
	}

	.col660 {
		width: 66%;
	}

	.col745 {
		width: 74.5%;
	}
}

/* All SP */
@media screen and (max-width:639px) {
	/* レスポンシブルール */
	.spNone {
		display: none;
	}

	.spBlock {
		display: block;
	}

	.spInline {
		display: inline;
	}

	/* 汎用見出し */
	.u-headline01 {
		/* line-height: 36px; */
		padding: 5px 15px;
		font-size: 14px;
	}

	.u-headline01:before {
		left: 8px;
		width: 2px;
		height: 20px;
		margin-top: -10px;
	}

	.u-headline01:after {
		/* height: 36px; */
		opacity: 0.5;
	}

	.u-headline01 img {
		height: 16px;
	}

	.u-headline02 {
		padding-left: 14px;
		background-size: 45px 45px;
		font-size: 16px;
		line-height: 45px;
	}

	.u-headline02 img {
		height: 18px;
	}

	.u-headline04 {
		font-size: 14px;
	}

	.u-headline04:before {
		height: 18px;
		margin-top: -9px;
	}

	.u-headline06 {
		border-bottom-width: 1px;
		font-size: 15px;
	}

	.u-headline07 {
		padding-left: 25px;
		background-size: 20px 20px;
		font-size: 15px;
		line-height: 20px;
	}

	.u-headline08 {
		font-size: 14px;
	}

	.secDiary_moreLink > a {
		font-size: 11px;
	}

	/* 汎用テーブル */
	.u-table01 {
		font-size: 11px;
	}

	.u-table01 th,
	.u-table01 td {
		padding: 5px;
	}

	.u-table01 thead th {
	}

	.u-table01 tbody tr:nth-child(2n-1) td,
	.u-table01 tbody tr:nth-child(2n-1) th {
	}

	.u-table01 th {
		white-space: normal;
	}

	.u-button02 {
		line-height: 30px;
	}

	/* 列設定 */
	.col235,
	.col320,
	.col450,
	.col490,
	.col575,
	.col660,
	.col745 {
		float: none;
		width: 100%;
	}
}
