/* ####################################################
	take-out-rally
#################################################### */
.take-out-rally__main--area {
    padding: 30px 0 60px 0;
}

.take-out-rally__main--wrap {
    max-width: 870px;
    margin: 0 auto;
}

.take-out-rally__main--wrap img {
    margin: 0 0 40px 0;
}

.take-out-rally__main--wrap h2 {
    font-size: 2.0rem;
    line-height: 32px;
    font-weight: 700; /* --font-weight-noto-bold */
    text-align: center;
    margin: 0 0 20px 0;
}
.take-out-rally__main--wrap h2 span{
	color: #4C4948; /* --color-accent */
	font-weight: 700; /* --font-weight-noto-bold */
}
.take-out-rally__main--wrap p {
    text-indent: -13px;
    padding-left: 13px;
    width: 650px;
    margin: 0 auto;
}

.take-out-rally__main--wrap p:last-child {
    margin: 0 auto 60px auto;
}

@media only screen and (max-width: 767px) {
	.take-out-rally__main--wrap{
		padding: 0 5.025%;
	}
	.take-out-rally__main--wrap p{
		width: 100%;
	}
}
@media only screen and (max-width: 414px){
	.take-out-rally__main--area{
		padding: 15px 0 40px 0;
	}
	.take-out-rally__main--wrap img{
		margin: 0 0 30px 0;
	}
}
@media only screen and (max-width: 375px){
	.take-out-rally__main--wrap h2{
		font-size: 1.8rem;
		line-height: 28px;
	}
}


/* area */
.take-out-rally__list__area {
    background-color: #F3F1F0; /* --color-bg */
    border-bottom: 1px solid #4C4948; /* --color-accent */
}

#content section:nth-last-child(3) {
    border: 0;
	padding-bottom: 20px;
	margin-bottom: 80px;
}

/* wrap */
.take-out-rally__list__wrap {
    padding: 80px 0 0 0;
}

.take-out-rally__list__wrap h3 {
    text-align: center;
    margin: 0 0 30px 0;
}

.take-out-rally__list__wrap ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 870px;
    margin: 0 auto 20px;
}

.take-out-rally__list__wrap ul li {
    position: relative;
    max-width: 425px;
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0 20px 60px 0;
    background-color: #ffffff;
}

.take-out-rally__list__wrap ul li:nth-child(2n) {
    margin: 0 0 60px 0;
}
.take-out-rally__list__wrap ul li a{
	display: inline-block;
	opacity: 1;
	transition: 0.3s;
}
.take-out-rally__list__wrap ul li a:hover{
	opacity: 0.6;
}
.take-out-rally__list__wrap ul li a.map__num {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #4C4948; /* --color-accent */
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
	background-image: url(../__common_img/down-arrow-bold_icon_hover.svg);
	background-position: right 30px center;
    background-size: 15px;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
	.take-out-rally__list__wrap{
		padding: 80px 5.025% 10px;
	}
	.take-out-rally__list__wrap ul li{
		max-width: 100%;
		margin: 0 0 80px 0;
	}
	#content section:nth-last-child(3) .take-out-rally__list__wrap{
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 414px){
	.take-out-rally__list__wrap{
		padding: 50px 5.025% 10px;
	}
	.take-out-rally__list__wrap ul li{
		margin: 0 0 50px 0;
	}
	.take-out-rally__list__wrap ul li:last-child{
		margin: 0 0 30px 0;
	}
	#content section:nth-last-child(3){
		padding-bottom: 10px;
		margin-bottom: 60px;
	}
	.take-out-rally__list__wrap ul li a.map__num{
		background-position: right 15px center;
	}
}
/* title */
.content_title--wrap svg{
	top: -5px;
}
/* shop__data */
.shop__data {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
}

.shop__data > div:nth-child(1) {
    width: 120px;
	border: 1px solid #b6b6b6;
}

.shop__data > div:nth-child(2) {
    width: calc(100% - 120px);
    padding: 0 0 0 10px;
}

.shop__data > div:nth-child(2) p {
    font-size: 1.2rem;
	margin: 0 0 10px 0;
}

.shop__data > div:nth-child(2) strong {
    font-size: 1.8rem;
}

/* menu__image */
.menu__image {
    margin: 0 0 20px 0 !important;
}

.menu__image p {
    font-size: 1.2rem;
    padding: 0 15px;
}

/* takeout__block */
.takeout__block {
    padding: 0 15px;
}

/* takeout__nemu */
.takeout__nemu {
    border-bottom: 2px solid #4C4948; /* --color-accent */
    margin: 0 0 15px 0 !important;
}

.takeout__nemu dl {
    display: block;
    width: 100%;
}

.takeout__nemu dl dt {
    font-size: 1.8rem;
    font-weight: 700; /* --font-weight-noto-bold */
    margin: 0 0 10px 0;
}

.takeout__nemu dl dd {
    margin: 0 0 15px 0;
}
/* takeout__time, takeout__order */
.takeout__time,
.takeout__order {
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 0 15px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #b6b6b6; /* --color-border-default */
}

.takeout__time dt,
.takeout__order dt {
	font-weight: 700; /* --font-weight-noto-bold */
	line-height: 1.2;
	width: 130px;
}

