@charset "utf-8";
/*--------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
	COMMON
----------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 reset
 
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
html,body{
	width: 100%;
}
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, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	list-style: none;
	line-height: 1.9;
	font-size: 100%;
}
article, aside, canvas, details, figcaption, figure, header, footer, main, menu, nav, section, summary {
	display: block;
}
address {
	font-weight: normal;
}
article, aside, canvas, details, figcaption, figure, header, footer, main, menu, nav, section, summary {
	display: block;
}
html {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku', 'Gothic Pro', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 62.5%;
	overflow-y: scroll;
	color:#503228;
}
h1, h2,.min {
	font-family: 'Garamond', 'Times New Roman', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku', 'Gothic Pro', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h2.h3style,
#introduction h1,
.column02box .btn_pink_big a span,
.pinkline span,
.go{
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku', 'Gothic Pro', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
	background: #fff;
	line-height: 1;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-size: 16px;
	font-size: 1.6rem;
}
sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sub {
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
strong, b,
strong a, b a,
strong span, b span{
	font-weight: bold;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	outline: none;
}
textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="search"], input[type="reset"], select {
	border: 0;
}
input[type=text], select, textarea {
	border: 1px solid #ccc;
	font-size: 16px;
	font-size: 1.6rem;
}
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
	outline-offset: -2px;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
}
::-webkit-input-placeholder {
	color: #888;
	font-size: 14px;
	font-size: 1.4rem;
}
::-moz-placeholder {
	color: #888;
	font-size: 14px;
	font-size: 1.4rem;
}
:-moz-placeholder {
	color: #888;
	font-size: 14px;
	font-size: 1.4rem;
}
:-ms-input-placeholder {
	color: #888;
	font-size: 14px;
	font-size: 1.4rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4 {
	line-height: 1.4;
}
a,a div,a p,a img,
a:hover,a:hover div,a:hover p,a:hover img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a,a img {
	text-decoration: none;
	color: #503228;
}
a:focus {
	outline: none;
}
img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}
.clearfix:after,
.container:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
	font-size:0;
	clear: both; 
	visibility:hidden;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 layout
 
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.txt90 { font-size: 90%}
.bold { font-weight: bold !important}
.fl { float: left; }
.fr { float: right; }
.tal { text-align: left !important;}
.tar { text-align: right !important;}
.tac { text-align: center !important;}
.mbm_s { margin-bottom: 25px}
.mbm_m { margin-bottom: 50px}
.mbm_l { margin-bottom: 60px}
.mbl { margin-bottom: 90px}
.mbl_l { margin-bottom: 120px }
.mb00 { margin-bottom: 0px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt50 { margin-top: 50px !important; }
.motosize img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: auto;
}
#wrapper {
	position: relative;
}
.all_none {display:none;}
.imgChange{}