
.line{
    margin: 0;
}
section .container{
    max-width: 1300px;
    background: #f08200;
    color: #fff;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.item_name{
    text-align: center;
    font-size: 3rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
}
.item_price{
    text-align: center;
    font-size: 3.8rem;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 0.8em;
}
.item_price .s_01{
    font-size: 1.8rem;
}
.item_price .normal_price{
    font-size: 1.6rem;
    color: #fff;
}
.special_price{
    color: #e60012;
  }
.item_title_text{
    font-size: 1.8rem;
    text-align: center;
}
.desc{
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
}
.contents{
    text-align: center;
    margin-top: 1em;
    font-weight: bold;
}
.postage {
    color: #f08200;
    background: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 0.5em;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
    padding: 0.2em 0.6em;
}
.order a{
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 22rem;
    background: #fff;
    color: #f08200;
    border-radius: 0.5rem;
    padding: 0.5em;
    font-weight: bold;
    transition: 0.3s;
    margin: auto;
    font-size: 1.8rem;
    border: 1px solid #fff;
}
.order a:hover{
    opacity: 1;
    background: #f08200;
    border: 1px solid #fff;
    color: #fff;
}
.order a::after{
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    right: 7%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #f08200;
    border-right: 1px solid #f08200;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
}
.order a:hover:after{
    right: 6%;
    border-color: #fff;
}
.sec_01 .container{
    padding: 0;
}
.sec_01 .line{
    padding-bottom: 6rem;
}
.sec_02{
    padding: 0;
}
.item01{
    border-top: 6px dotted #fff;
    max-width: 1180px;
    margin: auto;
    padding: 5rem 0;
    grid-template-columns: calc(60% - 1.5rem) calc(40% - 1.5rem);
}
.item01 .span:nth-child(1){
    order: 2;
}
.item01 .span:nth-child(2){
    order: 1;
}
.item02{
    padding: 5rem 0;
    max-width: 1180px;
    margin: auto;
    border-top: 6px dotted #fff;
    border-bottom: 6px dotted #fff;
}

.item02 figure img{
    padding: 1rem 2rem;
}
.sec_03{
    padding: 0 0 8rem;
}
.sec_03 .container{
    padding: 5rem 0 4rem;
}
@media (max-width : 1223px) {
    .sec_03 .container{
        padding: 5rem 1rem 4rem;
    }
}
.reservation_box{
    max-width: 1180px;
    margin: auto;
    width: 100%;
    background: #fff;
    border-radius: 2rem;
    padding: 0 1rem 6rem;
}
@media (max-width : 1240px) {
    .reservation_box{
        border-radius: 1rem;
        width: auto;
    }
}
.reservation_box figure{
    margin-bottom: 2rem;
}
.precautions_box{
    max-width: 1000px;
    margin: auto;
    border: 2px solid #e60012;
}
.precautions_box ul{
    color: #e60012;
    list-style: none;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 2rem;
    line-height: 1.4;
}
.precautions_box ul li{
    margin: 0.3em 0;
}
.img_t{
    max-width: 1180px;
    margin: 2rem auto 0;
}