.takeout__time dd,
.takeout__order dd {
	width: calc(100% - 130px);
}
.takeout__order{
	border-bottom: 0;
}


@media only screen and (max-width: 767px) {
    div.social-media-policy__wrap ul li {
        line-height: 2.6rem;
    }

    div.social-media-policy__wrap div {
        margin-bottom: 30px;
    }
	.menu__image img{
		width: 100%;
	}
	.takeout__time dt, .takeout__order dt{
		line-height: 1.4;
	}
}

@media only screen and (max-width: 414px) {
    #social-media-policy .title__wrap h1 span.en {
        width: 90%;
    }
	.takeout__time dd, .takeout__order dd{
		line-height: 20px;
	}
	.takeout__order{
		margin: 0 0 0px 0;
	}
}


/* ####################################################
	yaechika-takeout
#################################################### */



div.btn__box--flex {
    display: flex;
    flex-wrap: wrap;
}

div.btn__box--flex a {
    max-width: 425px;
    width: 100%;
    margin-bottom: 20px;
    background-image: url(../__common_img/down-arrow-bold_icon.svg);
}

div.btn__box--flex a:hover {
    background-image: url(../__common_img/down-arrow-bold_icon_hover.svg);
}





.take-out-rally__list__wrap div {
    max-width: 870px;
    margin: 0 auto;
}

.list__wrap {
    margin: 0 0 80px 0;
}

.content_title--wrap svg.left-object {
    left: 550px;
}

.content_title--wrap svg.right-object {
    right: 550px;
}

.chi-food__wrap .content_title--wrap svg.left-object {
    left: 600px;
}

.chi-food__wrap .content_title--wrap svg.right-object {
    right: 600px;
}

.shop__map--area {
    margin: 0 0 80px 0;
}

.shop__map--wrap {
    max-width: 870px;
    margin: 0 auto;
}

.shop__map--wrap h2 {
    width: 200px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0px 0px;
    font-size: 1.5rem;
    font-weight: 700; /* --font-weight-noto-bold */
    color: #fff;
    background-color: #383838; /* --color-main */
}

.shop__map--wrap div:last-child {
    padding: 60px 0px 60px;
    border: 1px solid #383838; /* --color-main */
}

.shop__map--wrap div:last-child img {
    display: block;
    margin: 0 auto 30px;
}

.shop__map--wrap div:last-child p {
    font-size: 1.5rem;
    font-weight: 400; /* --font-weight-noto-regular */
    text-indent: -15px;
    padding-left: 15px;
    width: 750px;
    margin: 0 auto;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {
	div.btn__box--flex a{
		max-width: 100%;
	}
	.shop__map--wrap h2{
		width: 100%;
	}
	.shop__map--area{
		padding: 0 5.025%;
	}
	.shop__map--wrap div:last-child{
		padding: 60px 30px 80px;
	}
	.shop__map--wrap div:last-child p{
		width: 100%;
	}
	.content_title--wrap svg.right-object{
		right: 430px;
	}
	.content_title--wrap svg.left-object{
		left: 430px;
	}
	#content section:nth-last-child(4) .content_title--wrap svg.right-object{
		right: 500px;
	}
	#content section:nth-last-child(4) .content_title--wrap svg.left-object{
		left: 500px;
	}
}
@media only screen and (max-width: 580px) {
	.content_title--wrap svg.right-object{
		right: 340px;
	}
	.content_title--wrap svg.left-object{
		left: 340px;
	}
	#content section:nth-last-child(4) .content_title--wrap svg.right-object{
		right: 390px;
	}
	#content section:nth-last-child(4) .content_title--wrap svg.left-object{
		left: 390px;
	}
}
@media only screen and (max-width: 414px) {
	.content_title--wrap svg.right-object{
		right: 240px;
	}
	.content_title--wrap svg.left-object{
		left: 240px;
	}
	#content section:nth-last-child(4) .content_title--wrap svg.left-object{
		left: 310px;
	}
	#content section:nth-last-child(4) .content_title--wrap svg.right-object{
		right: 310px;
	}
	.shop__map--wrap div:last-child{
		padding: 20px 15px 30px;
	}
}
@media only screen and (max-width: 375px){
	.content_title--wrap svg.right-object{
		right: 220px;
	}
	.content_title--wrap svg.left-object{
		left: 220px;
	}
	#content section:nth-last-child(4) .content_title--wrap svg.right-object{
		right: 285px;
	}
	#content section:nth-last-child(4) .content_title--wrap svg.left-object{
		left:285px;
	}
}

@media only screen and (max-width: 375px){
	#content section:nth-last-child(4) .content_title--wrap svg.right-object{
		right: 290px;
	}
	#content section:nth-last-child(4) .content_title--wrap svg.left-object{
		left: 290px;
	}
}
@media only screen and (max-width: 320px){
	div.btn__box--flex a{
		margin-bottom: 10px;
	}
	#content section:nth-last-child(4) .content_title--wrap svg.right-object{
		right: 260px;
	}
	#content section:nth-last-child(4) .content_title--wrap svg.left-object{
		left: 260px;
	}
}
