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

/*******index共通*******/
#index .pagetop {
	display: none;
}

.sumoGreen {
	color: #073;
}

section {
	padding: 0 5%;
}

footer {
	padding-bottom: 17vw;
}

/*******topImage*******/
.topImage {
	background: #efefef;
	padding: 0;
	text-align: center;
}
.topImage #slider {
	width: 100%;
}
.topImage img {
	width: 100%;
}

/*******住もNAVI(#link_sumo)*******/

#link_sumo {
	padding-top: 1em;
}
#link_sumo h3 {
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 0.5em;
}
#link_sumo h3 + p {
	font-size: 3.5vw;
	line-height: 1.75;
}

.sumoNextWrap {
	padding: 2em 0 0;
	display: none;
}
.sumoNextWrap .text {
	width: 100%;
}
.sumoNextWrap .text p {
	font-size: 3.5vw;
	line-height: 1.5;
	padding-bottom: 1em;
}
.sumoNextWrap .photo {
	width: 100%;
	text-align: center;
}
.sumoNextWrap .photo img {
	width: 80%;
	padding-bottom: 10px;
}

.sumoHouseWrap {
	display: table;
	width: 100%;
	margin: 4vw 0 -2vw;
}
.sumoHouseWrap div {
	display: table-cell;
}
.sumoHouseWrap div.pc {
	display: none;
}
.sumoHouseWrap div:nth-child(n+2) {
	width: 50%;
	text-align: right;
}
@media screen and (max-width: 668px){
.sumoHouseWrap div:first-child img,
.sumoHouseWrap .openBtn {
	height: 18vw;
}
}

.sumoHouseWrap .openBtn {
	cursor: pointer;
}

/*******工務店例(link_house)*******/
#link_house {
	background: url(../images/index/pattern_img1.gif);
	padding: 2em 0 1em;
}

#link_house h3 {
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1em;
}

.houseBox {
	width: 48.5%;
	margin-right: 3%;
	float: left;
	margin-bottom: 1em;
}
.houseBox:nth-of-type(even) {
	margin-right: 0;
}
.houseBox:last-of-type {
	margin-right: 0;
}
.houseBox > p {
	color: #fff;
	font-size: 2.8vw;
	font-weight: bold;
	text-align: center;
	line-height: 6vw;
	padding-bottom: 3vw;
	background: url(../images/index/house_fuki.png) no-repeat center top;
	background-size: contain;
}
.houseBoxInner {
	width: 100%;
	background: #fff;
}
@media screen and (max-width: 668px){
.houseBoxInner img {
	width: 100%;
}
.houseBox .sp {
	padding-top: 2vw;
	text-align: center;
}
.houseBox .sp img {
	width: 75%;
}
}

.houseBoxInner p.text {
	padding: 5%;
	font-size: 2.8vw;
	line-height: 1.5;
}

#link_house .attention {
	font-size: 2.8vw;
}

/*******情報＋お知らせ(link_infoNews)*******/
#link_infoNews {
	padding: 1em 0 1.5em;
}

.keiyaku {
	text-align: center;
	margin-bottom: 1.5em;
}

/*お知らせ　情報*/

.infoNews h3{
	margin-bottom: 2vw;
    font-size: 5vw;
    font-weight: bold;
	color: #073;
}

.infoNews h3:before {
    content: "";
    display: inline-block;
    vertical-align: -30%;
	margin-bottom: 0.3vw;
}

.infoNews .infoBox h3:before {
    background: url(../images/index/infonews_icon01.png) no-repeat;
	width: 10.5vw;
	height: 6.5vw;
	background-size:contain;
}
.infoNews .newsBox h3:before {
    background: url(../images/index/infonews_icon02.png) no-repeat;
	width: 10.5vw;
	height: 7.5vw;
	background-size:contain;
}

.infoNews .newsBox,
.infoNews .infoBox {
	width: 100%;
	display: block;
	margin-bottom: 1em;
}
.infoNews .newsBox {
	margin-bottom: 0;
}

.infoNews .infoBox{
	margin-right: 20px;
}

