@charset "utf-8";

/*--Base------------------------------------------------------------*/

html,body {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

html {
	height: 100%;
	overflow-y: scroll;
}

/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

ul,ol {
	list-style: none;
}

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

body {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
    font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
	color: #393325;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

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

a,
a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover,
a:active {
	color: #777777;
}

a:focus {
	outline: none;
}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*--sample----------------------------------------------------------*/

/*--layout----------------------------------------------------------*/

#wrapper {
	width: 100%;
}

#header {
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #D5D4D1;
}

#header header {
	margin: 0 auto;
}

#contents {
	margin: 0 auto;
}

#main {
	margin: 0 auto;
	width: 96%;
	min-height: 500px;
}

#footer {
	border-top: 1px solid #666666;
	margin-top: 12px;
}

#footer footer {
	margin: 0 auto;
	height: 120px;
}

#header header,
#contents,
#footer footer {
	width: 100%;/*�Z���^�[�Œ� or ���L�b�h���C�A�E�g�̕ύX(���L�b�h���C�A�E�g�ɂ���ꍇ��width��100%�ɕύX)*/
}

/*--common----------------------------------------------------------*/

#header h1,
#header h2,
#contents h3,
#header p,
#contents p,
#footer p {
	padding: 0px;
}


/*--top----------------------------------------------------------*/
#main-content {
	padding: 0px;
	margin: 0px;
	height: 40px;
}
    .table-row{
        display: table;
        width: 100%;
        list-style-type: none;
    }
    .table-cell{
        display: table-cell;
		border-left: 1px #fff solid;
    }
    .table-fixed.home{
        width: 40px;
		height: 40px;
        color: #000;
        background: #fff;
		border-right: 1px #666 solid;
    }
    .table-row li {
        padding: 0;
        color: #666;
        text-align: center;
        width: 32%;
        font-size: 12px;
		line-height: 40px;
    }

.menuHeader {
	color: #FFF;
	width: 200px;
	background-color: #3A3325;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

.menuCateTitle {
	color: #000;
	font-size: 14px;
	padding: 10px 0;
}

.menuCatelist {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#main-nav ul li {
	padding-bottom: 10px;
}

.menuLine {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 198px;
    border:none;
    border-top: dotted 1px #ccc;
    height:1px;
    color:#FFFFFF;
}

.table-fixed.aside {
        width: 80px;
		display:block;
		height: 40px;
}
.topNavBox {
	float: left;
}
.topNavBox02 {
	float: left;
	border-left: 1px #fff solid;
}

.topNavContainer {
	overflow: hidden;
	width: 80px;
}

/* clearfix */
.topNavContainer:before,
.topNavContainer:after {
    content: "";
    display: table;
}
 
.topNavContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.topNavContainer {
    zoom: 1;
}

#topNav01 {
        color: #fff;
        text-align: center;
        width: 32%;
        font-size: 11px;
		background-color: #3A3325;
		height: 39px;
		line-height:39px;
}
#topNav01 a {
        color: #fff;
		text-decoration: none;
}

.topInfoNavBox {
	float: left;
	width:32%;
}

.topInfoNavContainer {
	overflow: hidden;
	width: 100%;
}

/* clearfix */
.topInfoNavContainer:before,
.topInfoNavContainer:after {
    content: "";
    display: table;
}
 
.topInfoNavContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.topInfoNavContainer {
    zoom: 1;
}


.topLogo {
        text-align: center;
		width: 100%;
		margin: 16px auto;
}

.topLogo img {
		width: 54%;
		height: auto;
}


.info_tel {
	text-align: center;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin-top: 4%;
}
.info_tel span {
	font-size: 10px;
}

.fbBox {
	margin: 0 auto;
	width: 75%;
	margin-top: 5%;
}

.footerMenuBox01 {
	float: left;
	width: 50%;
}
.footerMenuBox02 {
	float: left;
	width: 50%;
}

.footerMenu {
	overflow: hidden;
	width: 70%;
	margin: 20px auto 20px auto;
	text-align: center;
	font-size: 10px;
}

/* clearfix */
.footerMenu:before,
.footerMenu:after {
    content: "";
    display: table;
}
 
.footerMenu:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.footerMenu {
    zoom: 1;
}

.copyright {
	text-align: center;
	font-size: 8px;
}


/*--トップに戻るボタン----------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #fff;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 0;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.pagetop a:hover {
    display: block;
    background-color: #fff;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:0;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*--トップに戻るボタン----------------------------------------------------------*/


