@charset "UTF-8";

#main .inner{
	width: 850px;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
/*----------main02----------*/
#main1 {
    background-image: url("../img/finalist/bg_finalist_2026.png");
	background-color: #f8f8f8;
    background-repeat: no-repeat;
	background-position: 100% 0;
    background-size: contain;
}

#main1 .contents{
    padding: 80px 0 100px;
}

.section .info{
    background-color: #ececec;
    width: 850px;
    margin: 0 auto;
    padding-bottom: 50px;
    box-shadow: 3px 3px 5px #c9c9c9;
}

@media screen and (max-width: 767px) {
    .section .info{
        width: 90%;
    }
    .pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

.tokuten_same .contents_area{
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 15px;
    display: flex;
}

.main01_txt{
    width: 450px;
}
.name_title{
    display: flex;
    padding-bottom: 30px;
}
.name{
    width: 450px;
    display: flex;
    justify-content: space-between;
}
.radius{
    width: 30px;
    height: 30px;
    margin-left: -15px;
    background-color: #e50044;
    border-radius: 50%;
}
.nama_txt{
    font-size: 24px;
    margin-left: 35px;
    text-align: left;
}
.nama_txt_en{
    text-align: right;
    padding-top: 10px;
    font-size: 17px;
}
#table_01 table{
    border: 1px solid #c79f62;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}
#table_01 th{
    background-color: #c79f62;
    font-size: 16px;
    color: #fff;
    width: 180px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}
#table_01 td{
    height: 40px;
    vertical-align: middle;
    width: 265px;
    text-align: left;
    padding: 0 36px;
}
.cocktail{
    width: 450px;
    display: flex;
    margin-top: 40px;
    padding-bottom: 5px;
    justify-content: space-between;
    border-bottom: 1px  solid #c79f62;
}
.cocktail_txt{
    font-size: 18px;
    margin-left: 50px;
    text-align: left;
}
.cocktail_txt_en{
    text-align: right;
    padding-top: 5px;
}
.text_area{
    font-size: 15px;
    margin: 20px 0 10px 50px;
    line-height: 1.9;
}
.main01_img{
    position: relative;
    width: 400px;
}
.back_box{
    position: absolute;
    top: 310px;
    right: 0;
    width: 200px;
    height: 75px;
    z-index: 1;
    background-color: #e50044;
}
.img_area{
    position: absolute;
    top: 10px;
    left: 50px;
    z-index: 10;
    max-width: 300px;
}
.main02{
    width: 750px;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
}
.sub_title{
    color: #fff;
    width: 210px;
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
}
.sub_title_01{
    background-color: #03aa83;
}
.sub_title_02{
    background-color: #c79f62;
}
#table_02{
    font-size: 14px;
}
#table_02 table{
    text-align: center;
    margin: 15px 0 20px 35px;
}
#table_02 td{
    text-align: right;
    padding-left: 10px;
    padding-bottom: 5px;
}
#table_02 ol{
    list-style-type: decimal;
    width: 370px;
    margin: 15px 0 20px 60px;
}
#table_02 li{
    padding-left: 1px;
    margin-bottom: 5px;
}
.main02_wrap{
    margin: auto;
}
.main02_img{
    max-width: 245px;
}

.main03{
    width: 750px;
    background-color: #323232;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 14px;
    color: #fff;
}
.sub_title_03{
    color: #323232;
    width: 260px;
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
    background-color: #c9c9c9;
}
.main03_txt{
    width: 674px;
    margin: 0 auto;
    padding: 15px 0 20px 0;
    line-height: 1.7;
}

.gold_txt{
    font-size: 18px;
    color: #ffffff;
    background-color: #c79f62;
    
    padding: 17px 0;
    display: inline-block;

    width: 190px;
    text-align: center;
}
.white_txt{
    font-size: 14px;
    color: #ffffff;
    background-color: #c79f62;
    padding: 10px 0;
    display: inline-block;
    width: 264px;
    text-align: center;
}