.link-news,
.link-info {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
	color: #4d4d4d;
}

.news,
.info {
    border-top: #073 2px solid;
	border-bottom: #ccc 1px solid;
	overflow: hidden;
	height: 75vw;
	padding: 0.5em 0;
}

.news ul li,
.info ul li {
    padding: 0.5em 0;
    border-bottom: 1px solid #eee;
	font-size: 3.5vw;
	line-height: 1.75;
}
.news ul li a,
.info ul li a {
    color: #333;
	opacity: 1;
}
.news ul li a:hover,
.info ul li a:hover {
	text-decoration:none;
}
.news ul li p,
.info ul li p {
	margin-top:5px;
	font-size: 4vw;
	line-height: 1.5;
}
.news ul li a p:hover,
.info ul li a p:hover {
	text-decoration:underline;
}
.news ul li img,
.info ul li img {
	vertical-align:middle;
	margin-left:10px;
}

.linkBtn{
	display: block;
	margin: 1em auto 0;
	width: 100%;
	font-size: 4vw;
	text-align: center;
	line-height: 2.5em;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #4d4d4d;
}

/*******サービス(link_service)*******/
#link_service {
	width: 100%;
	background: url(../images/index/pattern_img4.gif);
	padding: 0;
}

.serviceHead {
	width: 100%;
	background: url(../images/index/pattern_img3.gif);
	padding: 0.5em 0;
	text-align: center;
}

@media screen and (max-width: 668px){
.serviceHead img {
	width: 75%;
}
}

.serviceInner {
	width: 90%;
	padding: 1em 0;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.serviceCicle {
	float: left;
	margin-right: 3vw;
    width: 28vw;
    height: 28vw;
    background: #00a73c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
	padding-top: 5vw;
}
.serviceCicle:nth-of-type(3n) {
	margin-right: 0;
}
.serviceCicle:nth-of-type(n+4) {
	margin-top: 3vw;
}
.serviceCicle p {
	color: #fff;
	font-size: 2.8vw;
	font-weight: bold;
	line-height: 1.35;
	padding-top: 2vw;
}
.serviceCicle p sup {
	display: inline;
	vertical-align: top;
}
.serviceInner > p {
	font-size: 2.8vw;
	color: #00a73c;
	margin-top: 2em;
	text-align: left;
}

@media screen and (max-width: 668px){
.serviceCicle img {
	width: 8vw;
}
}

/*******選ばれる理由(link_reason)*******/
#link_reason {
	width: 100%;
	background: url(../images/index/pattern_img6.gif);
	padding: 0;
	border-style: solid;
	border-width: 0px 0px 8px;
	-moz-border-image: url(../images/header_line.png) 0 0 8 repeat;
	-webkit-border-image: url(../images/header_line.png) 0 0 8 repeat;
	-o-border-image: url(../images/header_line.png) 0 0 8 repeat;
	border-image: url(../images/header_line.png) 0 0 8 fill repeat;
}

.reasonHead {
	width: 100%;
	background: url(../images/index/pattern_img5.gif);
	padding: 4.7vw 0;
	text-align: center;
}

@media screen and (max-width: 668px){
.reasonHead img {
	width: 75%;
}
}

.reasonInner {
	width: 90%;
	padding: 2em 0 1.5em;
	margin: 0 auto;
}
.reasonInner li {
	display: inline-block;
	width: 100%;
	margin-bottom: 1em;
	padding: 8vw 20vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffc8;
	background-repeat: no-repeat; 
	position:relative;
}
.reasonInner li:last-child {
	margin-bottom: 0;
}
.reasonInner li > div{
	position: absolute;
	top: -2.3vw;
	left: 3vw;
	width: 13vw;
	height: auto;
}
@media screen and (max-width: 668px){
.reasonInner li > div img {
	width: 13vw;
}
}
.reasonInner li > img{
	height: 10vw;
}

