@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
section{
    padding-bottom: 0;
}

.sec_ttl_second{
    margin-top: 80px;
}

.sec_ttl_column{
    margin-bottom: 40px;
}

.sec_ttl span.sec_ttl02.loc_en{
    font-size: 32px;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
}

.loc_flex_two,.loc_flex_four,.loc_ttl_box,.name,.loc_dev_flex01,.loc_ttl_box,.loc_com_flex01{
    font-family: "Noto Sans JP", sans-serif;  
}

.loc_end{
    margin-bottom: 80px;
}


/*  */
.location_map{
    margin-bottom: 40px;
	position: relative;
}
.map_ttl{
	position: absolute;
	bottom:0;
	left: 0;
	background: #454a52;
	color: #ffffff;
	font-size: 14px;
	padding: 0 20px;
	letter-spacing: 0.5px;
}
.fz_big{
	font-size: 30px;
}
.fz_mid{
	font-size: 24px;
}
.loc_btn_box{
    display: flex;
    
    justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
	margin-bottom: 60px;
}
.loc_btn{
    text-align: center;
    width: 20%;
    font-weight: 500;
    font-size: 22px;
    max-width: 600px;
    /* height: 60px; */
    color: #915f3a;
    
    margin: 50px auto 0;
    
}
.loc_btn a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #915f3a;
    border: solid 1px #915f3a;
	padding: 10px 0;
}
.loc_btn a:hover{
    color: #fff;
    border: solid 1px #915f3a;
    background: #915f3a;
    transition-duration: 0.3s;
    opacity: unset;
}
.loc_btn.active a{
    color: #fff;
    border: solid 1px #915f3a;
    background: #915f3a;
    pointer-events: none;
}

.loc_flex_two,.loc_flex_four{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.loc_shopping_flex.loc_flex_two > div{
    margin-bottom: 0;
}

.loc_flex_two > div{
    width: 48%;
}
.infomation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
    max-width: 1140px;
    margin: 50px auto 0;
}
.infomation ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    position: relative;
}
.infomation ul li::before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}
.infomation ul li.ttl::before {
    content: none;
    
}
.loc_name {
    font-size: 14px;
    letter-spacing: 0.04em;
    background: #fff;
    padding-right: 5px;
    z-index: 1;
    font-feature-settings: "palt";
    line-height: 1.2;
}
.infomation .info_time {
    font-size: 14px;
    letter-spacing: 0.04em;
    background: #fff;
    padding-left: 5px;
    z-index: 1;
}
ul li.ttl {
    font-size: 16px;
    color: #333;
    margin: 30px 0 15px;
    display: block;
    background: #e4d7bd;
    padding: 5px 10px;
}

.ttl.mt20 {
    margin-top: 20px;
}



.loc_flex_four > li{
    width: 23%;
    margin-bottom: 30px;
}

.loc_flex_four.gourmet_flex > li{
    margin-bottom: 0;
}

.loc_flex_txt .name,.name.loc_name{
    display: flex;
    align-items: flex-end;
    justify-content: left;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    /* height: 65px; */
    flex-wrap: wrap;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
}

.loc_flex_txt .loc_name_m_none .name{
    margin: 0;
}

.loc_flex_txt .name span{
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}

.loc_flex_txt .number,.loc_name .number{
    color: #fff;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px !important;
    height: 20px !important;
    border-radius: 100px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 10px;
    margin: 0;
    /* display: inline-block; */
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    letter-spacing: 0;
    padding-bottom: 0.05em;
}

.number.num_red{
    background: #cd0d3f;
}
.number.num_green{
    background: #009e9a;
}
.number.num_orange{
    background: #f39800;
}
.number.num_beige{
    background: #7f4f21;
}
.number.num_purple{
    background: #2d1f87;
}

.number.num_square{
    border-radius: 0;
}


.loc_flex_txt .read{
    font-size: 13px;
    text-align: justify;
}



/*  */
.loc_column{
    margin-top: 80px;
    padding: 4%;
}
.loc_bg_beige{
    background: #f2ece2;
}
.loc_bg_beige02{
    background: #bf9d6d;
}
.loc_bg_gray{
    background: #e2e4e4;
}
.loc_bg_gray02{
    background: #6a7d87;
}
.loc_bg_wh{
    background: #fff;
}


.loc_read_mt{
    margin-top: 15px;
}

