@charset "utf-8";
body, p, li, ul, ol, h1, h2, h3, h4, h5, h6, address {
	margin: 0px;
	padding: 0px;
}



body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 0px;
    font-size: 12px;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center 0%;
    background-attachment: fixed;
    background-color: rgba(0,0,0,1.00);
}

figure{
	margin: 0;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#inner-contents {
    margin-top: 8px;
    min-height: 520px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
#tenant_flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}


img {
    border-style: none;
    vertical-align: bottom;
    height: auto;
    max-width: 100%;
}
h2#page-head {
    font-size: 1.2rem;
    font-weight: normal;
    background-image: url(images/h2-bg.png);
    height: 50px;
    background-repeat: no-repeat;
    padding-left: 21px;
    line-height: 1.2em;
    padding-top: 3px;
    margin-bottom: 8px;
}
h2#page-head
		   span {
    display: block;
    font-size: 0.65em;
    padding-left: 2px;
}



#back-to-top {
	height: 100px;
	width: 885px;
	display: block;
	position: absolute;
	top: 45px;
	color: #FFF;
	text-indent: 50px;
}


#header {
	background-image: url(images/header-bg.jpg);
	height: 160px;
	background-repeat: no-repeat;
	/* [disabled]background-color: #F00; */
	margin: 0px;
	padding: 0px;
	color: #FF7401;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
#navigation {
    list-style-type: none;
    height: 30px;
    border-top: 5px solid #FFEEDF;
    margin-top: 3px;
    display: flex;
    justify-content: space-between;
}
#navigation-bk {
	list-style-type: none;
	height: 30px;
	border-top: 5px solid #F4FFBF;
	margin-top: 3px;
}

#navigation li {
    width: 15%;
}

#navigation li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-bottom: 2px solid #FF7402;
}

#navigation li a-bk {
	display: block;
	width: 124px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border-bottom: 2px solid #B8D803;
}

#navigation li a:link {
	text-decoration: none;
	color: #484600;
}
#navigation li a:visited {
	text-decoration: none;
	color: #484600;
}
#navigation li a:hover {
	text-decoration: underline;
	color: #484600;
}



#navigation #navi-home  {
	width: 125px;
}
#navigation #navi-home a  {
	width: 125px;
}

#navigation #navi-blog {
	margin-right: 0px;
}
.flex-box {
    display: flex;
    justify-content: space-between;
}
.box-category {
	height: 361px;
	width: 280px;
	border: 1px solid #FD6B00;
	float: left;
	text-align: center;
}
.box-category-bk {
	height: 365px;
	width: 280px;
	border: 1px solid #B8D803;
	float: left;
	text-align: center;
}


.box-category p {
	/* [disabled]padding-top: 15px; */
}

#box-mens {
    width: 290px;
    border: 1px solid #999999;
    text-align: center;
}
#box-mens h2 {
	width: 290px;
	background-image: url(images/mens-info.jpg);
	height: 180px;
	white-space: nowrap;
	text-indent: 300px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left 1px;
}
#box-Ladies h2 {
	width: 290px;
	background-image: url(images/ladies-info.jpg);
	height: 180px;
	white-space: nowrap;
	text-indent: 300px;
	overflow: hidden;
	background-position: left 1px;
}
#box-jewelry h2 {
	width: 290px;
	background-image: url(images/jewelry-info.jpg);
	height: 180px;
	white-space: nowrap;
	text-indent: 300px;
	overflow: hidden;
	background-position: left 1px;
}




#box-Ladies {
	width: 290px;
	border: 1px solid #999999;
}

#box-jewelry {
	width: 290px;
	border: 1px solid #999999;
	float: right;
}
#cloth-h2 {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	height: 45px;
	text-indent: 1500px;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 7px;
}
.jewelry-h2 {
	background-image: url(images/jewelry-h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mens-h2 {
	background-image: url(images/mens-h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.ladies-h2 {
	background-image: url(images/Ladies-h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



#feed-load .title {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	letter-spacing: 0.1em;
	font-size: 14px;
	border-bottom: 1px dotted #FF7400;
}
#feed-load .title a {
	color: #934200;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
#feed-load .title a:visited {
	color: #733400;
}
#top_info_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    min-height: 500px;
}
#top_info_box>div {
    margin-top: 28px;
}




#mens-image {
	background-image: url(images/mens_DSC2707.jpg);
	background-position: center center;
	height: 330px;
	width: 900px;
	padding-top: 30px;
}
#ladies-image {
	background-image: url(images/ladies-img.jpg);
	background-position: center center;
	height: 330px;
	width: 900px;
	padding-top: 30px;
}
#jewelry-image {
	background-image: url(images/jewelry-img.jpg);
	background-position: center center;
	height: 330px;
	width: 900px;
	padding-top: 30px;
}


#mens-image p {
	width: 400px;
	/* [disabled]height: 290px; */
	margin-left: 30px;
	background-image: url(images/alpha-grad-white.png)!important;
	background-repeat: repeat-y!important;
	padding: 15px 12px;
	line-height: 2em;
}
#mens-image p {
	background-image: url(images/ie6-alpha.gif);
	background-repeat: repeat;
}