.reasonInner li.point01 {
	background-image: url(../images/index/reason_img01.png); 
	background-position: right 3vw bottom 3vw;
	background-size: auto 19.5vw;
}
.reasonInner li.point02 {
	background-image: url(../images/index/reason_img02.png); 
	background-position: right 5vw bottom 3vw;
	background-size: auto 19.5vw;
}
.reasonInner li.point03 {
	background-image: url(../images/index/reason_img03.png);
	background-position: right 6vw bottom 3vw;
	background-size: auto 19.5vw;;
}
.reasonInner li.point04 {
	background-image: url(../images/index/reason_img04.png); 
	background-position: right 10vw bottom 3vw;
	background-size: auto 19.5vw;
}


/*******個別相談の流れ(link_flow)*******/
#link_flow {
	padding: 2em 0;
}
#link_flow h3 {
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	padding-bottom: 0.5em;
}
#link_flow p.sub {
	text-align: center;
	font-size: 3vw;
	color: #666;
	padding-bottom: 1em;
}

.flowBox {
	width: 48.5%;
    margin-right: 3%;
	margin-bottom: 1em;
	float: left;
}
.flowBox:nth-of-type(n+5) {
	margin-bottom: 0;
}
.flowBox:nth-of-type(even) {
	margin-right: 0;
}
.flowBox .title {
	padding-bottom: 0.2em;
}
.flowBox .title img {
	float: left;
	margin-right: 0.1em;
	width: 5.2vw;
}
.flowBox .title p {
	font-size: 3vw;
	font-weight: bold;
	line-height: 5.5vw;
}
.flowBox .photo img {
	width: 100%;
}
.flowBox .text {
	font-size: 3vw;
	line-height: 1.5;
	padding-top: 0.75em;
}

/*******お客様の声(link_voice)*******/
#link_voice {
	padding: 0;
}

#link_voice h3 {
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	color: #ed6d1f;
	padding-bottom: 0.5em;
}
#link_voice p.sub {
	text-align: center;
	font-size: 3vw;
	color: #666;
	padding-bottom: 1em;
}

.voiceWrap {
	width: 90%;
	margin: 0 auto;
	padding: 8vw 5% 1vw;
	background: url(../images/index/pattern_img8.gif)repeat;
	position: relative;
	-moz-border-radius: 6px;    /* 古いFirefox */
	-webkit-border-radius: 6px; /* 古いSafari,Chrome */
	border-radius: 6px;         /* CSS3 */
}
.voiceWrap .yane {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.voiceWrap .people01 {
	display: none;
}
.voiceWrap .people02 {
	display: none;
}

.voiceBox {
	background: #fff;
	-moz-border-radius: 6px;    /* 古いFirefox */
	-webkit-border-radius: 6px; /* 古いSafari,Chrome */
	border-radius: 6px;         /* CSS3 */
	width: 100%;
	margin: 0 auto 3vw;
	cursor: pointer;
}
.voiceBox ul {
	display: table;
	width: 100%;
}
.voiceBox ul li {
	display: table-cell;
}
.voiceBox .image {
	width: 17vw;
	padding: 3vw;
	text-align: center;
	vertical-align: top;
}
.voiceBox .image img {
	width: 100%;
}
.voiceBox .titleName {
	vertical-align: top;
}
.voiceBox .title {
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.1;
	padding-top: 1em;
}
.voiceBox .name {
	font-size: 3vw;
	padding: 0.8em 0 1em;
}
.voiceBox .btn {
	text-align: right;
	padding: 0 3vw 0 ;
	vertical-align: middle;
}
.voiceBox .btn img {
	width: 7vw;
}
.voiceBox .voiceShow {
	font-size: 3vw;
	padding: 0 3vw 3vw;
	line-height: 1.5;
}

.voiceShow {
	display: none;
}


/*******よくあるご質問(link_faq)*******/
#link_faq {
	padding:  2em 0;
}
#link_faq h3 {
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	padding-bottom: 0.5em;
}
#link_faq p.sub {
	text-align: center;
	font-size: 3vw;
	color: #666;
	padding-bottom: 1em;
}