.loc_dev_flex01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.loc_dev_flex01 .loc_flex_txt{
    width: 58%;
}
.loc_dev_flex01 .loc_flex_img{
    width: 39%;
    max-width: 355px;
}

.loc_ttl_box{
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    margin-top: 40px;
    margin-bottom: 30px;
}
.loc_column_name_first{
    margin-top: 30px;
}
.loc_ttl{
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.5;
}
.loc_ttl span{
    display: block;
    font-size: 14px;
    font-weight: normal;
}


/*  */
.loc_com_flex01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.loc_com_flex01 li{
    width: 32%;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0.05em;
}

.com_info_box{
    margin-bottom: 10px;
}
.com_info01{
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 5px 0;
}
.com_info01.com_info01_s{
    font-size: 13px;
}

.com_info02{
    background: #96a6af;
    color: #fff;
    font-weight: bold;
}
.com_info01 span{
    font-size: 13px;
    display: block;
}
.com_txt{
    font-size: 15px;
}
.com_cap{
    font-size: 12px;
	padding-bottom: 100px;
}


.loc_area{
    padding: 30px 20px;
    margin-top: 40px;
}

.loc_dev_flex02.loc_flex_two > li{
    max-width: 440px;
}

.loc_dev_fea_box{
    margin: 10px auto;
    letter-spacing: 0.1em;
}
.loc_dev_fea01{
    background: #bf9d6d;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.loc_dev_fea02_one{
    margin-top: 8px;  
}
.loc_dev_fea02_two,.loc_dev_fea02_three,.loc_dev_fea02_four{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8px;   
}
.loc_dev_fea02_two > p{
    width: calc(50% - 4px);
}
.loc_dev_fea02_three > p{
    width: calc(33% - 4px);
}
.loc_dev_fea02_four > p{
    width: calc(25% - 4px);
}

.loc_dev_fea02_one > p,.loc_dev_fea02_two > p,.loc_dev_fea02_three > p,.loc_dev_fea02_four > p{
    background: #fff;
    color: #000;
    padding: 4px;
    text-align: center;
    border: 1px solid #000;
    font-size: 12px;
}
.loc_dev_fea_cap{
    display: inline-block;
    margin: 8px 0 0;
    color: #000;
    font-size: 10px;
    line-height: 1.5;
}

.loc_font_s{
    font-size: 0.6em;
}

.loc_font_upper{
    text-transform: uppercase;
}

.loc_mt0{
    margin-top: 0 !important;
}

.loc_mb0{
    margin-bottom: 0 !important;
}

.loc_cap_in_wh{
    position: absolute;
    color: #fff;
    bottom: 0px;
    right: 0px;
    font-size: 10px;
}

.loc_font_l_pc{
    font-size: 17px !important;
}

.area_slide{
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.slick-prev:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    border-left: 3px solid #484c55;
    border-bottom: 3px solid #484c55;
    transform: rotate(45deg);
    font-size: 0;
}
.slick-next:before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    border-top: 3px solid #484c55;
    border-right: 3px solid #484c55;
    transform: rotate(45deg);
    font-size: 0;
}


.development{
	background: #e2e4e4;
	padding: 4%;
	margin-bottom: 80px;
}
.company{
	background: #f2ece2;
	padding: 4%;
	margin-bottom: 80px;
}
.dev_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:30px;
}
.dev_box{
	width: 48%;
}
.dev_img{
	position: relative;
}

.dev_imgcap{
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom:3px;
	right:5px;
	text-shadow: 3px 2px 4px rgb(0 0 0 / 85%);
}
.bg_b{
	    background-color: rgb(25 24 24 / 62%);
}
.teikyo{
	color: #000;
	text-shadow: none;
}
.kouka{
	background: #fff;
	padding: 10px;
	position: relative;
}
.kouka::before{
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  left: 0;
  width: 0px;
  height: 0px;
 margin: auto;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-bottom: 60px solid #ffffff;
  border-top: 0;
}

.d_ttl{
	font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
   text-align: center;
	margin: 10px auto;
}
.d_ttl span{
	font-size: 14px;
}
.d_sub{
	text-align: justify;
	color: #fff;
	background: #000;
	padding: 5px 0;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}
