@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;
}


h4 em#em_location{
	font-family: 'Urbanist', sans-serif;
	display: block;
	font-size: 60px;
	font-size: 6.0rem;
	color: #747373;
	margin: 0 0 40px 0;
	letter-spacing: 4px;
}

.new_topix {
	width: 100%;
    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_loc_01 {
	width:80%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_loc_01 h4#loc_tt01{
	width: 600px;
	height:70px;
	text-align:center;
}
#contbox_loc_01 img.loc_i02{
	width: 250px;
	height: 300px;
	margin:0 auto 40px auto;
	text-align:center;
}

#contbox_loc_01 .inner01{
	display: flex;
	justify-content: space-between;
}
#contbox_loc_01 .inner01 .item:first-child{
	width: 56%;
	align-self: center;
}
#contbox_loc_01 .inner01 .item:last-child{
	width: 40%;
	align-self: center;
}

#contbox_loc_02 {
	width:80%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_loc_02 .topix_inner01{
    display: flex;
    justify-content: space-between;
    margin: 2px auto;
	padding: 20px;
	background-color: #ede8e0;
	box-sizing: border-box;
}
#contbox_loc_02 .topix_inner01 .item:first-child{
    width: 30%;
}
#contbox_loc_02 .topix_inner01 .item:last-child{
    width: 68%;
}

#contbox_loc_03 {
	width:80%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}

#contbox_loc_03 .inner01{
	display: flex;
	justify-content: space-between;
}
#contbox_loc_03 .inner01 .item:first-child{
	width: 11.5%;
}
#contbox_loc_03 .inner01 .item:last-child{
	width: 87%;
}
#contbox_loc_03 .inner01 .item:first-child ul{
	
}
#contbox_loc_03 .inner01 .item:first-child ul li{
	width: 100%;
	margin: 0 0 5px 0;
}
#contbox_loc_03 .topix_inner02{
    display: flex;
    justify-content: space-between;
    margin: 2px auto;
	padding: 20px;
	background-color: #ede8e0;
	box-sizing: border-box;
}
#contbox_loc_03 .topix_inner02 .item:first-child{
    width: 66%;
}
#contbox_loc_03 .topix_inner02 .item:last-child{
    width: 30%;
}

#contbox_loc_04 {
	width:80%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_loc_04 .inner01{
	display: flex;
	justify-content: space-between;
}
#contbox_loc_04 .inner01 .item{
	width: 46%;
	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;
}

#contbox_loc_06 {
	width:80%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_loc_06 .inner01{
	display: flex;
	justify-content: space-between;
}
#contbox_loc_06 .inner01 .item:first-child{
	width: 56%;
	align-self: center;
}
#contbox_loc_06 .inner01 .item:first-child ul{	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_loc_06 .inner01 .item:first-child ul li:first-child{
	width: 100%;
}
#contbox_loc_06 .inner01 .item:first-child ul li{
	width: 32%;
}
#contbox_loc_06 .inner01 .item:last-child{
	width: 40%;
	align-self: center;
}
#contbox_loc_06 .inner01 .item:last-child .item_box{
	width: 98%;
	border: solid 1px #a18966;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 2px #a18966;    /* 外側の線になる5pxの一本線の枠線をひく*/
	outline-offset: 1px;        /* 内側の線になる一本線の枠線をひく*/
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
#contbox_loc_06 .inner01 .item:last-child .item_box h5{
	background-color: #ede8e0;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 5px;	
}

#contbox_loc_06 .topix_inner04{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 2px auto;
	padding: 20px;
	background-color: #ede8e0;
	box-sizing: border-box;
}
#contbox_loc_06 .topix_inner04 .item:first-child{
    width: 100%;
	margin: 0 0 20px 0;
}
#contbox_loc_06 .topix_inner04 .item:nth-child(2){
    width: 100%;
	margin: 0 0 20px 0;
}
#contbox_loc_06 .topix_inner04 .item:nth-child(3){
    width: 44.6%;
}
#contbox_loc_06 .topix_inner04 .item:last-child{
    width: 53%;
}

