@charset "UTF-8";

/* 要素設定*/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
	font-size: 13px;
	line-height: 1.8;
	background: #CBC4A8;
}

a {
	text-decoration: underline;
	color: #57472C;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

a:hover {
	text-decoration: none;
	color: #897E6B;
}

/*
a img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover img {
	opacity: 0.7;
}

*/

a[href^="tel:"] {
	cursor: default;
	color: inherit;
	text-decoration: none;
}

textarea,
input[type="password"],
input[type="text"] {
	color: #444;
	font-size: 120%;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"].-fit {
	width: 100%;
}

textarea {
	resize: vertical;
}

button {
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent none;
	font-size: inherit;
	outline : 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;
	vertical-align: middle;
	margin: 0 1em 3px 0;
}

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 {
	width: 1000px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.u-cautionText {
	color: #FF3F00;
}

.u-mincho {
	font-weight: normal;
	font-family : "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}

/* 汎用見出し */
.u-headline01 {
	position: relative;
	z-index: 1;
	line-height: 50px;
	padding: 0 30px;
	font-size: 18px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.15);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	background: #F5F3EB url(../img/bg-u-headline01.jpg) 0 0 repeat-x;
	-moz-box-shadow: 0px 0px 3px 3px rgba(212,198,156,0.2);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(212,198,156,0.2);
	box-shadow: 0px 0px 3px 3px rgba(212,198,156,0.2);
	margin-bottom: 1.5em;
}

.is-ltIE8 .u-headline01 {
	border: 1px solid #E8E4D0;
}

.is-ltIE7 .u-headline01 {
	height: 50px;
}

.u-headline01:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	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%);
	width: 4px;
	height: 28px;
	left: 12px;
	top: 50%;
	margin-top: -14px;
}

.u-headline01:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	background: url(../img/img-u-headline01.jpg) 0 0 no-repeat;
	width: 173px;
	height: 48px;
	right: 10px;
	top: 1px;
}

.u-headline02 {
	line-height: 78px;
	font-size: 24px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.15);
	background: url(../img/bg-title-mark_x2.png) 0 center no-repeat;
	background-size: 78px 78px;
	padding-left: 30px;
	margin-bottom: 1.5em;
}

.is-ltIE8 .u-headline02 {
	background-image: url(../img/bg-title-mark.png);
}

.is-ltIE7 .u-headline02 {
	height: 78px;
}

.u-headline03 {
	font-size: inherit;
	font-weight: bold;
	margin-bottom: 0.7em;
	line-height: 1.3;
}

.u-headline04 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	line-height: 1.3;
	font-size: 16px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.15);
	margin-bottom: 0.5em;
	position: relative;
	z-index: 1;
	padding: 0 0 0 10px;
}

.u-headline04:before {
	content: "";
	display: block;
	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%);
	width: 4px;
	height: 28px;
	left: 0;
	top: 50%;
	/* vertical-align:middle; */
	margin: -14px 0 0;
	position: absolute;
	z-index: 1;
}

.u-headline04-border {
	padding-bottom: 7px;
	border-bottom: #BCB7A2 1px solid;
}

.u-headline05 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding: 0 15px;
	font-size: 14px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.15);
	color: #fff;
	line-height: 27px;
	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%);
	margin-bottom: 0.8em;
}

.u-headline06 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	line-height: 1.3;
	font-size: 20px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.15);
	border-bottom: 2px solid #615532;
	padding: 0 0 6px;
	margin: 0 0 1em;
}

.u-headline06 > img {
	vertical-align: middle;
}

.u-headline07 {
	line-height: 32px;
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.15);
	background: url(../img/bg-headline-mark_x2.png) 0 0 no-repeat;
	background-size: 32px 32px;
	padding-left: 45px;
	margin-bottom: 1.2em;
}

.is-ltIE8 .u-headline07 {
	background-image: url(../img/bg-headline-mark.png);
}

.u-headline08 {
	font-size: 24px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	margin: 0 0 6px;
}

.u-headline09 {
	color: #39261D;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 1em;
}

.u-headline09:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #39261D;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.u-headline10 {
	background-color: #39251C;
	color: #FFF;
	font-size: 14px;
	padding: 6px 5px;
	margin-bottom: 10px;
	line-height: 1.3;
}