.topMainNavContainer {
	margin-top: 30px;
    display: inline-block;
	width: 100%;
	border-top: 1px #3A3325 solid;
	border-left: 1px #3A3325 solid;
}
.topMainNavBox01 {
	float: left;
	width: 25%;
	box-sizing: border-box;
	border-right: 1px #3A3325 solid;
	border-bottom: 1px #3A3325 solid;
}
.topMainNavBox01Top {
	float: left;
	width: 25%;
	height: auto;
	box-sizing: border-box;
	border-right: 1px #3A3325 solid;
	border-bottom: 1px #3A3325 solid;
	background-image:url(../img/top/main-nav01.png);
	background-size: cover;	
}
.clear {
	clear:both;
}

.topWorksTitle01 {
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.topWorksTitle02 {
	float: right;
	font-size: 14px;
}

.topWorksTitleContainer {
	overflow: hidden;
	margin-top: 45px;
	width: 100%;
}

/* clearfix */
.topWorksTitleContainer:before,
.topWorksTitleContainer:after {
    content: "";
    display: table;
}
 
.topWorksTitleContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.topWorksTitleContainer {
    zoom: 1;
}

.worksListImgBox {
	margin-top: 20px;
}

.worksListText01 {
	font-size: 13px;
	line-height: 13px;
	margin-top: 5px;
}

.worksListText01 span {
	font-size: 10px;
	margin-left: 15px;
}

.worksListText01 img {
	margin-left: 20px;
	margin-top: -2px;
}

.topEventArea {
	width: 100%;
}

.topEventBox01 {
	float: left;
	width: 40%;
}
.topEventBox02 {
	float: left;
	width: 60%;
}

.topEventContainer {
	overflow: hidden;
	width: 95%;
	margin: 10px auto 0 auto;
	border: 1px #666666 solid;
	padding: 6px;
}

/* clearfix */
.topEventContainer:before,
.topEventContainer:after {
    content: "";
    display: table;
}
 
.topEventContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.topEventContainer {
    zoom: 1;
}

.eventTitle01 {
	background-color: #393325;
	color: #fff;
	margin-left: 6px;
	padding-left:10px;
}
.eventTitle02 {
	background-color: #666666;
	color: #fff;
	margin-left: 6px;
	padding-left:10px;
}
.eventText01 {
	color: #666666;
	margin-top: 10px;
	margin-left: 16px;
	font-size: 14px;
}
.eventText02 {
	color: #666666;
	margin-top: 10px;
	margin-left: 16px;
	font-size: 12px;
	line-height: 120%;
}
.eventText02 span {
	color: #900;
	margin-left: 0px;
}

.eventListText01 img {
	margin-left: 5px;
	margin-top: -2px;
}


.topMidLinkContainer {
	width: 100%;
	text-align: center;
	background-image:url(../img/top/reform_link_bg.png);
	padding: 30px 0;
	margin-top: 30px;
}

.topMidLinkBox02 {
	margin-top: 30px;
}

.topNewsArea {
	margin: 0 auto;
	width: 96%;
}

.topNewsTitle01 {
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.topNewsTitle02 {
	float: right;
	font-size: 14px;
}

.topNewsTitleContainer {
	overflow: hidden;
	margin-top: 45px;
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px dotted #3A3325;
	padding-bottom: 20px;
}

/* clearfix */
.topNewsTitleContainer:before,
.topNewsTitleContainer:after {
    content: "";
    display: table;
}
 
.topNewsTitleContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.topNewsTitleContainer {
    zoom: 1;
}

#feed01  li {
	line-height: 120%;
	padding-bottom: 16px;
}
#feed02  li {
	line-height: 120%;
	padding-bottom: 16px;
}

.bottomLinkArea {
	margin: 0 auto;
	width: 96%;
}

.bottomLinkContainer {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
}
.bottomLinkBox {
	padding: 5px;
}

.topBannerBox {
	width: 96%;
	margin: 30px auto 0 auto;
	text-align: center;
}


/*--about----------------------------------------------------------*/

/* --- リストエリア --- */
ol.topicPath {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}

/* --- リスト項目 --- */
ul.topicPath li {
display: inline;
vertical-align: bottom;
}

/* --- リンク --- */
ul.topicPath li a {
margin-right: 6px; /* リンクエリアの右マージン */
}
nav.tab-nav {
	margin-top: 20px;
}

#tab-navAct {
    background: #fff;
}

