@charset "utf-8";
/*===== CSS Document =====*/
html {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: normal;
	font-weight: 100;
	line-height:1.6;
	font-size:92%;
	letter-spacing:0.1em;
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	/*letter-spacing:0.3em;*/
	line-height:1.6;
	color:#261e19;
	font-size:90%;
}
#container {
	height:100%;
}
/*slidemenu
===========================================*/


.heder_sp {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
.headerContents {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 100;
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
}
.headerContents img {
}
#slidemenuCover {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
	transition: all 0.2s ease;
	backface-visibility: hidden;
}
#slidemenuCover #slidemenuBtn {
	display: block;
	height: 50px;
	width: 50px;
	position: relative;
	transition: all 0.4s;
	cursor: pointer;
	background: #a1792d;
	transition: all 0.5s ease;
	backface-visibility: hidden;
}
#slidemenuCover #slidemenuBtn02 {
	display: block;
	height: 50px;
	width: 50px;
	position: relative;
	right:50px;
	top:-50px;
	transition: all 0.4s;
	cursor: pointer;
	background: #685952;
	transition: all 0.5s ease;
	backface-visibility: hidden;
}
#slidemenuCover #slidemenuBtn span {
	position: absolute;
	display: inline-block;
	width: 23px;
	height: 3px;
	background: #fff;
	transition: all 0.5s;
}
#slidemenuCover #slidemenuBtn span:nth-child(1) {
 left: 13.5px;
 top: 16.5px;
}
#slidemenuCover #slidemenuBtn span:nth-child(2) {
 left: 13.5px;
 top: 23.5px;
}
#slidemenuCover #slidemenuBtn span:nth-child(3) {
 left: 13.5px;
 top: 30.5px;
}
.slide-open #slidemenuCover {
	z-index: 101;
}
.slide-open #slidemenuCover #slidemenuBtn {
	z-index: 10;
	background: #a1792d;
}
.slide-open #slidemenuCover #slidemenuBtn span {
	background: #fff;
}
.slide-open #slidemenuCover #slidemenuBtn span:nth-child(1) {
 left: 11px;
 top: 23px;
 width: 30px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.slide-open #slidemenuCover #slidemenuBtn span:nth-child(2) {
 display: none;
}
.slide-open #slidemenuCover #slidemenuBtn span:nth-child(3) {
 left: 11px;
 top: 23px;
 width: 30px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.slide-open header .headerContents .contactList {
	opacity: 0;
}
#slidemenu {
	position: fixed;
	left: 0;
	top: 50px;
	width: 100%;
	/*height: calc(100% - 65px);*/
	height: calc(100%);
	z-index: 100;
	overflow-y: auto;
	background: rgba(255, 255, 255, 0.95);
	-webkit-overflow-scrolling: touch;
}
#slidemenu ul.nav {
	background: #a1792d;
	display: flex;
	flex-wrap: wrap;
}
#slidemenu ul.nav li {
	flex: auto;
	width: 100%;
	height:30px;
	line-height:100%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	border-bottom: #fff solid 1px;
}
#slidemenu ul.nav li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#slidemenu ul.nav li img {
	padding-top: 25px;
	width: 50%;
	height: auto;
}
#slidemenu ul.nav li p {
	color: #fff;
	line-height: 30px;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
