/* ========== common ========== */

body{
	letter-spacing: 2px;
	font-size: 15px !important;
	font-family: "游明朝", YuMincho , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	counter-reset: titleNum;
}
h2{
	font-size: 2.5em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
	font-size: 1em;
}
a{
	color: #555;
}
big{
	font-size: 1.4em;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.sp{
	display: none !important;
}

@media only screen and (max-width: 768px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
	h2{
		font-size: 2.0em;
	}
	h3 {
			font-size: 1.6em;
	}
	.h2-voice{
		font-size: 1.6em;
	}
}

/* ========== header ========== */

/* header */

header{
    margin: 0 auto;
    position: relative;
}
header .nav{
	height: 90px;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    /* overflow: hidden; */
    z-index: 750;
}
header .nav .logo{
    position: absolute;
    top: 15px;
    left: 20px;
    width: 200px;
}
header .nav .logo a img{
	width: 100%;
}
header .nav nav{
	position: absolute;
    top: 40px;
    right: 195px;
    /* font-size: 12px; */
    line-height: 1;
}
header .nav nav ul li{
	float: left;
	margin-left: 25px;
}
header .nav nav ul li:first-child {
    margin-left: 0;
}
header .nav nav ul li a {
    position: relative;
}
header .nav nav ul li a:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all 0.3s ease-out;
}
header .nav nav ul li a.current:before, header .nav nav ul li a:hover:before {
    opacity: 1;
}
header .nav .link-btn{
	position: absolute;
	top: 22px;
	right: 22px;
	overflow: hidden;
}
header .nav .link-btn .contact-btn{
    width: 150px;
    height: 46px;
    float: left;
}
header .nav .link-btn .contact-btn a{
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #555;
    background-size: auto 46px, 8px 5px;
    border: 1px solid #555;
    position: relative;
    transition: all 0.3s ease-out;
    border-radius: 4px;
}
header .nav .link-btn .contact-btn a span{
    font-size: 12px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 17px;
    left: 45px;
    transition: all 0.3s ease-out;
}
.drawer-hamburger{
	display: none;
	z-index: 751;
	padding-top: 35px;
	padding-bottom: 40px;
}
.drawer-nav{
	z-index: 752;
}
.drawer-overlay{
	z-index: 751;
}
.drawer-menu li {
    text-align: left;
    border-bottom: 1px dotted #ddd;
}
.drawer-menu li.title {
    margin: 0;
	padding: 0 0 0 10px;
    background: #69892D;
    font-size: 1em;
    color: #fff;
}
.drawer-menu li a{
    display: block;
    margin: 10px 0 10px 10px;
}
.drawer-menu li a small{
	text-align: left;
	display: block;
	color: #9d9d9d;
}
header .nav nav ul li .fa-phone-square{
	color: #90BA64;
}

@media only screen and (max-width: 1000px) {
	header .nav nav{
		display: none;
	}
	header .nav .link-btn{
		display: none;
	}
	.drawer-hamburger{
		display: block;
	}
}
@media only screen and (max-width: 768px) {
	header .nav .logo{
		width: 175px;
		top: 22px;
	}
	
}

/* main img */

section.main {
	margin: 90px 0 0;
	overflow: hidden;
}
section.main .wrap{
	position: relative;
	width: 100%;
}
section.main .wrap .inner{
	background: url(../image/main_bg.jpg) center no-repeat;
	background-size: cover;
	height: 75vh;
	width: 100%;
}
section.main .wrap .inner-box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
}
section.main .wrap .inner-text{
	width: 80vmin;
}
section.main .wrap .inner-people{
	width: 50vh;
}
section.main .wrap .inner-text img{
	width: 100%;
}
section.main .wrap .inner-people img{
	width: 100%;
	margin-top: 50px;
}
section.main .wrap .text{
	position: absolute;
	text-align: center;
	right: 20px;
	top: 50%;
	padding: 15px 25px;
	background: #fff;
	border-radius: 4px;
}
section.main .wrap .text p{
	display: inline-block;
	/*padding: 15px 25px;*/
}
@media only screen and (max-width: 600px) {
	section.main .wrap .inner-text{
		/*width: 100%;*/
	}
}
@media only screen and (max-width: 768px) {
	/*section.main .wrap .inner{
		height: 65vh;
	}
	section.main .wrap .text{
		right: 0;
		margin: 0 30px;
		top: auto;
		bottom: 30px;
	}*/
	section.main .wrap .inner-text {
		/*margin-left: 10vw;*/
	}
	section.main .wrap .inner-people{
		display: none;
	}
}