#ladies-image p {
	width: 400px;
	margin-left: 30px;
	background-image: url(images/alpha-grad-white.png);
	background-repeat: repeat-y;
	padding: 15px 12px;
	line-height: 2em;
}
#jewelry-image p {
	width: 460px;
	margin-left: 335px;
	background-image: url(images/alpha-grad-white.png);
	background-repeat: repeat-y;
	padding: 15px 12px;
	line-height: 2em;
	letter-spacing: 0.1em;
	background-position: 2px 0px;
}





.feed-Control {
	background-color: #F7F7F7;
	/* [disabled]width: 430px; */
	/* [disabled]float: left; */
	/* [disabled]margin-right: 4px; */
	padding: 7px 5px;
	margin-bottom: 7px;
	border-left: 3px solid #FF7300;
}
.feed-Control-bk {
	background-color: #F4FFBF;
	/* [disabled]width: 430px; */
	/* [disabled]float: left; */
	/* [disabled]margin-right: 4px; */
	padding: 7px 5px;
	margin-bottom: 7px;
	border-left: 3px solid #B8D803;
}

#google-map {
    height: auto;
    width: 511px;
    float: right;
    border: 1px solid #999999;
    padding: 5px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 28px;
}
.fb_iframe_widget {


}
#fb_outer_box {
    width: 380px;
}




#copyright {
    clear: both;
    width: 100%;
    border: 1px solid #999999;
    padding: 7px;
    margin: 7px auto 2px;
    background-image: url(images/copyrights.png);
    background-position: right top;
    max-width: 884px;
}
.tenant-box {
    padding: 7px;
    border: 1px solid #999999;
    margin-top: 9px;
    margin-bottom: 20px;
    width: 426px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tenant-box-bk {
	padding: 5px;
	border: 1px solid #B8D803;
	margin-top: 10px;
}

.tenant-box h2 {
	background-color: #F2F2F2;
	color: #9B4900;
	padding: 3px 5px;
	float: none;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted #FF7300;
	display: block;
}
.tenant-box h2-bk {
	background-color: #F4FFBF;
	color: #5C9412;
	padding: 3px 5px;
	width: 430px;
	float: left;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.tenant-box .image {
	float: left;
	width: 410px;
	/* [disabled]background-color: #000; */
	/* [disabled]margin: 0px; */
}
.tenant-box .image img {
	float: left;
}

.tenant-box .left {
	/* [disabled]width: 430px; */
	padding: 0px;
	/* [disabled]background-color: #666; */
	min-height: 356px;
}
.tenant-comm {
	background-color: #FFF7EC;
	padding: 3px;
	margin-top: 25px;
	display: none;
}
.tenant-comm-bk {
	background-color: #FCFFEC;
	padding: 3px;
	margin-top: 25px;
}

.tenant-h2-small {
	font-size: 12px;
	letter-spacing: 0em;
}
#copyright address {
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
}
#logo-space {
	margin-top: 12px;
	margin-bottom: 12px;
}
#logo-space img {
	border: 1px solid #CCC;
	margin-right: 7px;
}







.clear {
	clear: both;
}


.clear-fix {
	zoom: 1;
}

.clear-fix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	zoom: 1;
}
.title-p {
    font-size: 1.6em;
    margin-bottom: 11px;
    margin-top: 11px;
    text-align: center;
    background-color: rgba(255,116,0,1.00);
    color: rgba(255,255,255,1.00);
    padding-top: 0.61em;
    padding-bottom: 0.61em;
}
.tenant-box p.step {
	background-color: #FFF7EC;
	padding-top: 5px;
	padding-bottom: 4px;
	clear: both;
	padding-left: 3px;
	margin-bottom: 10px;
}
.school-flexbox {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}
.school-flexbox::after{
	content: "";
	display: block;
	width: 29%;
}



.school-flexbox section {
    background-color: rgba(233,233,233,1.00);
    width: 29%;
    margin-bottom: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 26px;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
    background-image: linear-gradient(156deg,rgba(255,247,239,1.00) 69.95%,rgba(255,240,224,1.00) 100%);
    -webkit-box-shadow: 2px 4px 9px rgba(104,104,104,0.21);
    box-shadow: 2px 4px 9px rgba(104,104,104,0.21);
}
.school-flexbox section h3 {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    border-top: 2px solid rgba(255,143,0,1.00);
}
.school-flexbox section span  {
    display: inline-block;
}
.school-res {
    font-size: 1.3em;
    border: 9px solid rgba(255,243,226,1.00);
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}
.school-res h3 {
    border-bottom: 1px solid rgba(255,116,0,1.00);
    padding-bottom: 0.61em;
    padding-top: 0.61em;
    margin-left: -7px;
    padding-left: 9px;
    margin-bottom: 0.61em;
}
.flex-box2col {
    display: flex;
	justify-content: space-between;
}

.flex-box2col img {
max-width: 100%;
	height: auto;
	
}

.flex-box2col > * {
    width:48.5%;
	height: auto;
}
.normal-list {
    margin-left: 1.5em;
}
.school-choise {
    border: 5px solid rgba(253,245,232,1.00);
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    margin-bottom: 33px;
    margin-top: 13px;
}
.school-choise p  {
    font-size: 1.5em;
}
#inner-contents section p {
    line-height: 1.75em;
}
