@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/

html{ font-size: 62.5%; }

body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";/*weight:400,700*/
	color:#333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	background:#FFF;
	line-height:2;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.active {
	overflow: hidden;
}

*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

img{
	width: 100%;
	height: auto;
}
img { -ms-interpolation-mode: bicubic; }

a{
	text-decoration: none;
	outline: none;
	transition-duration: 0.5s;
	transition-property: opacity, color;
}

a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.object-fit-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}

/*----DWナビゲート用----*/
.pc{}
.sp{}
.img-switch{}

.f_en{
	font-family: 'Bebas Neue', cursive;
}

/*ページトップ*/
.SmoothScroll_pageTop{
    text-align:right;
    position: fixed;
    bottom: 5%;
    right: 5%;
    display: none;
	z-index: 99;
}
.SmoothScroll_pageTop a::before{
    font-family:FontAwesome;
	content: "\f077";
    margin-right:5px;
	color: #656261;
}
.SmoothScroll_pageTop a:hover{
   /* background-color:rgba(255,255,255,1);*/
	opacity: 0.7;
}
.SmoothScroll_pageTop a{
	/*background-color:rgba(255,255,255,.6);*/
	display:inline-block;
	border: 2px solid #656261;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	margin:10px 0;
    color:#656261;
    width:30px;
    height:30px;
    padding:0;
    text-align:center;
    line-height:20px;
}
.SmoothScroll_pageTop a::before{
    margin-right:0;
}
.SmoothScroll_pageTop a span{
    display:none;
}

header{
	width: 100%;
	background: #FFF;
}


footer {
    width: 100%;
	background: #FFF;
	position: relative;
}

footer small{
    width: 100%;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
	color: #333;
}


