@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100&display=swap');

.conceptBack{
	width: 100%;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.conceptBack p,
.conceptBack h4,
.conceptBack h5{
	color: #000;
}

/* pc
 -------------------------------------*/

@media only screen and (min-width: 768px) {


.con_navi {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

.con_navi .item,
.con_navi .item_cr {
	width: 48%;
	position:relative;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.con_navi .item a {
     display: block;
     width: 100%;
     height: 60px;
     line-height: 60px;
	color: #333;
     text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
     text-decoration: none;
     position: relative;
     z-index: 2;
	border: 1px solid rgba(150,124,85,0.4);
	background-color:  rgba(150,124,85,0.15);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
	 overflow: hidden;
}
.con_navi .item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(150,124,85,0.8);
  transition: all 300ms linear;
}
.con_navi .item a:hover {
  color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.0);
}
.con_navi .item a:hover:before {
  left: 0;
}

.con_navi .item_cr a {
     display: block;
     width: 100%;
     height: 60px;
     line-height: 60px;
	color: #fff;
     text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
     text-decoration: none;
     position: relative;
     z-index: 2;
	border: 1px solid rgba(150,124,85,0.8);
	background-color:  rgba(150,124,85,0.8);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.0);
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
	 overflow: hidden;
}

.con_navi .item_cr:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid  rgba(150,124,85,0.8); 
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}


.new_topix {
	width: 70%;
    position: relative;
    margin: 60px auto;
    padding: 0;
    border-top: solid 1px #a18966;
    border-bottom: solid 1px #a18966;
}
.new_topix .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 0;
    padding: 0 9px 0 0;
    line-height: 1;
    font-size: 20px;
	font-size: 2.0rem;
    background: #FFF;
    color: #a18966;
    font-weight: normal;
    font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.new_topix .item h5 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 0 0;
	padding: 0 0 0 0;
    font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-feature-settings : "halt";
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
}
 .new_topix p {
  margin: 0 0 0 0;
}





#contbox_lis_01 {
	width:80%;
	margin:0 auto 0 auto;
	padding: 0 40px;
	text-align:center;
	overflow:hidden;
	box-sizing:border-box;
	background-color: #fff;
}

#contbox_lis_01 h4 em#em_location{
	font-family: 'Urbanist', sans-serif;
	display: block;
	font-size: 60px;
	font-size: 6.0rem;
	color: #747373;
	margin: 0 0 0 0;
	letter-spacing: 4px;
}
#contbox_lis_01 h4 img{
	display: block;
	width: 240px;
	height: 40px;
	margin: 0 auto 20px auto;
}
#contbox_lis_wrap{
	width: 100%;
	margin: 40px 0 60px 0;
	padding: 40px 0;
	background-color: #ede8e0;
	overflow:hidden;
	box-sizing:border-box;
}
#contbox_lis_02 {
	width:80%;
	margin:0 auto 0 auto;
	text-align:center;
	overflow:hidden;
}
#contbox_lis_02 .inner01{
	display: flex;
	justify-content: space-between;
}
#contbox_lis_02 .inner01 .item:first-child,
#contbox_lis_02 .inner01 .item:last-child{
	width: 20.3%;
}
#contbox_lis_02 .inner01 .item:nth-child(2){
	width: 56.5%;
}

#contbox_lis_02 h4{
	width:100%;
	height: auto;
	margin:50px auto;
	padding: 20px 0;
	text-align:center;
	font-size: 30px;
	font-size:3.0rem;
	font-weight:normal;
	font-style:normal;
	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
    letter-spacing:2px;
	font-feature-settings : "halt";
	line-height:160%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#contbox_lis_02 .inner02{
	display: flex;
	justify-content: space-between;
}
#contbox_lis_02 .inner02 .item:first-child{
	width: 40%;
	align-self: center;
}
#contbox_lis_02 .inner02 .item:last-child{
	width: 58%;
	align-self: center;
}
#contbox_lis_02 .inner03{
	display: flex;
	justify-content: space-between;
}
#contbox_lis_02 .inner03 .item:first-child{
	width: 68%;
	align-self: center;
}
#contbox_lis_02 .inner03 .item:last-child{
	width: 30%;
	align-self: center;
}


#contbox_loc_05 {
	width:80%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_loc_05 .inner01{
	display: flex;
	justify-content: space-between;
}
#contbox_loc_05 .inner01 .item:first-child{
	width: 29%;
}
#contbox_loc_05 .inner01 .item:last-child{
	width: 68%;
}
#contbox_loc_05 .inner01 .item:first-child ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
#contbox_loc_05 .inner01 .item:first-child ul li:first-child{
	width: 100%;
}
#contbox_loc_05 .inner01 .item:first-child ul li{
	width: 49%;
}
#contbox_loc_05 .topix_inner03{
    display: flex;
    justify-content: space-between;
    margin: 2px auto;
	padding: 20px;
	background-color: #ede8e0;
	box-sizing: border-box;
}
#contbox_loc_05 .topix_inner03 .item:first-child{
    width: 30%;
	align-self: center;
}
#contbox_loc_05 .topix_inner03 .item:nth-child(2){
    width: 48%;
	align-self: center;
}
#contbox_loc_05 .topix_inner03 .item:last-child{
    width: 16%;
	align-self: center;
}

}
/* sp
 -------------------------------------*/

