@charset "utf-8";
/* Reset Style */

html, 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, 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;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
em {
    font-style: normal;
}
mark {
    background-color: #ff9;
    color: #000;
    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 solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
img {
    font-size: 0;
    line-height: 0;
    vertical-align: bottom;
}
a img {
    border: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* General Style */

/* link */
a, a:visited, a:active {
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

html {
    font-size: 62.5%;/* 16pxに625%を掛けると100pxになるよ！ */
    height: 100%;
}

/* Body */
body {
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    line-height: 1;
    font-size: 1.4em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url("../img/common/bg.png");
    -webkit-text-size-adjust: 100%;
}
/* #header */
#header {
	height: 290px;
 }
#home #header {
	background: #333 url("../img/top/main_img.jpg") no-repeat top center;
	background-size: 1920px 790px;
	height: 790px;
 }
.about #header {
	background: #333 url("../about/img/head_img.jpg") no-repeat top center;
	background-size: 1920px 290px;
 }
.sandai #header {
	background: #333 url("../sandai/img/head_img.jpg") no-repeat top center;
	background-size: 1920px 290px;
 }
.work #header,#english #header {
	background: #333 url("../work/img/head_img.jpg") no-repeat top center;
	background-size: 1920px 290px;
 }
.kamakurabori #header {
	background: #333 url("../kamakurabori/img/head_img.jpg") no-repeat top center;
	background-size: 1920px 290px;
 }
.gallery #header,.access #header {
	background: #333 url("../gallery/img/head_img.jpg") no-repeat top center;
	background-size: 1920px 290px;
 }
#header .inner {
	text-align: left;
	position: relative;
	background: #fff;
 }

/* nav　*/
.side-menu__ul li {
    line-height: 1;
    font-size: 1.5rem;    
}
.side-menu__ul li a:link, .side-menu__ul li a:visited, .side-menu__ul li a:hover, .side-menu__ul li a:active {
    text-decoration: none;
}
.side-menu__ul > li.current a,.side-menu__ul--child li.current a {
    cursor : default;
}

.snsArea a {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.snsArea a:hover {
	opacity: 0.7;	
}
.snsArea .facebook {
	margin-right: 45px;
}
.side-menu .snsArea .facebook,.foot-contact .snsArea .facebook {
	margin-right: 30px;
}

/* Main ontents */	

/* パンくず */
.crumbList {
    text-align: left;
    font-size: 1.2rem;
	padding: 20px 0 0;
}

/* #footer */
#footer {
    width: 100%;
	background: #e8d8cc;
}
.foot-contact {
    text-align: left;	
}
.foot-contact .logo {
    font-size: 1.8rem;	
	margin-bottom: 25px;
	font-weight: bold;
}
.foot-contact .add {	
    line-height: 24px;	
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.foot-nav li {
    color: #333;
    margin-bottom: 0.8em;
	position: relative;
	text-align: left;
	font-size: 1.3rem;	
}
.foot-nav > ul > li {
    margin-bottom: 1.8em;
	font-weight: bold;
}
.foot-nav ul ul {
    margin: 0.8em 0 0 1em;
}
.foot-nav a {
    color: #333;
}
#footer small {
    font-size: 1.4rem;
    color: #fff;
    padding: 20px;
	background: #000;
    display: block;
}
/* page top */
#page-top {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #000;
}
#page-top:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -7px;
}

/* セクション */
.section {
    text-align: left;
    line-height: 1.8;
}
.section:first-child {
    margin-top: 0;
}
.section:last-child {
    margin-bottom: 0;
}

