@charset "utf-8";

/*****
* 重設樣式
**/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('//fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;600;900&display=swap');

@import url('//fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 16px;
    font-size:16px;
    background-color: #FFFAF4;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Make `a` like a button */
[role="button"] {
    color: inherit;
    cursor: default;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: pre;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/**
* 基本設置
**/

*{
    box-sizing: border-box;
}

html,body{
    width:100%;
    height:100%;
}

body{
    /*font-family: NotoSerifCJKtc,'新細明體', 'PMingLiU', '微軟正黑體';*/
    font-family: 'Noto Serif TC', 'Noto Serif SC', NotoSerifCJKtc,'新細明體', 'Open Serif';
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

body.en{
    /*font-family: source-serif-pro,'微軟正黑體';*/
}

/**
* 容器
**/

.container{
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    padding:0 8px;
}

/**
* 文字
**/

.p{
    font-size: 20px;
    color: #b28146;
    font-style: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: normal;
    text-align: left;
    font-weight: 500;
}

.small{
    font-size: 16px;
    color: #b28146;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0.8px;
    text-align: left;
}

a,a:hover,a:active,a:focus,a:visited{
    text-decoration: none;
}

.h1{
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b28146;
}

.page-environment .h1{
    font-size:32px !important;
    line-height: 40px !important;
    max-width: 360px;
}

.h2{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b28146;
}

/**
* 分隔線
**/

.horizontal-border{
    border-bottom: 1px solid #b28146;
}

/**
* 通用按鈕
**/
.button{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    font-stretch: normal;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-sizing: border-box;
    color:#FFFAF4;
    font-weight: 600;
    background-size:contain;
}

.button--red--large{
    height:auto;
    padding:0 18px;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.5;
}

.button--red--medium{
    height:auto;
    padding:12px;
    /*font-size: 17px;*/
    letter-spacing: 0.9px;
    /*line-height: 36px;*/
}

.button--red--small{
    height:auto;
    padding:0 18px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 24px;
    font-family: '微軟正黑體';
}

.button--red--small--7{
    /*background-image:url('/public/assets/v2/images/button--red--small--7.png');*/
    width:auto;
    background-color:#B41E00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius:6px;
    border-radius: 6px;
    background-image: none;
}

.button--red--small--5{
    /*background-image:url('/public/assets/v2/images/button--red--small--5.png');*/
    width:auto;
    background-color:#B41E00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius:6px;
    border-radius: 6px;
    background-image: none;
}

.button--red--small--4{
    /*background-image:url('/public/assets/v2/images/button--red--small--4.png');*/
    width:auto;
    background-color:#B41E00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius:6px;
    border-radius: 6px;
    background-image: none;
}

.button--red--large--3{
    /*background-image:url('/public/assets/v2/images/facebook-button-background.png');*/
    width:auto;
    background-color:#B41E00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius:6px;
    border-radius: 6px;
    background-image: none;
}

.button--red--large--5{
    /*background-image: url('/public/assets/v2/images/button--red--large--5.png');*/
    width:auto;
    background-color:#B41E00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius:6px;
    border-radius: 6px;
    background-image: none;
}

.button--red--large--6{
    /*background-image: url('/public/assets/v2/images/button--red--large--6.png');*/
    width:auto;
    background-color:#B41E00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius:6px;
    border-radius: 6px;
    background-image: none;
}

.button--red--large--7{
    /*background-image: url('/public/assets/v2/images/button--red--large--7.png');*/
    width:auto;
    background-color:#B41E00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius:6px;
    border-radius: 6px;
    background-image: none;
    line-height: 50px;
}

.button--red--left{
    width:52px;
    height:50px;
    display: inline-block;
    background-image: url('/public/assets/v2/images/button--red--left.png');
    background-repeat: no-repeat;
}

.button--red--right{
    width:52px;
    height:50px;
    display: inline-block;
    background-image: url('/public/assets/v2/images/button--red--right.png');
    background-repeat: no-repeat;
}

.button--red--close{
    width:52px;
    height:50px;
    display: inline-block;
    background-image:url('/public/assets/v2/images/button--red--close.png');
    background-repeat: no-repeat;
}

.button--brown--top{
    width: 60px;
    height: 62px;
    display: inline-block;
    background-image:url('/public/assets/v2/images/arrow-top.png');
}

.button--brown--bottom{
    width: 60px;
    height: 62px;
    display: inline-block;
    background-image:url('/public/assets/v2/images/arrow-bottom.png');
}

.button--brown--print{
    width: 60px;
    height: 62px;
    display: inline-block;
    background-image:url('/public/assets/v2/images/button--brown--print.png');
}

.button--brown--contact-us{
    width: 60px;
    height: 62px;
    display: inline-block;
    background-image:url('/public/assets/v2/images/button--brown--contact-us.png');
}

.youtube_link{
    display: inline-block;
    line-height:36px;
    height:auto;
    letter-spacing: 1px;
    color:#b28146;
    font-size:20px;
    margin-top: 50px;
    font-weight: 500;
    text-decoration: underline !important;
}


/**
* 動畫
*/

@keyframes slideout{
    0%{
    }
    35%{
        opacity:0.85;
    }
    100%{
        opacity:1;
    }
}

@-webkit-keyframes slideout{
    0%{
    }
    35%{
        opacity:0.85;
    }
    100%{
        opacity:1;
    }
}

@-o-keyframes slideout{
    0%{
    }
    35%{
        opacity:0.75;
    }
    100%{
        opacity:1;
    }
}

/**
* 輪播
*/

.carousel__collection{
    position:relative;
    z-index: 1;
    margin:0 auto;
    margin-top:28px;
}

.carousel__collection__item{
    position:relative;
    display:none;
    width:100%;
    margin: 0 auto;
    max-width: 100%;
}

.carousel__collection__item--active{
    display:inline-block;
    animation: slideout 1.5s ease-out;
    -moz-animation: slideout 1.5s ease-out;
    -webkit-animation: slideout 1.5s ease-out;
    -o-animation: slideout 1.5s  ease-out;
}

.carousel__collection__item__name{
    position: absolute;
    font-style: normal;
    font-stretch: normal;
    color: #b28146;
    text-align: center;
    font-weight: 600;
    z-index: 1;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
    font-size: 7.5vw;
    line-height: 7.5vw;
    top: 2.5vw;
    left: 2.5vw;
}

.carousel__collection__item__name,.carousel__collection__item__introduction{
    letter-spacing: 1px;
}

body.en .carousel__collection__item__introduction
,body.ja .carousel__collection__item__introduction
{
    display:block;    
}

body.en .carousel__collection__item__controller__collection
,body.ja .carousel__collection__item__controller__collection
,body.en .carousel__collection__item__introduction
,body.ja .carousel__collection__item__introduction
,body.en .carousel__collection__item__name
,body.ja .carousel__collection__item__name
{
    left: auto!important;
    max-width: 93.92%;
    margin: auto;
    top:auto;
    bottom:auto;
    right:auto;
    width:auto;
    height:auto;
    letter-spacing: normal;
    max-width: 100%;
    padding:0;
    margin-left: 2%;
}

body.en .carousel__collection__item__name
,body.ja .carousel__collection__item__name
{
    top:20vw;
}


body.en .carousel__collection__item__controller
,body.ja .carousel__collection__item__controller
{
    display: inline-block;
    -webkit-transform: rotate(-90deg); 
    -ms-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); 
    transform: rotate(-90deg); 
}

body.en .carousel__collection__item__introduction--left
,body.ja .carousel__collection__item__introduction--left
{
    bottom:210px;
}

body.en .carousel__collection__item__introduction--right
,body.ja .carousel__collection__item__introduction--right
{
    bottom:143px;
}

body.en .carousel__collection__item__controller__collection
,body.ja .carousel__collection__item__controller__collection
{
    display: block !important;
    width:auto;
    bottom:50px;
}

body.en .carousel__collection__item__name br
,body.ja .carousel__collection__item__name br
,body.en .carousel__collection__item__introduction br
,body.ja .carousel__collection__item__introduction br
{
    display: none;
}

.carousel__collection__item__image{
    position: relative;
    overflow: hidden;

}

.carousel__collection__item__image>img{
    margin:0 auto;
    width:100%;
    height:auto;
    display: block;
}

.carousel__collection__item__image:after{
    display: block;
    width:auto;
    position: absolute;
    bottom:17px;
    right:21px;
    left:21px;
    content:attr(data-warning);
    color:#fff;
    font-size:12px;
    line-height: 1;
}

.carousel__collection__item__introduction{
    position: absolute;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 36px;
    color: #FFFAF4;
    background-color:#b28146;
    right:0;
    text-align: center;
    padding:17px 12px 15px 11px;
    bottom:17.5vw;
}

.carousel__collection__item__introduction--left{
    right:-24px;
}

.carousel__collection__item__introduction--right{
    right:-96px;
}

.carousel__collection__item__controller__collection{
    position: absolute;
    right:-96px;
    bottom:90px;
}

.page-menu .carousel__collection__item__controller__collection,.page-drink .carousel__collection__item__controller__collection{
    bottom:40px;
}

.carousel__collection__item__controller{
    display: block;
}

.carousel__collection__item__controller+.carousel__collection__item__controller{
    margin-top:21px;
}

body.en .carousel__collection__item__controller+.carousel__collection__item__controller
,body.ja .carousel__collection__item__controller+.carousel__collection__item__controller
{
    margin: 0;
    margin-left:18px;
}

.carousel__collection__item__indicator__collection{
    position: absolute;
    top:0;
    right:0;
}

.carousel__collection__item__indicator__collection .indicator{
    display: block;
}

.navigation__container--sticked~.carousel__collection{
    padding-top:120px;
}

.page-menu .navigation__container--sticked~.carousel__collection{
    padding-top:158px;
}

.classic-border{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    z-index: -1;
    padding:20px;
    /*padding-right:0;*/

}

.indicator{
    display:inline-block;
    padding:9px;
    font-size:12px;
    text-shadow: -1px 0 #B28146, 0 1px #B28146, 1px 0 #B28146, 0 -1px #B28146;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.indicator,.indicator:hover,.indicator:active,.indicator:focus,.indicator:visited{
    text-decoration:none;
    color:#FFFAF4;
}

.indicator:before{
    content:'●';
    display: inline-block;
    width:12px;
    height:12px;
}


.indicator--active,.indicator--active:hover,.indicator--active:active,.indicator--active:focus,.indicator--active:visited{
    color:#B28146;
}

/**
* 媒體報導、菜色
*/

.list-item__collection__title{
    padding-top:63px;
    padding-bottom:39px;
    position: relative;
}

/*.list-item__collection__subtitle{
    float:right;
}*/

.list-item__collection{
    text-align: left;
    margin-top:-1px;
    letter-spacing: 2.8vw;
}

.list-item{
    display:inline-block;
    vertical-align: top;
    width: 300px;
    cursor: pointer;
    margin:0 -6px;
    margin-top:38px;
    padding:0 5px;
    box-sizing: content-box;
    max-width:100%;
}

.list-item__thumbnail{
    width:100%;
    height:314px;
    overflow:hidden;
    position: relative;
}

.list-item__thumbnail>img{
    display: block;
    width:100%;
    height:100%;
}

.list-item__thumbnail>img.zoom{
    display: block;
    height:100%;
    width:100%;
}

.list-item__thumbnail>.expanded{
    display: none;
}

.list-item__title{
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.list-item__title:before{
    content:'';
    display: block;
    background-image: url('/public/assets/v2/images/media-report-separator.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top:-3px;
    margin-bottom:-2px;
    height:23px;
    padding: 19px 0;
}

.list-item__excerpt{
    padding-bottom: 23px;
    height: 88px;
    overflow: hidden;
}

.list-item__description{
    display:none;
}

.list-item__summary{
    /*text-align: justify;*/
    font-size:0.9em;
}

.list-item__summary>*{
    vertical-align: top;
    display: block;
}

.drink_genere__introduction__container{
    margin:0 auto;
}

.list-item__collection__container~.enterprise-info__container{
    margin-top:213px;
}

.list-item__tag{
    margin-top: 15px;
}

.list-item__tag.button--red--small--7{
    background-color:#B41E00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius:6px;
    border-radius: 6px;
    background-image: none;
}

.multi-ways-of-eating{
    display: inline-block;
    background-color:#b28146;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius:6px;
    width:auto;
    height:auto;
    padding:0 8px;
    font-size:16px;
    font-family:'微軟正黑體';
    letter-spacing:normal;
    line-height: 20px;
    text-align: center;
    color:#FFFAF4;
}


.dish_set .list-item__thumbnail{
    height:210px;
}

.list-item__price{
    margin-top: 8px;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 500;
}

.list-item[data-type="drink_genre"] .list-item__title:before{
    display: none;
}

.list-item[data-type="drink_genre"] .list-item__excerpt{
    display: none;    
}

.list-item[data-type="drink_genre"] .list-item__title{
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    vertical-align: middle;
    padding-right:250px;
}

.list-item[data-type="drink_genre"]{
    width:100%;
    position: relative;
    padding:0;
}

.list-item[data-type="drink_genre"] .list-item__summary{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    height:16px;
    margin: auto;
    text-align: right;    
}
.list-item[data-type="drink_genre"] .list-item__summary:before,.list-item[data-type="drink_genre"] .list-item__summary:after{
    display: none;
}

.list-item[data-type="drink_genre"] .list-item__price{
    margin: 0;
}

/**
* 1920~1280
*/

@media(max-width:1820px){

    .carousel__collection__item__introduction{
        padding:12px 5px 12px 4px;
    }

    .carousel__collection__item__introduction--left{
        right:72px;
    }

    .carousel__collection__item__introduction--right{
        right:20px;
    }

    .carousel__collection__item__controller__collection{
        display: none;
    }
}

@media(max-width:1597px){
    .page-landing{
        background-image: none;
    }
}

@media(max-width:1663px){
    .page-menu, .page-drink{
        background-image: none;
    }
}


@media(max-width:1350px){
    .list-item__collection{
        letter-spacing:2vw;
    }

    .list-item{
        width: 22.5vw;
    }

    .list-item__excerpt{
        height: 135px;
    }
}

/**
* 1280~979
*/

@media(max-width:1249px){
    .page-environment .h1{
        max-width: 100%;
    }
}


/**
* 979~767
*/
@media(max-width:979px){

    body.en .carousel__collection__item__name
    ,body.ja .carousel__collection__item__name
    {
        top:5vw;
    }

    .carousel__collection__item__introduction
    {
        font-size: 5vw;
        line-height: 5vw;
        display: none;
    }
    
    .list-item__collection{
        letter-spacing:1vw;
    }
}

/**
* 767~400
*/

@media(max-width:767px){
    body.en .carousel__collection__item__controller__collection
    body.ja .carousel__collection__item__controller__collection
    ,body.en .carousel__collection__item__introduction
    ,body.ja .carousel__collection__item__introduction
    {
        left:2% !important;
        margin: 0 auto;
        max-width: 93.92%;
    }

    .carousel__collection__item__name
    {
        display:none;
    }

    body.en .carousel__collection__item__indicator__collection
    ,body.ja .carousel__collection__item__indicator__collection
    {
        display: none;
    }

    .container{
        max-width: 100%;
        padding:0 4.03%;
    }

    .carousel__collection{
        padding:0;
        margin-top: 0;
    }

    body.en .carousel__collection__item__controller
    , body.ja .carousel__collection__item__controller{
        width:30px;
        height:31px;
        background-size: contain;
    }

    .h1{
        font-size:36px;
        line-height: 48px;
    }

    .h2{
        font-size:20px;
        line-height: 1.5;
    }

    .p{
        font-size:16px;
        line-height: 28px;
    }

    .list-item__collection__subtitle{
        float:none;
    }

    .list-item__collection{
        letter-spacing: 20px;
    }

    .list-item{
        width:50%;
        padding:0;
    }

    .list-item__collection__container{
        margin-top:25px;
    }

    .list-item__collection{
        letter-spacing: 15px;
    }

    .list-item__collection__title{
        padding-top: 0;
        padding-bottom: 0;
    }

    .list-item__collection__subtitle{
        position:relative;
        display:block;
    }

    .list-item{
        box-sizing:border-box;
    }

    .list-item[data-type="drink_genre"] .list-item__price{
        line-height: 24px;
        display: block;
        vertical-align: middle;
        width:100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }

    .list-item[data-type="drink_genre"] .list-item__summary{
        position: relative;
        text-align: left;
        height:30px;
    }

    .list-item[data-type="drink_genre"]{
        margin: 0;
        margin-top:20px;
    }

    .list-item[data-type="drink_genre"] .list-item__title{
        padding: 0;
    }

    .list-item__price{
        margin-top: 8px;
        position: relative;
        top: 0;
    }

    .list-item__tag__collection{
        position: relative;
        width:100%;
    }

    .button--red--large--7{
        line-height:30px;  
    }

    .list-item__excerpt{
        height: 88px;
    }

}

@media(max-width:420px){
    body.en .carousel__collection__item__introduction--left, body.ja .carousel__collection__item__introduction--left
    {
        bottom:150px;
    }

    body.en .carousel__collection__item__introduction--right, body.ja .carousel__collection__item__introduction--right
    {
        bottom:100px;
    }
}


.for-print{
    display: none;
}

/**
* 列印樣式
*/
.for-print{
    color: #b28146;
    font-family: NotoSerifCJKtc,'微軟正黑體';
}

body.en .for-print{
    font-family: source-serif-pro,'微軟正黑體';
}

.for-print__heading__logo{
    display: inline-block;
    width:171pt;
    height:auto;
    margin-right: 21pt;
    vertical-align: top;
    position: relative;
    top:6pt;
}

.for-print__heading__information__collection{
    display: inline-block;
    font-size:10pt;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.5pt;
    width:290pt;
    vertical-align: top;
    padding-top:11pt;
    padding-bottom:10pt;
    border-top:1pt solid #b28146;
    border-bottom:1pt solid #b28146;
}

.for-print__heading__information__title+.for-print__heading__information__content:before{
    content:'|';
    display: inline-block;
    padding:0 3pt;
}

.for-print__sub-heading{
    font-size:21pt;
    font-weight: 600;
    line-height: 1.52;
    letter-spacing: 1.1pt;
    padding-bottom:11pt;
    border-bottom:1pt solid #b28146;
    margin-top: 21.54pt;
}

.for-print__sub-heading__excerpt{
    font-size: 14pt;
    font-weight: 600;
    font-size:14pt;
    line-height: 2.29;
    letter-spacing: 0.7pt;
    float:right;

}

.for-print__item{
    position: relative;
    display: block;
    border-top:1pt solid #b28146;
    border-bottom:1pt solid #b28146;
    margin-top: -1pt;
    letter-spacing: 10pt;
    min-height: 38pt;
    line-height: 36pt;
}

.for-print__item>*{
    vertical-align: middle;
    letter-spacing: normal;

}

.for-print__item__name{
    display: inline-block;
}

.for-print__item__name:before{
    content:'＊';
    display: inline-block;
    padding-right:8pt;
    font-weight: 600;
    letter-spacing: 0.7pt;
    position: relative;

}

.for-print__item__ways_of_eating{
    position: relative;
    top: 26pt;
    display: inline-block;
    float:right;
    font-size: 8pt;
    line-height: 8.5pt;
}

.for-print__item__type_label{
    position: relative;
    top: 13.5pt;
    display: inline-block;
    float:right;   
    font-size: 8pt;
    line-height: 10pt;
}

.for-print__footer{
    position: absolute;
    bottom:41pt;
    font-size: 8pt;
    letter-spacing: 0.4pt;
    font-weight: 600;
}

.for-print__item__type_label.button--red--small--7{
    background-color:#B41E00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius:6px;
    border-radius: 6px;
    background-image: none;
}

.for-print__item__price{
    line-height: 1;
    float: right;
    line-height: 2;
    font-size: 8pt;
}

.for-print__item__prices{
    clear:both;
    float:none;
    margin-top: 10pt;
    width:100%;
    position: absolute;
    bottom: -2pt;
    bottom:22.5%;
}

body.ja .for-print__heading__information__content{
    font-family: source-serif-pro;
}

@media print{
    @page {
        size: auto;
        margin:22px;
        margin-right:23px;
    }

    body>*:not(.for-print){
        display: none;
    }

    body{
        body:before {
            content: url('/public/assets/v2/images/print-golden-frame.png');
        }
    }

    .for-print{
        display: table;
        margin:0 auto;
    }
}

@media(max-width:767px){
    .button--red--large{
        height:30px;
        font-size:16px;
        line-height: 28px;
    }

}

.warning{
    margin-top: 50px;
}

.caution{
    margin-top: 80px;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    color: #fffaf4;
    background-color:#b28146;
    height:100px;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'NOTO SANS TC';
    font-weight: bold;
}

@media(max-width:720px){
    .caution{
        height:50px;
        line-height:50px;
        font-size:22px;
    }
}

.list-item__news__title {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5em !important;
}

.list-item__date {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.download-attachments {
    margin-top: 5em;
}

ul.da-attachments-list > li {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

ul.da-attachments-list > li > a {
    color: #b28146;
}

ul.da-attachments-list {
    list-style: disc;
    margin-left: 2em;
}

.da-attachments-list > li > a:hover {
    color: darkred;
}

.download-title {
    color: #b28146;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1em;
    display: none;
}

span.attachment-caption {
    font-size: 1rem;
    color: grey;
}

.list-item .list-item__date {
    margin-bottom: 5px;
}


.list-item.news .list-item__thumbnail>img {
    object-fit: cover;
}

.list-item.news .list-item__title {
    white-space: normal;
    height: 120px;
}

iframe {
    max-width: 100%;
}

.list-item__collection__description {
    font-size: 1.2rem !important;
    line-height: 2rem;
}

.list-item__collection__description p {
    margin: 1.5em 0;
}

@media(max-width:768px){
    .list-item.news .list-item__thumbnail>img {
        height: 200px;
    }
    .list-item__thumbnail{
    	height: auto;
    }
}
