@charset "UTF-8";
/* CSS Document */
.teiki-text{
	color: #DF6D10;
}
.teiki-merit h2{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.teiki-merit-lead{
	text-align:center;
	margin-bottom:16px;
}
.teiki-merits{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
@media only screen and (max-width:767px){
	.teiki-merits{
		align-items: center;
		flex-direction: column;
	}
}
.teiki-merit a{
	width: 200px;
    height: 160px;
    display: flex;
	align-items: center;
	margin: 0 5px;
    background-color: #FCF2E9;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 110%;
	text-decoration: none;
}
@media only screen and (min-width:1025px){
	.teiki-merit a{
		flex-direction: column;
	}
}
@media only screen and (max-width:767px){
	.teiki-merit a{
		width: 260px;
		height: 70px;
		margin: 4px 0;
	}
}
.teiki-merit-icon{
	width: 50px;
    height: 50px;
	margin: 25px auto 5px;
}
@media only screen and (max-width:767px){
	.teiki-merit-icon{
		width: 40px;
		height: 40px;
		margin: 0 15px;
	}
}
.teiki-merits p{
	margin: 0;
}
.teiki-merit span{
	font-size: 14px;
	font-weight: normal;
}
.teiki-merit-group{
	width: 100%;
	margin-bottom: 80px;
}
@media only screen and (max-width:767px){
	.teiki-merit-group{
		margin-bottom: 50px;
	}
}

.teiki-merit-heading{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
@media only screen and (max-width:767px){
	.teiki-merit-heading{
		margin-bottom: 15px;
	}
}
.teiki-merit-line{
	flex-grow: 1;
	height: 2px;
	background-color: #4E3230;
}
.teiki-merit-heading .teiki-merit-icon{
	margin: 0 10px;
}
.teiki-merit-heading h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
}
.teiki-merit-heading span{
	font-size: 16px;
}
.teiki-merit-card{
	display: flex;
	justify-content: center;
}
@media only screen and (max-width:767px){
	.teiki-merit-card{
		flex-direction: column;
	}
}
.teiki-merit-text{
	width: 460px;
	margin: 0 25px 0 0 !important;
}
.teiki-merit-feature{
	width: 515px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width:767px){
	.teiki-merit-text{
		margin: 0 0 25px !important;
	}
	.teiki-merit-text,.teiki-merit-feature{
		width: 100%;
	}
	.teiki-merit-table{
		max-width: 468px;
	}
}
.teiki-merit-feature p,.teiki-merit-table p{
	margin: 0;
	text-align: center;
	font-weight: bold;
}
.teiki-merit-table th,.teiki-merit-table td{
	border:1px solid #A5A5A5;
	text-align: center;
	vertical-align: middle
}
.teiki-merit-table th{
	color: #fff;
}
.teiki-merit-table thead tr:first-child {
	font-size: 18px;
}
.teiki-merit-table td{
	font-size: 20px;
	font-weight: bold;
	height: 74px;
	width: 156px;
	line-height: 20px;
}
.teiki-merit-table thead tr:nth-child(2) th.th-teiki:first-child {
border-right: 1px dashed #A5A5A5;
}
.teiki-merit-table thead tr:nth-child(2) th.th-teiki:last-child {
border-left: 1px dashed #A5A5A5;
}
.teiki-merit-table tbody tr > td.td-teiki:nth-child(2) {
  border-right: 1px dashed #A5A5A5;
}
.teiki-merit-table tbody tr > td.td-teiki:nth-child(3) {
  border-left: 1px dashed #A5A5A5;
}
.th-tsudo{
	background-color: #707070;
}
.th-teiki{
	background-color: #DF6D10;
	height: 32px;
}
.td-tsudo{
	background-color: #F5F5F5;
}
.td-teiki{
	background-color: #FCF2E9;
	color: #D33900;
}
.teiki-merit-table tbody tr > td.td-teiki:nth-child(3) {
	font-size: 24px;
}
.teiki-red{
	color: #D33900;
	font-weight: bold;
}
.teiki-note{
	font-weight: normal;
	font-size: 16px !important;
}
.teiki-merit-box{
	text-align: center;
	font-weight: bold;
	color: #796563;
}
.teiki-merit-box h4{
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.teiki-ex{
	color: #ED8F43;
}
.teiki-merit-box h4::before, .teiki-merit-box h4::after{
    content: '';
    display: block;
    height: 28px;
    width: 1px;
    background-color: #A59491;
}
.teiki-merit-box h4::before {
    margin-right: 10px;
    transform: rotate(-30deg);
}
.teiki-merit-box h4::after {
    margin-left: 10px;
    transform: rotate(30deg);
}
.pickup-free-ex{
	color: #fff;
	font-size: 16px;
	background-color: #A59491;
	border-radius: 17px;
	padding: 5px 10px 5px 5px;
    display: inline-block;
	margin-bottom: 20px;
}
.teiki-merit-ex{
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width:767px){
	.teiki-merit-ex{
		flex-direction: column;
	}
}
.pickup-free-feature{
	display: flex;
}
.pickup-free-feature p{
	margin-bottom: 0;
}
.teiki-large{
	font-size: 26px;
}
.pickup-free-tsudo, .pickup-free-teiki{
	border-radius: 10px;
	padding: 15px 10px 5px;
}
.pickup-free-tsudo{
	background-color: #F5F5F5;
	border:2px solid #A5A5A5;
	margin-right: 5px;
}
.pickup-free-teiki{
	background-color: #FCF2E9;
	border:2px solid #ED8F43;
}
.ex-tsudo, .ex-teiki{
	top: -12px;
	left: 27%;
	color: #fff !important;
	font-size: 14px;
	border-radius: 3px;
	padding: 2px 5px;
}
@media only screen and (max-width:767px){
	.ex-tsudo, .ex-teiki{
		left: 9%;
	}
}
.ex-tsudo{
	background-color: #A5A5A5;
}
.ex-teiki{
	background-color: #ED8F43;
}
.pickup-free-formula{
	display: flex;
	align-items: center;
	padding-top: 8px;
	border-top:1px dashed #A59491;
}
@media only screen and (max-width:767px){
	.pickup-free-formula{
		flex-direction: column;
	}
}
.pickup-free-fee{
	font-weight: normal;
	background-color: #fff;
	border-radius: 3px;
	padding: 2px 5px;
}
.pickup-free-formula span{
	font-size: 20px;
}
.teiki-merit-arrow{
	position: relative;
    width: 25px;
    height: 25px;
}
.teiki-merit-arrow::before, .teiki-merit-arrow::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	border-top: 3px solid #ED8F43;
	border-right: 3px solid #ED8F43;
	box-sizing: border-box;
}
.teiki-merit-arrow::before{
	left: 0; 
	transform: translateY(-50%) rotate(45deg);
}
.teiki-merit-arrow::after{
	left: 40%; 
	transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width:767px){
	.teiki-merit-arrow{
		transform: rotate(90deg);
	}
}
.teiki-merit-summary{
	margin-left: 30px;
}
@media only screen and (max-width:767px){
	.teiki-merit-summary{
		margin: 20px 0 0;
	}
}
.teiki-merit-summary p{
	margin-bottom: 0;
	font-size: 20px;
}
.teiki-merit-summary p:first-child{
	margin-bottom: 10px !important;
}
.teiki-merit-summary .position-absolute{
	font-size: 16px;
	color: #A59491;
	top: 28px;
	right: 123px;
}
.pickup-stop-circle{
	margin: 0 5px;
	display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #FCF2E9;
	width: 120px;
	height: 120px;
	border-radius: 60px;
}
@media only screen and (max-width:767px){
	.pickup-stop-circle{
		width: 105px;
		height: 105px;
		border-radius: 60px;
	}
}
.pickup-stop-circle p{
	font-size: 18px;
	height: 45px;
	line-height: 22px;
}
@media only screen and (max-width:767px){
	.pickup-stop-circle p{
		font-size: 15px;
		height: 36px;
		line-height: 18px;
	}
}
.pickup-stop-icon{
	width: 40px;
	height: 40px;
}
.pickup-pace-pattern{
	margin: 0 5px;
}
.pickup-pace-item{
	width: 145px;
	height: 38px;
	background-color: #FCF2E9;
	border-radius: 5px;
	padding: 7px 0;
	margin-bottom: 10px !important;
}
@media only screen and (max-width:767px){
	.pickup-pace-item{
		width: 112px;
	}
}
.pickup-pace-feature{
	width: 345px;
	height: 100px;
}
@media only screen and (max-width:767px){
	.pickup-pace-feature{
		width: 285px;
	}
}
.pickup-pace-ex1, .pickup-pace-ex2{
	background-color: #A5A5A5;
	border-radius: 10px;
	padding: 8px 12px;
	margin-bottom: 8px;
}
.pickup-pace-ex1{
	float:left;
}
.pickup-pace-ex2{
	float:right;
}
.pickup-pace-comment{
	color: #fff;
	margin: 0;
}
.pickup-pace-bubble1, .pickup-pace-bubble2{
	background-color: #A5A5A5;
	border-radius: 11px;
}
.pickup-pace-bubble1{
	width: 18px;
	height: 18px;
	bottom: -9px;
}
.pickup-pace-bubble2{
	width: 10px;
	height: 10px;
	bottom: -18px;
}
.pickup-pace-ex1 .pickup-pace-bubble1{
	left: 22px;
}
.pickup-pace-ex1 .pickup-pace-bubble2{
	left: 15px;	
}
.pickup-pace-ex2 .pickup-pace-bubble1{
	right: 15px;
}
.pickup-pace-ex2 .pickup-pace-bubble2{
	right: 8px;
}
.teiki-order-btn{
	width: 100%;
	border-top: 1px solid transparent;
	padding-bottom: 60px;
}
.teiki-order-btn a{
	display: block;
	margin: 0 auto;
	width: 254px;
	height: 94px;
	background-color: #E66738;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	border-radius: 43px;
	border-bottom: 8px solid #BF3400;
	padding-top: 12px;
}
.teiki-order-btn a::before{
	content: "";
	position: absolute;
	top: 2px;
	left: 3px;
	width: 246px;
	height: 80px;
	border: 1px solid #fff;
	border-radius: 40px;
}
.teiki-order-btn a:hover{
	margin-top: 4px;
	height: 90px;
	border-bottom: 4px solid #BF3400;
	color: #fff;
	background-color: #d95625;
}
.teiki-order-course{
	display: flex;
	justify-content: center;
	font-size: 16px;
}
.teiki-order-arrow{
	margin: 3px 0 0 5px;
}
.teiki-order-arrow::after{
	content: "";
	display: block;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 11px;
    height: 11px;
	transform: rotate(45deg);
}
.teiki-frequency{
	width: 100%;
	background-color: #F8F4ED;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.teiki-frequency-question{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #fff;
}
.teiki-frequency-question img{
	height: 90px;
	object-fit: contain;
	margin-right: 8px;
}
@media only screen and (max-width:767px){
	.teiki-frequency-question img{
		height: 75px;
	}
}
.teiki-frequency h2{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
@media only screen and (max-width:767px){
	.teiki-frequency h2{
		font-size: 18px;
	}
}
.teiki-frequency-triangle{
	width: 360px;
	height: 40px;
    border-left: 180px solid transparent;
	border-right: 180px solid transparent;
	border-top: 40px solid #fff;
	margin: 0 auto;
}
@media only screen and (max-width:767px){
	.teiki-frequency-triangle{
		width: 220px;
		height: 30px;
		border-left: 110px solid transparent;
		border-right: 110px solid transparent;
		border-top: 30px solid #fff;
	}
}
.teiki-frequency-answer{
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}
@media only screen and (max-width:767px){
	.teiki-frequency-answer{
		margin-bottom: 60px;
	}
}
.teiki-frequency-title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}
.teiki-frequency-title span{
	font-size: 22px;
}
@media only screen and (max-width:767px){
	.teiki-frequency-title{
		font-size: 16px;
	}
	.teiki-frequency-title span{
		font-size: 20px;
	}
}
@media only screen and (max-width:767px){
	.teiki-frequency-answer .teiki-frequency-title{
		margin-right: 70px;
	}
	.teiki-frequency-ex .teiki-frequency-title span{
		font-size: 16px;
	}
}
.teiki-frequency-staff{
	display: flex;
	align-items: center;
	top: -85px;
	right: -110px;
	flex-direction: column;
}
.teiki-frequency-staff img{
	height: 150px;
	object-fit: contain;
}
.teiki-frequency-staff p{
	font-size: 10px;
	text-align: center;
	margin-bottom: 0;
}
@media only screen and (max-width:767px){
	.teiki-frequency-staff{
		top: -50px;
		right: -25px;
	}
	.teiki-frequency-staff img{
		height: 110px;
	}
}
.teiki-frequency-item{
	text-align: center;
	margin-bottom: 60px;
}
@media only screen and (max-width:767px){
	.teiki-frequency-item{
		margin-bottom: 40px;
	}
}
.teiki-frequency-check{
	font-size: 20px;
}
@media only screen and (max-width:767px){
	.teiki-frequency-check{
		font-size: 18px;
	}
}
.teiki-frequency-step1{
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width:767px){
	.teiki-frequency-step1{
		flex-direction: column;
	}
}
.teiki-frequency-step1 p,.teiki-frequency-step2 p{
	margin-bottom: 0;
}
.teiki-frequency-step1 p{
	text-align: center;
}
.teiki-frequency-space{
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 20px;
	color: #fff;
	background-color: #DF6D10;
	padding: 3px 10px;
	border-radius: 18px;
}
.teiki-frequency-freezer{
	text-align: center;
	margin: 0 10px;
	position: relative;
}
@media only screen and (max-width:767px){
	.teiki-frequency-freezer{
		margin: 0 auto 10px;
		width: 300px;
	}
}
.teiki-frequency-freezer img{
	width: 300px;
	object-fit: contain;
	margin-bottom: 4px;
}
.teiki-frequency-step2 p{
	display: inline-block;
}
.teiki-frequency-routine{
	background-color: #fff;
	padding: 7px 11px;
	border-radius: 10px;
	display: inline-block;
	margin: 0 5px;
}
@media only screen and (max-width:767px){
	.teiki-frequency-routine{
		margin: 0 5px 13px!important;
	}
}
.teiki-frequency-ex{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 20px;
}
.teiki-frequency-ex img{
	height: 60px;
	object-fit: contain;
}
.frequency-slider{
	width: 100%;
	position: relative;
}
.frequency-slider::before, .frequency-slider::after{
	content: '';
	position: absolute;
	top: 0;
	width: 10%;
	height: 100%;
	z-index: 5;
	pointer-events: none;
}
@media only screen and (max-width:767px){
	.frequency-slider::before, .frequency-slider::after{
		width: 5%;
	}
}
.frequency-slider::before{
	left: 0;
	background: linear-gradient(to right, #F8F4ED, rgba(248, 244, 237, 0));
}
.frequency-slider::after{
	right: 0;
	background: linear-gradient(to left, #F8F4ED, rgba(248, 244, 237, 0));
}
.frequency-slider .slick-arrow.arrow-back{
    left: 15.5rem;
}
.frequency-slider .slick-arrow.arrow-next{
    right: 15.5rem;
}
@media only screen and (max-width:767px){
	.frequency-slider .slick-arrow.arrow-back{
		left: .5rem;
	}
	.frequency-slider .slick-arrow.arrow-next{
		right: .5rem;
	}
}
.frequency-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 2.2rem;
    height: 2.2rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    font-size: 1.4rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: -1.1rem;
    z-index: 10;
}
.frequency-col{
	width: 430px;
	height: 355px;
	background-color: #fff;
	border: 2px solid #E3CEA9;
	border-radius: 40px;
	font-size: 18px;
	padding: 20px;
	margin: 0 20px;
}
@media only screen and (max-width:767px){
	.frequency-col{
		width: 330px;
		height: 300px;
		font-size: 16px;
		padding: 3px;
		margin: 0 5px;
	}
}
.frequency-col p{
	margin-bottom: 0;
}
.frequency-col-person{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}
@media only screen and (max-width:767px){
	.frequency-col-person{
		margin-bottom: 6px;
	}
}
.frequency-col-person img{
	height: 75px;
	object-fit: contain;
	margin-left: 10px;
}
@media only screen and (max-width:767px){
	.frequency-col-person img{
		height: 60px;
	}
}
.frequency-col-routine{
	display: flex;
	justify-content: center;
}
.frequency-col-left{
	width: 135px;
}
.frequency-col-right{
	width: 260px;
}
@media only screen and (max-width:767px){
	.frequency-col-left{
		width: 110px;
	}
	.frequency-col-right{
		width: 160px;
	}
}
.frequency-col-triangle{
	width: 0;
    height: 0;
	border-top: 12px solid #707070;
	border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: none;
    margin: 10px auto;
}
.frequency-col-recommend{
	text-align: center;
}
.frequency-col-recommend span{
	font-weight: bold;
	color: #DF6D10;
	font-size: 20px;
}
@media only screen and (max-width:767px){
	.frequency-col-recommend span{
		font-size: 18px;
	}
}
.undermarker-green{
	background: linear-gradient(transparent 70%, #CEE686 0%);
}
.undermarker-blue{
	background: linear-gradient(transparent 70%, #ABE6F7 0%);
}
.teiki_faq_box{
	width: 420px;
	border-radius: 10px;
	padding: 15px;
	margin: 5px auto;
	display: flex;
	align-items: center;
}
@media only screen and (max-width:767px){
	.teiki_faq_box{
		width: 225px;
		flex-direction: column;
	}
}
.teiki_faq_box p{
	margin-bottom: 0;
}
.teiki-faq-mypage{
	background-color: #D9E6B2;
}
.teiki-faq-form{
	background-color: #ECF2D8;
}
.teiki_faq_item{
	width: 176px;
	margin: 0 16px 0 0;
}
@media only screen and (max-width:767px){
	.teiki_faq_item{
		margin: 0 0 16px 0;
	}
}
.teiki_faq_item p{
	text-align: center;
	font-weight: bold;
}
.space-maker{
	display: inline-block;
	width: 1em;
}
.nav-teiki-btn{
	max-width: 1000px;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
	.nav-teiki-btn{
		max-width: 100%;
	}
}
.nav-teiki-btn ul{
    display: flex;
	justify-content: flex-start; 
    flex-wrap: wrap;
	gap: 12px;
    list-style: none;
	margin: 0;
    padding: 0;
}
.nav-teiki-btn ul li{
	flex-basis: calc((100% - 2 * 12px) / 3);
    flex-grow: 1;
	flex-shrink: 0;
    padding: 0;
}
@media only screen and (max-width:767px){
	.nav-teiki-btn ul li{
		flex-basis: calc((100% - 1 * 12px) / 2);
        margin-bottom: 1rem;
	}
}
.nav-teiki-btn ul li a{
    display: flex;
	flex-direction: row;
    width: 100%;
	height: 100%;
    line-height: 1.2;
    border-radius: 10px;
    text-decoration: none;
    margin: 0;
	overflow: hidden;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    box-sizing: border-box;
}
@media only screen and (max-width:767px){
	.nav-teiki-btn ul li a{
		flex-direction: column;
	}
}
.nav-teiki-text{
	text-align: center;
	font-weight: bold;
	flex-grow: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.nav-teiki-text p{
	margin-bottom: 0;
	font-size: 18px;
}
@media only screen and (max-width:767px){
	.nav-teiki-text p{
		font-size: 16px;
	}
}
.nav-teiki-restriction{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 50%;
}
@media only screen and (max-width:767px){
	.nav-teiki-restriction{
		height: 70px;
	}
}
.nav-teiki-meal{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #4E3230;
	height: 50%;
}
@media only screen and (max-width:767px){
	.nav-teiki-meal{
		height: 60px;
	}
}
.nav-teiki-img{
	max-width: 100%;
	height: auto;
	display: block; 
}
@media only screen and (max-width:767px){
	.nav-teiki-img{
		width: 100%;
	}
}
.nav-teiki-btn ul li:nth-of-type(1) a {
    border: 3px solid #82af00;
}
.nav-teiki-btn ul li:nth-of-type(2) a {
    border: 3px solid #E68087;
}
.nav-teiki-btn ul li:nth-of-type(3) a {
    border: 3px solid #1d90cb;
}
.nav-teiki-btn ul li:nth-of-type(4) a {
    border: 3px solid #E4BF2B;
}
.nav-teiki-btn ul li:nth-of-type(5) a {
    border: 3px solid #F5A15A;
}
.nav-teiki-btn ul li:nth-of-type(6) a {
    border: 3px solid #24803B;
}
.nav-teiki-btn ul li:nth-of-type(1) .nav-teiki-restriction{
	background-color: #82af00;
}
.nav-teiki-btn ul li:nth-of-type(2) .nav-teiki-restriction{
	background-color: #E68087;
}
.nav-teiki-btn ul li:nth-of-type(3) .nav-teiki-restriction{
	background-color: #1d90cb;
}
.nav-teiki-btn ul li:nth-of-type(4) .nav-teiki-restriction{
	background-color: #E4BF2B;
}
.nav-teiki-btn ul li:nth-of-type(5) .nav-teiki-restriction{
	background-color: #F5A15A;
}
.nav-teiki-btn ul li:nth-of-type(6) .nav-teiki-restriction{
	background-color: #24803B;
}