﻿@charset 'UTF-8';

/* =========================================================
共通
========================================================= */
* {
    word-break: normal;
}

#award, #hotel-award, #restaurant-award {
    color: #333333;
    background-color: #fff;
    font-size: 12px;
    padding-bottom: 2%;
    word-break: keep-all;
}

#award {
    font-family: YuMincho, 'Yu Mincho', serif
}

#award.mincho{
    font-family: "Sawarabi Mincho", serif;
}

#contents_wrap_inner {
    width: 100%;
}

.pl-headline {
    max-width: 90%;
    margin: 5px auto;
    text-align: center;
}

.pl-headline img {
    height:24px;
}

.pl-headline::after {
    content: url(/s/award/img/img_minsa_gold.png);
    display: block;
    margin: 10px 0;
    text-align: center;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}

.pl-section_title {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.pl-section_title img {
    width: auto;
}

/* =========================================================
メインビジュアル
========================================================= */
.pl-mainvisual {
    position: relative;
    padding: 35px 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.pl-mainvisual::before {
    content: "";
    background: url(/s/award/img/img_minsa_red.png) repeat-x top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pl-mainvisual::after {
    content: "";
    background: url(/s/award/img/img_minsa_red.png) repeat-x bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pl-mainvisual__headline {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2
}

.pl-mainvisual__headline img {
    margin-bottom: 20px;
    display: block;
    margin: 10px auto 0;
    width: 85%;
}

.pl-mainvisual__headline span img{
    width: 50px;
    height: auto;
    margin: 10px auto;
}

#contents_wrap #hotel-award .pl-mainvisual__sub {
    width: 130px;
    font-family: YuMincho, 'Yu Mincho', serif!important;
}

#restaurant-award .pl-mainvisual__sub {
    width: 90px;
    font-family: YuMincho, 'Yu Mincho', serif !important;
}

#hotel-award .pl-mainvisual__sub::before {
    content: url(/s/award/img/icon_hotel.png);
}

#restaurant-award .pl-mainvisual__sub::before {
    content: url(/s/award/img/icon_restaurant.png);
}

.pl-mainvisual__sub {
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    position: relative
}

.pl-mainvisual__sub::before {
    width: 30px;
    height: 35px;
    position: absolute;
    left: -19px;
    top: -12px;
}

/* =========================================================
表示・非表示切り替え
========================================================= */
.pc {
    display:none;
}
.sp {
    display: block;
}


/* =========================================================
リード
========================================================= */

.pl-lead {
    background: url(/s/award/img/bg_lead.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 40px 0;
}

.pl-lead__box {
    background-color: #fff;
    margin: 0 3.125%;
    padding: 30px 3%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 4px 2px;
            box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 4px 2px;
}

.pl-lead__box__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em
}

.pl-lead__box__text span{
    display: block;
    text-align: center;
    margin-top: 10px;
}
/* =========================================================
ナビゲーション
========================================================= */
.pl-navi {
    background-color: #971c38;
}

.pl-navi__list-two {
    width: 96%;
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    text-align: center;
}

.pl-navi__list__item-two {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
}
.pl-navi__list__item-two:last-child {
    margin-right:unset;
}
.pl-navi__list__item-two a {
    position: relative;
    display: block;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    border: 2px solid #fff;
}

.pl-navi__list__item a:hover, .pl-navi__list__item-two a:hover {
    background-color: #fff;
    color: #971c38;
}

.pl-navi__list__item a:hover::after, .pl-navi__list__item-two a:hover::after {
    border-top: 8px solid #971c38;
}

/* =========================================================
アワードTOP
========================================================= */
#award .pl-section:nth-of-type(odd) {
    background-color: #f1f1f1;
    padding-bottom: 40px;
}

#award .pl-headline {
    padding: 40px 0 20px;
}

#award .pl-lead__box .pl-headline,
#award .pl-section:nth-of-type(even) .pl-headline {
    padding-top: 0;
}

.pl-section_img {
    margin: 0 3.125%;
    padding-bottom: 40px;
    width: 93.75%;
    height: auto;
    box-sizing: border-box;
}

.pl-section__box__text {
    margin: 20px 3.125% 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
}

.pl-section_list {
    margin: 0 auto 20px;
}

/* モーダル */
.pl-photo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 3.125%;
    width: 93.75%;
}

.pl-photo__list li {
    width: 21.5625vw;
    margin: 0 0 8px 8px;
}

.pl-photo__list li:nth-child(4n+1) {
    margin-left: 0;
}

.pl-photo__list li:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

#cboxContent {
    border: 7px solid transparent;
    background-color: transparent;
}
#cboxPrevious,
#cboxNext {
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: 0;
}
#cboxNext {
    right: -25px;
    background-image: url(/s/award/img/icon-arrow4.png);
}
#cboxPrevious {
    left: -28px;
    background-image: url(/s/award/img/icon-arrow8.png);
    background-position: 3px 0;
}
#cboxPrevious:hover,
#cboxNext:hover {
    background-position: 0;
}
#cboxClose {
    background: url(/s/award/img/btn_close.png) no-repeat;
    background-size: contain;
    top: -25px;
    right: 0;
    width: 17px;
    height: 17px;
}

