@charset "utf-8";

/* ==================================================================

	contact.css
	
=================================================================== */


/* ==================================================================
　■ 共通系
=================================================================== */

/* ◇ title
-------------------------------- */	
.contents .accent{
    background:url(../../images/contact/accent.jpg) no-repeat 50% 50%; 
    background-size:cover;
}
.contents .mainvisual h2 {
    background:url(../../images/common/contents/icon/dog.png) 0 50% no-repeat;
}

.contents p.error{
	padding:4px;
	background:#F00;
	color:#fff;
}

/* --------------------------------
   □ form
-------------------------------- */ 
form#frm1{
}
form#frm1 .wrap{
	border-top:2px solid #eb6795;
	border-bottom:2px solid #eb6795;
	padding:37px 27px;
	margin-bottom:33px;
	background:#f9f7ed;
}
form#frm1 .wrap table{
	width:100%;
}
	form#frm1 .wrap table th,
	form#frm1 .wrap table td{
		padding:11px 0;
	}
	form#frm1 .wrap table th{
		padding-top:16px;
		padding-right:13px;
		width:30%;
		vertical-align:top;
	}
	
	form#frm1 .wrap table th span.req{
		font-size:85%;
		color:#fff;
		background:#8ec555;
		padding:4px 10px;
		border-radius:4px;
		float:right;
	}

	form#frm1 .wrap table table.inTable th,
	form#frm1 .wrap table table.inTable td{
		padding:4px 0;
	}

	form#frm1 .wrap table table.inTable th{
		width:10em;
	}

	form#frm1 .wrap table td p{
		margin-bottom:0;
	}

	form#frm1 .wrap table td input.text{
		box-sizing:border-box;
	}
	
	form#frm1 .wrap table td input.middle{
		width:80%;
	}
	form#frm1 .wrap table td input.long{
		width:100%;
	}
	
	form#frm1 .wrap table td textarea{
		box-sizing:border-box;
		width:99%;
	}
	form#frm1 .wrap table td p.error{
		margin-top:2px;
		color:#F00;
		background:none;
	}

form#frm1 ul.submitArea li{
	display:inline-block;
	margin:0 20px;
	width:40%
}

form#frm1 ul.submitArea li.buttonStyle a,
form#frm1 ul.submitArea li.buttonStyle button{
	box-sizing:border-box;
	width:80%;
}


/* ==================================================================
　■ contactIndex
=================================================================== */

#contactIndex .chapter{
	margin-top:40px;
	margin-bottom:70px;
}

#contactIndex .chapter p.leadText{
	margin-bottom:36px;
}

/* ◇ reserve
-------------------------------- */	
#contactIndex ul.reserve{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin-bottom:57px;
}

#contactIndex ul.reserve li{
	text-align:center;
	flex-basis: 50%;
}

/* ◇ linkArea
-------------------------------- */	
#contactIndex .linkArea h3{
	font-size:142%;
	background:none;
	padding:0;
	margin-bottom:15px;
}

#contactIndex .linkArea > dl{
	padding:20px 30px;
	background:#f3f3f3;
}

#contactIndex .linkArea > dl dt{
	margin-bottom:15px;
}

#contactIndex .linkArea > dl dd a{
	position:relative;
	display:block;
	border-radius:8px;
	border:2px solid #eb6795;
	padding:18px 25px;
	background:#fff;
	font-weight:700;
	font-size:121%;
}

#contactIndex .linkArea > dl dd a span{
	display:inline-block;
	padding-left:37px;
	color:#eb6795;
	background:url(../../images/contact/mail.png) 0 50% no-repeat;
}

	#contactIndex .linkArea > dl dd a:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 25px;
		width: 0;
		height: 0;
		margin-top: -5px;
		border: 5px solid transparent;
		border-left: 5px solid #eb6795;
	}

/* ==================================================================
　■ contactRevisit
=================================================================== */