.faqList {
	width: 100%;
	border: 4px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 6px;    /* 古いFirefox */
	-webkit-border-radius: 6px; /* 古いSafari,Chrome */
	border-radius: 6px;         /* CSS3 */
	padding: 5% 5% 5%;
	margin-bottom: 1em;
}
.faqList:last-of-type {
	margin-bottom: 0;
}
.faqList .title {
	color: #073;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 8px;
	border-bottom: 1px solid #adadad;
	padding-left: 6.5vw;
	text-indent: -6.5vw;
}
.faqList .title:before {
	content:" ";
    display:inline-block;
    width: 5vw;
    height: 5vw;
    background:url( ../images/index/faq_icon.png);    
    background-size:contain;
	margin: 0 1.5vw -0.7vw 0;
}
.faqList .text {
	font-size: 3vw;
	padding-top: 3vw;
	line-height: 1.5;
}

/*******店舗情報(link_shop)*******/
#link_shop {
	width: 100%;
	background: #02a83a;
	padding: 10vw 0 0;
	border-style: solid;
	border-width: 8px 0px 0px;
	-moz-border-image: url(../images/header_line.png) 8 0 0 repeat;
	-webkit-border-image: url(../images/header_line.png) 8 0 0 repeat;
	-o-border-image: url(../images/header_line.png) 8 0 0 repeat;
	border-image: url(../images/header_line.png) 8 0 0 fill repeat;
	overflow: hidden;
}

#link_shop h3 {
	color: #fff;
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
	padding-bottom: 7vw;
}

.shopWrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.shopList {
	width: 100%;
	margin: 0 0 2em;
	padding: 0 5%;
}
.shopList .name {
	color: #fff;
	font-size: 6vw;
	font-weight: bold;
	padding: 0.6em 0 0.3em;
}
.shopList .tel {
	color: #fff05a;
	font-size: 5vw;
	font-weight: bold;
}
.shopList .tel:before {
	content:" ";
    display:inline-block;
    width: 6vw;
    height: 5.5vw;
    background:url( ../images/index/shop_tel.png) no-repeat;    
    background-size:contain;
	margin: 0 0 -1vw 0;
}
.shopList .add {
	color: #fff;
	font-size: 3.6vw;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.75em 0;
}
.shopList .addSmall {
	font-size: 80%;
}
.shopList .map a {
	display: block;
	color: #fff;
	font-size: 4.8vw;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	-moz-border-radius: 5px;    /* 古いFirefox */
	-webkit-border-radius: 5px; /* 古いSafari,Chrome */
	border-radius: 5px;         /* CSS3 */
	border: 2px solid #fff;     /* 枠線の装飾 */
	transition: background-color 0.5s;
}
.shopList .map a:hover {
	opacity: 1;
	background-color: rgba(255, 255, 255, .15);
	transition: background-color 1s;
}
.shopList .spTel a{
	margin-top: 3vw;
	display: block;
	color: #fff;
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
	padding: 4.5vw 0;
	background: #ED6E1D;
	background-image: -webkit-linear-gradient(top, #ED6E1D, #DC4B23);
	background-image: -moz-linear-gradient(top, #ED6E1D, #DC4B23);
	background-image: -ms-linear-gradient(top, #ED6E1D, #DC4B23);
	background-image: -o-linear-gradient(top, #ED6E1D, #DC4B23);
	background-image: linear-gradient(to bottom, #ED6E1D, #DC4B23);
	border-radius: 6px;
	box-shadow: 0 0 10px 0 #666;
}

.soudan {
	font-size: 0;
	width: 100%;
	margin: 0 auto 10vw;
}
.soudan li {
	display: inline-block;
	color: #fff;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 0;
}
.soudan li:nth-of-type(2) {
	width: 100%;
}

.contactBtn a {
	display: block;
	width: 90%;
	margin: 0 auto 10vw;
	border-radius: 6px;
	border: 2px solid #fff;
    background-color: #ed6d1f;
    box-shadow: 0 0 3vw 0 #666;
	padding: 5vw 0;
}
.contactBtn p {
	color: #fff;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
}
.contactBtn p:before {
	content:" ";
    display:inline-block;
    width: 7vw;
    height: 7vw;
    background:url( ../images/index/mail.png) center center no-repeat;    
    background-size:contain;
	margin: 0 2vw 1vw 0;
	vertical-align: middle;
}


/*ぎふ婚NAVIバナー*/
.gifukonBanner {
	text-align: center;
	
}
/*******バナーエリア*******/
.bannerArea {
	width: 90%;
	margin: 0 auto 12vw;
}
.bannerArea ul {
	width: 100%;
}
.bannerArea ul li {
	text-align: center;
	width: 100%;
	display: block;
}
.bannerArea ul li:first-child {
	margin-bottom: 5vw;
}
.bannerArea ul li:last-child img {
	width: 55%;
}

/*************************************************************************************
*************************************************************************************
PC版
*************************************************************************************
*************************************************************************************/

@media screen and (min-width: 668px){
/*******index共通*******/
section {
	padding: 0;
}

footer {
	padding-bottom: 0;
}

/*******住もNAVI(#link_sumo)*******/

#link_sumo {
	padding-top: 45px;
	width: 1010px;
	margin: 0 auto;
}
#link_sumo h3 {
	font-size: 32px;
	padding-bottom: 5px;
}
#link_sumo h3 + p {
	font-size: 16px;
	text-align: center;
}

.sumoNextWrap {
	width: 940px;
	margin: 0 auto;
	padding: 50px 0;
}
.sumoNextWrap .text {
	float: left;
	width: 540px;
}
.sumoNextWrap .text p {
	font-size: 16px;
	line-height: 1.75;
	padding-bottom: 1.75em;
}
.sumoNextWrap .photo {
	float: right;
	width: 360px;
}
.sumoNextWrap .photo img {
	width: 100%;
	padding-bottom: 10px;
}

.sumoHouseWrap {
	margin: -50px 0 -8px;
}
.sumoHouseWrap div.pc {
	display: table-cell;
}
.sumoHouseWrap div:nth-child(n+2) {
	width: 176px;
}
.sumoHouseWrap .openBtn {
	padding-bottom: 25px;
}

/*******工務店例(link_house)*******/
#link_house {
	padding: 55px 0 40px;
}

#link_house h3 {
	font-size: 28px;
}

.houseBox {
	width: 300px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.houseBox:nth-of-type(even) {
	margin-right: 20px;
}
.houseBox:nth-of-type(3) {
	margin-right: 0;
}
.houseBox > p {
	font-size: 16px;
	line-height: 40px;
	padding-bottom: 24px;
}
.houseBoxInner p.text {
	padding: 20px;
	font-size: 14px;
}

#link_house .attention {
	font-size: 13px;
}

/*******情報＋お知らせ(link_infoNews)*******/
#link_infoNews {
	padding: 55px 0 105px;
}