#slidemenu ul.nav li:nth-child(3n) {
 border-right: 0;
}
#slidemenu ul.contactBtn {
	width: 100%;
	overflow: hidden;
}
#slidemenu ul.contactBtn li {
	text-align: center;
	padding:1% 0 0 0;
}
#slidemenu ul.contactBtn li a {
	display: block;
	text-decoration: none;
	color: #a1792d;
	font-size:150%;
}
#slidemenu ul.contactBtn li a img {
}
#slidemenu ul.contactBtn li a p {
}
#slidemenu ul.contactBtn li:last-child {
}
.contactBtn_01 img, .contactBtn_02 img {
	margin:0 auto;
	width: inherit !important;
}
.contactBtn_01 {
	text-align:center !important;
	font-size:5vw;
	font-weight:bold;
	padding:0;
	line-height:100%;
}
.contactBtn_01 a {
	padding:0;
	line-height:100%;
}
.contactBtn_01 a:before {
	display:inline-block;
	content:url(../img/ico_phone.png);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	vertical-align:middle;
	margin-right:1%;
}
.contactBtn_02 {
}
.contactBtn_02 a {
}
.contactBtn_03 {
	font-size:80%;
	clear:both;
}
.contactBtn_03_time {
	padding:0 0 1% 0;
}
.contactBtn_03 a {
	color:#fff !important;
}


/* ---------- btn over ---------- */
.contactBtn_03 .btn {
	width:100%;
	margin-bottom:5%;
	text-align:center;
}
/* btn over a */
.contactBtn_03 .btn a {
	display: block;
	position: relative;
	background: #803333;
	padding:4% 0;
	width: 100%;
	color: #fff;
	text-decoration:none;
	transition: all 0.5s ease;
}
.contactBtn_03 .btn a:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: rgba(255, 255, 255, 0.5) solid 1px;
	box-sizing: border-box;
}
.contactBtn_03 .btn a:hover {
	background: #b35959;/*font-size: 110%;*/
}
.contactBtn_03 .btn a:hover:before {
	opacity: 0;
}
/* btn over contact_btn_frame */
.contactBtn_03 .btn a .contact_btn_frame:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 0;
	height: 0;
	opacity: 0;
	transition: all 0.4s ease;
	backface-visibility: hidden;
}
.contactBtn_03 .btn a .contact_btn_frame:after {
	content: "";
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 0;
	height: 0;
	opacity: 0;
	transition: all 0.4s ease;
	backface-visibility: hidden;
}
.contactBtn_03 .btn a:hover .contact_btn_frame:before {
	opacity: 1;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: rgba(255, 255, 255, 0.9) solid 1px;
	border-right: 0;
	border-bottom: 0;
	box-sizing: border-box;
}
.contactBtn_03 .btn a:hover .contact_btn_frame:after {
	opacity: 1;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: rgba(255, 255, 255, 0.9) solid 1px;
	border-left: 0;
	border-top: 0;
	box-sizing: border-box;
}
/* btn over em */
.contactBtn_03 .btn a em {
	transition: all 0.5s ease;
	backface-visibility: hidden;
	display:table;
	width:96%;
	margin:0 auto;
	font-weight:100;
	line-height:100%;
}
.contactBtn_03 .btn a em:before {
	content: "\e902";
	font-family: 'icomoon';
	display:table-cell;
	font-style:normal;
	font-size:6vw;
	vertical-align: middle;
	padding-left:13%;
}
/* IE */
@media all and (-ms-high-contrast:none) {
.contactBtn_03 .btn a em:before {
 font-size:3.3vw;
}
}
/* end IE */
	 
.contactBtn_03 .btn a .contact_btn_large {
	font-size:4.6vw;
	line-height:100%;
}
/* ---------- end btn over ---------- */





/* end slidemenu */