nav.tab-nav ul {
    background: #3A3325;
    border-bottom: 1px solid #3A3325;
    font-size: 10px;
    text-align: center;
    width: 100%;
    display: table;
    table-layout: fixed;
	color: #fff;
}
 
nav.tab-nav ul li {
    border-right: 1px solid #fff;
    display: table-cell;
    background: #3A3325;
	color: #3A3325;
	height: 100%;
}
 
nav.tab-nav ul li:last-child {
    border-right: none;
}
 
nav.tab-nav ul li a {
    color: #fff;
    background: #3A3325;
    font-weight: normal;
    text-decoration: none;
    padding: 12px 0;
    display: block;
}

nav.tab-nav ul li a:hover {
    background: #e9e9e9;
}

.contentTitle01 {
	font-size: 18px;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #393325;
}
.contentTitle02 {
	font-size: 18px;
	margin-top: 50px;
	padding-bottom: 5px;
	border-bottom: 1px solid #393325;
}

.messageText01 {
	font-size: 16px;
	margin-top: 30px;
	font-weight: bold;
}
.messageText02 {
	font-size: 14px;
}
.messageText02 span {
	font-size: 12px;
	font-style: italic;
}
.messageText03 {
	font-size: 12px;
	margin-top: 6px;
}

.messageBoxLeft {
	float: left;
	width: 52%;
	padding-right: 14px;
}
.messageBoxRight {
	float: left;
	width: 42%;
}

.messageContainer01 {
	overflow: hidden;
	margin-top: 30px;
}

/* clearfix */
.messageContainer01:before,
.messageContainer01:after {
    content: "";
    display: table;
}
 
.messageContainer01:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.messageContainer01 {
    zoom: 1;
}

.kodawariBox01 {
	width: 85%;
	margin: 40px auto 0 auto;
} 
.kodawariBox02 {
	width: 90%;
	margin: 20px auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
} 
.kodawariBox02 span {
	text-decoration: underline;
	vertical-align: top;
}
.kodawariTextBox {
	width: 90%;
	margin: 50px auto 0 auto;
}