.keiyaku {
	margin-bottom: 60px;
}

/*お知らせ　情報*/

.infoNews h3{
	font-size: 22px;
	margin-bottom: 5px;
}

.infoNews h3:before {
    content: "";
    display: inline-block;
	margin-bottom: 2px;
    margin-right: 0.5em;
    vertical-align: -30%;
}

.infoNews .infoBox h3:before {
    background: url(../images/index/infonews_icon01.png) no-repeat;
	width: 36px;
	height: 26px;
}
.infoNews .newsBox h3:before {
    background: url(../images/index/infonews_icon02.png) no-repeat;
	width: 34px;
	height: 27px;
	margin-bottom: 1px;
}

.infoNews .newsBox,
.infoNews .infoBox {
	width: 460px;
	float: left;
	position: relative;
	margin-bottom: 0;
}

.infoNews .infoBox{
	margin-right: 20px;
}

.link-news,
.link-info {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
	color: #4d4d4d;
}

.news,
.info {
    border-top: #073 2px solid;
	border-bottom: #ccc 1px solid;
	overflow: hidden;
	height: 310px;
}

.news ul li,
.info ul li {
    padding: 10px 0;
	font-size: 14px;
}
.news ul li p,
.info ul li p {
	margin-top:5px;
	font-size: 16px;
}
.news ul li img,
.info ul li img {
	vertical-align:middle;
	margin-left:10px;
}