/* 汎用テキスト */
.u-text {
	margin-bottom: 1em;
}

/* 汎用テーブル */
.u-table01 {
	width: 100%;
	line-height: 1.3;
	background: #EEEEDC;
}

.u-table01 caption {
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background: #DDDBBD;
	border-top: 1px solid #C3BFB1;
	padding: 9px 18px;
	text-align: left;
}

.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 {
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	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 {
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	vertical-align: top;
	background: #DCD9BA;
	line-height: 1.3;
}

.u-table02 > tbody > tr > td.-noPadding {
	padding-left: 0;
	padding-right: 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 {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	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;
	border-radius: 3px;
	padding: 0 15px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	text-align: center;
}

.u-button01:hover {
	color: #F0EFE2;
	opacity: 0.8;
}

.u-button02 {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgb(207,192,140);
	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%);
	border: 1px solid rgb(247,246,240);
	box-shadow: 0px 0px 3px 3px rgba(212,198,156,0.2);
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 6px rgba(181,155,66,0.65);
}

.u-button02:hover {
	color: #fff;
	background: rgb(112,101,82);
	text-shadow: none;
}

.u-button02.-current,
.u-button02.is-current {
	cursor: default;
	color: #fff;
	background: rgb(112,101,82);
	text-shadow: none;
}

.u-button03 {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgb(140,16,0);
	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%);
	box-shadow: 0px 0px 3px 3px rgba(212,198,156,0.2);
	border: 1px solid #F7F6F0;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	-webkit-transition: border-color 0.3s, text-shadow 0.3s;
	transition: border-color 0.3s, text-shadow 0.3s;
}

html[lang="en"] .u-button03 {
	line-height: 1;
	padding: 5px;
	font-size: 11px;
}

.u-button03:hover {
	color: #fff;
	border-color: rgb(140,16,0);
	text-shadow: 0 0 10px #fff;
}

.u-button04 {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	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%);
	-webkit-box-shadow: 2px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 1px 2px rgba(0,0,0,0.2);
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 2;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 6px rgba(181,155,66,0.65);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.u-button04:hover {
	text-shadow: none;
	opacity: 0.8;
	color: #fff;
}

.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 {
	padding-left: 2%;
	padding-right: 2%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* レスポンシブルール */
.allDeviceNone {
	display: none;
}

.allDeviceBlock {
	display: block;
}

.allDeviceInline {
	display: inline;
}

img {
	max-width: 100%;
	height: auto;
}

/* 汎用見出し */
.u-headline01 {
	line-height: 1.2;
	padding: 5px 20px;
	font-size: 16px;/* background-size: auto 100%; */
}

.u-headline01:before {
	width: 3px;
	height: 24px;
	left: 10px;
	margin-top: -12px;
}

.u-headline01:after {
	height: 100%;
	top: 0px;
	background-size: auto 100%;
	background-position: right center;
}

.u-headline01 img {
	height: 18px;
	width: auto;
	max-width: none;
}

.u-headline02 {
	line-height: 64px;
	font-size: 20px;
	background-size: 64px 64px;
	padding-left: 22px;
}

.u-headline02 img {
	height: 22px;
	width: auto;
	max-width: none;
}

.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 {
	line-height: 26px;
	font-size: 18px;
	background-size: 26px 26px;
	padding-left: 32px;
}

.u-headline08 {
	font-size: 18px;
}

/* 汎用テーブル */
.u-table01 {
}

.u-table01 caption {
	font-size: 16px;
	padding: 6px 10px;
}

.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 {
	width: 2px;
	height: 20px;
	left: 8px;
	margin-top: -10px;
}

.u-headline01:after {
/* height: 36px; */
}

.u-headline01 img {
	height: 16px;
}

.u-headline02 {
	line-height: 45px;
	font-size: 16px;
	background-size: 45px 45px;
	padding-left: 14px;
}

.u-headline02 img {
	height: 18px;
}

.u-headline04 {
	font-size: 14px;
}

.u-headline04:before {
	height: 18px;
	margin-top: -9px;
}

.u-headline06 {
	font-size: 15px;
	border-bottom-width: 1px;
}

.u-headline07 {
	line-height: 20px;
	font-size: 15px;
	background-size: 20px 20px;
	padding-left: 25px;
}

.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 {
	width: 100%;
	float: none;
}
}
