@charset "UTF-8";

html,body { width:100%; }
html.dsktp body { min-width:1100px!important; }
html {
	font-size: 62.5%; /*10px*/
   /* vertical-align:baseline;*/
    background:transparent;
	overflow-y: scroll;
}

body {
	font-family: "ten-mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:14px;
	font-size:1.4rem;
	line-height: 1.8;
	color:#534741;
	/*font-feature-settings : "palt" 1;*/
	letter-spacing: 0.15em;
	/*position: relative;*/
}
.font-go {
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial;
	font-weight:normal;
}

/*
.font-tw * {	font-family: "Microsoft JhengHei", "微軟正黑體", "PMingLiU" , sans-serif ; }
.font-cn * {	font-family: "Microsoft YaHei", "微软雅黑","SimSun", sans-serif ; }
.font-kr * {	font-family: "Malgun Gothic", "Yoon Gothic", "sans-serif" ; }
*/

.fa { font-family:FontAwesome !important; }
.clearfix:after { content: ''; display: block; clear: both;} /* float clear */

* {
	font-size:inherit;
	color:inherit;
/*	line-height:inherit;
	text-align:inherit;*/
	font-family:inherit;
	font-style:normal;
	word-break:normal;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling:touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin:0;
	padding:0;
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}

/* Text Link Color & UnderLine */
a {
	text-decoration: none;/* or underline;*/
	display: inline-block;
	transition-property:all;
	transition-duration:0.4s;
}
a:hover {
	opacity: 0.7;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
/*    margin:0;
    padding:0; */
    border:0;
    outline:0;
	/*
	font-size:14px;
    font-size:1.4rem;
	*/
/*   vertical-align:baseline;*/
    background:transparent;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul li,li{
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
ins {
    background-color:#ff9;
    color:#343434;
    text-decoration:none;
}
 
mark {
    background-color:#ff9;
    color:#343434; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px dotted #603813;
    margin:1em 0;
    padding:0;
}

a img {
	display:block;
	vertical-align:bottom;
}
 
/*input, select {
    vertical-align:middle;
}*/

/*-- Color Set -------------------------------
#33505f　/　rgba(51,80,95,1);　リバージュ ロゴ背景色 深緑
#513d6e　/　rgba(81,61,110,1);　源五郎 ロゴ背景色 紫
#534741　/　rgba(83,71,65,1);　テキスト　茶色
#c69c6d	/	  rgba(198,156,109,1);　背景用　茶色
*/
/*
* :not( :hover ) {
	transition-property:all;
	transition-duration:0.4s;
}
*/
/*-- SVG iCon Set -------------------------------

*/
/*-- Font Awesome iCon Set -------------------------------

facebook 		<i class="fa">&#xf082;</i>
twitter 			<i class="fa">&#xf099;</i>
instagram 	<i class="fa">&#xf16d;</i>

Mail 		<i class="fa">&#xf0e0;</i>

MENU 		<i class="fa">&#xf0c9;</i>
TEL 			<i class="fa">&#xf095;</i>
MAP 			<i class="fa">&#xf041;</i>
TOP 			<i class="fa">&#xf062;</i>
CLOSE 		<i class="fa">&#xf00d;</i>

LINK 		<i class="fa">&#xf0a9;</i>

右矢印　<i class="fa">&#xf0da;</i>

--------------------

html エンティティ
&　						&amp;
Copylight マーク 	&copy;

*/

/*-- /SVG iCon Set -------------------------------*/

/*-- font size -----------------------------------*/
.font_ss { font-size:11px; font-size:1.1rem; }
.font_s { font-size:12px; font-size:1.2rem; }
.font_n { font-size:13px; font-size:1.3rem; }
.font_m { font-size:15px; font-size:1.5rem; }
.font_l { font-size:18px; font-size:1.8rem; }
.font_ll { font-size:22px; font-size:22rem; }
/*-- /font size -----------------------------------*/