@charset "utf-8";



/* Common
------------------------------------------------------------- */

/** Initial Setting **/
html, body, div, span, applet, object, iframe, img,
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, input, textarea, legend,
article, aside, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

hr {
	display: none;
}

.hidden {
	display: none;
}

.nbr {
	white-space: nowrap;
}



/* Body
------------------------------------------------------------- */

html {
	height: 100%; 
}

body {
	position: relative;
	font-size:14px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 100%; 
}



/*Clearfix
------------------------------------------------------------- */

.clearfix::after {
	content:"";
	display:block;
	clear:both;
}

.container::after {
	content: "";
	clear: both;
	display: block;
}

.clear {
	clear: both;
	float: none;
}

.clear_l {
	clear: left;
	float: none;
}

.clear_r {
	clear: right;
	float: none;
}



/* Basic Setting 
------------------------------------------------------------- */

div.h3_box ul > li, div.h3_box ol > li {
	margin-left: 1.2em;
}

ul.none li {
	list-style-type: none;
}

ul.disc li {
	list-style-type: disc;
}

ul.circle li {
	list-style-type: circle;
}

ul.square li {
	list-style-type: square;
}

ul.indent li {
	text-indent: -1.2em;
	margin-left: 1.2em;
}

ol.none li {
	list-style-type: none;
}

ol.decimal li {
	list-style-type: decimal;
}

ol.l_roman li {
	list-style-type: lower-roman;
}

ol.u_roman li {
	list-style-type: upper-roman;
}

ol.l_alpha li {
	list-style-type: lower-alpha;
}