.btn_area{
    max-width: 850px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
}
.overview_btn{
	font-size: 16px;
	color: #c79f63;
	align-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: space-between;
}
.overview_btn:hover {
  	opacity: 0.8;
}
.btn_icon01{
    background-color: #c79f63;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-right: 10px;
}
.btn_icon01::after {
	content: "";
    display: inline-block;
    margin-left: 0.6em;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(135deg);
}
.page_btn{
    font-size: 16px;
	color: #323232;
	align-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: space-between;
}
.btn_icon02{
    background-color: #323232;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-right: 10px;
}
.btn_icon02::after {
	content: "";
    display: inline-block;
    margin-left: 0.6em;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(135deg);
}
.btn_icon03{
    background-color: #323232;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-left: 10px;
}
.btn_icon03::after {
	content: "";
    display: inline-block;
    margin-left: 0.45em;
    vertical-align: 1.2px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px){
    .contents_area{
        display:block;
        flex-wrap: wrap;
        flex-direction:column-reverse;
    }
    .main01_txt{
        width: 90%;
    }
    .name{
        width: 100%;
    }
    .name_title{
        width: 105%;
    }
    .nama_txt {
        font-size: 19px;
        margin-left: 12px;
    }
    .nama_txt_en {
        font-size: 14px;
        padding-top: 5px;
    }
    #table_01 table{
        width: 100%;
    }
    #table_01 th{
        height: 20px;
        width: 200px;
        padding: 15px 0 0 0;
        line-height: 7px;
        display: block;
        text-align: center;
        font-size: 15px;
    }
    #table_01 td{
        height: auto;
        width: auto;
        padding: 15px 50px 10px 50px;
        display: block;
        text-align: left;
    }
    .cocktail{
        margin-top: 410px;
        width: 100%;
    }
    .cocktail_txt{
        font-size: 16px;
    }
    .cocktail_txt_en{
        font-size: 14px;
        padding-top: 2px;
    }
    .main01_img{
        width: 100%;
    }
    .img_area{
        top: 175px;
        left: 50%;
        max-width: 280px;
        transform: translateX(-50%);
    }
    .back_box{
        top: 430px;
        right: 0;
        width: 200px;
        height: 90px;
        z-index: 1;
        background-color: #e50044;
    }
    #table_02{
        width: 90%;
    }
    #table_02 table {
        margin: 20px 0 20px 35px;
    }
    #table_02 ol{
        width: 85%;
        margin: 15px 5px 20px 50px;
    }
    #table_02 th{
        padding-bottom: 10px;
    }
    .main02,.main03{
        width: 90%;
        flex-wrap: wrap;
        flex-direction:column-reverse;
    }
    .main02_img{
        margin: 0 auto;
        padding: 30px 0 50px 0;
    }
    #table_02 td{
        text-align: right;
        padding-left: 30px;
        /* padding-bottom: 5px; */
    }
    .main03_txt{
        width: 85%;
    }

    .btn_area{
        width: 90%;
        margin: 10px auto 0;
    }
    .overview_btn{
	font-size: 14px;
    }
    .overview_btn:hover {
        opacity: 0.8;
    }
    .btn_icon01{
        width: 20px;
        height: 20px;
        border-radius: 10px;
        margin-right: 10px;
    }
    .btn_icon01::after {
        content: "";
        display: inline-block;
        margin-left: 0.55em;
        vertical-align: 1.5px;
        width: 6px;
        height: 6px;
    }
    .page_btn{
        font-size: 14px;
    }
    .btn_icon02{
        width: 20px;
        height: 20px;
        border-radius: 10px;
    }
    .btn_icon02::after {
        content: "";
        display: inline-block;
        margin-left: 0.55em;
        vertical-align: 1.5px;
        width: 6px;
        height: 6px;
    }
    .btn_icon03{
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 10px;
    }
    .btn_icon03::after {
        content: "";
        display: inline-block;
        margin-left: 0.35em;
        vertical-align: 1.2px;
        width: 6px;
        height: 6px;
    }
    
}