/*header main_img
===========================================*/
.header_logo_sp {
}
.header_logo_sp img {
	max-width:320px;
	width:100%;
}
.header {
	display:none;
}
.main_img {
	padding-top:50px;
	margin-bottom:5%;
}
.main_img img {
	width: 100%;
}
/*sec general
===========================================*/
.sec_h {
	position:relative;
	font-size:6vw;
	line-height:1.3;
	text-align:center;
	font-weight:bold;
	padding-bottom:4%;
	margin-bottom:4%;
}
.sec_h:after {
	position: absolute;
	content: "";
	width:10%;
	border-bottom: 3px solid #8d661e;
	left: 45%;
	right: 45%;
	bottom: 0px;
}
.sec_inner {
	width:94%;
	margin:0 auto 3% auto;
	padding-bottom:8%;
border-bottom:#ccc dotted 1px;}
/*sec_01
===========================================*/
.sec_01 {
	margin-bottom:10%;
}


.sec_01_01 {
	background:transparent url(../img/sec_ico_01.png) no-repeat center bottom;
}
.sec_01_01_tit {
	margin-bottom:2%;
	color:#976b27;
	font-size:4vw;
	text-align:center;
}
.sec_01_01_img_01 img {
	width:100%;
}
.sec_01_01_txt {
	padding-top:5%;
	padding-bottom:10%;
	margin-bottom:5%;
	text-align:center;
}
.sec_01_02_tit {
	font-size:5vw;
	text-align:center;
}
.sec_01_02_imgbox {
	margin-bottom:5%;
}
.sec_01_02_imgbox p:nth-child(1) {
 background:transparent url(../img/sec_04_arw_01.png) no-repeat center bottom;
 padding-bottom:10%;
}
.sec_01_02_imgbox p img {
	width:100%;
}
.sec_01_02_txt {
	background:transparent url(../img/sec_ico_01.png) no-repeat center bottom;
	padding-bottom:10%;
	margin-bottom:4%;
	text-align:center;
}
.sec_01_03_tit {
	font-size:5vw;
	text-align:center;
}
.sec_01_03_imgbox {
	margin:0 auto 4% auto;
	display: table;
}
.sec_01_03_imgbox_odd {
	display:table-cell;
	width:28%;
}
.sec_01_03_imgbox_odd img {
	width:100%;
}
.sec_01_03_imgbox_even {
	display:table-cell;
	width:8%;
	text-align:center;
	vertical-align:middle;
	line-height:100%;
}
.sec_01_03_imgbox_even img {
	vertical-align:middle;
	line-height:100%;
}
.sec_01_03_txt {
	background:transparent url(../img/sec_ico_01.png) no-repeat center bottom;
	padding-bottom:10%;
	margin-bottom:4%;
	text-align:center;
}
.sec_01_04_imgbox {
	text-align:center;
}
.sec_01_04_imgbox iframe {
	margin-bottom:3%;
}
.sec_01_04_txt {
	text-align:center;
}

/*sec_02
===========================================*/
.sec_02 {
	margin-bottom:10%;
}

.sec_02_flex {
	width:100%;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	flex-wrap: wrap;
}
.sec_02_flexbox {
	width:48%;
}
.sec_02_flexbox_inner {
}
.sec_02_flexbox_img {
}
.sec_02_flexbox_img img {
	width:100%;
}
.sec_02_flexbox_tit {
	background:#ceb982 url(../img/sec_02_flexbox_tit_ico.gif) no-repeat left top;
	padding:3% 0;
	margin-bottom:4%;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:3vw;
}
.sec_02_flexbox_txt {
	width:98%;
	margin:0 auto 12% auto;
}
/*sec_03
===========================================*/
.sec_03 {
	margin-bottom:10%;
}
.sec_03_flex {
	margin-bottom:5%;
}
.sec_03_flexbox {
	background-color: rgba(128, 128, 128, 0.1);
	padding:4%;
	margin-bottom:2%;
}
.sec_03_flexbox_tit_01 {
	display: table;
	margin: auto;
	padding:6% 0 2% 0;
	margin-bottom:3%;
	border-bottom:#976b27 solid 1px;
	color:#976b27;
	line-height:100%;
	font-size:120%;
}
.sec_03_flexbox_tit_01 span {
	font-size:260%;
}
.sec_03_flexbox_tit_02 {
	margin-bottom:1%;
	font-size:4.5vw;
	font-weight:bold;
	text-align:center;
}
.sec_03_flexbox_txt {
	padding-bottom:4%;
}
.sec_03_01 {
}
.sec_03_01_inner {
	background:transparent url(../img/sec_03_img_01.png) no-repeat left top;
	background-size: 43% auto;
	width:98%;
	margin:0 auto;
}
.sec_03_01_inner dl {
	width:54%;
	float:right;
}
.sec_03_01_tit {
	padding:5% 0;
	color:#976b27;
	font-size:4vw;
}
.sec_03_01_txt {
	padding-bottom:10%;
}
/*sec_04
===========================================*/
.sec_04 {
	margin-bottom:8%;
}
.sec_04_01 {
	background:#fff;
	width:90%;
	margin:0 auto 5% auto;
	padding:3% 1% 1% 1%;
	border:#f2e7dd solid 10px;
}
.sec_04_01_tbl_01 {
	display:table;
	width:100%;
	margin-bottom:2%;
}
.sec_04_01_tbl_01_td {
	display:table-cell;
	width:50%;
	text-align:center;
	font-size:110%;
}
.sec_04_01_tbl_01_td:nth-child(1) {
color:#976b27;
}
.sec_04_01_tbl_01_td img {
	width:100%;
}
.sec_04_01_tbl_02 {
	display:table;
	width:100%;
	margin:0 auto;
	font-size:65% !important;
	font-weight:bold;
}
.sec_04_01_tbl_02_td_01 {
	display:table-cell;
	width:42%;
}
.sec_04_01_tbl_02_td_01 ul {
}
.sec_04_01_tbl_02_td_01 li {
	background-color:#f2e7dd;
	text-align:center;
	padding:10px 0;
	margin-bottom:1px;
}
.sec_04_01_tbl_02_td_02 {
	display:table-cell;
	width:16%;
	letter-spacing:0;
}
.sec_04_01_tbl_02_td_02 ul {
}
.sec_04_01_tbl_02_td_02 li {
	background-color:#87601b;
	color:#fff;
	text-align:center;
	padding:10px 0;
	margin-bottom:1px;
}
.sec_04_01_tbl_02_td_03 {
	display:table-cell;
	width:42%;
}
.sec_04_01_tbl_02_td_03 ul {
	height:100%;
}
.sec_04_01_tbl_02_td_03 li {
	background-color:#f0f1f5;
	text-align:center;
	padding:10px 0;
	margin-bottom:1px;
}
.sec_04_02 {
	margin-bottom:4%;
}
.sec_04_02_tit {
	background:transparent url(../img/sec_ico_01.png) no-repeat center top;
	padding-top:10%;
	margin-bottom:3%;
	font-size:4.5vw;
	text-align:center;
}
.sec_04_02_tbl {
	display:table;
	border-collapse: separate;
	border-spacing: 5px;
}
.sec_04_02_tbl_td_01 {
	display:table-cell;
	width:30%;
	text-align:center;
}
.sec_04_02_tbl_td_01_tit {
	background:#87601b;
	color:#fff;
	padding:1% 2%;
	margin-bottom:2%;
	font-size:3.4vw;
	font-weight:bold;
}
.sec_04_02_tbl_td_01_logo {
}
.sec_04_02_tbl_td_01_logo img {
	width:50%;
}
.sec_04_02_tbl_td_01_arw {
	margin-bottom:6%;
}
.sec_04_02_tbl_td_02 {
	display:none;
}
.sec_04_02_tbl_td_03 {
	display:table-cell;
	width:30%;
	text-align:center;
}
.sec_04_02_tbl_td_03_tit {
	background:#85878f;
	color:#fff;
	padding:1% 2%;
	margin-bottom:25px;
	font-size:3.4vw;
	font-weight:bold;
}
.sec_04_02_tbl_td_03_arw {
	margin-bottom:6%;
}
.sec_04_03 {
	color:#803333;
	border:#d9d5d3 double 3px;
	width:88%;
	margin:0 auto;
	padding:3%;
	font-size:110%;
}
/*sec_05
===========================================*/
.sec_05 {
	margin-bottom:10%;
}
.sec_05_flex {
	background:#fff;
	width:100%;
	display: flex;
	flex-wrap: wrap;
    align-items: center;/*上下中央揃え*/
}
.sec_05_flexbox {
	width:48%;
	height:100%;
}
.sec_05_flexbox:nth-child(1), .sec_05_flexbox:nth-child(3), .sec_05_flexbox:nth-child(6), .sec_05_flexbox:nth-child(8) {
 background:#fff;
}
.sec_05_flexbox_inner {
	padding:3% 2%;
	text-align:center;
	font-size:80%;
}
.sec_05_flexbox_logo {
	margin-bottom:3%;
}
.sec_05_flexbox_logo img {
	width:80%;
	text-align:center;
}
.sec_05_flexbox_tit {
	margin-bottom:3%;
	font-weight:bold;
font-size:3.0vw;
	color:#976b27;
}
.sec_05_flexbox_txt {
}
.sec_05_flexbox_img img {
	width:100%;
}
/*sec_06
===========================================*/
.sec_06 {
	margin-bottom:8%;
}
.sec_06_flex {
	width:100%;
	display: flex;
	flex-wrap: wrap;
    align-items: center;     /*上下中央揃え*/
}
.sec_06_flexbox {
	width:100%;
}
 .sec_06_flex:nth-child(odd) .sec_06_flexbox:nth-child(2), .sec_06_flex:nth-child(even) .sec_06_flexbox:nth-child(1) {
background:#fff;
}
.sec_06_flexbox_inner {
	padding:5% 4%;
	text-align:center;
}
.sec_06_flexbox_img {
}
.sec_06_flexbox_img img {
	width:100%;
}
.sec_06_flexbox_tit {
	background:transparent url(../img/sec_ico_01.png) no-repeat center bottom;
	padding-bottom:8%;
	margin-bottom:4%;
	font-size:4.5vw;
	color:#976b27;
	font-weight:bold;
}
.sec_06_flexbox_txt {
}
/*sec_07
===========================================*/
.sec_07 {
	margin-bottom:8%;
}
.sec_07_flowbox {
	background:transparent url(../img/sec_07_arw.png) no-repeat center bottom;
	padding-bottom:65px;
	margin-bottom:1%;
}
.sec_07_flowbox:nth-child(5) {
background:none;
padding-bottom:5%;
}
.sec_07_flowbox_inner {
}
.sec_07_img {
margin-bottom:2%;
	text-align:center;
}
.sec_07_tit {
	display:table;
	width:100%;
	margin-bottom:3%;
}
.sec_07_tit dt {
	display:table-cell;
	background-color:#56483f;
	padding: 0;
	margin: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	color: #fff;
	line-height: 80px;
	text-align: center;
	font-size:4vw;
}
.sec_07_tit dd {
	display:table-cell;
	color:#976b27;
	font-size:5vw;
	font-weight:bold;
	letter-spacing:0;
	padding-left:2%;
}
.sec_07_txt {
	margin-bottom:3%;
}
/*sec_08
===========================================*/
.sec_08 {
	margin-bottom:8%;
}
.sec_08_txt {
	background:transparent url(../img/sec_ico_01.png) no-repeat center bottom;
	padding-bottom:10%;
	margin-bottom:6%;
	text-align:center;
}
.sec_08_tbl:nth-child(2) {
 background:transparent url(../img/sec_ico_01.png) no-repeat center bottom;
 padding-bottom:10%;
 margin-bottom:6%;
}
.sec_08_tbl_tit {
	display: table;
	margin: auto auto 1% auto;
	padding:1% 5%;
	border:#976b27 solid 2px;
	color:#976b27;
	font-size:4.4vw;
	font-weight:bold;
	text-align:center;
}
.sec_08_tr {
	display:table;
	width:100%;
	margin:0 auto;
	padding:1% 0;
}
.sec_08_td_01 {
	display:table-cell;
	width:60%;
	text-align:center;
}
.sec_08_td_02 {
	display:table-cell;
	width:10%;
	text-align:center;
}
.sec_08_td_03 {
	display:table-cell;
	width:30%;
	text-align:center;
}
 .sec_08_tbl .sec_08_tr:nth-child(2) {
border-bottom:#bfbcba solid 1px;
	font-size:120%;
}
.sec_08_tbl .sec_08_tr {
	border-bottom:#bfbcba dotted 1px;
}
.sec_08_tbl .sec_08_tr:nth-child(3) .sec_08_td_01, .sec_08_tbl .sec_08_tr:nth-child(4) .sec_08_td_01, .sec_08_tbl .sec_08_tr:nth-child(5) .sec_08_td_01, .sec_08_tbl .sec_08_tr:nth-child(6) .sec_08_td_01, .sec_08_tbl .sec_08_tr:nth-child(7) .sec_08_td_01 {
color:#803333;
}
.sec_08_td_02 img {
	vertical-align: baseline;
}
.sec_08_tbl .zeinuki {
	width:100%;
	text-align:right;
	padding-top:2%;
}
/*sec_09
===========================================*/
.sec_09 {
	margin-bottom:8%;
}
.sec_09_flex {
}
.sec_09_flexbox {
	margin-bottom:10%;
}
.sec_09_name {
	display: table;
	font-size:160%;
	border-bottom:#8c8988 dotted 1px;
	margin-bottom:5%;
}
.sec_09_name span {
	font-size:60%;
}
 .sec_09_flexbox:nth-child(1) li {
 display:table;
 width:100%;
}
.sec_09_flexbox:nth-child(1) li span {
 display:table-cell;
}
.sec_09_flexbox:nth-child(1) li span:nth-child(1) {
 width:22%;
}
.sec_09_flexbox:nth-child(1) li span:nth-child(2) {
 width:78%;
}
.sec_09_flexbox:nth-child(2) ul, .sec_09_flexbox:nth-child(3) ul {
margin-left:17px;
}
.sec_09_flexbox:nth-child(2) li, .sec_09_flexbox:nth-child(3) li {
 list-style-type:disc;
}
/*sec_10
===========================================*/
.sec_10_imgbox {
	width:100%;
	margin-bottom:5%;
	display: flex;
	flex-wrap: wrap;
}
.sec_10_imgbox img {
	width:50%;
	height:50%;
	display:block;
}
.sec_10_01 {
	width:100%;
}
.sec_10_01_l {
margin-bottom:3%;
}
.sec_10_01_l dl {
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.sec_10_01_l dt {
	width:25%;
}
.sec_10_01_l dd {
	width:75%;
}
.sec_10_01_r {
	width:90%;
}
.sec_10_01_r table {
	font-size:3vw;
}
.sec_10_timetable {
	width:100%;
	border-top:#999999 solid 1px;
	border-left:#999999 solid 1px;
}
.sec_10_timetable th {
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	background:#d9d3ce;
	text-align: center;
	padding:3% 0;
}
.sec_10_timetable td {
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	background:#ffffff;
	text-align: center;
	padding:3% 0;
}
.sec_10_timetable_txt {
	clear:both;
	text-align:right;
	margin-bottom:5%;
}
#map_container {
	position: relative;
	width:100%;
	height:400px;
	margin: 0 auto;
}
#map_canvas {
	width:100% !important;
	margin: 0 auto;
	height:100%;
}
/*footer
===========================================*/
.rtop {
	position:relative;
	width:100%;
	height:0;
	margin:0 auto;
	text-align:right;
}
.rtop a {
	position:fixed;
	right:0;
	bottom:0
}
.copyright {
	clear:both;
	text-align:center;
	font-size:80%;
	padding-top:2%;
	margin-bottom:3%;
}
/*contact
===========================================*/