.kodawariText01 {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
.kodawariText02 {
	margin-top: 10px;
	font-size: 12px;
}

/*--company----------------------------------------------------------*/
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.companySubTitle01 {
	color:#A18E5C;
	font-size: 16px;
	margin-top: 30px;
}
.companySubTitle01::before {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #A18E5C;
}
.companySubTitle01::after {
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.companyTable01 {
	width: 95%;
	margin: 0 auto;
	border: 0;
	font-size: 13px;
	color: #393325;
	border-collapse: collapse;
}
.companyTable01 tr {
	border-bottom: 1px solid #393325; 
}

.companyTable01 th {
	width: 120px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.companyTable01 td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*--access----------------------------------------------------------*/

#map_canvas {
	margin-top: 30px;
}

.accessText01 {
	margin-top: 30px;
}

.gmapLink {
	text-align: right;
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
}

/*--staff----------------------------------------------------------*/

.staffSubTitle01 {
	color:#3A3325;
	font-size: 13px;
	margin-top: 30px;
}
.staffSubTitle01::before {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #3A3325;
}
.staffSubTitle01::after {
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.staffBox01 {
	float: left;
	width: 48%;
}
.staffBox02 {
	float: right;
	width: 48%;
}

.staffContainer {
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
}

/* clearfix */
.staffContainer:before,
.staffContainer:after {
    content: "";
    display: table;
}
 
.staffContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.staffContainer {
    zoom: 1;
}

.staffName {
	font-size: 13px;
	margin-top: 10px;
	line-height: 100%;
}
.staffName span {
	font-size: 11px;
}
.staffcomment {
	font-size: 13px;
	margin-top: 10px;
	font-weight: bold;
}

.staffprofile {
	font-size: 12px;
	margin-top: 10px;
}

/*--exhibit----------------------------------------------------------*/

.exhibitSubTitle01 {
	color:#A18E5C;
	font-size: 16px;
	margin-top: 30px;
	font-weight: bold;
}

.exhibitText01 {
	font-size: 13px;
	margin-top: 20px;
	line-height: 200%;
}
.exhibitText02 {
	font-size: 14px;
	font-weight: bold;
}
.exhibitText03 {
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 16px;
}
.exhibitText03Red {
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 16px;
	color: #8C0000;
}
.exhibitText04 {
	line-height: 140%;
}
.exhibitText05 {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 30px;
}


.exhibitContainer01 {
	margin-top: 30px;
	border-top: 1px #666666 dotted;
}
.exhibitContainer02 {
	margin-top: 30px;
	border-top: 1px #666666 dotted;
	border-bottom: 1px #666666 dotted;
}

.exhibitBoxLeft {
	float: left;
	width: 46%;
}
.exhibitBoxRight {
	float: right;
	width: 50%;
}

.exhibitInner01 {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* clearfix */
.exhibitInner01:before,
.exhibitInner01:after {
    content: "";
    display: table;
}
 
.exhibitInner01:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.exhibitInner01 {
    zoom: 1;
}

.exhibitInner02 {
	overflow: hidden;
	margin-top: 30px;
}

/* clearfix */
.exhibitInner02:before,
.exhibitInner02:after {
    content: "";
    display: table;
}
 
.exhibitInner02:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.exhibitInner02 {
    zoom: 1;
}

.exhibitImg01 {
	margin-top: 20px;
}

.exhibitSubTitle02 {
	font-size: 16px;
	margin-top: 30px;
	font-weight: bold;
}

#map_canvas02 {
	margin-top: 20px;
}
#map_canvas03 {
	margin-top: 20px;
}

.bigmap {
	margin-top: 14px;
	margin-bottom: 14px;
	text-align: right;
}

/*--flow----------------------------------------------------------*/

.flowStep {
	margin-top: 20px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	background-color: #393325;
	color: #FFF;
}
.flowStep span {
	margin-left: 10px;
}


.flowStepText01 {
	margin: 20px 10px 10px 10px;
	line-height: 160%;
}

.flowStepText02 {
	margin: 20px 10px 10px 10px;
	line-height: 160%;
	text-decoration: underline;
}

.flowStepBox01 {
	color: #393325;
	text-align: right;
	margin-top: 20px;
}
.flowStepBox01 a {
	background-color: #D5D4D1;
	width: 100%;
	padding: 5px;
}

/*--safe----------------------------------------------------------*/

.safeImg01 {
	text-align: center;
	margin-top: 30px;
}
.safeImg01 img {
	width: 100%;
	height: auto;
}
.safeText01 {
	font-size: 10px;
	margin-top: 10px;
}

.safeSubTitle01 {
	font-size: 16px;
	margin-top: 30px;
	font-weight: bold;
}

.safeText02 {
	font-size: 13px;
	margin-top: 20px;
	line-height: 200%;
}
.safeText02 a {
	text-decoration: underline;
}

.iekaruteBox {
	border: #3A3325 1px solid;
	padding: 10px;
	margin-top: 30px;
}

.safeText03 {
	font-size: 13px;
	margin-top: 20px;
	line-height: 160%;
}
.safeText04 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 160%;
	text-align: right;
}

/*--carpenter----------------------------------------------------------*/

.carpenterText01 {
	font-size: 13px;
	margin-top: 20px;
	line-height: 180%;
}
.carpenterImg01 {
	margin-top: 30px;
}
.carpenterImg01 img {
	width: 100%;
	height: auto;
}

/*--ment-free----------------------------------------------------------*/
.ment-freeImg01 {
	margin-top: 30px;
}

.ment-freeImg01 img {
	width: 100%;
	height: auto;
}

/*--faq----------------------------------------------------------*/
.faqMainBox {
	width: 90%;
	margin: 0 auto;
} 
.faqQ {
	width: 100%;
	color: #3A3325;
    margin-top: 26px;
	line-height: 140%;
}
.faqQ p {
	font-size: 24px;
	color: #3A3325;
}
.faqQ .faqQT {
	font-size: 13px;
	color: #3A3325;
	font-weight: normal;
	vertical-align: middle;
}
#faqQQ {
	font-size: 16px;
	color: #3A3325;
	vertical-align: middle;	
}

.faqA {
	color: #3A3325;
    margin-top: 10px;
	background: #C8BD9F;
	padding: 10px;
}
.faqA02 {
	color: #3A3325;
    margin-top: 10px;
	background: #C8BD9F;
	padding: 10px;
}
.faqA03 {
	color: #3A3325;
    margin-top: 10px;
	background: #C8BD9F;
	padding: 10px;
}

.faqA p {
	font-size: 13px;
	color: #3A3325;
	font-weight: normal;
	line-height: 160%;
}
.faqA02 p {
	font-size: 13px;
	color: #3A3325;
	font-weight: normal;
	line-height: 160%;
}
.faqA03 p {
	font-size: 13px;
	color: #3A3325;
	font-weight: normal;
	line-height: 160%;
}