/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 751px){
	.sp{
		display: none!important;
	}
	
	.nav-button {
        position: fixed;
        right: 2%;
        top: 44px;
    }
	
	header{
		min-width: 1300px;
		padding: 18px 0;
	}
	
	header .block{
		width: 1260px;
		margin: 0 auto;
		padding-right: 150px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	header .block h1{
		width: 300px;
		line-height: 0;
	}
	
	header .block .box{
		width: 300px;
		line-height: 0;
		margin-top: 25px;
	}
	
	header .block .box p{
		margin-bottom: 9px;
	}
	
	section{
		min-width: 1300px;
	}
	
	section div.inner{
		width: 1260px;
		margin: 0 auto;
	}
	
	section div.inner h2.common{
		line-height: 1;
		padding: 20px 0 16px 34px;
		background: #c1a56e;
		position: relative;
		margin-bottom: 60px;
	}
	
	section div.inner h2.common img{
		width: 755px;
	}
	
	section div.inner h2.common::after{
		content: "";
		width: 128px;
		height: 107px;
		background: url("../images/title_deco.png") no-repeat;
		background-size: cover;
		position: absolute;
		top: -21px;
		right: 0;
		z-index: 3;
	}
	
	section#flow div.inner h2.common::after{
		content: "";
		width: 128px;
		height: 107px;
		background: url("../images/title_deco2.png") no-repeat;
		background-size: cover;
		position: absolute;
		top: -21px;
		right: 0;
		z-index: 3;
	}
	
	figure#main {
		width: 100%;
		min-width: 1300px;
		line-height: 0;
	}
	
	section#intoro {
		width: 100%;
		background: #f3efe8;
		padding: 75px 0;
		font-family: A1 Mincho , sans-serif;
		position: relative;
	}
	
	section#intoro a.contact{
		width: 260px;
		display: block;
		position: absolute;
		top: -190px;
		left: 90px;
		z-index: 5;
	}
	
	section#intoro div.inner{
		width: 860px;
		margin: 0 auto;
		position: relative;
	}
	
	section#intoro div.inner h3{
		width: 725px;
		margin: 0 auto 62px;
		line-height: 0;
	}
	
	section#intoro div.inner h3 + p{
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 3;
		letter-spacing: 0.15em;
		text-align: center;
	}
	
	section#intoro div.inner div.photo01{
		width: 264px;
		position: absolute;
		top: 120px;
		right: -210px;
		z-index: 3;
	}
	
	section#intoro div.inner div.photo02{
		width: 218px;
		position: absolute;
		bottom: -20px;
		left: -200px;
		z-index: 3;
	}
	
	section#strength{
		width: 100%;
		padding: 75px 0 130px;
	}
	
	section#strength h2{
		line-height: 0;
		background: url("../images/point_title_bg.png") repeat-x;
		background-position: bottom;
		background-size: 22px;
		margin-bottom: 45px;
		text-align: center;
	}
	
	section#strength h2 img{
		width: 350px;
	}
	
	section#strength ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
	}
	
	section#strength ul li{
		width: 31%;
	}
	
	section#work {
		width: 100%;
		margin-bottom: 110px;
	}
	
	section#work div.block{
		margin-bottom: 64px;
	}
	
	section#work div.block:last-child{
		margin-bottom: 0;
	}
	
	section#work div.block .box{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		line-height: 1;
	}
	
	section#work div.block .box div.num{
		width: 96px;
		border-right: 3px solid #333;
	}
	
	section#work div.block .box div.num img{
		width: 70px;
	}
	
	section#work div.block .box div.text{
		padding-left: 28px;
		display: inline-block;
	}
	
	section#work div.block .box div.text h3{
		font-size: 30px;
		font-size: 3.0rem;
		letter-spacing: 0.05em;
		margin-bottom: 12px;
	}
	
	section#work div.block .box div.text p{
		font-size: 20px;
		font-size: 2.0rem;
		letter-spacing: 0.07em;
	}
	
	section#work div.block .beaf {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		margin-top: 35px;
	}
	
	section#work div.block .beaf div.before{
		width: 33%;
	}
	
	section#work div.block .beaf div.before div.text{
		margin-bottom: 25px;
	}
	
	section#work div.block .beaf div.before div.text h5{
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1;
		font-weight: 500;
		margin-bottom: 12px;
	}
	
	section#work div.block .beaf div.before div.text p{
		font-size: 56px;
		font-size: 5.6rem;
		font-family: 'Bebas Neue', cursive;
		line-height: 1;
	}
	
	section#work div.block .beaf div.before div.text p span{
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 500;
	}
	
	section#work div.block .beaf div.before div.photo{
		position: relative;
	}
	
	section#work div.block .beaf div.before div.photo figure{
		width: 10%;
		position: absolute;
		top: -webkit-calc(50% - 22px);
        top: -moz-calc(50% - 22px);
        top: calc(50% - 22px);
		right: -12%;
	}
	
	section#work div.block .beaf div.after{
		width: 62%;
	}
	
	section#work div.block .beaf div.arrow{
		width: 3.3%;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	section#work div.block .beaf div.figure{
		display: inline-block;
	}
	
	section#price {
		width: 100%;
		margin-bottom: 70px;
	}
	
	section#price dl{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-end;
	}
	
	section#price dl dt,
	section#price dl dd{
		width: 50%;
		border-bottom: 1px solid #000;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	
	section#price dl dt{
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1;
		font-weight: 500;
		letter-spacing: 0.09em;
	}
	
	section#price dl dd{
		font-size: 40px;
		font-size: 4.0rem;
		font-family: 'Bebas Neue', cursive;
		line-height: 1;
		text-align: right;
		letter-spacing: 0.1em;
		padding-bottom: 6px;
	}
	
	section#price dl dd span{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 500;
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		line-height: 1;
		letter-spacing: 0.08em;
	}
	
	section#price dl + p.cap{
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	section#flow {
		width: 100%;
		background: #f7f7f7;
		padding: 100px 0 80px;
	}
	
	section#flow ul{
		width: 100%;
		list-style: none;
		margin-bottom: 80px;
	}
	
	section#flow ul li{
		width: 100%;
		padding: 24px 0;
		font-size: 28px;
		font-size: 2.8rem;
		letter-spacing: 0.09em;
		line-height: 1;
		font-weight: 500;
		text-align: center;
		border: 3px solid #c1a56e;
		border-radius: 17px;
		background: #FFF;
		color: #c1a56e;
		position: relative;
		margin-bottom: 60px;
	}
	
	section#flow ul li::after{
		content: "";
		width: 42px;
		height: 42px;
		background: url("../images/arrow_y.png") no-repeat;
		background-size: cover;
		position: absolute;
		bottom: -52px;
		left: -webkit-calc(50% - 21px);
        left: -moz-calc(50% - 21px);
        left: calc(50% - 21px);
	}
	
	section#flow ul li:last-child{
		margin-bottom: 0;
	}
	
	section#flow ul li:last-child::after{
		display: none;
	}
	
	section#flow div.box{
		width: 100%;
		padding: 35px;
		border: 3px solid #c1a56e;
		background: #FFF;
		color: #c1a56e;
		position: relative;
		box-shadow: 4px 4px #dedddc;
	}
	
	section#flow div.box::before{
		content: "";
		width: 92px;
		height: 92px;
		background: url("../images/free_deco_l.png") no-repeat;
		background-size: cover;
		position: absolute;
		top: -10px;
        left: -10px;
		z-index: 3;
	}
	
	section#flow div.box::after{
		content: "";
		width: 92px;
		height: 92px;
		background: url("../images/free_deco_r.png") no-repeat;
		background-size: cover;
		position: absolute;
		bottom: -10px;
        right: -10px;
		z-index: 3;
	}
	
	section#flow div.box h3{
		font-size: 60px;
		font-size: 6.0rem;
		letter-spacing: 0.15em;
		line-height: 1;
		font-weight: 700;
		text-align: center;
		margin-bottom: 25px;
	}
	
	section#flow div.box h3 span{
		letter-spacing: -0.4em;
	}
	
	section#flow div.box h3 + p{
		font-size: 20px;
		font-size: 2.0rem;
		letter-spacing: 0.1em;
		line-height: 1.7;
		font-weight: 500;
		text-align: center;
		margin-bottom: 25px;
	}
	
	section#flow div.box div.contact_box{
		width: 874px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		line-height: 1;
	}
	
	section#flow div.box div.contact_box span.tel{
		width: 438px;
		display: block;
	}
	
	section#flow div.box div.contact_box a{
		width: 390px;
		display: block;
		background: #c1a56e;
		text-align: center;
		color: #FFF;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1;
		padding: 18px 0;
		border-radius: 9px;
	}
	
	section#company {
		width: 100%;
		padding: 70px 0;
	}
	
	section#company div.block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#company div.block dl{
		width: 47%;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		letter-spacing: 0.03em;
	}
	
	section#company div.block dl dd{
		border-bottom: 1px solid #000;
		padding-bottom: 8px;
		margin-bottom: 12px;
	}
	
	section#company div.block dl dd a{
		color: #333;
	}
	
	section#area {
		width: 100%;
		background: #efeeee;
		padding: 40px 0 50px;
	}
	
	section#area h3{
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 25px;
	}
	
	section#area table{
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2;
	}
	
	section#area table th{
		width: 70px;
		left: -webkit-calc(50% - 21px);
        left: -moz-calc(50% - 21px);
        left: calc(50% - 21px);
		vertical-align: top;
		font-weight: 400;
	}
	
	section#area table td{
		width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
	}
	
	footer div.block{
		width: 1260px;
		margin: 0 auto;
		padding: 80px 0 30px;
		position: relative;
    }
	
	footer figure#f_logo {
		width: 250px;
		line-height: 0;
		position: absolute;
		top: 30px;
		left: 0;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 750px){
	
	.pc{
		display: none!important;
	}
	
	a:hover{
		text-decoration: none;
		opacity: 1;
	}
	
	.nav-button {
		position: fixed;
		top: 15px;
		right: 2.5%;
		z-index: 9999;
    }
	
	header{
		padding: 18px 0;
	}
	
	header .block{
		width: 95%;
		margin: 0 auto;
		padding-right: 75px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	header .block h1{
		width: 110px;
		line-height: 0;
	}
	
	header .block .box{
		width: 154px;
		line-height: 0;
		margin-top: 2px;
	}
	
	header .block .box p{
		margin-bottom: 6px;
	}
	
	section{
		min-width: 100%;
	}
	
	section div.inner{
		width: 95%;
		margin: 0 auto;
	}
	
	section div.inner h2.common{
		line-height: 1;
		padding: 16px 0 12px 20px;
		background: #c1a56e;
		position: relative;
		margin-bottom: 40px;
	}
	
	section div.inner h2.common img{
		width: 200px;
	}
	
	section div.inner h2.common::after{
		content: "";
		width: 70px;
		height: 95px;
		background: url("../images/title_deco_sp.png") no-repeat;
		background-size: cover;
		position: absolute;
		top: -14px;
		right: 0;
		z-index: 3;
	}
	
	section#flow div.inner h2.common::after{
		content: "";
		width: 70px;
		height: 95px;
		background: url("../images/title_deco2_sp.png") no-repeat;
		background-size: cover;
		position: absolute;
		top: -14px;
		right: 0;
		z-index: 3;
	}
	
	figure#main {
		width: 100%;
		line-height: 0;
	}
	
	section#intoro {
		width: 100%;
		background: #f3efe8;
		padding: 40px 0;
		font-family: A1 Mincho , sans-serif;
		position: relative;
	}
	
	section#intoro a.contact{
		width: 25%;
		max-width: 260px;
		display: block;
		position: absolute;
		top: -60px;
		left: 2.5%;
		z-index: 5;
	}
	
	section#intoro div.inner{
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	
	section#intoro div.inner h3{
		width: 95%;
		max-width: 725px;
		margin: 0 auto 40px;
		line-height: 0;
	}
	
	section#intoro div.inner h3 + p{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2.5;
		letter-spacing: 0.09em;
	}
	
	section#intoro div.inner div.photo01{
		display: none;
	}
	
	section#intoro div.inner div.photo02{
		display: none;
	}
	
	section#strength{
		width: 100%;
		padding: 60px 0 80px;
	}
	
	section#strength h2{
		line-height: 0;
		background: url("../images/point_title_bg.png") repeat-x;
		background-position: bottom;
		background-size: 22px;
		margin-bottom: 45px;
		text-align: center;
	}
	
	section#strength h2 img{
		width: 60%;
		max-width: 350px;
		margin-bottom: -1px;
	}
	
	section#strength ul{
		width: 100%;
		list-style: none;
	}
	
	section#strength ul li{
		width: 80%;
		margin: 0 auto 20px;
	}
	
	section#work {
		width: 100%;
		margin-bottom: 110px;
	}
	
	section#work div.block{
		margin-bottom: 64px;
	}
	
	section#work div.block:last-child{
		margin-bottom: 0;
	}
	
	section#work div.block .box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		line-height: 1;
		margin-bottom: 20px;
	}
	
	section#work div.block .box div.num{
		width: 18%;
		border-right: 2px solid #333;
	}
	
	section#work div.block .box div.num img{
		width: 74%;
	}
	
	section#work div.block .box div.text{
		width: 80%;
		padding-left:0;
		display: inline-block;
		line-height: 1.4;
	}
	
	section#work div.block .box div.text h3{
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-bottom: 8px;
	}
	
	section#work div.block .box div.text p{
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 0.07em;
	}
	
	section#work div.block .beaf {
		display: block;
	}
	
	section#work div.block .beaf div.before{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row-reverse;
		position: relative;
		margin-bottom: 40px;
	}
	
	section#work div.block .beaf div.before::after{
		content: "";
		width: 22px;
		height: 22px;
		background: url("../images/arrow_y.png") no-repeat;
		background-size: cover;
		position: absolute;
		bottom: -30px;
		left: -webkit-calc(50% - 11px);
        left: -moz-calc(50% - 11px);
        left: calc(50% - 11px);
	}
	
	section#work div.block .beaf div.before div.text{
		width: 50%;
		margin-bottom: 25px;
	}
	
	section#work div.block .beaf div.before div.text h5{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.3;
		font-weight: 500;
		margin-bottom: 12px;
		text-indent: -1.2em;
		padding-left: 1.2em;
	}
	
	section#work div.block .beaf div.before div.text p{
		font-size: 30px;
		font-size: 3.0rem;
		font-family: 'Bebas Neue', cursive;
		line-height: 1;
	}
	
	section#work div.block .beaf div.before div.text p span{
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: 500;
	}
	
	section#work div.block .beaf div.before div.photo{
		width: 45%;
		position: relative;
	}
	
	section#work div.block .beaf div.before div.photo figure{
		display: none;
	}
	
	section#work div.block .beaf div.after{
		width: 100%;
	}
	
	section#work div.block .beaf div.arrow{
		width: 3.3%;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	section#work div.block .beaf div.figure{
		display: inline-block;
	}
	
	section#price {
		width: 100%;
		margin-bottom: 60px;
	}
	
	section#price dl{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-end;
	}
	
	section#price dl dt,
	section#price dl dd{
		width: 50%;
		border-bottom: 1px solid #000;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	
	section#price dl dt{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		font-weight: 500;
		letter-spacing: 0.09em;
	}
	
	section#price dl dd{
		font-size: 36px;
		font-size: 3.6rem;
		font-family: 'Bebas Neue', cursive;
		line-height: 1;
		text-align: right;
		letter-spacing: 0.1em;
		padding-bottom: 6px;
	}
	
	section#price dl dd span{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 500;
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		line-height: 1;
		letter-spacing: 0.08em;
	}
	
	section#price dl + p.cap{
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	section#flow {
		width: 100%;
		background: #f7f7f7;
		padding: 80px 0 60px;
	}
	
	section#flow ul{
		width: 100%;
		list-style: none;
		margin-bottom: 60px;
	}
	
	section#flow ul li{
		width: 100%;
		padding: 20px 0;
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: 0.09em;
		line-height: 1;
		font-weight: 500;
		text-align: center;
		border: 3px solid #c1a56e;
		border-radius: 17px;
		background: #FFF;
		color: #c1a56e;
		position: relative;
		margin-bottom: 40px;
	}
	
	section#flow ul li::after{
		content: "";
		width: 22px;
		height: 22px;
		background: url("../images/arrow_y.png") no-repeat;
		background-size: cover;
		position: absolute;
		bottom: -34px;
		left: -webkit-calc(50% - 11px);
        left: -moz-calc(50% - 11px);
        left: calc(50% - 11px);
	}
	
	section#flow ul li:last-child{
		margin-bottom: 0;
	}
	
	section#flow ul li:last-child::after{
		display: none;
	}
	
	section#flow div.box{
		width: 100%;
		padding: 25px;
		border: 3px solid #c1a56e;
		background: #FFF;
		color: #c1a56e;
		position: relative;
		box-shadow: 4px 4px #dedddc;
	}
	
	section#flow div.box::before{
		content: "";
		width: 46px;
		height: 46px;
		background: url("../images/free_deco_l.png") no-repeat;
		background-size: cover;
		position: absolute;
		top: -10px;
        left: -10px;
		z-index: 3;
	}
	
	section#flow div.box::after{
		content: "";
		width: 46px;
		height: 46px;
		background: url("../images/free_deco_r.png") no-repeat;
		background-size: cover;
		position: absolute;
		bottom: -10px;
        right: -10px;
		z-index: 3;
	}
	
	section#flow div.box h3{
		font-size: 30px;
		font-size: 3.0rem;
		letter-spacing: 0.15em;
		line-height: 1.4;
		font-weight: 700;
		text-align: center;
		margin-bottom: 20px;
	}
	
	section#flow div.box h3 span{
		letter-spacing: -0.4em;
	}
	
	section#flow div.box h3 + p{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.7;
		font-weight: 500;
		text-align: left;
		margin-bottom: 25px;
	}
	
	section#flow div.box div.contact_box{
		width: 100%;
		margin: 0 auto;
		line-height: 1;
	}
	
	section#flow div.box div.contact_box span.tel{
		width: 100%;
		max-width: 438px;
		display: block;
		margin: 0 auto 20px;
	}
	
	section#flow div.box div.contact_box a.mail{
		width: 100%;
		max-width: 438px;
		margin: 0 auto;
		display: block;
		background: #c1a56e;
		text-align: center;
		color: #FFF;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1;
		padding: 18px 0;
		border-radius: 9px;
	}
	
	section#company {
		width: 100%;
		padding: 60px 0;
	}
	
	section#company div.block{
		display: block;
	}
	
	section#company div.block dl{
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.3;
		letter-spacing: 0.03em;
	}
	
	section#company div.block dl dd{
		border-bottom: 1px solid #000;
		padding-bottom: 8px;
		margin-bottom: 12px;
	}
	
	section#company div.block dl dd a{
		color: #333;
	}
	
	section#area {
		width: 100%;
		background: #efeeee;
		padding: 40px 0 50px;
	}
	
	section#area h3{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 20px;
		text-align: center;
	}
	
	section#area table{
		width: 100%;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 2;
	}
	
	section#area table th{
		width: 100%;
		display: block;
		vertical-align: top;
		font-weight: 500;
		text-align: center;
	}
	
	section#area table td{
		width: 100%;
		display: block;
		padding-bottom: 8px;
	}
	
	footer div.block{
		width: 95%;
		margin: 0 auto;
		padding: 40px 0 20px;
		position: relative;
    }
	
	footer figure#f_logo {
		width: 180px;
		margin: 0 auto 15px;
		line-height: 0;
		padding-left: 15px;
	}
}