/* ========== body ========== */

/* area01 */

section#area01{
   /* background: #f4f4f4;*/
    padding: 90px 0 60px;
}
section#area01 .contents{
	/*overflow: hidden;*/
    width: 1000px;
    margin: 0 auto;
}
section#area01 .contents .title{
	text-align: center;
	margin: 0 0 20px;
}
section#area01 .contents .title h2{
	font-size: 2.5em;
	/*background: linear-gradient(transparent 70%, #90BA64 0);*/
	line-height: 1.3em;
	display: inline-block;
}
section#area01 .contents .title h2 big{
	background: -ms-linear-gradient(transparent 70%, #90BA64 0%);
	background: -webkit-linear-gradient(transparent 70%, #90BA64 0%);
	background: -o-linear-gradient(transparent 70%, #90BA64 0%);
	background: linear-gradient(transparent 70%, #90BA64 0%);
}
section#area01 .contents .demand{
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	width: 100%;
}
section#area01 .contents .demand p{
    padding: 0 15px 0 15px;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    /*border-right: dotted 1px #e6e6e6;*/
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333%;
    font-size: 1.3em;
		justify-content: center;
}
section#area01 .contents .demand p:nth-child(3n){
	/*border-right: none;*/
}
section#area01 .contents .demand p span{
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 15px 10px;
    box-shadow: 0 0px 2px #ccc;
    width: 100%;
    font-size: 1.1em;
    border: 1px solid #69892D;
}
section#area01 .contents .endtext{
	text-align: center;
	margin: 50px 0 0;
	font-size: 1.5em;
}
.fa-sort-down{
	color: #90BA64;
}
.bg-img-trouble{
    background: url(../image/trouble.png) no-repeat #f4f4f4;
    background-size: contain;
    /*background-position: right;*/
    /*padding: 90px 0 60px;*/
}
.fa-check-circle{
    position: absolute;
    font-size: 5em;
    margin: 0 0 0 40px;
    opacity: 0.2;
    color: #90BA64;
}

@media screen and (max-width: 1000px) and (min-width: 769px){
	section#area01 .contents{
		width: 100%;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 768px) {
	section#area01{
		padding: 60px 0 60px;
	}
	section#area01 .contents{
		width: 100%;
		padding: 0 30px;
	}
	section#area01 .contents .title h2{
		font-size: 1.6em;
	}
	section#area01 .contents .endtext{
		font-size: 1.2em;
	}
	section#area01 .contents .demand p{
		width: 100%;
		border-right: none;
	}
	.bg-img01{
		background: #f4f4f4;;
		padding: 0;
	}
	.bg-img-trouble{
		background-position: bottom;
	}
}

/* area02 */

section#area02{
	background: #f4f4f4;
	padding: 90px 0 60px;
}
section#area02 .contents {
    /*overflow: hidden;*/
    width: 1000px;
    margin: 0 auto;
}
section#area02 .contents .title{
	text-align: center;
	margin: 0 0 20px;
}
section#area02 .contents .title h2{
	font-size: 2.5em;
	line-height: 1.3em;
	display: inline-block;
}
section#area02 .contents .item{
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	width: 100%;
}
section#area02 .contents .item .item-con{
    padding: 0 15px 0 15px;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    /*border-right: dotted 1px #e6e6e6;*/
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}
section#area02 .contents .item .item-con:nth-child(2n){
	/*border-right: none;*/
}
section#area02 .contents .item .item-con .image img{
	width: 100%;
	border-top-left-radius: 4px; 
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px; 
}
section#area02 .contents .item .item-con .text{
	background: #fff;
	padding: 15px 25px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border: 1px solid #69892D;
    border-top: none;
}
section#area02 .contents .item .item-con .text h4{
    padding: 5px 0 5px;
    border-bottom: 2px dotted #69892D;
    text-align: center;
}
section#area02 .contents .item .item-con .text p{
	padding: 10px 0;
	font-size: 1.1em;
}

