
/* mainvisual */
/* --------------------------------------------------- */

#mv {
	padding:0;
	background-color:#f0f2f4;
	background-image:url(../images/mv_bk.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height: 674px;
}

.mv_box {
	margin-top: 100px;
	text-align: left;
}

.mv_box .ctitle  {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.mv_box .ctitle span {
	width: 136px;
	height: 136px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #f47270;
	border-radius: 136px;
	color: #f47270;
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
	line-height: 1.3;
	text-align: center;
}
.mv_box .mtxt {
	font-size: 52px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	margin-bottom: 30px;
}

/* spview */
@media screen and (max-width:767px) {
	
	#mv {
		background-image:url(../images/mv_bk_sp.jpg);
		height: 133vw;
		padding: 5vw;
	}
	.mv_box {
		margin-top: 3vw;
	}
	.mv_box .ctitle {
		margin-bottom: 4vw;
	}
	.mv_box .ctitle span {
		width: 18vw;
        height: 18vw;
        border-radius: 18vw;
        font-size: 4vw;
        margin-right: 3vw;
	}
	.mv_box .mtxt {
		font-size: 6.5vw;
        line-height: 1.5;
        margin-bottom: 4vw;
	}
	.mv_box figure img {
		width: 66vw;
	}
}

.lt_text {
	color: #fff;
    font-size: 150px;
    font-weight: 300;
	font-family: "Roboto", sans-serif;
	font-style: italic;
    font-optical-sizing: auto;
    writing-mode: sideways-lr;
    text-orientation: sideways;
    z-index: 1;
    position: absolute;
    top: 0;
    left: -190px;
}
.lt_text span {
	color: #fee0de;
}

.search_top_pt {
	padding: 100px 0;
	background-color: #fff;
}
.search_top_pt .lt_text {
	color: #f0f2f4;
}
.search_top_pt .map_pt {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto 100px auto;
	max-height: 740px;
	height: 65vw;
	background: url(../images/map_bk.jpg) no-repeat;
	background-size: contain;
	position: relative;
}
.search_top_pt .map_pt .map_area {
	border: 1px solid #333;
	border-radius: 5px;
	display: table;
	padding: 20px 25px 5px;
	text-align: center;
	position: absolute;
}

.search_top_pt .map_pt .map_area .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
.search_top_pt .map_pt .map_area .etitle {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #fd9891;
	margin-bottom: 15px;
}
.search_top_pt .map_pt .map_area .map_pref_list {
	margin-bottom: 5px;
}
.search_top_pt .map_pt .map_area .map_pref_list a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #333;
	padding: 0 6px;
	border-right: 1px solid #333;
}
.search_top_pt .map_pt .map_area .map_pref_list a:last-child {
	border-right: none;
}

.search_top_pt .map_pt .map_area01 {
	top: 1%;
	right: 0;
}
.search_top_pt .map_pt .map_area02 {
	top: 16%;
    left: 40%;
}
.search_top_pt .map_pt .map_area03 {
	top: 29%;
    left: 20%;
}
.search_top_pt .map_pt .map_area04 {
	top: 39%;
	left: 0%;
}
.search_top_pt .map_pt .map_area05 {
	top: 24%;
    left: 72%;
}
.search_top_pt .map_pt .map_area06 {
	top: 50%;
    left: 67%;
}
.search_top_pt .map_pt .map_area07 {
	top: 68%;
    left: 53%;
}
.search_top_pt .map_pt .map_area08 {
	bottom: 7%;
    left: 32%;
}
.search_top_pt .map_pt .map_area09 {
	bottom: 0;
    left: 16%;
}

