@charset "UTF-8";

.backFF{
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
/*
sp
--------------------------------------*/
@media only screen and (max-width: 767px) {


img.img_border{
    box-sizing: border-box;
	border:1px solid #666;
}
#contbox_location_01 {
	width:90%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}

#contbox_location_02 {
	width:90%;
	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: 20px auto;
    padding: 30px 30px 0 30px;
    background-color: #f5f6f4;
    box-sizing: border-box;
}
#contbox_location_02 .inner01 .item{
    width: 100%;
    margin: 0 0 30px 0;
}
#contbox_location_02 .inner01 .item dl dt{
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 1px solid #212121;
    padding: 0 0 5px 0;
    margin: 0 auto 5px auto;
    font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
	color: #000;
}
#contbox_location_02 .inner01 .item dl dd{
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}

#contbox_location_03 {
	width:90%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_04 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_04 .inner01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
#contbox_location_04 .inner01 .item{
    width: 100%;
    margin: 0 0 2% 0;
}
#contbox_location_04 .inner01 .item h5{
    color: #89804e;
    border-bottom: 1px solid #231815;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}
#contbox_location_04 .inner01 .item ol{
    text-align: left;
    list-style: decimal inside;
}
#contbox_location_04 .inner01 .item ol li{
    margin: 0 0 3px 0;
}

#contbox_location_05 {
	width:90%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_05 .inner01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
#contbox_location_05 .inner01 .item{
    width: 49%;
}

#contbox_location_06{
    width: 100%;
    margin: 0 auto 80px auto;
    padding: 20px;
    background-color: #f5f6f4;
    box-sizing: border-box;
}

#contbox_location_06 h4,
#contbox_location_06 p{
	color: #000;
}
#contbox_location_06 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#contbox_location_06 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#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:#978949;
    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;
	color: #000;
	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;
}
}

/*
pc
--------------------------------------*/
@media only screen and (min-width: 768px) {
	

img.img_border{
    box-sizing: border-box;
	border:1px solid #666;
}


#contbox_location_01 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}

#contbox_location_02 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_02 .inner01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    padding: 30px;
    background-color: #f5f6f4;
    box-sizing: border-box;
}
#contbox_location_02 .inner01 .item{
    width: 30%;
}
#contbox_location_02 .inner01 .item dl dt{
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    border-bottom: 1px solid #212121;
    padding: 5px 0;
    margin: 0 auto 5px auto;
    font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
	color: #000;
}
#contbox_location_02 .inner01 .item dl dd{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}

#contbox_location_03 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_04 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_04 .inner01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
#contbox_location_04 .inner01 .item{
    width: 49%;
}
#contbox_location_04 .inner01 .item:nth-child(3){
    align-self: center;
}
#contbox_location_04 .inner01 .item h5{
    color: #89804e;
    border-bottom: 1px solid #231815;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}
#contbox_location_04 .inner01 .item ol{
    text-align: left;
    list-style: decimal inside;
}
#contbox_location_04 .inner01 .item ol li{
    margin: 0 0 3px 0;
}

#contbox_location_05 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_05 .inner01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
#contbox_location_05 .inner01 .item{
    width: 23%;
}


#contbox_location_06{
    width: 100%;
    margin: 0 auto 80px auto;
    padding: 80px 15%;
    background-color: #f5f6f4;
    box-sizing: border-box;
}
#contbox_location_06 h4,
#contbox_location_06 p{
	color: #000;
}
#contbox_location_06 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#contbox_location_06 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#contbox_life {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_life .item{
    width: 48%;
}
#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:20px;
	font-size:2.0rem;
	font-weight: normal;
	color:#978949;
    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 caption span{
    font-size:12px;
	font-size:1.2rem;
    margin: 0 0 0 20px;
}

#contbox_life table th{
	width:60%;
	border-bottom:1px solid #bbbbbb;
	padding:6px 0;
	font-size:12px;
	font-size:1.2rem;
	text-align:left;
	vertical-align:top;
}

#contbox_life table td{
	width:38%;
	border-bottom:1px solid #bbbbbb;
	padding:6px 0;
	font-size:12px;
	font-size:1.2rem;
	text-align:right;
	vertical-align:top;
}

#contbox_life .item .item_inner01{
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
	border:1px solid #bbbbbb;
}
#contbox_life .item .item_inner01 .item:first-child{
    width: 56%;
}
#contbox_life .item .item_inner01 .item:last-child{
    width: 40%;
}
}