@media screen and (max-width: 1000px) and (min-width: 769px){
	section#area02 .contents{
		width: 100%;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 768px) {
	section#area02{
		padding: 60px 0 60px;
	}
	section#area02 .contents{
		width: 100%;
		padding: 0 30px;
	}
	section#area02 .contents .title h2{
		font-size: 1.6em;
	}
	section#area02 .contents .item .item-con{
		width: 100%;
		padding: 0;
	}
}

/* area03 */

section#area03{
	background: #f4f4f4;
	padding: 90px 0 60px;
}
section#area03 .contents {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}
section#area03 .contents .title{
	text-align: center;
	margin: 0 0 20px;
}
section#area03 .contents .title h2{
	font-size: 2.5em;
	line-height: 1.3em;
	display: inline-block;
}
section#area03 .contents .item{
	border: 1px solid #69892D;
    padding: 10px;
    background: #fff;
    margin: 0 0 30px;
    border-radius: 4px;
}
section#area03 .contents .item.about{
	border: none;
	box-shadow: 0 2px 10px #ccc;
	background: none;
}
section#area03 .contents .item.flow{
	border: none;
	box-shadow: 0 2px 10px #ccc;
	/*background: #fff;*/
}
section#area03 .contents .item .item-con{
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	width: 100%;
	justify-content: center;
    align-items: center;
}
section#area03 .contents .item .item-con .text{
	padding: 0 15px 0 15px;
	margin: 15px 0;
	/*border-right: dotted 1px #e6e6e6;*/
	box-sizing: border-box;
	width: 70%;
}
section#area03 .contents .item.about .item-con .text{
	width: 100%;
}
section#area03 .contents .item.flow .item-con .text{
	width: 100%;
}
section#area03 .contents .item .item-con .image{
	padding: 0 15px 0 15px;
	margin: 15px 0;
	box-sizing: border-box;
	width: 30%;
	/*border-right: dotted 1px #e6e6e6;*/
}
section#area03 .contents .item .item-con .text h4{
	padding: 10px 0;
	border-bottom: 2px dotted #69892D;
	color: #69892D;
}
section#area03 .contents .item.about .item-con .text h4{
	border-bottom: none;
	text-align: center;
	line-height: 1.2;
}
section#area03 .contents .item.flow .item-con .text h4{
	border-bottom: none;
	text-align: center;
	line-height: 1.2;
}
section#area03 .contents .item .item-con .text h4 big{
	color: #4e6622;
}
section#area03 .contents .item .item-con .text p{
	padding: 10px 0;
	font-size: 1.1em;
}
section#area03 .contents .item.about .item-con .text p.title{
    font-size: 2em;
    color: #4e6622;
    font-weight: bold;
}
section#area03 .contents .item.about .item-con .text p.mark {
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
}
section#area03 .contents .item.about .item-con .text p.mark::before,
section#area03 .contents .item.about .item-con .text p.mark::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
section#area03 .contents .item.about .item-con .text p.mark::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(78, 102, 34, .5);
}
section#area03 .contents .item.about .item-con .text p.mark::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(117, 153, 50, .5);
}
section#area03 .contents .item.flow .item-con .flow-con{
	width: 100%;
}
section#area03 .contents .item.flow .item-con .flow-con .text .con{
    box-shadow: 0 0px 3px #ccc;
    padding: 40px 20px 20px;
    margin: -15px 0 0;
    text-align: center;
}
section#area03 .contents .item.flow .item-con .flow-con .text .con a{
	color: #90BA64;
	border-bottom: 1px solid;
}
section#area03 .contents .item .item-con .image img{
	width: 100%;
	border-radius: 4px;
}
.price {
    box-shadow: 0 2px 10px #ccc;
    padding: 20px;
    font-size: 1.1em;
}
.price p{
	color: #69892D;
	font-weight: bold;
}
.bg-img-voice{
    background: url(../image/voice.png) no-repeat #fff;
    background-size: contain;
    /*background-position: right;*/
    /*padding: 90px 0 60px;*/
}
.bg-img-about{
    background: url(../image/about.png) no-repeat #fff;
    background-size: auto;
    /*background-position: right;*/
    /*padding: 90px 0 60px;*/
}
.voice{
    text-align: center;
    padding: 35px 0 25px;
    /*background: #fff;*/
}
.voice h2{
	line-height: 1.3em;
}
.balloon{
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	width: 100%;
}
.balloon p{
	padding: 0 15px 0 15px;
	margin: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	/* border-right: dotted 1px #e6e6e6; */
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.3333%;
	font-size: 1.3em;
	position: relative;
}
.balloon p:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    filter: drop-shadow(2px 2px 2px rgba(224,224,224,1));
}
.balloon p span{
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 10px #ccc;
    width: 100%;
    font-size: 0.8em;
}
big.yellow{
	color: #b3b33b;
}
p.hr{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.6em !important;
    margin: 0 0 15px;
}
p.hr:before, p.hr:after {
    border-top: 1px solid;
    content: "";
    display: inline;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
p.hr:before {
    margin-right: 0.5em;
}
p.hr:after {
    margin-left: 0.5em;
}
.tape{
	position: relative;
	background: rgba(78, 102, 34, .7);
	box-shadow: 0px 0px 0px 5px rgba(78, 102, 34, .7);
	border: dashed 2px white;
	padding: 0.2em 0.7em;
	color: #fff;
	display: table;
	margin: 0 auto;
}
.tape:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #4e6622 #fff #4e6622;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.tape p {
    margin: 0; 
    padding: 0 !important;
}