/* ◇ introduction
-------------------------------- */	
#contactRevisit #introduction{
	padding-bottom:56px;
	margin-bottom:53px;
	border-bottom:1px solid #d6d6d6;
}

#contactRevisit #introduction .explain{
	float:left;
	width:465px;
}

#contactRevisit #introduction .explain p.text{
	margin-bottom:42px;
}
#contactRevisit #introduction .explain p.text em{
	color:#eb6795;
}
#contactRevisit #introduction .explain p.buttonStyle a{
	width:100%;
	text-align:center;
}
#contactRevisit #introduction .explain p.link{
	margin:17px 0 0 0;
	text-align:center;
}
#contactRevisit #introduction .explain p.link a{
	color:#268ee6;
	text-decoration:underline;
}
#contactRevisit #introduction .explain p.link a:hover{
	color:#1f7ac7;
}

#contactRevisit #introduction .image{
	float:right;
}

/* ◇ telreserve
-------------------------------- */	
#contactRevisit #telreserve .telArea{
	overflow:hidden;
	margin-bottom:42px;
}

#contactRevisit #telreserve .telArea .explain{
	float:left;
	width:616px;
}
#contactRevisit #telreserve .telArea .tel{
	float:right;
}

/* ◇ tab
-------------------------------- */	
#contactRevisit #telreserve .tab{

	border-bottom:2px solid #eb6795;
	overflow:hidden;
}
#contactRevisit #telreserve .tab li{
	float:left;
	width:23.5%;
	margin-left:2%;
}
#contactRevisit #telreserve .tab li:first-child{
	margin-left:0;
}

#contactRevisit #telreserve .tab li a{
	display:block;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	background:#e1e1e1;
	text-align:center;
	padding:20px 0;
	font-weight:700;
}
#contactRevisit #telreserve .tab li.active a{
	color:#fff;
	background:#eb6795;
}

#contactRevisit #telreserve div.flow{
	padding:50px 0;
}

#contactRevisit #telreserve div.flow ul.flow li{
	background:#fde3d6;
	padding: 20px;
    margin-bottom: 40px;
	position:relative;
}

#contactRevisit #telreserve div.flow ul.flow li.center{
	text-align:center;
}

#contactRevisit #telreserve div.flow ul.flow li:after{
	content:'';
	position: absolute;
	bottom:-10px;
	left:50%;
	margin:0 0 -18px -5px;
	width:0;
	height:0;
	border-right:10px solid transparent;
	border-top:10px solid #fa948e;
	border-left:10px solid transparent;
}

#contactRevisit #telreserve div.flow ul.flow li:last-child:after{
	border:none;
}

#contactRevisit #telreserve div.flow ul.flow li span.red{
	color:#f0171c;
	font-size:114%;
}

#contactRevisit #telreserve div.flow#flow1 .leftarea{
	width: 50%;
    float: left;
}

#contactRevisit #telreserve div.flow#flow1 .leftarea ul.flow li.confirmation:after{
	left:68%;
}

#contactRevisit #telreserve div.flow#flow1 .leftarea ul.flow li.confirmation:before{
	content:'';
	position: absolute;
	bottom:-10px;
	left:14%;
	margin:0 0 -18px -5px;
	width:0;
	height:0;
	border-right:10px solid transparent;
	border-top:10px solid #fa948e;
	border-left:10px solid transparent;
}

#contactRevisit #telreserve div.flow#flow1 .leftarea ul.flow li.left:after{
	border:none;
}

#contactRevisit #telreserve div.flow#flow1 .leftarea ul.flow li.right{
}

#contactRevisit #telreserve div.flow#flow1 .rightarea{
	width: 45%;
    float: right;
}

#contactRevisit #telreserve div.flow#flow1 .rightarea p img{
	float:right;
}