/* アワード遷移 */
.pl-link__list {
    margin: 0 3.125%;
    min-width:unset;
}

.pl-link__list li {
    position: relative;
}

.pl-link__list li + li {
    text-align: center;
    margin-bottom: 30px;
}

.pl-link__list li a {
	display: inline-block;
	position: relative;
	padding: 0 0 2em;
    width:100%;
}

.pl-link__list li h4 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 18%;
    color: transparent;
}

.pl-link__list li h4:before {
    content: '';
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1.5%;
}
.pl-link__list li h4:after {
    content: '';
    position: absolute;
    top: 100%;
    left: -1.5%;
    z-index: 0;
    border: none;
    border-bottom: solid 7px transparent;
    border-right: solid 7px #934d23;/*折り返し部分*/
}
.pl-link__list li.\--hotel h4:before {
    background-image: url(/s/award/img/ribbon_hotel.png);
    width: 37.8125vw;
}
.pl-link__list li.\--restaurant h4:before {
    background-image: url(/s/award/img/ribbon_restrant.png);
    width: 61.2vw;
}

.pl-link__list li a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #c08e21;
}

.pl-link__list li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-image: url(/s/common/img/icon_arrow_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 9px;
    height: 14px;
}

.pl-link__list p {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 5vw;
    color: #fff;
    text-align: center;
    width:56%;
}

.pl-link__list p span {
    position: relative;
    display: block;
    font-size: 4.2vw;
    margin-bottom:10px;
    overflow: hidden;
}

.pl-link__list p span:before,
.pl-link__list p span:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.pl-link__list p span.\--nendo:before {
    right: 65%;
}
.pl-link__list p span.\--nendo:after {
    left: 65%;
}
.pl-link__list p span.\--hanki:before {
    right: 84%;
}
.pl-link__list p span.\--hanki:after {
    left: 84%;
}



/* =========================================================
ナビゲーション
========================================================= */
.pl-navi {
    background-color: #971c38;
}

.pl-navi__list {
    margin: 0 3%;
   padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.pl-navi__list__item {
    width: 48%;
    margin-bottom: 13px;
}
.pl-navi__list__item:nth-child(n+3) {
    margin-bottom:unset;
}

.pl-navi__list__item a {
    position: relative;
    display: block;
    font-size: .9em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    border: 2px solid #fff;
}

.pl-navi__list__item a::after {
	content: '';
	display: inline-block;
	border-top: 6px solid #fff;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
	vertical-align: 0px;
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -3px;
}

.pl-navi__list__item:nth-child(n+3){
    /* margin-top: 14px; */
}

.pl-description {
    text-align: left;
    margin: 0 5%;
    font-size: 14px;
    line-height: 1.4;
}

/* =========================================================
*
*ちゅらとくアワードホテル・レストラン
*
========================================================= */

.sub_tit {
  font-family: 'Noto Serif JP', serif;
		font-weight: 500;
  font-size: 2.6em;
		line-height: 1.4;
		font-feature-settings: "palt";
  margin: 0 auto;
  text-align: center;
  letter-spacing: .2em;
  color: #b3790c;
  background: -webkit-linear-gradient(-45deg, #b98308, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #b37d0f, #DA8E00, #EDAC06, #dea22a, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub_tit::after {
	content: url(../img/img_minsa_gold.png);
	display: block;
	margin-top: 30px;
	text-align: center;
}


#hotel-award .pl-headline {
    width: unset;
}

#deigo .pl-headline {
    width: unset;
}

#gettou .pl-headline,
#special .pl-headline {
    width: unset;
}

.pl-section {
    margin: 30px 0;
}
.pl-section .pl-headline img.title-twoline {
    height: unset;
    width: 100%;
}
.pl-section .pl-headline img.title-contents {
    height: 56px;
    margin:0 auto;
}
.pl-section__heading {
    position: relative;
    background: #fff;
    border-top: 2px solid #b78c1b;
    border-bottom: 2px solid #b78c1b;
    padding: 40px 0;
    margin: 50px 0 0;
}

.pl-section__heading::after, .pl-section__heading::before{
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
}

.pl-section__heading::before{
    border-color: rgba(183, 140, 27, 0);
    border-top-color: #b78c1b;
    border-width: 15px;
    margin-left: -15px;
}

.pl-section__heading::after{
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}

.pl-section__heading + .pl-section__box{
    margin-top: 30px;
}

.pl-sectionWrap .pl-section:first-child .pl-section__heading {
    border-top: none;
    padding-top: 0;
}

.pl-rank + .pl-rank {
    margin-top: 30px;
}

.pl-rank__head {
	position: relative;
	margin: 0 3% 10px;
	padding-left: 70px;
	min-height: 80px
}

.pl-rank__head::before{
    content: "";
    width: 60px;
    height: 80px;
    position: absolute;
    top: 6px;
    left: 0;
}
.pastarea .pastarea-title {
    height: 20px;
}

.\--gold {
}