@media screen and (max-width: 1000px) and (min-width: 769px){
	section#area03 .contents{
		width: 100%;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 768px) {
	section#area03{
		padding: 60px 0 60px;
	}
	section#area03 .contents{
		width: 100%;
		padding: 0 30px;
	}
	section#area03 .contents .title h2{
		font-size: 2.0em;
	}
	section#area03 .contents .item .item-con .image{
		width: 100%;
	}
	section#area03 .contents .item .item-con .text{
		width: 100%;
	}
	.balloon p{
		width: 100%;
	}
	.bg-img-voice{
		background-position: bottom;
	}
	.bg-img-about{
		background-size: cover;
	}
}

/* area04 */

section#area04{
	background: #f4f4f4;
	padding: 90px 0 60px;
}
section#area04 .contents {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}
section#area04 .contents .title{
	text-align: center;
	margin: 0 0 20px;
}
section#area04 .contents .title h2{
	font-size: 2.5em;
	line-height: 1.3em;
	display: inline-block;
}
section#area04 .contents .item{
	border: 1px solid #69892D;
    padding: 10px;
    background: #fff;
    margin: 0 0 30px;
    border-radius: 4px;
}
section#area04 .contents .item .item-con{
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	width: 100%;
	justify-content: center;
    align-items: center;
}
section#area04 .contents .item .item-con .text{
	padding: 0 15px 0 15px;
	margin: 15px 0;
	/*border-right: dotted 1px #e6e6e6;*/
	box-sizing: border-box;
	width: 70%;
}
section#area04 .contents .item .item-con .image{
	padding: 0 15px 0 15px;
	margin: 15px 0;
	box-sizing: border-box;
	width: 30%;
	/*border-right: dotted 1px #e6e6e6;*/
}
section#area04 .contents .item .item-con .text h4{
	padding: 10px 0;
	border-bottom: 2px dotted #69892D;
	color: #69892D;
}
section#area04 .contents .item .item-con .text h4 big{
	color: #4e6622;
}
section#area04 .contents .item .item-con .text p{
	padding: 10px 0;
	font-size: 1.1em;
}
section#area04 .contents .item .item-con .image img{
	width: 100%;
	border-radius: 4px;
}