@media only screen and
(max-width : 767px) {
	
/* ==================================================================
　■ 共通系
=================================================================== */

/* ◇ title
-------------------------------- */	
.contents .accent{
    background:url(../../images/contact/accent.jpg) no-repeat 50% 50%; 
    background-size:cover;
}
.contents .mainvisual h2 {
    background:url(../../images/common/contents/icon/dog.png) 0 50% no-repeat;
}

.contents p.error{
	padding:4px;
	background:#F00;
	color:#fff;
}

/* --------------------------------
   □ form
-------------------------------- */ 
form#frm1{
}
form#frm1 .wrap{
	padding:3%;
	margin-bottom:3%;
}
form#frm1 .wrap table{
	display:block;
	width:auto;
}
	form#frm1 .wrap table tbody,
	form#frm1 .wrap table tr,
	form#frm1 .wrap table th,
	form#frm1 .wrap table td{
		display:block
	}
	form#frm1 .wrap table th{
		width:auto;
		vertical-align:top;
	}
	
	form#frm1 .wrap table th span.req{
		float:none;
		margin-left:5px;
	}

	form#frm1 .wrap table table.inTable th,
	form#frm1 .wrap table table.inTable td{
		padding:4px 0;
	}

	form#frm1 .wrap table table.inTable th{
		width:auto;
	}

	form#frm1 .wrap table td p{
		margin-bottom:0;
	}
	
	form#frm1 .wrap table td input.middle{
		width:99%;
	}

form#frm1 ul.submitArea li{
	display:block;
	margin:4%;
	width:auto;
}

form#frm1 ul.submitArea li.buttonStyle a,
form#frm1 ul.submitArea li.buttonStyle button{
	box-sizing:border-box;
	width:80%;
}


/* ==================================================================
　■ contactIndex
=================================================================== */

#contactIndex .chapter{
	margin-top:4%;
	margin-bottom:4%;
}

#contactIndex .chapter p.leadText{
	margin-bottom:2%;
}

/* ◇ reserve
-------------------------------- */	
#contactIndex ul.reserve{
	display:block;
	margin-bottom:5%;
}

#contactIndex ul.reserve li{
	margin:2% 0;
}

/* ◇ linkArea
-------------------------------- */	
#contactIndex .linkArea h3{
	font-size:100%;
	margin-bottom:5px;
}

#contactIndex .linkArea > dl{
	padding:4%;
}


#contactIndex .linkArea > dl dd a{
	position:relative;
	padding:8px 12px;
	font-size:100%;
}

/* ==================================================================
　■ contactRevisit
=================================================================== */


/* ◇ introduction
-------------------------------- */	
#contactRevisit #introduction{
	padding-bottom:5%;
	margin-bottom:5%;
}

#contactRevisit #introduction .explain{
	float:none;
	width:auto;
}

#contactRevisit #introduction .explain p.text{
	margin-bottom:5%;
}
#contactRevisit #introduction .explain p.buttonStyle a{
	padding:8px 0;
}

#contactRevisit #introduction .image{
	float:none;
}

/* ◇ telreserve
-------------------------------- */	
#contactRevisit #telreserve .telArea{
	margin-bottom:5%;
}

#contactRevisit #telreserve .telArea .explain{
	float:none;
	width:auto;
}
#contactRevisit #telreserve .telArea .tel{
	float:none;
}

/* ◇ tab
-------------------------------- */	
#contactRevisit #telreserve .tab{

	overflow:hidden;
}
#contactRevisit #telreserve .tab li{
	width:48%;
	margin-left:0;
	margin-right:2%;
	font-size: 85%;
}

#contactRevisit #telreserve .tab li a{
	padding:10px 0;
}
#contactRevisit #telreserve div.flow{
	padding: 7% 0;
}

#contactRevisit #telreserve div.flow#flow1 .leftarea,
#contactRevisit #telreserve div.flow#flow1 .rightarea{
    width:auto;
    float: none;
}

#contactRevisit #telreserve div.flow#flow1 ul.flow li.right,
#contactRevisit #telreserve div.flow#flow1 ul.flow li.left{
	width:48%;
	box-sizing: border-box;
}

#contactRevisit #telreserve div.flow#flow1 .rightarea p img {
    float: none;
}




}

	