/*******サービス(link_service)*******/
.serviceHead {
	padding: 15px 0;
}
.serviceHead p:before {
	content:" ";
    display:inline-block;
    width:106px;
    height:106px;
    background:url( ../images/index/pig01.png);    
    background-size:contain;
	margin: 0 35px -37px 0;
}
.serviceHead p:after {
	content:" ";
    display:inline-block;
    width:106px;
    height:106px;
    background:url( ../images/index/pig02.png);    
    background-size:contain;
	margin: 0 0 -37px 35px;
}

.serviceInner {
	width: 860px;
	padding: 60px 0;
}

.serviceCicle {
	margin-right: 20px;
    width: 260px;
    height: 260px;
	padding-top: 56px;
}
.serviceCicle:nth-of-type(3n) {
	margin-right: 0;
}
.serviceCicle:nth-of-type(n+4) {
	margin-top: 20px;
}
.serviceCicle:nth-of-type(6) {
	padding-top: 47px;
}
.serviceCicle:nth-of-type(6) p {
	font-size: 19px;
}
.serviceCicle p {
	font-size: 22px;
	padding-top: 20px;
}
.serviceCicle p + span {
	font-size: 12px;
	padding-top: 1em;
	color: #fff;
	line-height: 1.5;
}
.serviceCicle p sup {
	display: none;
}

/*******選ばれる理由(link_reason)*******/
.reasonHead {
	padding: 35px 0 35px;
}
.reasonHead p {
	padding-left: 106px;
}
.reasonHead p:after {
	content:" ";
    display:inline-block;
    width:106px;
    height:106px;
    background:url( ../images/index/pig03.png);    
    background-size:contain;
	margin: 0 0 -57px 35px;
}

.reasonInner {
	width: 940px;
	padding: 70px 0 80px;
	margin: 0 auto;
	font-size: 0;
}
.reasonInner li {
	display: inline-block;
	width: 460px;
	margin-bottom: 40px;
	margin-right: 20px;
	padding: 40px 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffc8;
	background-repeat: no-repeat; 
	position:relative;
}
.reasonInner li:nth-child(3n) {
	margin-bottom: 0;
}
.reasonInner li:nth-child(even) {
	margin-right: 0;
}
.reasonInner li > div{
	top: -8px;
	left: 16px;
	width: 52px;
	height: 60px;
}
.reasonInner li > img{
	height: auto;
}

.reasonInner li.point01 {
	background-position: right 15px bottom 15px;
	background-size: auto;
}
.reasonInner li.point02 {
	background-position: right 20px bottom 15px;
	background-size: auto;
}
.reasonInner li.point03 {
	background-position: right 35px bottom 13px;
	background-size: auto; 
}
.reasonInner li.point04 {
	background-position: right 40px bottom 20px;
	background-size: auto;
}


/*******個別相談の流れ(link_flow)*******/
#link_flow {
	padding: 60px 0;
}
#link_flow h3 {
	font-size: 28px;
}
#link_flow p.sub {
	font-size: 15px;
	padding-bottom: 30px;
}

.flowBox {
	width: 300px;
	margin-right: 20px;
	margin-bottom: 35px;
	float: left;
}
.flowBox:nth-of-type(even) {
	margin-right: 20px;
}
.flowBox:nth-of-type(n+4) {
	margin-bottom: 0;
}
.flowBox:nth-of-type(3n) {
	margin-right: 0;
}
.flowBox .title {
	padding-bottom: 0.2em;
}
.flowBox .title img {
	float: left;
	margin-right: 0.5em;
	width: 44px;
}
.flowBox .title p {
	font-size: 20px;
	line-height: 48px;
}
.flowBox .text {
	font-size: 16px;
	line-height: 1.75;
}

/*******お客様の声(link_voice)*******/
#link_voice {
	padding: 0;
}

#link_voice h3 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #ed6d1f;
	padding-bottom: 0.5em;
}
#link_voice p.sub {
	text-align: center;
	font-size: 15px;
	color: #666;
	padding-bottom: 40px;
}

