@charset "UTF-8";

.contentpage .m_img_area .m_img {
	background-image: url("../images/contact/m_img@2x.jpg");
}

/*導入
---------------------------------------------------------*/
.bg_area {
	background-color: #f9f5f0;
	padding: 100px 0;
}
.bg_area .com_index3 {
	margin-bottom: 2.3em;
}
.bg_area .com_check_list2 {
	font-weight: bold;
}

.com_check_list2 {
	line-height: 1.8em;
}
.com_check_list2 li {
	box-sizing: border-box;
	margin-top: 1.0em;
	padding-left: 2.5em;
	padding-bottom: .8em;
	border-bottom: solid 1px rgba(173,138,83,0.95);
	position: relative;
}
.com_check_list2 li:first-child {
	margin-top: 0;
}
.com_check_list2 li::before {
	content: "";
	position: absolute;
	width: 1.6em;
	height: 1.6em;
	background: url("../images/check2@2x.png") no-repeat center left;
	background-size: contain;
	left: 0;
	top: .1em;
}

.bg_area .contact_box {
	width: 100%;
	max-width: 1090px;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px rgba(128,99,79,0.3);
	border-bottom: solid 1px rgba(128,99,79,0.3);
	padding: 40px 0;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	column-gap: 3%;
	row-gap: 1.0em;
}
.bg_area .contact_box .tel_box {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.bg_area .contact_box .tel_box .com_tel {
	margin-top: .2em;
	font-size: 185%;
	letter-spacing: .05em;
}
.bg_area .contact_box .com_reserv_btns {
	width: 55%;
	max-width: 470px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.bg_area .contact_box .com_reserv_btns li {
	width: 49%;
}
.bg_area .contact_box .com_reserv_btns a {
	padding: 1.0em 0 .9em;
	border-radius: 3.0em;
}
.bg_area .contact_box + .time_txt {
	line-height: 1.6em;
	margin-top: 1.0em;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	column-gap: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.bg_area {
	padding: 8% 0;
}
.bg_area .com_index3 {
	margin-bottom: 1.5em;
}
.bg_area .contact_box {
	padding: 4% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bg_area {
	padding: 12% 0;
}
.bg_area .com_index3 {
	margin-bottom: 1.5em;
}

.com_check_list2 {
	line-height: 1.6em;
}
.com_check_list2 li {
	padding-left: 2.2em;
	padding-bottom: .5em;
}
.com_check_list2 li::before {
	top: 0;
}

.bg_area .contact_box {
	padding: 6% 0;
	display: block;
	text-align: center;
}
.bg_area .contact_box .tel_box {
	font-size: 100%;
}
.bg_area .contact_box .tel_box .com_tel {
	font-size: 200%;
}
.bg_area .contact_box .com_reserv_btns {
	margin-top: 1.0em;
	width: 100%;
	max-width: 100%;
}
.bg_area .contact_box + .time_txt {
	font-size: 90%;
}
}


/*お問い合わせメールフォーム
---------------------------------------------------------*/
.box2 .com_index1 {
	margin-bottom: 60px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .com_index1 {
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .com_index1 {
	margin-bottom: 6%;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}