.faqDetail {
	font-size: 13px;
	color: #3A3325;
    text-align: right;
	margin-top: 20px;
}
.faqDetail img {
    margin-right: 12px;
}

/*--voice----------------------------------------------------------*/

.voiceBox01 {
	margin-top: 20px;
}

.voiceBox01 img {
	width: 100%;
	height: auto;
}

.voiceSubTitle01 {
	font-size: 16px;
	margin-top: 30px;
	font-weight: bold;
	color: #A18E5C;
}
.voiceSubTitle02 {
	font-size: 14px;
	margin-top: 20px;
	font-weight: bold;
	border-bottom: 1px dotted #3A3325;
}

.voiceText01 {
	font-size: 12px;
	margin-top: 20px;
}
.voiceText02 {
	font-size: 10px;
	margin-top: 26px;
	color:#A18E5C;
}

.voiceText03 {
	font-size: 13px;
	margin-top: 20px;
	line-height: 180%;
}

.voiceText04 {
	font-size: 12px;
	margin-top: 30px;
	line-height: 160%;
	text-align: right;
}

.voiceImg {
	margin-top: 30px;
}

/*--area----------------------------------------------------------*/

.areaImg01 {
	margin-top: 30px;
}


/*--thought----------------------------------------------------------*/

.thoughtSubTitle01 {
	color: #3A3325;
	font-size: 16px;
	margin-top: 30px;
	font-weight: bold;
}
.thoughtSubTitle02 {
	color: #3A3325;
	font-size: 16px;
	margin-top: 40px;
	font-weight: bold;
}

.thoughtText01 {
	color: #3A3325;
	font-size: 14px;
	margin-top: 20px;
	font-weight: bold;
}
.thoughtText02 {
	font-size: 12px;
	margin-top: 10px;
}

.thoughtImg02 {
	margin-top: 30px;
}

.thoughtImg02 img {
	max-width: 329px;
	width: 100%;
	height: auto;
}
.thoughtImg03 {
	margin-top: 20px;
}

.thoughtImg03 img {
	max-width: 328px;
	width: 100%;
	height: auto;
}

.thoughtLink01 {
	margin-top: 20px;
	text-align: right;
}


/*--architec----------------------------------------------------------*/

.architectSubTitle01 {
	color:#A18E5C;
	font-size: 16px;
	margin-top: 30px;
	font-weight: bold;
}

.architectImg01 {
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.archTable01 {
	border-collapse: collapse;
	margin-top: 30px;
	border: #3A3325 1px solid;
	color: #181412;
}

.archTable01 td {
	padding: 5px;
}

.topHd01 {
	padding: 5px;
	background-color: #EFECE2;
}
.topHd02 {
	padding: 5px;
}

.architectText01 {
	margin-top: 30px;
	font-size: 11px;
}
.architectText02 {
	text-align: right;
	margin-top: 30px;
	font-size: 12px;
}
.architectText02 a {
	text-decoration: underline;
}

.expImg01 {
	margin-top: 20px;
}

.expBox01 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 20px auto 0 auto;
	width: 90%;
	background-color: #EFECE2;
}
.expBoxImg01 {
	text-align: center;
}

.expBoxImg02 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.expBoxText01 {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}

/*--contact/catalog----------------------------------------------------------*/


.contactText01 {
	margin-top: 30px;
}

.contactText02 {
	margin-top: 30px;
	color: #F00;
}

.contact-box {
	line-height: 180%;
	padding: 5px;
	margin-top: 20px;
	background-image: url(../../img/contact/table_bg.png);
}
.contact-text {
	line-height: 180%;
	padding: 5px;
	margin-top: 20px;
}

/*--privacy----------------------------------------------------------*/

.privacyText01 {
	line-height: 160%;
	margin-top: 30px;
}
.privacyText02 {
	line-height: 160%;
	margin-top: 20px;
}

.privacySubTitle01 {
	margin-top: 30px;
	font-weight: bold;
}

