@charset "UTF-8";
/* CSS Document */
#slider {
	overflow: hidden;
}
	
.img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}


h1 {
	text-align: center;
	padding-top: 0.5em;
}

.form_ul li {
	margin-bottom: 2.5em;
}
.kome {
	margin-bottom: 3em;
}
.contact h2 {
	background: #EEE;
}

@media only screen and (max-width:960px) {
	/*mobile*/

	.contact {
		width: 90%;
		padding-bottom: 60px;
		margin: 0 auto;
	}
	.contact h1 {
		font-size: 3rem;
		margin-bottom: 30px;
	}
	.contact h2 {
		font-weight: normal;
		font-size: 1.8rem;
		margin-bottom: 0.5em;
	}
	.form_sp {
		width: 96%;
		text-align: center;
		margin: 0 auto 60px;
	}

	.form_sp input[type="text"] {
		border: 1px solid #CCC;
		box-sizing: border-box;
		height: 40px;
	}
	.fmax {
		width: 100%;
	}

	.form_sp input[type="radio"] {
		margin-right: 0.5em;
	}
	
	.form_sp input[type="submit"] {
		cursor: pointer;
		display: block;
		background: #BEAF97;
		color: #fff;
		width: 100%;
		padding: 0.75em 0;
		font-size: 1.5rem;
		margin-bottom: 0.75em;
		border: none;
	}

	
	.radio_line {
		border: 1px solid #CCC;
		padding: 15px;
	}
	.sbt_sp {
		padding-top: 30px;
	}

	.sbt_sp a {
		border-bottom: 1px solid #333;
	}

	footer {

		background: #eee;
		padding: 20px 0 140px;
		font-size: 1.1rem;
		width: 100%;
		text-align: center
	}
	footer h2 {
		font-size: 1.1rem;
	}
	.address {
		margin-bottom: 1em;
	}

	#page-top{
		display: block;
		position: fixed;
		z-index: 9999;
		bottom: -60px;
		right: 10px;
		width: 50px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		transition: .5s;
	}

	#page-top:hover{ 
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
	.form_end {
		width: 90%;
		margin: 0 auto;
	}
	
	.contact_navi {
		padding: 15px 10px 0;
		width: 100%;
		position:fixed;
		right: 0;
		bottom:0;
		background: #fff;
		border: 1px solid #EEE;
	}
	
	.contact_navi h2 {
		font-size: 1.8rem;
		text-align: center;
	}
	.contact_navi ul {
		display: flex;
		flex-wrap: wrap;
	}
	.contact_navi .btn {
		background: #FF9632;
		color: #fff;
		width: 100%;
		padding: 1em 0;
		display: block;
		text-align: center;
	}
	
	
	
	.freetel {
		background: url("../images/freetel.svg") no-repeat left center;
		background-size: 30px auto;
		padding-left: 30px;
		font-size: 2.4rem;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #848079;
	}
	.contact_navi li {
		padding: 12px 0;
	}
	.contact_navi li:first-child {
		width: calc(60% - 10px);
		margin-right: 10px;
	}
	.contact_navi li:last-child {
		width: 40%;
	}
	.contact_navi p {
		font-size: 1.1rem;
	}
	.mcl {
		display: none;
	}
	.time_lbl {
		text-align: center;
		margin-bottom: 0.25em;
		margin-top: 1em;
		display: block;
	}

	.day_w {
		width: 100%;
		height: 40px;
		border:1px solid #CCC;
	}
	
}
@media screen and (min-width:961px) {
	/*PC*/

	section {
		min-width: 1100px;
	}
	.contact {
		width: 100%;
		min-width: 1200px;
		padding-bottom: 170px;
	}
	.contact h1 {
		font-size: 4rem;
		margin-bottom: 30px;
	}
	.contact h2 {
		font-weight: normal;
		font-size: 1.8rem;
		margin-bottom: 0.5em;
	}

	.form_sp {
		width: 600px;
		text-align: center;
		margin: 0 auto;
	}

	.form_sp input[type="text"] {
		border: 1px solid #CCC;
		box-sizing: border-box;
		height: 40px;
	}
	.fmax {
		width: 100%;
	}

	.form_sp input[type="radio"] {
		margin-right: 0.5em;
	}

	.form_sp input[type="submit"] {
		cursor: pointer;
		display: block;
		background: #BEAF97;
		color: #fff;
		width: 100%;
		padding: 1.5em 0;
		font-size: 1.8rem;
		margin-bottom: 0.5em;
		border: none;
	}
	.form_sp label {
		width: 49%;
		display: inline-block;
		text-align: left;
		margin-bottom: 5px;
	}
	.sbt_sp {
		padding-top: 60px;
	}

	.sbt_sp a {
		border-bottom: 1px solid #333;
	}
	
	footer {
		border-top: 1px solid #ccc;
		background: #eee;
		padding: 40px 0 40px;
		font-size: 1.1rem;
		width: 100%;
		min-width: 1100px;
		text-align: center
	}
	footer h2 {
		font-size: 1.1rem;
	}
	.address {
		margin-bottom: 1em;
	}
	.contact_navi {
		padding: 15px 10px 0;
		width: 400px;
		position:fixed;
		right: 0;
		bottom:0;
		background: #fff;
		border: 1px solid #EEE;
		min-width: 400px !important;
	}
	
	.contact_navi h2 {
		font-size: 1.8rem;
		text-align: center;
	}
	.contact_navi ul {
		
	}
	.contact_navi .btn {
		background: #FF9632;
		color: #fff;
		width: 100%;
		padding: 1em 0;
		display: block;
	}
	
	
	
	.freetel {
		background: url("../images/freetel.svg") no-repeat left center;
		padding-left: 70px;
		font-size: 4.4rem;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #848079;
	}
	.contact_navi li {
		text-align: center;
		padding: 12px 0
	}
	.contact_navi li:first-child {
		border-bottom: 1px dotted #ccc;
		padding-top: 0 !important;
	}

	#page-top{
		display: block;
		position: fixed;
		z-index: 9999;
		bottom: -60px;
		right: 10px;
		width: 50px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		transition: .5s;
	}

	#page-top:hover{ 
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
	.form_end {
		width: 100%;
		min-width: 1100px;
		text-align: center;
	}

	.mbr {
		display: none;
	}
	


	.m_photo01 {
		width: 430px;
		height: 286px;
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.m_photo01 img,
	.m_photo_sp img{
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	
	ul.m_txt {
		width: calc(100% - 460px);
		float: left;
		margin-bottom: 30px;
	}
	ul.m_txt li {
		border-bottom: 1px solid #ccc;
		line-height: 39px;
	}
	ul.m_txt li:first-child,
	ul.m_txt li:last-child {
		border-bottom: 1px solid #666;
	}
	
	ul.m_txt li:first-child {
		line-height: 45px !important;
		font-size: 2rem;
	}
	ul.m_photo_sp {
		width: 100%;
		margin-bottom: 5px;
		display: flex;
		flex-wrap: wrap;
	}
	ul.m_photo_sp li {
		width: calc((100% - 90px) / 4);
		height: 133px;
		margin-right:30px;
	}
	ul.m_photo_sp li:last-child {
		margin-right:0;
	}
	.time_lbl {
		width: 8em !important;
	}

	.day_w {
		width: 15em;
		height: 40px;
		border:1px solid #CCC;
		margin-bottom: 1em;
	}
}

.txt_btn {
	width: 11em;
	margin: 0 auto 90px;
	border: 1px solid #666;
	display: block;
	padding: 0.5em 0;
	text-align: center;
}

.txt_btn:hover {
	background: #666;
	color: #fff;
}




/*clearfix*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}