.d_txt{
	font-size: 13px;
    
}
.dev_cap{
	font-size: 10px;
}
dt{
	background: #544210;
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 5px;
}
dd{
	background: #e5e3db;
	font-size: 15px;
	text-align: center;
	padding: 2px;
	
}

/*conpany/unibersity*/
.uni_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:30px;
	
}
.uni_box{
	width: 48%;
}
.c_ttl{
	font-size: 16px;
}
.uni_img{
	width: 50%;
}
.uni_txt{
	width: 49%;
	text-align: center;
	font-size: 14px;
}
.uni_txt span{
	font-size: 12px;
}
.con_st{
	background: #454a52;
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
.uni_name{
	background: #544210;
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
}
.sec_uni{
	margin-top: 50px;
}
.data{
	background: #e2e4e4;
	padding: 4%;
	margin-bottom: 80px;
}
.uni_txt span.uni_st{
	font-size: 15px;
	
}
.uni_cap{
	font-size: 12px;
	text-align: left;
	width: 100%;
}
@media only screen and (max-width: 1080px) {
    .loc_shopping_flex.loc_flex_two > li{
        width: 100%;
        margin-bottom: 30px;
    }

    .loc_dev_flex01 .loc_flex_txt{
        width: 100%;
        order: 2;
    }
    .loc_dev_flex01 .loc_flex_img{
        width: 100%;
        max-width: 440px;
        margin: 0 auto 5px;
    }

    .loc_com_flex01 li{
        width: 48%;
    }

    .loc_dev_fea02_four > p{
        width: calc(50% - 4px);
    }
    .loc_dev_fea02_four > p:nth-of-type(n + 3){
        margin-top: 6px;
    }

    .loc_font_l_pc{
        font-size: 18px !important;
    }
}


@media only screen and (max-width: 768px) {

    .loc_flex_txt .name, .name.loc_name{
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .loc_font_l_pc{
        font-size: 16px !important;
    }

    .loc_ttl{
        font-size: 16px;
    }

    .com_info01{
        font-size: 14px;
    }
    .com_info01 span{
        font-size: 12px;
    }
    .com_txt{
        font-size: 13px;
    }
    .com_info02{
        font-size: 12px;
    }

    .loc_dev_fea02_one > p, .loc_dev_fea02_two > p, .loc_dev_fea02_three > p, .loc_dev_fea02_four > p{
        font-size: 11px;
    }

}

@media only screen and (max-width: 650px) {

    .loc_ttl_box{
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .loc_column_name_first{
        margin-top: 20px;
    }
    
    .loc_flex_two > li{
        width: 100%;
    }

    .loc_flex_two > li:first-of-type{
        margin-bottom: 0;
    }

    .loc_flex_two > li:nth-of-type(n + 2){
        margin-top: 20px;
    }

    .loc_flex_two > li:last-of-type{
        margin-bottom: 0;
    }


    .loc_flex_four.gourmet_flex > li:nth-of-type(n + 3){
        margin-top: 20px;
    }


    .loc_dev_flex02.loc_flex_two > li{
        max-width: none;
    }

    .loc_flex_four > li{
        width: 48%;
    }

    .loc_com_flex01 li{
        width: 100%;
    }
	.map_ttl{
		position: relative;
	}
	.map_ttl{
		font-size: 12px;
		text-align: center;
		padding-bottom: 5px;
	}
	.fz_big{
		font-size: 20px;
	}
	.fz_mid{
		font-size: 16px;
	}
	.loc_flex_two > div {
		width: 100%;
	}
	.infomation{
		margin: 20px auto;
	}
	.location_map {
    	margin-bottom: 0px;
	}
	.com_cap{
		padding-bottom: 50px;
	}
	.loc_btn_box{
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.loc_btn {
        font-size: 14px;
		width: 45%;
		margin-top: 20px;
    }
	.dev_box {
		width: 100%;
	}
	.uni_box {
    	width: 100%;
	}
	
}

@media only screen and (max-width: 500px) {
    .sec_ttl_second{
        margin-top: 60px;
    }
    

    .loc_flex_txt .name span{
        font-size: 12px;
    }

    .loc_ttl span{
        font-size: 12px;
    }
    .loc_column{
        margin-top: 60px;
        padding: 6%;
    }

    .loc_area{
        margin-top: 20px;
    }

    .sec_ttl_column{
        margin-bottom: 20px;
    }

    .loc_end{
        margin-bottom: 60px;
    }
}