@media screen and (min-width: 601px){	

.corp{
    color: #585858;
    text-align: center;
    line-height: 2.3;}

.main{
position: relative;
text-align: center;
}
.maintitle{
  position: absolute;
    font-size: xx-large;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.7);
    padding: 35px;
    color: #000;
    width: 100%;
}
	
.rogo{
    max-width: 200px;
    margin: 10px;}
.text{
    margin: 40px auto;}
.captiontitle{
    color: #BE7B39;
    font-size: x-large;
    font-weight: 700;
    border-bottom: dotted 4px #BE7B39;
    width: 350px;
    margin: 40px auto;
    line-height: 3;
        text-align: center;
	}
.orderbutton{
    background-color: #FBEABC;
    padding: 20px;
    font-size: large;
    font-weight: 700;
    width: 500px;
    margin: 20px auto;
    border-radius: 100vh;
    border: solid #BE7B39;
	position: relative;}
	
.orderbutton::before { /* くの字の表示設定 */
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 13px;
        height: 13px;
        border-top: 3px solid #3b1403;
        border-right: 3px solid #3b1403;
        transform: rotate(45deg);
}	

.orderbutton:hover{
	opacity: 0.7;
	background-color: #FFCC66;

	}
	
.scene{}
.scene img{}
.delivery{
        background-color: #FEF5F1;
        width: 45%;
        margin: 10px;
        padding: 25px;
}

.deliverycontents{
        display: flex
;
        max-width: 800px;
        flex-wrap: wrap;
        margin: auto;
        justify-content: center;
}

.step{
padding: 10px 70px;
    width: max-content;
    list-style: malayalam;
    margin: 0px auto 20px;
    background-color: #fff;
    font-weight: 700;
    color: #BE7B39;
    font-size: large;
}
.deliverytext{}
.deliverytext span{
    font-weight: 700;
    font-size: large;}
	
.corp01{
    background-color: #FEF5F1;
    padding: 1px 0px 40px;
}
.triangle3{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #BE7B39;
    margin: auto;
}
	
.corp02{
    padding: 1px 0px 40px;}

.deliveryillustration{}
.service{
    background-color: #fff;
    WIDTH: 800px;
    margin: 20px auto 50px;
    padding: 40px 20px;
}
.servicetitle{
    background-color: #FFFBE2;
    padding: 20px;
    margin: 0px auto 30px;
    width: 500px;
    color: #855454;
    font-weight: 700;
    font-size: large;}

.servicecontents{
        width: 800px;
        display: flex;
}

.servicemaincontents{
        width: 800px;
        display: flex;
        margin: auto;
}

.servicemaincontents .servicetitle{
        width: 100%;
        font-size: medium;

}

.servicemaincontents .servicecontents{
        display: contents;

}

.servicemaincontents .service{
        margin: 5px;

}

.servicemaincontents .serviceimg{

}

.servicemaincontents .deliveryillustration{

}

.servicemaincontents .servicetext{
        width: 100%;

}

.serviceimg{}
.servicetext{
    width: 400px;
    text-align: left;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    display: grid;
    place-items: center;
    padding: 0px 0px 0px 25px;
}
.voice{
	background-color: #FFFBE2;
    border-radius: 50px;
    padding: 0px 40px 40px;
    margin: 75px auto 0px;
    width: 85%;
}
.voicecontents{
    display: flex
;
    width: 90%;
    margin: auto;
}
.voicetitle{
    margin: -56px auto 30px;}
.voiceimg{}
.voicellustration{
    width: 160px;}
.voicetext{
    width: 100%;
    margin: auto;
    text-align: left;
    padding: 0px 0px 0px 25px;}

.item{
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    width: 800px;
    margin: auto;
    background-color: #FEF5F1;
    padding: 20px 0px;}
	

.itemtitle{
        font-size: x-large;
        font-weight: 700;
        margin: 26px auto 0px;
}

.itemlineup{
    width: 30%;
    padding: 5px;
    line-height: 1.7;}
	
.itemlineup p{
    background-color: lavenderblush;
    color: #BE7B39;
    padding: 5px;
    margin: 10px auto;
    border-radius: 100vh;
    border: solid 2px #bc8f8f;}

.itemlineup p:hover{
	opacity: 0.7
	}	

.itemlineup img{
    margin: 10px auto;}
	
.itemlineup span{
	font-weight: 700;
	color:crimson;
}
	
	
/*メニュー*/
		
.menu {
	width: 800px;
    padding: 0;
    margin: 0px auto 20px;
    list-style-type: none;
    background: #FBEABC;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menu li {
        width: calc(100% / 3);
    padding: 0;
    margin: 0;
    text-align: center;
    border-left: solid 2px #fff;
}
.menu li a {
    width: auto;
    font-weight: bold;
    margin: 0;
    padding: 12px 0;
    text-decoration: none;
    display: block;
}
.menu li a:hover {
  background: lavenderblush;
}
/*メニュー*/
	

	
/*アコーディオン*/
.accordion-004 {
    max-width: 800px;
    margin-bottom: 7px;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    margin: 0px auto 10px;
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    background-color: #fff;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::before,
.accordion-004 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333333b3;
    content: '';
}

.accordion-004 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-004 summary::after {
    transition: rotate .3s;
}

.accordion-004[open] summary::after {
    rotate: 90deg;
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
    background-color: #fff;
    text-align: left;
}
	
/*アコーディオン*/
	
	
	}