/* spview */
@media screen and (max-width:767px) {	
	.search_top_pt {
		padding: 30px 0;
	}
	.search_top_pt .map_pt {
		margin: 0 auto 40px auto;
		height: 61vw;
	}

	.search_top_pt .map_pt .map_area {
		padding: 1vw 1vw 0 1vw;
		text-align: center;
		position: absolute;
	}
	.search_top_pt .map_pt .map_area .title {
		font-size: 2.5vw;
		margin-bottom: 1vw;
		line-height: 1;
	}
	.search_top_pt .map_pt .map_area .etitle {
		font-size: 2vw;
		margin-bottom: 0.5vw;
		line-height: 1;
	}
	.search_top_pt .map_pt .map_area .map_pref_list {
		margin-bottom: 0.5vw;
	}
	.search_top_pt .map_pt .map_area .map_pref_list a {
		font-size: 1.8vw;
		padding: 0 0.3vw;
		line-height: 1;
	}

}

.title_flex_pt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn_link_view {
	background-color: #4b4b4b;
	border-radius: 50px;
	padding: 20px 55px 20px 45px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
.btn_link_view::after {
	content: "\e99f";
    font-family: 'icomoon';
    font-size: 16px;
    font-weight: bold;
	color: #fff;
	position: absolute;
	right: 10px;
	top: calc(50% - 8px)
}

.search_box {
	background-color: #f0f2f4;
	border-radius: 10px;
	padding: 50px 60px;
}

.chk_on {
	display: table;
	background-color: #fff;
	border-radius: 50px;
	padding: 15px 30px;
	border: 1px solid #000;
	margin-bottom: 30px;
	line-height: 1;
}
.chk_on:has(input[type="checkbox"]:checked) {
	background-color: #000;
}
.chk_on input {
	display: none;
}
.chk_on span {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.chk_on input[type="checkbox"]:checked + span {
	color: #fff;
}

.search_box .title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.search_box .search_list .search_select {
	margin-bottom: 30px;
}
.search_box .search_list .search_select select {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50px;
	height: 46px;
	padding: 0 20px;
	width: 180px;
	margin: 0 10px 10px 0;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.search_box .search_list .search_select select {
  	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  
	background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 24px;
}
.search_box .search_list .search_select select::-ms-expand {
  display: none;
}
.search_box .search_list .search_chklist {
	margin-bottom: 30px;
}
.search_box .search_list .search_chklist label {
	margin: 0 10px 10px 0;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
}

.chk_multi {
	display: table;
	background-color: #fff;
	border-radius: 50px;
	padding: 10px 12px;
	border: 1px solid #000;
	margin-bottom: 30px;
	line-height: 1;
}
.chk_multi:has(input[type="checkbox"]:checked) {
	background-color: #000;
}
.chk_multi input {
	display: none;
}
.chk_multi span {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	/* padding-left: 30px; */
}
.chk_multi span::before {
	/* content: "";
	background: url(../images/i_pre_pen_b.png) no-repeat;
	background-size: contain;
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0; */
}
.chk_multi input[type="checkbox"]:checked + span {
	color: #fff;
}
.chk_multi input[type="checkbox"]:checked + span::before {
	background: url(../images/i_pre_pen_w.png) no-repeat;
}

.btn_search_top {
	background:#fd9891;
	color:#fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	display: table;
	margin: 0 auto;
	padding: 25px 70px;
	border-radius: 50px;
	box-shadow: none;
	border: none;
	margin-bottom: 30px;
}

.search_keyword {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #000;
}
.search_keyword input {
	width: calc(100% - 52px);
	height: 60px;
	border: none;
	border-radius: 10px;
	padding: 20px;
	font-size: 16px;
	outline: none;
}
.search_keyword button {
	width: 32px;
	height: 32px;
	background-color: #fff;
	border: none;
	margin: 10px;
	cursor: pointer;
}

/* spview */
@media screen and (max-width:767px) {	
	.search_box {
		padding: 20px 20px;
	}
	.title_flex_pt {
		flex-wrap: wrap;
	}
	.btn_link_view {
		padding: 3vw 9vw 3vw 5vw;
        font-size: 3vw;
        margin: 0 0 10px auto;
	}
	
	.btn_link_view::after {
		content: "\e99f";
		font-family: 'icomoon';
		font-size: 3vw;
		font-weight: bold;
		color: #fff;
		position: absolute;
		right: 10px;
		top: calc(50% - 1.5vw)
	}

	.chk_on {
		padding: 2vw 4vw;
		margin-bottom: 5vw;
	}
	.chk_on span {
		font-size: 3.5vw;
	}
	.search_box .title {
		font-size: 4vw;
		font-weight: bold;
		margin-bottom: 2vw;
	}
	.search_box .search_list .search_select select {
		height: 10vw;
		padding: 0 2vw;
		width: 39vw;
		margin: 0 2vw 2vw 0;
		font-size: 3.5vw;
	}
	.search_box .search_list .search_chklist label {
		margin: 0 1vw 2vw 0;
		font-size: 3.5vw;
	}
	.chk_multi {
		padding: 2vw 3vw;
		margin-bottom: 3vw;
	}
	.chk_multi span {
		font-size: 3vw;
		/* padding-left: 7vw; */
	}
	.chk_multi span::before {
		width: 4vw;
		height: 4vw;
		background-size: contain;
	}
	.btn_search_top {
		font-size: 4vw;
		padding: 4vw 14vw;
		margin-bottom: 6vw;
	}
	.search_keyword input {
		width: calc(100% - 8vw);
		height: 45px;
		padding: 3vw;
		font-size: 3.5vw;
		outline: none;
	}
	.search_keyword button {
		width: 5vw;
		height: 5vw;
		margin: 2vw;
	}
	
	.search_keyword button img {
		width: 100%;
	}
}

.pickup_pt {
	background-color: #f0f2f4;
	padding: 80px 0;
}

.pickup_pt .lt_text {
	color: #fff;
}
.pickup_list {
	display: flex;
	flex-wrap: wrap;
	width: 103%;
}
.pickup_list li {
	width: 31%;
	margin: 0 2% 30px 0;
}
.pickup_list li a figure  {
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-top: 70%;
    position: relative;
}
.pickup_list li a figure img {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
}
.pickup_list li a .itme_dt h3 {
    font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
	margin-bottom: 10px;
}
.pickup_list li a .itme_dt .shop_name {
    font-size: 14px;
	font-weight: bold;
	color: #9e9e9e;
	margin-bottom: 10px;
}
.pickup_list li a .itme_dt dl {
	display: flex;
	width: 100%;
	text-align: left;
	color: #000;
	margin-bottom: 5px;
}
.pickup_list li a .itme_dt dl dt {
    width: 30px;
}
.pickup_list li a .itme_dt dl dt img {
    width: auto;
}
.pickup_list li a .itme_dt dl dd {
    width: calc(100% - 30px);
    font-size: 14px;
    line-height: 1.5;
    height: 22px;
}
.ellipsis_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.pickup_list li a .itme_dt .taglist {
	margin-top: 10px;
}
.pickup_list li a .itme_dt .taglist .tag {
	margin: 0 5px 5px 0;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    color: #4b4b4b;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
	position: relative;
	padding: 6px 15px 6px 15px;
}

/* .pickup_list li a .itme_dt .taglist .tag::before {
    content: "";
    background: url(../images/i_pre_pen_p.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
} */

/* spview */
@media screen and (max-width:767px) {	
	
	.pickup_pt {
		padding: 30px 0;
	}
	.pickup_list {
		flex-wrap: wrap;
		width: 100%;
	}
	.pickup_list li {
		width: 100%;
		margin: 0 0 30px 0;
	}
}

.newshop_pt {
	padding: 0 0 80px 0;
	background-color: #fff;
}
.newshop_pt .lt_text {
	color: #f0f2f4;
}

.newshop_list {
	width: 80%;
	margin: 0 auto;
}
.newshop_list li {
	padding: 15px 0;
	margin-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px solid #bbbbbb;
}

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

	.newshop_pt {
		padding: 0 0 50px 0;
	}
	.newshop_list {
		width: 100%;
	}
	.newshop_list li {
		padding: 10px 0;
		margin-bottom: 5px;
		font-size: 3.5vw;
	}
}

.column_pt {
	padding: 80px 0;
	background-color: #fff;
}
.column_pt .lt_text {
	color: #f0f2f4;
}
.column_list {
	display: flex;
	width: 102%;
}
.column_list li {
	width: 23%;
	margin-right: 2%;
}

.column_list li a figure  {
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-top: 70%;
    position: relative;
}
.column_list li a figure img {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
}
.column_list li a .itme_dt h3 {
    font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
	margin-bottom: 10px;
}
.column_list li a .itme_dt .shop_name {
    font-size: 14px;
	font-weight: bold;
	color: #9e9e9e;
	margin-bottom: 10px;
}
.column_list li a .itme_dt .taglist {
	margin-top: 10px;
}
.column_list li a .itme_dt .taglist .tag {
	margin: 0 5px 5px 0;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    color: #4b4b4b;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
	position: relative;
	padding: 6px 15px 6px 15px;
}

/* .column_list li a .itme_dt .taglist .tag::before {
    content: "";
    background: url(../images/i_pre_pen_p.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
} */


/* spview */
@media screen and (max-width:767px) {	
	.column_pt {
		padding: 30px 0;
	}
	.column_list {
		flex-wrap: wrap;
		width: 100%;
	}
	.column_list li {
		width: 100%;
		margin: 0 0 30px 0;
	}
}


.info_pt {
	padding: 80px 0;
	background-color: #f0f2f4;
}
.info_pt .lt_text {
	color: #fff;
}
.info_list a {
	display: block;
}
.info_list a dl {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 20px 20px 0;
	border-bottom: 1px solid #d8dadb;
	box-shadow: 0px 1px 0px 0px #fff;	
	position: relative;
}
.info_list a dl::after {
	content: "\e99f";
	font-family: 'icomoon';
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.info_list a dl dt {
	width: 120px;
	font-size: 14px;
	font-weight: bold;
	color: #9e9e9e;
}
.info_list a dl dd {
	width: calc(100% - 120px);
	font-size: 16px;
	font-weight: bold;
	color: #333;
}



/* spview */
@media screen and (max-width:767px) {	
	.info_pt {
		padding: 30px 0;
	}
	.info_list {
		width: 100%;
	}
	.info_list a dl {
		flex-wrap: wrap;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 10px 10px 10px 0;
	}
	.info_list a dl dt {
		width: 100%;
		font-size: 3vw;
	}
	.info_list a dl dd {
		width: 100%;
		font-size: 3.5vw;
	}
	.info_list a dl::after {
		content: "\e99f";
		font-family: 'icomoon';
		font-size: 16px;
		font-weight: bold;
		color: #333;
		position: absolute;
		right: 0;
	}
}



.service_pt {
	/* background-color: #f0f2f4; */
	background-color: #fff;
	padding: 80px 0;
} 
.service_pt .service_list {
	display: flex;
	justify-content: space-between;
}
.service_pt .service_list li {
    width: 31%;
}
.service_pt .service_list li figure {
    padding: 10%;
    background-color: #fff;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
	border: 1px solid #ccc;
}
.service_pt .service_list li figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.search_box .search_list .drop_box .title {
	padding-right: 20px;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
.search_box .search_list .drop_box.act .title:after {
    content: "\e9cb";
}
.search_box .search_list .drop_box .title:after {
    content: "\e92a";
    position: absolute;
    font-family: 'icomoon' !important;
    top: calc(50% - 13px);
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 5px;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    background-color: #7f7f7f;
    color: #fff;
    margin-left: 20px;
}

.search_box .search_list .drop_box .search_chklist {
	display: none;
}
.search_box .search_list .drop_box.act .search_chklist {
	display: block;
}

@media screen and (max-width:767px) {	
	.search_box .search_list .drop_box .title:after {
		top: calc(50% - 3vw);
        font-size: 3vw;
        padding: 1.5vw;
        width: 3vw;
        height: 3vw;
        margin-left: 4vw;
	}
}