@charset "UTF-8";
@import url("add_style.css");


/*-------------------
Googleマップのレスポンシブ対応
---------------------*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
 
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video { 
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}


/*-------------------
tableタグのレスポンシブ対応
---------------------*/
.sp_tbl {
	margin: 0 5px 0 -5px;
}

td  {
	padding: 5px;
	border: 1px solid #ddd;
}

.sp_tbl td{
    width: 100%;
    display: block;
}

.sp_tbl_bg{
	font-weight:bold;
	background-color:#F7EEE1;
}

.sp_tbl_noborder td{
	border:none;
}


.sp_tbl_noborder_block td{
	border:none;
    /*width: 100%;*/
    /*max-width: 85%;*/
    display: block;
}

.sp_tbl_midashi{
	font-size:25px;
	font-weight:bold;
	text-align:center;
}

.layout_center{
	text-align:center;	
}

.karitouroku{
	color: #FFFFFF;
	font-size:1.3em;
	text-align: center;
	margin-top:5px;
	padding: 10px;
	background-color: #FF0000;
}

.form_radio_btn input{
	display:inline-table;
}



@media screen and (max-width: 767px){
.sp_tbl_border td{
	padding: 5px;
	border: 1px solid #ccc;
}

	
.ui-content table {
    width: 100%;
}

.midashi_box_sp{
	background-color:#E6F3FB;
	color:#09C;
	text-align:center;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 15px; 0px 15px 0px
}

}

/* レイアウトの調整 */
input{
	width: 100% !important;
}


.mail_address {
    display: flex !important;
}

.contact {
    display: flex !important;
    align-items: center;
}

.select01 {
    display: flex;
    margin-bottom: 8px;
}

.select01 input {
    top: 50% !important;
}

.select02 {
    display: flex;
    margin-bottom: 16px;
}

.select02 input {
    margin-top: 0 !important;
}