@media screen and (max-width: 600px){	

.corp{
    color: #585858;
    text-align: center;
    line-height: 2.3;
        font-size: small;}

.main{
position: relative;
text-align: center;
}
.maintitle{
        position: absolute;
        font-size: x-large;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255, 0.7);
        padding: 15px;
        color: #000;
        width: 100%;
}
	
.rogo{
        max-width: 40%;
        margin: 0px 0px -15px;}
.text{
    margin: 40px auto;}
.captiontitle{
    color: #BE7B39;
    font-size: x-large;
    font-weight: 700;
    border-bottom: dotted 4px #BE7B39;
    width: 350px;
    margin: 40px auto;
    line-height: 3;
	}
.orderbutton{
    background-color: #FBEABC;
    padding: 20px;
    font-size: medium;
    font-weight: 700;
        width: 80%;
    margin: 20px auto;
    border-radius: 100vh;
    border: solid #BE7B39;
  position: relative;}
	
.orderbutton::before { /* くの字の表示設定 */
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 13px;
        height: 13px;
        border-top: 3px solid #3b1403;
        border-right: 3px solid #3b1403;
        transform: rotate(45deg);
}	

.orderbutton :hover{
	opacity: 0.7;
}
	
.scene{}
.scene img{}
.delivery{
        background-color: #FEF5F1;
        width: 45%;
        margin: 2px;
        padding: 20px 5px;}

.deliverycontents{
        display: flex
;
        max-width: 800px;
        flex-wrap: wrap;
        margin: auto;
        justify-content: center;}

.step{

        padding: 0px 30px;
        width: max-content;
        list-style: malayalam;
        margin: 0px auto 20px;
        background-color: #fff;
        font-weight: 700;
        color: #BE7B39;
        font-size: large;
    }
.deliverytext{}
.deliverytext span{
    font-weight: 700;
    font-size: large;}
	
.corp01{
    background-color: #FEF5F1;
    padding: 1px 0px 40px;
}
.triangle3{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #BE7B39;
    margin: auto;
}
	
.corp02{
    padding: 1px 0px 40px;}

.deliveryillustration{
        }
.service{
    background-color: #fff;
        WIDTH: 90%;
    margin: 20px auto 50px;
    padding: 40px 20px;
}
.servicetitle{
    background-color: #FFFBE2;
    padding: 20px;
    margin: 0px auto 30px;
        width: 95%;
    color: #855454;
    font-weight: 700;
    font-size: large;}
.servicecontents{
}
.serviceimg{}
.servicetext{
    text-align: left;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    display: grid;
    place-items: center;
}
.voice{
        background-color: #FFFBE2;
        border-radius: 50px;
        padding: 0px 5px 25px;
        margin: 75px auto 0px;
}
.voicecontents{
    width: 90%;
    margin: auto;
}
.voicetitle{
        margin: -56px auto 10px;
        width: 50%;}
.voiceimg{}
.voicellustration{
        width: 40%;}
.voicetext{
    width: 100%;
    margin: auto;
    text-align: left;}

.item{
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: auto;
    background-color: #FEF5F1;
    padding: 20px 0px;
        font-size: x-small;}

.itemtitle{
        font-size: large;
        font-weight: 700;
        margin: 15px auto 5px;
}
	
.itemlineup{
        width: 50%;
    padding: 5px;
    line-height: 1.7;}
	
.itemlineup p{
    background-color: lavenderblush;
    color: #BE7B39;
    padding: 5px;
    margin: 10px auto;
    border-radius: 100vh;
    border: solid 2px #bc8f8f;}
	
.itemlineup p:hover{
	opacity: 0.7
	}
	
.itemlineup img{
    margin: 10px auto;}
	
.itemlineup span{
	font-weight: 700;
	color:crimson;
}
	
	
/*メニュー*/
		
.menu {
	width: 100%;
    padding: 0;
    margin: 0px auto 20px;
    list-style-type: none;
    background: #FBEABC;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menu li {
        width: calc(100% / 3);
    padding: 0;
    margin: 0;
    text-align: center;
        font-size: xx-small;
    border-left: solid 2px #fff;
}
.menu li a {
    width: auto;
    font-weight: bold;
    margin: 0;
    padding: 12px 0;
    text-decoration: none;
    display: block;
}
.menu li a:hover {
  background: lavenderblush;
}
/*メニュー*/
	

	
/*アコーディオン*/
.accordion-004 {
    margin-bottom: 7px;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    margin: 0px auto 10px;
        width: 95%;
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    background-color: #fff;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::before,
.accordion-004 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333333b3;
    content: '';
}

.accordion-004 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-004 summary::after {
    transition: rotate .3s;
}

.accordion-004[open] summary::after {
    rotate: 90deg;
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
    background-color: #fff;
    text-align: left;
}
	
/*アコーディオン*/
}