@charset "utf-8";
/* btn ----------------------- */
.sauna_btn {
	width: 500px;
	box-sizing: border-box;
	margin: 0 auto; 
}
.sauna_btn a {
	display: block;
	position: relative;
	background-color: #115193;
	color: #FFF!important;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	padding: 10px 16px 10px 10px;
}

.sauna_btn a span{
	font-size: 75%;
}
.sauna_btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}

@media screen and (max-width: 640px) {
	
.sauna_btn {
	width: 80vw;
}
}


.sauna_contact_block{
	text-align: center;
	padding-bottom: 2em;
}

.sauna_contact_block ul{
	display: flex;
	justify-content: center;
    flex-wrap : wrap;
}

.sauna_contact_block ul li:nth-child(2){
	margin-left: 2em;
}

.sauna_contact_block ul li a {
	width: 300px;
	height: 50px;
	position: relative;
	background-color: #115193;
	color: #FFF!important;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	padding: 10px 16px 10px 10px;
}
.sauna_contact_block ul li a span{
	font-size: 75%;
}
.sauna_contact_block ul li a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}

@media screen and (max-width: 640px) {
.sauna_contact_block ul li a {
	width: 80vw;
}
.sauna_contact_block ul li:nth-child(2){
	margin: 1em auto 0;
	text-align: center;
}
}

.gray_wrapper{
	background: #f4f4f4;
	padding: 1em 0;
}

.map_box{
    display : flex;
    flex-wrap : wrap;
	align-items: top;
	justify-content: center;
	background: #FFF;
	min-height: 200px;
	margin-top: 2em;
}

.map_box_text{
    width: 60%;
	padding: 2% 4%;
	box-sizing: border-box;
}

.map_box_gmap{
    width: 40%;
}

.map_box_gmap iframe {
  width: 100%;
  height: 290px;
	display: block;
}

@media screen and (max-width: 640px) {
.map_box_text{
    width: 100%;
}

.map_box_gmap{
    width: 100%;
}
.map_box_gmap iframe {
    width: 100%;
    height: 64vw;
}
}

.inquiry p{
	text-align: center;
}
@media screen and (max-width: 640px) {
.inquiry p{
	text-align: left;
}
}