.\--gold .pl-rank__head::before{
    background: url(/s/award/img/ribbon-gold.png) no-repeat;
    background-size: contain;
}

.\--gold .pl-rank__area span{
	background: #be911e;
	padding: .1em .6em;
	border-radius: 4px;
}

.\--silver {
}

.\--silver .pl-rank__head::before{
    background: url(/s/award/img/ribbon-silver.png) no-repeat;
    background-size: contain;
}

.\--silver .pl-rank__area span{
	background: #888888;
	padding: .1em .6em;
	border-radius: 4px;
}

.\--bronze {
}

.\--bronze .pl-rank__head::before{
    background: url(/s/award/img/ribbon-bronze.png) no-repeat;
    background-size: contain;
}

.\--bronze .pl-rank__area span{
	background: #846c2e;
	padding: .1em .6em;
	border-radius: 4px;
}

.\--special {
}

.\--special .pl-rank__head::before {
    background: url(/s/award/img/ribbon-special.png) no-repeat;
    background-size: contain;
}

.\--special .pl-rank__area span {
    background: #be911e;
    padding: .1em .6em;
    border-radius: 4px;
}


.pl-rank__title {
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
}


.pl-rank__area p{margin: 0 0 0 .5em;}
.comments{font-size:1em;color:#ff0000; border:1px solid #ff0000;border-radius: 4px; padding:.3em .6em;margin: .5em 0 0;}
.note{font-size: .9em;line-height: 1.3;margin: .5em 0 0;}


.pl-rank__area span {
    color: #fff;
    background: #c18e21;
    padding: 0px 4px;
    font-size: 13px;
}

.pl-rank__inner__left {
    margin-bottom: 20px;
}

.pl-rank__inner__right {
    margin: 0 3%;
}

.pl-rank__comment {
    border: 1px solid #555;
    padding: 10px;
    margin-bottom: 20px
}

.pl-rank__comment p{
    font-size: 14px;
    line-height: 1.6;
}
#contents_wrap .plan-memo {
    font-size: 11px;
    margin: 10px 0 0;
    padding:0 3%;
}
.pl-rank__comment__tile:last-child {
    padding-top: 15px;
}

.pl-rank__comment__whose {
    color: #971c38;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:6px;
}

.pl-rank__comment__commenter {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end
}

.pl-rank__comment__commenter img{
    margin-left: 5px;
    width: 50px;
}

.pl-button a {
    width: 100%;
    display: block;
    color: #fff;
    background: #a83f4d;
    padding: 8px 0 8px 28px;
    text-align: left;
    border-bottom: 4px solid #8e393e;
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none;
    position: relative
}

.pl-button a + a{
    margin-top: 10px;
}

.pl-button a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
}

.\--isInfo::before {
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-top: -5px;
}

.\--isPlan::before {
    margin-top: -5px;
    border-top: 7px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid transparent;
}

.pl-special {
    margin: 30px auto;
}

.pl-special__card {
    width: 100%;
    margin-right: 40px;
    margin-bottom: 50px
}

.pl-special__card img{
    width: 100%;
}

.pl-special__card p{
    font-size: 16px;
    line-height: 1.4;
    margin: 0 3% 10px;
}

.pl-special__card .pl-rank__comment__commenter{
    margin: 0 3%;
}

.pl-special__card .pl-button{
    margin: 20px 3% 0;
}

.pl-specialCard__head {
	padding-left: 70px;
	margin: 0 3% 20px;
	position: relative
}

.pl-specialCard__head .pl-rank__title {
    padding: 0 0 4px;
}

.pl-specialCard__head .pl-rank__area span{
	background: #333;
	padding: .1em .6em;
	border-radius: 4px;
}

.pl-specialCard__head__image {
    position: absolute;
    top: 4px;
    left: 0
}

.pl-specialCard__head__image img{
    height: 80px;
    width: auto;
}

.pl-specialCard__award {
    display: inline-table;
    font-size: 20px;
    color: #fff;
    background-color: #971c38;
    padding: 6px 8px;
    border-radius: 4px;
}

.pl-specialCard__headline {
    font-size: 18px;
    font-weight: bold;
    color: #971c38;
    margin: 20px 3% 10px;
}

.pl-rank__hotel {
    padding-bottom: 2px;
    font-size: 16px;
    margin-bottom: 6px;
}


/*  */
.\--no_margin {
    margin: 0;
}


.pl-button.pc {
    display: none;
}

.past-title {
    height: 17px;
}
.past-award {
    text-align:center;
}

.past-award-li {
    display: block;
    margin: 10px 0 10px;
    width: 100%;
    background: #ffffff;
    color: #cb7222;
    border-radius: 50px;
    border: solid 1px #cb7222;
    padding: 8px 0;
}
#contents_wrap .pastarea .past-link {
    font-size: 18px;
    display: block;
    text-decoration: none;
}
.pastarea .pl-section_list {
    width: 90%;
    margin: 0 auto 30px;
}
.past-award-li:hover {
    background: #cb7222;
    color: #FFF;
    cursor: pointer;
}