@media screen and (max-width: 1000px) and (min-width: 769px){
	section#area04 .contents{
		width: 100%;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 768px) {
	section#area04{
		padding: 60px 0 60px;
	}
	section#area04 .contents{
		width: 100%;
		padding: 0 30px;
	}
	section#area04 .contents .title h2{
		font-size: 2.0em;
	}
	section#area04 .contents .item .item-con .image{
		width: 100%;
	}
	section#area04 .contents .item .item-con .text{
		width: 100%;
	}
}

/* questions */

section#questions{
	background: #f4f4f4;
	padding: 90px 0 60px;
}
section#questions .contents{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}
section#questions .contents .title{
	text-align: center;
	margin: 0 0 20px;
}
section#questions .contents .title h2{
	text-align: center;
}
section#questions .contents .item{
	border: 1px solid #69892D;
	padding: 10px;
	background: #fff;
	margin: 0 0 30px;
	border-radius: 4px;
}
section#questions .contents .item .item-con .question{
	border: none;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	font-size: 1.5em;
	color: #69892D;
	font-weight: bold;
	border-bottom: 2px dotted #69892D;
}
section#questions .contents .item .item-con .answer{
	margin: 10px;
	font-size: 1.1em;
}

@media screen and (max-width: 1000px) and (min-width: 769px){
	section#questions .contents{
		width: 100%;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 768px) {
	section#questions{
		padding: 60px 0 60px;
	}
	section#questions .contents{
		width: 100%;
		padding: 0 30px;
	}
}

/* overview */

section#overview{
	/*background: #f4f4f4;*/
	padding: 90px 0 0;
}
section#overview .contents{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}
section#overview .contents .title{
	text-align: center;
	margin: 0 0 20px;
}
section#overview .contents .title h2{
	text-align: center;
}
section#overview .contents table.overview {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #e8e8e8;
    text-align: left;
    border-collapse: collapse;
}
section#overview .contents table.overview tr th {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    width: 30%;
    font-size: 1.2em;
}
section#overview .contents table.overview tr td {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.2em;
}

@media screen and (max-width: 1000px) and (min-width: 769px){
	section#overview{
    	padding: 60px 30px 0;
	}
	section#overview .contents{
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	section#overview{
    	padding: 60px 30px 0;
	}
	section#overview .contents{
		width: 100%;
	}
}

/* map */

section#map{
	/*background: #f4f4f4;*/
	padding: 90px 0 0;
}
section#map .contents .title{
	text-align: center;
	margin: 0 0 20px;
}
section#map .contents .title h2{
	text-align: center;
}
section#map .contents .map_box{
	text-align: center;
}
section#map .contents .map_box.pc iframe{
	width: 1000px;
}
section#map .contents .map_box iframe{
	vertical-align: top;
}

@media screen and (max-width: 1000px) and (min-width: 769px){
	section#map .contents .map_box.pc iframe{
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	section#map{
		padding: 60px 0 0;
	}
}

/* contact */

