@charset "UTF-8";

img.img_border{
    box-sizing: border-box;
	border:1px solid #666;
}.wrap .contbox_back{
	width: 100%;
}


#contbox_location_01 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_01 .inner01{
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto;
}
#contbox_location_01 .inner01 .item{
    width: 100%;
}

#contbox_location_02 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_02 .inner01{
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto;
}
#contbox_location_02 .inner01 .item:first-child{
    width: 100%;
}
#contbox_location_02 .inner01 .item:last-child{
    width: 100%;
}
#contbox_location_03 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_03 .inner01{
    width: 100%;
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
    margin: 40px auto;
}
#contbox_location_03 .inner01 .item:first-child{
    width: 100%;
}
#contbox_location_03 .inner01 .item:last-child{
    width: 100%;
}
#contbox_location_03 .inner01 .item ul{
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
}
#contbox_location_03 .inner01 ul li{
	width: 49%;
}
#contbox_location_03 .inner01 ul li:first-child{
    width: 100%;
}
#contbox_location_04 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_04 .inner01{
    width: 100%;
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
    margin: 40px auto;
}
#contbox_location_04 .inner01 .item{
    width: 100%;
}
#contbox_location_05 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_05 .inner01{
    width: 100%;
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
    margin: 40px auto;
}
#contbox_location_05 .inner01 .item{
    width: 50%;
}
#contbox_location_06 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_06 .inner01{
    width: 100%;
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
    margin: 40px auto;
}
#contbox_location_06 .inner01 .item{
    width: 100%;
}
#contbox_location_06 .inner02{
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto;
}
#contbox_location_06 .inner02 .item:first-child{
    width: 100%;
}
#contbox_location_06 .inner02 .item:last-child{
    width: 100%;
}
#contbox_location_06 .inner02 .item ul{
	width: 100%;
}
#contbox_location_06 .inner02 .item ul li:first-child{
	float: left;
    width: 60%;
}
#contbox_location_06 .inner02 .item ul li:last-child{
	float: right;
    width: 60%;
	margin: -30px 0 0 0;
}
#contbox_location_07 {
	width:100%;
	margin:0 auto 80px auto;
	padding: 10px 2%;
	box-sizing: border-box;
	text-align:center;
	overflow:hidden;
	background-color: #DFDFDF;
}
#contbox_location_07 .inner01{
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto;
}
#contbox_location_07 .inner01 .item{
    width: 100%;
}


#contbox_location_08 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_08 .inner01{
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto;
}
#contbox_location_08 .inner01 .item{
    width: 31%;
}
#contbox_life {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_life .item{
    width: 100%;
}
#contbox_life table{
	width:100%;
	margin:15px auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#contbox_life table caption{
	text-align:left;
	font-size:16px;
	font-size:1.6rem;
	font-weight: normal;
	color:#fff;
	background-color: #855e47;
	padding: 5px;
	margin: 0 0 5px 0;
	box-sizing: border-box;
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
	}

#contbox_life table th{
	display:block;
	width:95%;
	padding:2.5%;
	border:none;
	background: #E0E0E0;
	font-size:12px;
	font-size:1.2rem;
	text-align:left;
	vertical-align:top;
}

#contbox_life table td{
	display:block;
	width:95%;
	padding:2.5%;
	font-size:12px;
	font-size:1.2rem;
	text-align:right;
	vertical-align:top;
}