ol.u_alpha li {
	list-style-type: upper-alpha;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dd {
	margin: 2px 0 0 1em;
	font-weight: normal;
}

img {
	vertical-align: bottom;
	line-height: normal;
	border: 0;
}



/*Link
------------------------------------------------------------- */

a:link {
	color: #662e2b;
	text-decoration: none;
}

a:visited {
	color: #4f3950;
	text-decoration: none;
}

a:hover {
	color: #662e2b;
	text-decoration: underline;
}

a:active {
	color: #662e2b;
	text-decoration: underline;
}

a img {
	border: none;
	outline: none;
}

a:hover img,
a:active img {
	border: none;
	outline: none;
}



/*Text -Size, Color, Weight-
------------------------------------------------------------- */

.s1 {
	font-size: 75%;
	font-size: 0.75rem;
}

.s2 {
	font-size: 90%;
	font-size: 0.9rem;
}

.s3 {
	font-size: 100%;
	font-size: 1rem;
}

.s4 {
	font-size: 115%;
	font-size: 1.15rem;
}

.s5 {
	font-size: 130%;
	font-size: 1.3rem;

}

.s6 {
	font-size: 150%;
	font-size: 1.5rem;
}

strong {
	color: #662e2b;
	font-weight: bold;
	background-color: inherit;
}

em {
	color: #2c4a45;
	font-weight: normal;
	font-style: italic;
	background-color: inherit;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.normal {
	font-weight: normal;
}

.sup, sup {
	vertical-align: super;
	font-size: 60%;
}

.sub, sub {
	vertical-align: sub;
	font-size: 60%;
}

.l_red {
	border-bottom: 2px solid #662e2b;
}

.l_black {
	border-bottom: 2px solid #333;
}



/* Font
------------------------------------------------------------- */

.font_noto_200 {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 200;
}

.font_noto_300 {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 300;
}

.font_noto_400 {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
}

.font_noto_500 {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
}

.font_noto_700 {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 700;
}



/* Colors
------------------------------------------------------------- */

/*Brown*/

.color_dbrown {
	color: #453d3d;
	background-color: inherit;
}

.color_brown {
	color: #5a4545;
	background-color: inherit;
}

.color_lbrown {
	color: #856a6a;
	background-color: inherit;
}

.bg_dbrown {
	background-color: #5a4545;
	color: inherit;
}

.bg_brown {
	background-color: #b2a1a1;
	color: inherit;
}

.bg_lbrown {
	background-color: #cfc7c8;
	color: inherit;
}


/*Red*/

.color_red {
	color: #662e2b;
	background-color: inherit;
}

.color_lred {
	color: #895957;
	background-color: inherit;
}

.bg_dred {
	background-color: #662e2b;
	color: inherit;
}

.bg_red {
	background-color: #ab8482;
	color: inherit;
}

.bg_lred {
	background-color: #ceafae;
	color: inherit;
}


/*Blue*/

.color_blue {
	color: #27457a;
	background-color: inherit;
}

.color_lblue {
	color: #556c97;
	background-color: inherit;
}

.bg_dblue {
	background-color: #27457a;
	color: inherit;
}

.bg_blue {
	background-color: #8293b4;
	color: inherit;
}

.bg_lblue {
	background-color: #b0bad1;
	color: inherit;
}


/*Green*/

.color_green {
	color: #2c4a45;
	background-color: inherit;
}

.color_lgreen {
	color: #5c756f;
	background-color: inherit;
}

.bg_dgreen {
	background-color: #2c4a45;
	color: inherit;
}

.bg_green {
	background-color: #8ba199;
	color: inherit;
}

.bg_lgreen {
	background-color: #bbccc3;
	color: inherit;
}


/*Perple*/

.color_perple {
	color: #4f3950;
	background-color: inherit;
}

.color_lperple {
	color: #755f73;
	background-color: inherit;
}

.bg_dperple {
	background-color: #4f3950;
	color: inherit;
}

.bg_perple {
	background-color: #9c8596;
	color: inherit;
}

.bg_lperple {
	background-color: #c2abb9;
	color: inherit;
}


/*Khaki*/

.color_khaki {
	color: #695033;
	background-color: inherit;
}

.color_lkhaki {
	color: #867255;
	background-color: inherit;
}

.bg_dkhaki {
	background-color: #695033;
	color: inherit;
}

.bg_khaki {
	background-color: #a49578;
	color: inherit;
}

.bg_lkhaki {
	background-color: #c1b79a;
	color: inherit;
}


/*Monotone*/

.color_dgray {
	color: #453d3d;
	background-color: inherit;
}

.color_gray {
	color: #756e6e;
	background-color: inherit;
}

.color_lgray {
	color: #a59e9e;
	background-color: inherit;
}

.bg_dgray {
	background-color: #756e6e;
	color: inherit;
}

.bg_gray {
	background-color: #d5cfcf;
	color: inherit;
}

.bg_lgray {
	background-color: #e3dede;
	color: inherit;
}

.color_black {
	color: #000;
	background-color: inherit;
}

.color_white {
	color: #fff;
	background-color: inherit;
}

.bg_black {
	background-color: #342b2b;
	color: inherit;
}

.bg_dblack {
	background-color: #000;
	color: inherit;
}

.bg_white {
	background-color: #fff;
	color: inherit;
}



/*Text Align
------------------------------------------------------------- */

.left {
	margin: 0;
	padding: 0;
	text-align: left;
}

.right {
	margin: 0;
	padding: 0;
	text-align: right;
}

.center {
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
}



/*Images
------------------------------------------------------------- */

img {
	vertical-align: bottom;
	line-height: normal;
	border: 0;
}

.h2_box img {
	max-width: 100%;
}

.img_l {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	float: none;
}

.img_r {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	float: none;
}

.img_c {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	clear: both;
}

.img_c img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

.img_icon {
	margin: 0 4px;
	vertical-align: middle;
}



/*ColorBox Linked Images
------------------------------------------------------------- */

a.gallery {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	text-decoration: none;
}

a.gallery:hover {
	text-decoration: none;
}

a.gallery img {
	margin: 0;
}

a.gallery::before {
	content: "\f00e";
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	text-align: right;
	font-size: 1.1rem;
	padding-right: 5px;
	color: #fff;
	background-color: #756e6e;
	z-index: 10;
	opacity: 0.8;
	transition: all 0.25s;
}

a.gallery:hover::before {
	height: 30px;
}



/*Table
------------------------------------------------------------- */

table.layout {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

table.layout caption,
table.basetable caption, 
table.coltable caption {
	display: none;
}

table.layout th {
	padding: 0;
	border: 0;
}

table.layout td {
	padding: 0;
	border: 0;
}

table.basetable {
	width: 100%;
	margin: 5px 0;
	line-height: 1.5;
	border-collapse: collapse;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: #a59e9e solid 1px;
	border-right: #a59e9e solid 1px;
	clear: both;
}

table.basetable tr th {
	padding: 6px;
	font-weight: normal;
	border-top: #a59e9e solid 1px;
	border-left: #a59e9e solid 1px;
	border-right: 0;
	border-bottom: 0;
}

table.basetable tr td {
	padding: 6px;
	border-top: #a59e9e solid 1px;
	border-left: #a59e9e solid 1px;
	border-right: 0;
	border-bottom: 0;
}

table.coltable {
	width: 100%;
	margin: 5px 0;
	line-height: 1.5;
	border-collapse: collapse;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: #a59e9e solid 1px;
	clear: both;
}

table.coltable tr th {
	padding: 6px;
	font-weight: normal;
	border-top: #a59e9e solid 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

table.coltable tr td {
	padding: 6px;
	border-top: #a59e9e solid 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}



/*Assist Box
------------------------------------------------------------- */

/*Notes*/

.note {
	margin: 15px 1px;
	padding: 10px;
	color: inherit;
	border: #fff 3px solid;
	background-color: #e3dede;
	box-shadow: 1px 1px 0 0 #a59e9e, -1px -1px 0 0 #a59e9e, -1px 1px 0 0 #a59e9e, 1px -1px 0 0 #a59e9e;
	clear: both;
}

note::after {
	content: "";
	clear: both;
	display: block;
}


/*Border*/

.border {
	margin: 10px 0;
	padding: 0;
	line-height: normal;
	border-bottom: 1px solid #a59e9e;
	clear: both;
}

.border_bold {
	margin: 10px 0;
	padding: 0;
	line-height: normal;
	border-bottom: 4px solid #a59e9e;
	clear: both;
}

.spacer {
	height: 30px;
	clear: both;
}



/* List
------------------------------------------------------------- */

ul.icon_list, ul.arrow_list {
	margin: 0 !important;
	padding: 0;
	line-height: 1.5rem;
}

ul.icon_list > li, ul.arrow_list > li {
	margin: 0 !important;
	padding: 8px 0 3px 1em;
	list-style-type: none;
	list-style-position: outside;
	text-indent: -1em;
}

ul.icon_list > li > ul, ul.arrow_list > li > ul {
	margin: 0;
	padding: 5px 0 0 1em;
}

ul.icon_list > li > ul > li, ul.arrow_list > li > ul > li {
	margin: 0;
	padding: 2px 0;
	list-style-type: circle;
	list-style-position: outside;
	text-indent: 0;
}

ul.icon_list > li > ol, ul.arrow_list > li > ol {
	margin: 0;
	padding: 5px 0 0 2em;
}

ul.icon_list > li > ol > li, ul.arrow_list > li > ol > li {
	margin: 0;
	padding: 2px 0;
	list-style-position: outside;
	text-indent: 0;
}

ul.icon_list > li::before {
	content: "\f0c8";
	font-family: FontAwesome;
	color: #a59e9e;
	margin-right: 3px;
}

ul.arrow_list > li::before {
	content: "\f152";
	font-family: FontAwesome;
	color: #856a6a;
	margin-right: 3px;
}

ul.line {
	border-top: 1px solid #d5cfcf;
}

ul.line > li {
	border-bottom: 1px solid #d5cfcf;
}



/* Form
------------------------------------------------------------- */

fieldset {
	margin: 0;
	padding-bottom: 10px;
}

input {
	margin: 3px 0;
	vertical-align: middle;
	max-width: 100%;
}

input:focus {
	outline: 0;
}

input[type="text"], textarea {
	border: 1px solid #999;
	margin: 3px 0;
	padding: 2px;
	font-size: 16px;
	max-width: 280px;
}

input[type="text"]:focus, textarea:focus {
	background-color: #f4f0f0;
}

input[type="radio"], input[type="checkbox"] {
	margin-right: 2px;
	border: 1px solid #666;
	appearance: none;
}

input[type="reset"], input[type="submit"] {
	margin: 5px;
	padding: 6px 8px;
	position: relative;
	letter-spacing: 0.05em;
	border: 1px solid #fff;
	border-radius: 4px;
	box-shadow: 0 3px 2px rgba(0,0,0,0.4);
	background-color: #e3dede;
	background: -moz-linear-gradient(top, #f2eded, #cfc7c8);
	background: -webkit-linear-gradient(top, #f2eded, #cfc7c8);
	background: linear-gradient(to bottom, #f2eded, #cfc7c8);
}

input[type="reset"]:hover, input[type="submit"]:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	background-color: #bdccd4;
	top: 2px;
}

select {
	outline: none;
	background-color: #fff;
	vertical-align: middle;
	appearance: none;
	font-size: 16px;
}





/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {

	/*Image
	------------------------------------------------------------- */

	.img_l {
		width: auto;
		margin: 0 10px 10px 0;
		float: left;
	}

	.img_r {
		width: auto;
		margin: 0 0 10px 10px;
		float: right;
	}

	.img_c img {
		width: auto;
	}

}





/* for MiddleSize(480-787px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {

	/* Form
	------------------------------------------------------------- */

	input[type="text"], textarea {
		max-width: 320px;
	}

}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Form
	------------------------------------------------------------- */

	input[type="text"], textarea {
		max-width: none;
	}

}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px) {

}