@media only screen and (max-width: 767px) {


.con_navi {
	width:80%;
	margin: 0 auto 40px auto;
	text-align: center;
}

.con_navi .item,
.con_navi .item_cr {
	width: 100%;
	position:relative;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.con_navi .item a {
     display: block;
     width: 100%;
     height: 60px;
     line-height: 60px;
	color: #333;
     text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
     text-decoration: none;
     position: relative;
     z-index: 2;
	border: 1px solid rgba(150,124,85,0.4);
	background-color:  rgba(150,124,85,0.15);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
	 overflow: hidden;
}
/*.con_navi .item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(150,124,85,0.8);
  transition: all 300ms linear;
}
.con_navi .item a:hover {
  color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.0);
}
.con_navi .item a:hover:before {
  left: 0;
}
*/
.con_navi .item_cr a {
     display: block;
     width: 100%;
     height: 60px;
     line-height: 60px;
	color: #fff;
     text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
     text-decoration: none;
     position: relative;
     z-index: 2;
	border: 1px solid rgba(150,124,85,0.4);
	background-color:  rgba(150,124,85,0.8);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.0);
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
	 overflow: hidden;
}


.new_topix {
    position: relative;
    margin: 60px 0 0 0;
    padding: 0;
    border-top: solid 1px #a18966;
    border-bottom: solid 1px #a18966;
}
.new_topix .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 0;
    padding: 0 9px 0 0;
    line-height: 1;
    font-size: 20px;
	font-size: 2.0rem;
    background: #FFF;
    color: #a18966;
    font-weight: normal;
    font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.new_topix .item h5 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 0 0;
	padding: 0 0 0 0;
    font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-feature-settings : "halt";
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
}
 .new_topix p {
  margin: 0 0 0 0;
}




#contbox_lis_01 {
	width:94%;
	margin:0 auto 0 auto;
	padding: 0;
	text-align:center;
	overflow:hidden;
	box-sizing:border-box;
	background-color: #fff;
}
#contbox_lis_01 h4{	
	text-align:center;
}
#contbox_lis_01 h4 em#em_location{
	font-family: 'Urbanist', sans-serif;
	display: block;
	font-size: 36px;
	font-size: 3.6rem;
	color: #747373;
	margin: 0 0 0 0;
	letter-spacing: 2px;
}
#contbox_lis_01 h4 img{
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto 20px auto;
}
#contbox_lis_wrap{
	width: 100%;
	margin: 0 0 60px 0;
	padding: 20px;
	background-color: #ede8e0;
	overflow:hidden;
	box-sizing:border-box;
}
#contbox_lis_02 {
	width:100%;
	margin:0 auto 0 auto;
	text-align:center;
	overflow:hidden;
}
#contbox_lis_02 .inner01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_lis_02 .inner01 .item:first-child{
	order: 2;
	width: 49.5%;
}
#contbox_lis_02 .inner01 .item:last-child{
	order: 3;
	width: 49.5%;
}
#contbox_lis_02 .inner01 .item:nth-child(2){
	order: 1;
	width: 100%;
	margin: 0 0 1% 0;
}

#contbox_lis_02 h4{
	width:100%;
	height: auto;
	margin:50px auto;
	padding: 20px 0;
	text-align:center;
	font-size: 20px;
	font-size:2.0rem;
	font-weight:normal;
	font-style:normal;
	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
    letter-spacing:2px;
	font-feature-settings : "halt";
	line-height:160%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#contbox_lis_02 .inner02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_lis_02 .inner02 .item:first-child{
	width: 100%;
}
#contbox_lis_02 .inner02 .item:last-child{
	width: 100%;
}
}
#contbox_lis_02 .inner03{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_lis_02 .inner03 .item:first-child{
	width: 100%;
}
#contbox_lis_02 .inner03 .item:last-child{
	width: 100%;
}

#contbox_loc_05 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_loc_05 .inner01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_loc_05 .inner01 .item:first-child{
	width: 100%;
	margin: 0 0 20px 0;
}
#contbox_loc_05 .inner01 .item:last-child{
	width: 100%;
}
#contbox_loc_05 .inner01 .item:first-child ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
#contbox_loc_05 .inner01 .item:first-child ul li:first-child{
	width: 100%;
}
#contbox_loc_05 .inner01 .item:first-child ul li{
	width: 49%;
}
#contbox_loc_05 .topix_inner03{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 2px auto;
	padding: 20px;
	background-color: #ede8e0;
	box-sizing: border-box;
}
#contbox_loc_05 .topix_inner03 .item:first-child{
    width: 100%;
	margin: 0 0 20px 0;
}
#contbox_loc_05 .topix_inner03 .item:nth-child(2){
    width: 100%;
	margin: 0 0 20px 0;
}
#contbox_loc_05 .topix_inner03 .item:last-child{
    width: 100%;
}





}