/* リンクボタン */
.linkBtn {
	display: block;
	font-weight: bold;
    text-decoration: none;    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.linkBtn:hover {
	opacity: 0.7;
}
.linkBtn.type01 {
	color: #ba2636;
	font-weight: bold;
	border: 1px solid #ba2636;
	padding: 1em;
	width: 250px;
	text-align: center;
}
.linkBtn.type01:hover {
	color: #fff;
	background: #a22041;
	opacity: 1;
}
.pdfDownload {
	display: block;
	color: #635533;
	background: linear-gradient(#fff, #ddd9cc);
	border: 1px solid #635533;
	border-radius: 5px;
	text-align: center;
	line-height: 1.4;
	padding: 0.8em;
	font-size: 1.8rem;
    text-decoration: none;    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pdfDownload em {
	display: inline-block;
	background: url("../img/common/i_pdf.png") no-repeat left center;
	background-size: 33px 43px;
	padding:10px 0 10px 53px;
}
.pdfDownload:hover {
	opacity: 0.7;
}


/* TOP */
.topNews {
	margin: 80px 0;
}
.topNews h2 {
	margin: 0 0 30px;
	text-align: center;
	color: #ba2636;
	font-size: 2.5rem;
	font-weight: bold;
	border-bottom: 1px solid #c1b9b2;
}
.topNews dt {
	font-weight: bold;
}
.topBlock1 {
	position: relative;
	margin:0;
}
.topBlock1 .txtBox {	
	text-align: center;
}
.topBlock1 .txtBox h2 {
	font-weight: bold;
	color: #fff;
}
.topBlock1 .txtBox p {
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.topBlock1 .txtBox .linkBtn {
	color: #ba2636;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #fff;
}
.topBlock1 .txtBox .linkBtn:hover {
	color: #fff;
	background: #a22041;
	opacity: 1;
}
.topBlock1 > img {
	position: relative;
}

.topBlock2 {
	background: url("../img/top/bg2.png");
	text-align: center;
}
.topBlock2 h2 {
	margin: 0 0 30px;
}
.topBlock2 h3 {
	margin: 0 0 30px;
	font-size: 1.6rem;
	font-weight: bold;
}
.topBlock2 .galleryBox {
	background:  url("../img/common/bg.png");
	padding: 40px 70px;
	margin: 0 0 50px;
	text-align: left;
}
.topBlock2 .galleryBox p {
	margin-bottom: 10px;
}
.topBlock2 .galleryBox p.date {
	font-size: 1.6rem;
	font-weight: bold;
}
.topBlock2 .galleryBox p.name {
	font-size: 2rem;
	font-weight: bold;
}
.topBlock2 .linkBtn {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	padding: 1em;
	border: 1px solid #fff;
}
.topBlock2 .linkBtn:hover {
	background: #a22041;
	opacity: 1;
}
.topBlock3 h2 {
	font-size: 2.5rem;
	font-weight: bold;
	color: #ba2636;
	text-align: center;
	margin: 0 0 30px;	
}
.topBlock3 h2 a {
	color: #ba2636;
	text-decoration: none;
	background: url("../img/common/arrow01.png") no-repeat center right;
	background-size: 11px 13px;
	padding-right: 22px;
}
.topBlock3 h2 a:hover {
	text-decoration: underline;
}
.topWork  {
	display:-ms-flexbox;
	display:-webkit-flex;
	-js-display: flex;
	display:flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.topBlock4 {
	background: url("../img/top/bg_image.jpg");
	background-size: cover;
	text-align: center;
}
.topKamakurabori {
	background: rgba(255,255,255,0.9);
}
.topKamakurabori h2 {
	font-weight: bold;
	margin: 0 0 30px;
	line-height: 1;
}
.topKamakurabori p {
	text-align: left;
	margin: 0 0 30px;
	font-weight: bold;
}
.topKamakurabori .linkBtn {
	font-weight: bold;	
	font-size: 1.6rem;
	margin: 0 auto;
	color: #ba2636;
	border: 1px solid #ba2636;
	padding: 1em;
}
.topKamakurabori .linkBtn:hover {
	color: #fff;
	background: #a22041;
	opacity: 1;
}

/* 各ページヘッダー */
.pageTitle {
	font-size: 3.5rem;
	color: #fff;
	margin-top: 60px;
}

/* タイトル */
.h01 {
	color: #ba2636;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1em 0.5em;
    margin-bottom: 30px;
	background: url("../img/common/h01_bt.png") no-repeat;
	position: relative;
}
.h01:after {
	content: "";
	background: url("../img/common/h01_bt.png") no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 4px;
	width: 100%;
}
.h02 {
	color: #635533;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.h03 {
	color: #ba2636;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px;
	text-align: center;
}
.h04 {
    font-size: 1.6rem;
     font-weight: bold;
    margin-bottom: 15px;
}
.h05 {
    font-size: 1.8rem;
     font-weight: bold;
	text-align: center;
}

/* ul 円 */
.circle > li {
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 0.5em;
	text-align: left;
}
.circle > li:before {
	display: block;
	content: "";
	background-color: #000;
	position: absolute;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	top: 7px;
	left: 0;
}

/* TABLE */
.table01 {
    border-bottom: 1px solid #999999;
    width: 100%;
	font-size: 1.4rem;
}
.table01 th, .table01 td {
    border-top: 1px solid #999999;
    padding: 0.7em 0.5em;
}
.table01 th {
    width: 21%;
	color: #000;
    background: #f4e9ec;
    vertical-align: middle;
	line-height: 1.4;
}
.table01.galleryType th {
    width: 8em;
}
.table01.galleryType td {
	background: #fff;
}

/* 一翆堂について */
.mediaBox {
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.mediaBox > div {
	margin-bottom: 40px;	
}
.mediaBox h2,.mediaBox h3 {
	margin: 10px 0 0;
	font-weight: bold;
}
.mediaBox p {
	font-size: 1.2rem;
}

/* 三代続く鎌倉彫の一翆堂 */
.youtubeWrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtubeWrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.section.sandaiBlock {
	width: 100%;
	padding: 0;
	margin: 2px 0 0;
	background: url("../img/common/bg2.jpg");
	background-size: 1360px 1270px;
}
.sandaiHistory {
	margin: 50px 0 0;
	color: #fff;
}
.sandaiHistory a {
	color: #fff;
}
.sandaiHistory h2.name {
	margin: 0 0 20px;
}
.sandaiHistory h2.name em {
	font-size: 2.5rem;
	margin-right: 5px;
}
.sandaiHistory h2.item {
	margin: 0 0 5px;
}
.sandaiHistory dl,.sandaiHistory p,.sandaiHistory table {
	margin: 0 0 20px;
}
.sandaiHistory dt {
	float: left;
}
.sandaiHistory dd {
	margin: 0 0 0px 10em;
}
.linkBtn.sandaiType {
	background: #fff;
	border: 1px solid #ba2636;
	color: #ba2636;
	padding: 0.8em;
	text-align: center;
	margin-top: 30px;
}
.linkBtn.sandaiType:hover {
	background: #a22041;
	color: #fff;
	opacity: 1;
}

/* 作品紹介 */
.pageLink {
	display:-ms-flexbox;
	display:-webkit-flex;
	-js-display: flex;
	display:flex;
}
.pageLink a {
	color: #000;
	border: 1px solid #ccc;
	background: #fff;
	width: 280px;
	padding: 1em;
	margin-right: 10px;
	text-decoration: none;
	text-align: center;
}
.pageLink a:hover {
	color: #fff;
	background: #a22041;
}
.workBox .c2Box {
	background: #fff;
	padding: 30px;
	text-align: center;
}
.workBox .c2Box h2 {
	color: #ba2636;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.workContact {
	text-align: center;
	padding: 50px 0 0;
	color: #fff;
}
.workContact p em {
	font-size: 3rem;
}
.workContact .tel {
	margin-left: 30px;
}
.custommadeFlow {
	background: #fafaf8;
	border: 2px solid #e8d8cc;
	margin: 0 0 40px;
	padding: 25px 35px;
	display:-ms-flexbox;
	display:-webkit-flex;
	-js-display: flex;
	display:flex;
	position: relative;
}
.custommadeFlow:after {
    position: absolute;
    bottom: -25px;
	left: 68px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-top: 2px solid #A22C41;
    border-right: 2px solid #A22C41;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.custommadeFlow:last-child {
	margin: 0;
}
.custommadeFlow:last-child:after {
	display: none;
}
.custommadeFlow dt {
	background: #a22c41;
	color: #fff;
	font-size: 1.5rem;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 1;
	padding: 10px 0 0;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.custommadeFlow dt em {
	font-size: 4rem;
	display: block;
	padding: 5px 0 0;
}
.custommadeFlow dd {
	margin-left: 50px;
}
.custommadeFlow h3 {
	font-size: 1.8rem;
	font-weight: bold;
}

.custommadeBox h3 {
	font-weight: bold;
	margin: 10px 0 0;
}
.custommadeBox .size {
	font-size: 1.2rem;
	margin: 0 0 10px;
}

/* 一翆堂の鎌倉彫 */
.designBox .designBoxInner {
	background: #ecdfd5;
	margin: 0 0 5px;
}
.designBox h3 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 20px;
}

/* GALLERY 一翆堂 */
.galleryBox {
	border-top: 1px solid #bab195;
}
.galleryBox:last-of-type {
	border-bottom: 1px solid #bab195;
}
.galleryBox h3 {
	font-weight: bold;
	font-size: 2rem
}
.galleryBox .date {
	font-weight: bold;
}
.galleryBox .time {
	margin: 0 0 10px;
}
.galleryShop .txtBox {
	color: #fff;
}
.galleryShop h3 {
	font-size: 1.8rem;
}
.galleryContact {
	border-top: 1px solid #bab195;
	padding: 25px 0;
}
.galleryContact:last-child {
	border-bottom: 1px solid #bab195;
}
.galleryContact dt {
	float: left;
	font-weight: bold;
	font-size: 1.6rem;
}
.galleryContact dd {
	margin-left: 13em;
	padding-right: 5em;
}

/* アクセス・連絡先 */
.accessBox p {
	margin: 0 0 2em;
}
.hrTop {
	border-top: 1px solid #bab195;
}
.accessTtl {
	display: table;
	table-layout: fixed;
	margin-bottom: 20px;
}
.accessTtl p {
	display: table-cell;
	font-size: 1.8rem;
	font-weight: bold;
	vertical-align: bottom;
	padding-right: 10px;	
}










/* ol */
.ol_flush {
    list-style: none;
    padding-left: 0;
    display: table;
}
.ol_flush li:after {
    content: "";
    display: block;/*margin-bottom: 0.5em;*/
}
.ol_flush li {
    display: table-row;
    counter-increment: table-ol;
}
.ol_flush li:before {
    content: counter(table-ol) ".";
    display: table-cell;
    padding-right: 0.4em;
    text-align: right;
}
/* pageType1　プライバシーなど */
.pageType1 h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.pageType1 p, .pageType1 ol {
    margin-bottom: 30px;
}

.table02 {
	width: 100%;
    margin: 0 auto 50px;
}
.table02 th, .table02 td {
    border-bottom: 2px solid #dfe2e6;
    padding: 1em;
}
.table02 tr:first-child td {
    border-top: 2px solid #dfe2e6;
}
.table02 th {
    width: 20%;
    font-weight: bold;
    background: #e6e2d1;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
}
.table02 tr:first-child th {
    border-top: 2px solid #e6e2d1;
}
.table02 tr:last-child th {
    border-bottom: 2px solid #e6e2d1;
}
.table02 .hissu {
    background: #eb4125;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    line-height: 1;
    padding: 0.2em 0.5em;
    margin-right: 0.5em;
	display: inline-block;
}
.table02 .hankaku {
    color: #eb4125;
 }
.table02 input[type="text"], .table02 textarea, .table02 select {
    border-radius: 5px;
    border: 2px solid #dfe2e6;
    padding: 0.5em;
}
.table02 .widthBirth {
    width: 5em;
}
.table02 .widthName {
    width: 12em;
}
.table02 .widthL {
    width: 100%;
}
.table02 textarea {
    width: 100%;
    height: 150px;
}
.btnSubmit {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    border: none;
    background: #E48A17;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", sans-serif;
    padding: 0.8em 1em 0.6em;
    margin: 0 10px 50px;
    width: 240px;
    cursor: pointer;
}

.errorMain {
    border-top: 1px solid #ff2800;
    border-bottom: 1px solid #ff2800;
    color: #ff2800;
    background: #ffd4cc;
    padding: 0.5em;
    margin-bottom: 50px;
    text-align: center;
}
.error {
    color: #ff2800;
    font-weight: bold;
    margin-bottom: 20px;
}


/* ページ内リンク */
.pageLink01 {
	display:-ms-flexbox;
	display:-webkit-flex;
	-js-display: flex;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;/*要素の均等配置　左右外側マージン無し*/	
}
.pageLink01 a {
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #005EFE;
	text-decoration: none;
	padding: 1em 1% 2em;
	color: #000;
	font-weight: bold;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	line-height: 1.4;
	margin-bottom: 50px;
	margin-right: 2%;
}
.pageLink01 a:last-child {
	margin-right: 0;
}
.pageLink01 a:after {
    position: absolute;
    bottom: 0.8em;
    right: 0;
	left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #005EFE;
    border-right: 2px solid #005EFE;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.pageLink01 a:hover {
	background: #cde1ff;
}
.pageLink01 em {
	display: inline-block;
}

/* リンクボタン
.linkBtn {
    position: relative;
    display: inline-block;	
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
    text-decoration: none;    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.linkBtn:hover {	
}
.linkBtn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.linkBtn.btn1 {max-width: 380px;font-size: 2.5rem;color: #fff;background: rgba(22,142,18,0.75);;height: 65px;line-height: 65px;border: 2px solid #fff;display: block;}
.linkBtn.btn1:hover {background: rgba(22,142,18,0.55);}
.linkBtn.btn1.recTop {background: rgba(0,102,204,0.75);}
.linkBtn.btn1.recTop:hover {background: rgba(0,102,204,0.55);}
.linkBtn.btn1.contactBtn {background: rgba(240,93,12,0.75);}
.linkBtn.btn1.contactBtn:hover {background: rgba(240,93,12,0.55);}
 */







/* top */


.topInformation {
	margin: 20px 10px;
	text-align: left;
}
.topInformation .linkBtn {
	max-width: 260px;
	font-size: 1.6rem;
	text-align: left;
	padding: 0 1em;
	line-height: 46px;
	height: 46px;
	
}
/*
.topInformation li {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5em;
	position: relative;
	padding-left: 25px;
		
}
.topInformation li:after {
    position: absolute;
    top: 9px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 4px solid #eea1a1;
    border-right: 4px solid #eea1a1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
.topBlock2 .woman {
    position: absolute;
    top: 25px;
    right: 10px;
	width: 100px;
}
.topBlock2 .woman {
    animation: tonton 2s ease 0s infinite normal;
    -webkit-animation: tonton 2s ease 0s infinite normal;
}
@keyframes tonton {
 0% {
top: 25px;
}
 30% {
top: 15px;
}
 40% {
top: 25px;
}
 100% {
top: 25px;
}
}
@-webkit-keyframes tonton {
 0% {
top: 25px;
}
 30% {
top: 15px;
}
 40% {
top: 25px;
}
 100% {
top: 25px;
}
}


/* 会社情報 */
.corporateRinen {
    background: #fff;
	padding: 30px;
	border-radius: 8px;	
	text-align: center;
	margin-bottom: 30px;
 }
.corporateRinen ul {
	display: inline-block;
	text-align: left;
	font-size: 2.4rem;
	font-weight: bold;
	color: #61616E;
 }
.corporateRinen li {
	margin: 1em 0;
	text-indent: -2em;
	padding-left: 2em;
 }
.accessMap {
	text-align: center;
	margin: 30px 0;
 }

/* 採用情報 */
.recTopLink {
    background: #fff;
	padding: 30px;
	border-radius: 8px;	
	text-align: center;
 }
.recTopLink .linkBox {
	display: inline-block;
	position: relative;
	width: 380px;
 }
.recTopLink .linkBox .woman {
	position: absolute;
	width: 100px;
	top: 50%;
	right: -120px;
	margin-top: -98px;
 }
.recTopLink .linkBox a {
	margin: 15px 0;
 }
.seniorMainImage {
	margin-bottom: 60px;
 }
.seniorlayout {
	margin-bottom: 50px;
 }
.myDay dl {
	background: #f7f5d0;
	border-radius: 5px;
	padding: 20px;
	font-weight: bold;
	color: #333;
 }
.myDay dt {
	float: left;
	margin: 0 0 10px;
 }
.myDay dd {
	margin: 0 0 10px 9em;
 }

.seniorName {
	color: #333;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
 }
.seniorName em {
	font-size: 1.6rem;
	margin-left: 2em;
 }
.seniorTtl {
	color: #278520;
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 6px solid #278520;
	margin-bottom: 20px;
	position: relative;
 }
.seniorTtl:before {
	content: "";
	width:15px;
	height: 6px;
	display: block;
	background: #16569D;
	position: absolute;
	bottom: -6px;
	left: 0;
 }
.seniorTtl:after {
	content: "";
	width:30px;
	height: 6px;
	display: block;
	background: #BA1511;
	position: absolute;
	bottom: -6px;
	left: 15px;
 }
.seniorTtl.time {
	background: url(../recruit/img/icon_time.png) no-repeat 0 0;
	background-size: 32px 33px;
	padding-left: 42px;
 }
.seniorTtl.message {
	background: url(../recruit/img/icon_message.png) no-repeat 0 0;
	background-size: 41px 31px;
	padding-left:51px;
 }
/* 鉄筋加工 */
.processingBox {
	text-align: center;
}
.processingBox > div {
	margin: 10px 10px 0;
}
/* お問い合わせ */
dl.contact {
	margin: 0 0 20px;font-size: 1.6rem;
}
dl.contact dt {
	background: #278520;
	border-radius: 5px;
	color: #fff;
	padding: 0.5em 1em;
	float: left;
	width: 6em;
	text-align: center;
}
dl.contact dd {
	margin-left: 7em;
	padding: 0.5em 0;
	font-weight: bold;
	color: #0E1F33;
}

/* Other */
.font-bold {
    font-weight: bold!important;
}
.font-normal {
    font-weight: normal!important;
}
.ta-l {
    text-align: left!important;
}
.ta-c {
    text-align: center!important;
}
.ta-r {
    text-align: right!important;
}
.va-t {
    vertical-align: top!important;
}
.va-m {
    vertical-align: middle!important;
}
.va-b {
    vertical-align: bottom!important;
}
.mb00 {
    margin-bottom: 0!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.mb40 {
    margin-bottom: 40px!important;
}
.mb50 {
    margin-bottom: 50px!important;
}
.mb60 {
    margin-bottom: 60px!important;
}
.mb70 {
    margin-bottom: 70px!important;
}
.mb80 {
    margin-bottom: 80px!important;
}
.dis-block {
    display: block!important;
}
.dis-inline {
    display: inline!important;
}
.dis-none {
    display: none!important;
}
.overflow-hidden {
    overflow: hidden!important;
}
.nowrap {
    white-space: nowrap!important;
}
.break-all {
    word-break: break-all!important;
}
.border-none {
    border: none!important;
}
.fs12 {
    font-size: 1.2rem!important;
}
.fs13 {
    font-size: 1.3rem!important;
}
.fs14 {
    font-size: 1.4rem!important;
}
.fs15 {
    font-size: 1.5rem!important;
}
.fs16 {
    font-size: 1.6rem!important;
}
.fs18 {
    font-size: 1.8rem!important;
}
.fs20 {
    font-size: 2rem!important;
}
.fs28 {
    font-size: 2.8rem!important;
}
.fs30 {
    font-size: 3rem!important;
}
.fc01 {
    color: #ba2636!important;
}
.floatRight {
    float: right!important;
}




.i-doc {
    background: url(../img/i_doc.png) no-repeat left center;
    background-size: 18px 25px;
    padding: 3px 0 3px 28px;
}
.linkOver:hover {
    opacity: 0.7;
}
.cap1 {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 0.5em;
}
.cap2 {
    font-size: 1.2rem;
	text-align: left;
    margin-top: 0.5em;
}
.cap3 {
    font-size: 1.2rem;
    margin-top: 0.5em;
	text-align: center;
}
.indent1 {
    display: inline-block;
    text-indent: -1em;
    margin-left: 1em;
}
.indent1-5 {
    display: inline-block;
    text-indent: -1.5em;
    margin-left: 1.5em;
}
.clearFix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
    font-size: 0;
}

/* 画像hoverで拡大 */
.imgPopup1 a {
	width: 220px;
	height: 146px;
	overflow: hidden;
	display: block;
}
.imgPopup1 img {
	transition: all .3s ease-out;
}
.imgPopup1 img:hover {
	opacity: .8;
    transform: scale(1.2);
}



/* 矢印 */
.arrow {
    position: relative;
}
.arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}