.voiceWrap {
	width: 940px;
	margin: 0 auto;
	padding: 70px 40px 30px;
	background: url(../images/index/pattern_img8.gif)repeat;
	position: relative;
}
.voiceWrap .yane {
	position: absolute;
	top: 0;
	left: 0;
}
.voiceWrap .people01 {
	display: block;
	position: absolute;
	top: 33px;
	left: 87px;
}
.voiceWrap .people02 {
	display: block;
	position: absolute;
	top: 19px;
	right: 16px;
}




.voiceBox {
	width: 860px;
	margin: 0 auto 10px;
}
.voiceBox .image {
	width: 120px;
	padding: 15px 0;
}
.voiceBox .image img {
	width: 82px;
}
.voiceBox .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	padding-top: 1em;
}
.voiceBox .name {
	font-size: 16px;
	padding: 0.5em 0 1em;
}
.voiceBox .btn {
	text-align: right;
	padding: 0 20px 0 0;
}
.voiceBox .btn img {
	width: 26px;
}
.voiceBox .voiceShow {
	font-size: 16px;
	padding: 0 40px 25px 120px;
	line-height: 1.75;
}

/*******よくあるご質問(link_faq)*******/
#link_faq {
	padding: 70px 0 80px;
}
#link_faq h3 {
	font-size: 28px;
}
#link_faq p.sub {
	font-size: 15px;
	padding-bottom: 30px;
}

.faqList {
	width: 460px;
	padding: 30px 30px 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.faqList:last-of-type {
	margin-bottom: 0;
}
.faqList:nth-of-type(even) {
	margin-right: 0;
}
.faqList .title {
	color: #073;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 8px;
	border-bottom: 1px solid #adadad;
	padding-left: 31px;
	text-indent: -31px;
}
.faqList .title:before {
	content:" ";
    display:inline-block;
    width:26px;
    height:26px;
    background:url( ../images/index/faq_icon.png);    
    background-size:contain;
	margin: 0 5px -5px 0;
}
.faqList .text {
	font-size: 16px;
	padding-top: 10px;
	line-height: 1.75;
}

/*******店舗情報(link_shop)*******/
#link_shop {
	padding: 60px 0 0;
}

#link_shop h3 {
	font-size: 30px;
	padding-bottom: 40px;
}

.shopWrap {
	width: 840px;
	margin: 0 auto;
}
.shopList {
	width: 400px;
	margin: 0 40px 40px 0;
	padding: 0;
	float: left;
}
.shopList:nth-of-type(even) {
	margin-right: 0;
}
.shopList .name {
	font-size: 30px;
	padding: 0.5em 0 0.2em;
}
.shopList .tel {
	font-size: 24px;
}
.shopList .tel:before {
    width: 23px;
    height: 25px;
	margin: 0 5px -4px 0;
}
.shopList .add {
	font-size: 16px;
	line-height: 1.4;
	padding: 0.75em 0;
}
.shopList .map a {
	font-size: 18px;
	padding: 1em 0;
}

.soudan {
	width: 800px;
	margin: 0 auto 40px;
}
.soudan li {
	font-size: 24px;
	padding: 0 10px;
}
.soudan li:nth-of-type(2) {
	width: auto;
}

.contactBtn a {
	width: 580px;
	margin: 0 auto 50px;
	box-shadow: 0 0 10px 0 #666;
	padding: 35px 0;
}
.contactBtn p {
	font-size: 24px;
}
.contactBtn p:before {
    width: 50px;
    height: 30px;
	margin: 0 20px 4px 0;
}

/*ぎふ婚NAVIバナー*/
.gifukonBanner {
	text-align: right;
	margin: 0 auto 20px;
	width: 840px;
}

/*******バナーエリア*******/
.bannerArea {
	margin: 0 auto 20px;
	width: 940px;
}
.bannerArea ul {
	letter-spacing: -.4em; /* 文字間を詰めて隙間を削除する */
}
.bannerArea ul li {
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	width: 240px;
}
.bannerArea ul li:first-child {
	margin-bottom: 0;
	width: 560px;
	margin-right: 140px;
}
.bannerArea ul li:last-child img {
	width: auto;
}




}