section#contact{
	/*background: #f4f4f4;*/
	padding: 90px 0 60px;
}
section#contact .contents{
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
section#contact .contents p.comments{
	margin: 20px 0;
	font-size: 1.2em;
}
table.contactDlBox{
	width: 100%;
	margin: 0 auto 40px auto;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	text-align: left;
	border-collapse: collapse;
	font-size: 1.2em;
}
table.contactDlBox tr{
	border-collapse: collapse;
}
table.contactDlBox tr th{
	font-weight: normal;
    background-color: #F7F7F7;
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    width: 30%;
}
table.contactDlBox tr th span{
	display: table;
	vertical-align: middle;
}
table.contactDlBox tr th span.req{
	text-align: right;
	color: #DF4669;
	font-size: 12px;
}
section#contact .contents form#contactForm table.contactDlBox tr td{
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
input[type=text], input[type=password], textarea{
	border: 1px solid #E6E6E6;
	padding: 6px 2px;
}
textarea{
	width: 100%;
}
table tr td .notes {
    font-size: 12px;
    color: #999999;
}
form#contactForm div.contactSubmitBox p.submitBtn input{
	border: none;
	display: inline-block;
	margin: 0px 0px 15px 0px;
	padding: 10px 0;
	width: 300px;
	background-color: #69892D;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
}
table.contactDlBox.tell{
	margin: 20px auto 20px auto;
}
table.contactDlBox.tell tr th span{
	font-size: 1.5em;
	margin: 0 auto;
}
table.contactDlBox.tell tr th span i{
	color: #90BA64;
}
table.contactDlBox.tell tr th a.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #69892D;
    color: #FFF;
    /*border-bottom: solid 4px #69892D;*/
    border-radius: 3px;
    width: 100%;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.privacy{
	height: 200px;
	overflow: auto;
	border: 1px solid #e9e9e9;
	padding: 15px;
	text-align: left;
	font-size: 0.9em;
	margin: 0 auto 40px auto;
}
.privacy h3 {
	font-size: 1.3em;
	border-bottom: 1px solid #d0d0d0;
	margin: 0 0 10px;
}
.privacy h4 {
	margin: 10px 0;
	border-bottom: 1px dotted #ddd;
	font-size: 1em;
}
.privacy p{
	font-size: 1em !important;
}
.privacy ul li{
	list-style: inside;
}

@media screen and (max-width: 1000px) and (min-width: 769px){
	section#contact{
		width: 100%;
		padding: 60px 30px;
	}
	section#contact{
		width: 100%;
	}
	section#contact .contents{
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	section#contact .contents{
		width: 100%;
	}
	input[type=text], input[type=password]{
		width: 80%;
	}
	input#name_f, input#name_l, input#kana_f, input#kana_l, input#phone, input#email, input#email_confirm {
	    margin: 0 0 10px;
	    width: 100%;
	}
	input#postal{
		margin: 0 0 10px;
	}
	input#address_1, input#address_2{
		margin: 10px 0px;
	    width: 100%;
	}
	section#contact{
		width: 100%;
		padding: 90px 30px 60px;
	}
	form#contactForm div.contactSubmitBox p.submitBtn input{
		width: 80%;
	}
	table.contactDlBox tr th, .contactDlBox tr td{
		display: block;
		width: 100%;
	}
	table.contactDlBox tr th{
		padding: 5px 15px;
		width: 100%;
	}
	table.contactDlBox tr th.sp{
		padding: 5px;
	}
	table.contactDlBox tr th span{
		display: table-cell;
	}
	table.contactDlBox.tell tr th {
		text-align: center;
		display: table;
	}
	table.contactDlBox.tell tr th span{
		padding: 5px; 
	}
}

/* ========== contact link ========== */

#contactLink{
    background: url(../image/bg-image01.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}
.contact-link .contents{
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 60px 0px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.1);
}
.contact-link .contents a{
    width: 600px;
    border: none;
    margin: 10px auto 0;
    padding: 10px 0;
    background-color: #69892D;
    text-align: center;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    color: #fff;
}
/*.contact-link .contents a:active {
    border-bottom: solid 2px #69892D;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}*/
@media only screen and (max-width: 768px) {
	.contact-link .contents{
		padding: 20px 20px;
	}
	.contact-link .contents a{
		font-size: 13px;
		width: 100%;
	}
}

/* ========== footer ========== */

footer {
    background: #fafafd;
    padding: 30px 15px;
    text-align: center;
}