.contact {
	padding:3% 0;
}
.contact_inner {
	border:#bfbcba solid 2px;
	width: 90%;
	margin:0 auto;
	padding:3%;
}
.contact_tit {
	background:transparent url(../img/sec_ico_01.png) no-repeat center bottom;
	padding-bottom:8%;
	margin-bottom:3%;
	font-size:160%;
	text-align:center;
	letter-spacing:0.1em;
}






.contact_box {
}
.contact_l {
}
.contact_r {
}
.contact_l_tel {
	margin-bottom:9%;
	display: table;
	margin:0 auto 5% auto;

}


.contact_l_tel_01 {
	text-align:center;
}
.contact_l_tel_01 a {
	background: transparent url(../img/ico_phone.png) no-repeat left center;
	padding-left:40px;

	color:#4c3c32;
	text-decoration:none;
	font-size:10vw;
	letter-spacing:0.2vw;
}
.contact_l_tel_01 a:before {
}


/* IE */
@media all and (-ms-high-contrast:none) {
.contact_l_tel_01 a {
 letter-spacing:0.1em;
 font-size:3.6vw;
 line-height:1.2;
}
}
/* IE */
.contact_l_tel_02 {
	line-height:1;
	color:#4c3c32;
	padding-bottom:1%;
	font-size:100%;
	letter-spacing:0.1em;
	line-height:140%;
}
.contact_l_logo {
	margin-bottom:5%;
}
.contact_l_logo p:nth-child(1) img {
 display:block;
 width:100%;
 max-width:439px;
 margin-bottom:3%;
}
.contact_l_logo p:nth-child(2) img {
 display:block;
 width:100%;
 max-width:329px;
}
/* ---------- btn over ---------- */
.contact .btn {
	width:100%;
	margin-bottom:5%;
	text-align:center;
}
/* btn over a */
.contact .btn a {
	display: block;
	position: relative;
	background: #803333;
	padding:4% 0;
	width: 100%;
	color: #fff;
	text-decoration:none;
	transition: all 0.5s ease;
}
.contact .btn a:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: rgba(255, 255, 255, 0.5) solid 1px;
	box-sizing: border-box;
}
.contact .btn a:hover {
	background: #b35959;/*font-size: 110%;*/
}
.contact .btn a:hover:before {
	opacity: 0;
}
/* btn over contact_btn_frame */
.contact .btn a .contact_btn_frame:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 0;
	height: 0;
	opacity: 0;
	transition: all 0.4s ease;
	backface-visibility: hidden;
}
.contact .btn a .contact_btn_frame:after {
	content: "";
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 0;
	height: 0;
	opacity: 0;
	transition: all 0.4s ease;
	backface-visibility: hidden;
}
.contact .btn a:hover .contact_btn_frame:before {
	opacity: 1;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: rgba(255, 255, 255, 0.9) solid 1px;
	border-right: 0;
	border-bottom: 0;
	box-sizing: border-box;
}
.contact .btn a:hover .contact_btn_frame:after {
	opacity: 1;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: rgba(255, 255, 255, 0.9) solid 1px;
	border-left: 0;
	border-top: 0;
	box-sizing: border-box;
}
/* btn over em */
.contact .btn a em {
	transition: all 0.5s ease;
	backface-visibility: hidden;
	display:table;
	width:96%;
	margin:0 auto;
	font-weight:100;
	line-height:100%;
}
.contact .btn a em:before {
	content: "\e902";
	font-family: 'icomoon';
	display:table-cell;
	font-style:normal;
	font-size:6vw;
	vertical-align: middle;
	padding-left:13%;
}
/* IE */
@media all and (-ms-high-contrast:none) {
.contact .btn a em:before {
 font-size:3.3vw;
}
}
/* end IE */
	 
.contact .btn a .contact_btn_large {
	font-size:4.6vw;
	line-height:100%;
}
.contact_btn_large .otoiawase {
	font-size:80%;
}
.contact_btn_large .otoiawase:after {
	content: "\A";
	white-space: pre;
}
/* ---------- end btn over ---------- */

.contact_r_add {
	font-size:85%;
}
/*common
===========================================*/
.sp_br:after {
	content: "\A";
	white-space: pre;
}
.nodisp_pc {
	display:none !important;
}