/*--event----------------------------------------------------------*/
.eventImg01 {
	margin-top: 30px;
	text-align: left;
}
.eventText03 {
	margin-top: 10px;
	text-align: left;
	font-size: 12px;
}
.eventText04 {
	margin-top: 7px;
	font-size: 12px;
}
.eventTitle03-2 {
	font-weight: normal;
	margin-top: 0px;
	vertical-align: top;
}
.eventTitle03 {
	margin-top: 0px;
	margin-bottom: 7px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.eventPcLink {
	margin-top: 30px;
	text-align: right;
	font-size: 12px;
}
.eventBox01 {
	float: left;
	width: 32%;
	margin-right: 3%;
}
.eventBox02 {
	float: left;
	width: 65%;
	line-height: 120%;
}

.eventContainer {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 0px;
	width: 100%;
}

/* clearfix */
.eventContainer:before,
.eventContainer:after {
    content: "";
    display: table;
}
 
.eventContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.eventContainer {
    zoom: 1;
}

.eventContainer02 {
	overflow: hidden;
	margin-top: 30px;
	width: 100%;
}

/* clearfix */
.eventContainer02:before,
.eventContainer02:after {
    content: "";
    display: table;
}
 
.eventContainer02:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.eventContainer02 {
    zoom: 1;
}

.eventContainer03 {
	overflow: hidden;
	margin-top: 30px;
	width: 100%;
}

/* clearfix */
.eventContainer03:before,
.eventContainer03:after {
    content: "";
    display: table;
}
 
.eventContainer03:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.eventContainer03 {
    zoom: 1;
}

/*--works----------------------------------------------------------*/

.worksMainBox01 {
	margin-top: 30px;
}

.worksListTitle img {
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -1px;
}

.worksListImg01 img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.worksSlider {
	margin-top: 20px;
}
.worksSubTitle01 {
	margin-top: 20px;
	font-weight: bold;
}
.worksSubText01 {
	margin-top: 20px;
}

.comingSoon01 {
	margin-top: 30px;
}

.yoyakuTopLogo {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.yoyakuTitle01 {
	text-align: center;
	background-color: #DE9C00;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
}

.contactText02 {
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: normal;
}

.contactText03 {
	text-align: center;
	color: #F00;
	font-size: 14px;
	font-weight: normal;
	margin-top: 30px;
}

.yoyakuTime {
	margin-top: 30px;
}

.yoyakuText05 {
	margin-top: 10px;
	font-size: 12px;
}

/*SW*/

.swTitle01 {
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
}

.swTitle02 {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
	line-height: 120%;
}

.swTitle03 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
}

.swTitle04 {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	background-color: #DF9D00;
	line-height: 40px;
	height: 40px;
}

.swText01 {
	color: #FFF;
	font-size: 15px;
	width: 90%;
	margin: 20px auto 0 auto;
	line-height: 180%;
}

.swText02 {
	color: #000;
	font-size: 15px;
	width: 90%;
	margin: 30px auto 0 auto;
	text-align: center;
	line-height: 180%;
}

.swText03 {
	color: #000;
	font-size: 12px;
	width: 90%;
	margin: 10px auto 0 auto;
	text-align: center;
}

.swText04 {
	color: #000;
	font-size: 15px;
	width: 90%;
	margin: 30px auto 0 auto;
	text-align: left;
}


.fontBold {
	font-weight: bold;
}

.margintop10 {
	margin-top:10px;
}

.margintop20 {
	margin-top:20px;
}

.margintop30 {
	margin-top:30px;
}

.margintop40 {
	margin-top:40px;
}

.margintop50 {
	margin-top:50px;
}

.margintop60 {
	margin-top:60px;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.colorOra {
	color: #DF9D00;
}

.fontSize11 {
	font-size: 11px;
}

.fontSize16 {
	font-size: 16px;
}

.fontSize18 {
	font-size: 18px;
}

.fontSize20 {
	font-size: 20px;
}

.fontSize24 {
	font-size: 24px;
}

.swZehBox {
	background-color: #EEEEEE;
	padding: 40px 0;
	margin-top: 40px;
}

.swNav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	text-align: center;
	padding: 10px 0;
}

.yoyakuImg {
	margin-top: 10px;
	text-align: center;
}

.swNavBox {
	display: flex;
	margin: 0 auto;
	padding: 0 2%;
	width: 98%;
	max-width: 100%; 
}

.swNavBox01{
	padding: 0 1%;
}

.yoyakuTopLogoSp {
	margin: 20px auto;
	width: 200px;
}

.contact01 {
	margin-bottom: 30px;
}

.contactText04 {
	margin-top: 30px;
	margin-bottom: 15px;
}

.formAnsBox {
	margin-bottom: 30px;
}

.formAns {
	margin-right: 50px;
	line-height: 240%;
}