#contbox_loc_06 .topix_inner04 .item:nth-child(3) ul{	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_loc_06 .topix_inner04 .item:nth-child(3) ul li{
	width: 48%;
}
#contbox_loc_06 .topix_inner04 .item:nth-child(3) ul li p.p_title{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: double 4px #a18966;
	border-top: double 4px #a18966;
	padding: 5px 0;
	margin: 0 0 4px 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;
}
#contbox_loc_06 .topix_inner04 .item:nth-child(3) ul li p.p_title02{
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #a18966;
	color: #fff;
	padding: 5px 0;
	margin: 0 0 4px 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;
}





}
/* 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;
}



h4{
	text-align:center;
}

h4 em#em_location{
	font-family: 'Urbanist', sans-serif;
	display: block;
	text-align:center;
	font-size: 36px;
	font-size: 3.6rem;
	color: #747373;
	margin: 0 0 20px 0;
	letter-spacing: 2px;
}
.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_loc_01 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_loc_01 h4#loc_tt01{
	width: 70%;
	height: auto;
	text-align:center;
}
#contbox_loc_01 img.loc_i02{
	width: 90%;
	height: auto;
	margin:0 auto 40px auto;
	text-align:center;
}

#contbox_loc_01 .inner01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_loc_01 .inner01 .item:first-child{
	width: 100%;
}
#contbox_loc_01 .inner01 .item:last-child{
	width: 100%;
}

#contbox_loc_02 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_loc_02 .topix_inner01{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 2px auto;
	padding: 20px;
	background-color: #ede8e0;
	box-sizing: border-box;
}
#contbox_loc_02 .topix_inner01 .item:first-child{
    width: 100%;
	margin: 0 0 10px 0;
}
#contbox_loc_02 .topix_inner01 .item:last-child{
    width: 100%;
}

#contbox_loc_03 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}

#contbox_loc_03 .inner01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_loc_03 .inner01 .item:first-child{
	width: 100%;
}
#contbox_loc_03 .inner01 .item:last-child{
	width: 100%;
}
#contbox_loc_03 .inner01 .item:first-child ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
#contbox_loc_03 .inner01 .item:first-child ul li{
	width: 33%;
	margin: 0 0 0 0;
}
#contbox_loc_03 .topix_inner02{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 2px auto;
	padding: 20px;
	background-color: #ede8e0;
	box-sizing: border-box;
}
#contbox_loc_03 .topix_inner02 .item:first-child{
    width: 100%;
	margin: 0 0 10px 0;
}
#contbox_loc_03 .topix_inner02 .item:last-child{
    width: 100%;
}

#contbox_loc_04 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_loc_04 .inner01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_loc_04 .inner01 .item{
	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%;
}

#contbox_loc_06 {
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_loc_06 .inner01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_loc_06 .inner01 .item:first-child{
	width: 100%;
}
#contbox_loc_06 .inner01 .item:first-child ul{	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_loc_06 .inner01 .item:first-child ul li:first-child{
	width: 100%;
}
#contbox_loc_06 .inner01 .item:first-child ul li{
	width: 49%;
}
#contbox_loc_06 .inner01 .item:last-child{
	width: 100%;
}
#contbox_loc_06 .inner01 .item:last-child .item_box{
	width: 98%;
	border: solid 1px #a18966;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 2px #a18966;    /* 外側の線になる5pxの一本線の枠線をひく*/
	outline-offset: 1px;        /* 内側の線になる一本線の枠線をひく*/
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
#contbox_loc_06 .inner01 .item:last-child .item_box h5{
	background-color: #ede8e0;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 5px;	
}

#contbox_loc_06 .topix_inner04{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 2px auto;
	padding: 20px;
	background-color: #ede8e0;
	box-sizing: border-box;
}
#contbox_loc_06 .topix_inner04 .item:first-child{
    width: 100%;
	margin: 0 0 20px 0;
}
#contbox_loc_06 .topix_inner04 .item:nth-child(2){
    width: 100%;
	margin: 0 0 20px 0;
}
#contbox_loc_06 .topix_inner04 .item:nth-child(3){
    width: 100%;
	margin: 0 0 20px 0;
}
#contbox_loc_06 .topix_inner04 .item:last-child{
    width: 100%;
}

#contbox_loc_06 .topix_inner04 .item:nth-child(3) ul{	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_loc_06 .topix_inner04 .item:nth-child(3) ul li{
	width: 48%;
}
#contbox_loc_06 .topix_inner04 .item:nth-child(3) ul li p.p_title{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: double 4px #a18966;
	border-top: double 4px #a18966;
	padding: 5px 0;
	margin: 0 0 4px 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;
}
#contbox_loc_06 .topix_inner04 .item:nth-child(3) ul li p.p_title02{
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #a18966;
	color: #fff;
	padding: 5px 0;
	margin: 0 0 4px 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;
}




}