@media screen and (max-width: 320px){
	header .block h1{
		width: 100px;
		line-height: 0;
	}
	
	header .block .box{
		width: 120px;
		line-height: 0;
		margin-top: 4px;
	}
}

/*ナビ*/

.nav li {
    display: inline-block;
    margin: 0;
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
.nav-button {
  display: block;
  cursor: pointer;
}
.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 998;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
}
.nav-wrap .nav {
    width: 100%;
    margin: 65px auto 0;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
    padding-bottom: 100px;
}
.nav-wrap .nav li {
  display: block;
  padding: 0;
    border-bottom: 1px solid #CCC;
}
.nav-wrap .nav li a {
    width: 300px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #c1a56e;
    padding: 1.5em 0;
    text-align: center;
    position: relative;
}
.nav-wrap .nav li a::after {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1;
    font-family:FontAwesome;
    content: "\f105";
    position: absolute;
    right: 20px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
}

/*メニューボタンのエフェクト*/
.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.nav-button {
  z-index: 999;
  width: 55px;
  height: 20px;
}
.nav-button p{
  color: #c1a56e;
	font-weight: 700;
	padding-top: 16px;
	letter-spacing: 0.1em;
	text-align: center;
}
.nav-button.active {
  height: 36px;
}
.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c1a56e;
  /*border-radius: 2px;*/
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 9px;
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}
.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-25deg);
  transform: translateY(10px) rotate(-25deg);
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-24px) rotate(25deg);
  transform: translateY(-24px) rotate(25deg);
}