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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
html body {
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
	background-color:#e9dac5;
	background-image:url(img/background_02.jpg);
    background-position: 0 0;
	font-family:'Avenir Next Cyr W00 Medium','Varela',sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
}
	/*background-image:url(img/background_01.png);*/

.bgsw {

}
#page_about{
	background-image: none;
}
a, hover{
	color: #000;
}
/* 全体を囲う大枠 */
div#contents {
	position: relative;		/* フッター部の配置用に定義 */
	min-height: 100%;		/* 縦の表示領域を100% */
}

#title_logo {
	display: block;
    text-align: center;
    margin: 4px auto 0;
}
#title_logo img {
	width: 120px;}
.menu {margin: 5px 0 20px;}
.drawer-menu{
text-align: center;
}
.menu-item {
display: inline-block;
border: 0px;
text-decoration: none;
font-size: 0.82em;
}
.menu-item a{
text-decoration: none;
color: #000;
font-weight: bold;
letter-spacing: -.03em;
}
.menu-item a:hover{
text-decoration: none;
text-decoration: underline;
padding-bottom: -20px;
}
.title {
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
    letter-spacing: -.04em;
}
.title a:{
	font-weight: bold;
    letter-spacing: -.04em;
}
.title a:hover{
	opacity: 0.7;}
.sentence {
	text-align: center;
	font-size: 0.6em;
	line-height: 1.6em;
	margin-top: 10px;
	font-weight: bold;
	-webkit-transform: scale(0.9);
    letter-spacing: -.05em;
}
.detail {
    position: relative;
    top: 50%;
}
.detail_top {
    top: 0;
}

/* ヘッダーの背景 */
div#header-bk {
	padding:10px 0 0;       /* 上から10px分余白をあける */
	height:140px;           /* 縦の高さ140px */
	width:100%;             /* 横の幅を100% */
}
/* ヘッダーの表示領域 */
div#header {
	/*height: 120px;  縦の表示領域120px */
	width: 100%;   /* 横の幅970px */
	margin: auto;   /* 中央揃え */
}

/* ボディ */
/* ボディの大枠 */
div#body-bk{
	width: 100%;            /* 横の幅970px */
	margin: 10px auto 0;     /* 上から10px分余白を取る */
	   /* フッターの高さの分余白を取る */
    position: absolute;
    bottom: 48px;
}

/* ボディ */
div#body{
}
/* フッターの背景 */
div#footer-bk
{
	width:100%;               /* 横の幅を100% */
	position: absolute;       /* 絶対位置指定することを定義 */
	bottom: 0px;              /* 絶対位置指定(左0px,下0px) */
	padding: 0 0 24px;          /* 上下に余白を取る */
}
/* フッターの表示領域 */
div#footer{
	font-size:.62em;
	margin: auto;           /* 中央揃え */
    display: block;
    text-align: center;
        font-size: 0.3em;
    font-weight: bold;
    -webkit-transform: scale(0.7);
}

/*about*/

.title_about {
	margin: 30px 0 20px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
.sentence_about_en {
	font-size: 0.6em;
	letter-spacing: -0.06em;
	line-height: 1.4em;
	margin: 0 auto;
	font-weight: bold;
	text-align: justify;
	width: 290px;
}

.sentence_about_ja {
	font-size: 0.6em;
	letter-spacing: -.9;
    line-height: 1.7em;
	margin: 20px auto 0;
	font-weight: bold;
	text-align: justify;
	width: 290px;
}

@media screen and (min-width: 641px) {

html body {
    background-position: 0px -160px;
}

div#body-bk{
    bottom: 5.2%;
}

.title {
	font-size: .8em;
}
.title_about {
	font-size: 1.3em;
}

.sentence {
	text-align: center;
	font-size: 0.6em;
	line-height: 1.6em;
	margin-top: 10px;
	font-weight: bold;
	-webkit-transform: scale(0.9);
}

.menu-item {
    font-size: 1.5em;
}
#title_logo {
    margin: 24px auto 16px;
}

#title_logo img {
    width: 200px;
}
.sentence_about_en {
font-size: 0.9em;
    letter-spacing: -.05em;
    line-height: 1.5em;
    margin: 10px auto 0;
    font-weight: bold;
    width: 400px;
}
.sentence_about_ja {
	font-size: 0.8em;
	letter-spacing: -.03em;
    line-height: 1.7em;
	margin: 20px auto 0;
	font-weight: bold;
	text-align: justify;
	width: 400px;
}
.detail {
    position: relative;
    top: 50px;
}
}