@charset "utf-8";

/*
* reset.css
*
* Copyright 2015, SoftBank
*
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    -webkit-text-size-adjust: none;
    color: #645B52;
    line-height: 1.5;
    width: 100%;
    margin: 0;
    padding: 0;
    font-style: normal;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    word-wrap: break-word;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCC;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*/
    /*/
    height: auto;
    overflow: hidden;
    /**/
}

.clear {
    clear: both;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-decoration: none;
}

/*共通*/

* {
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'YuGothicM', YuGothic, Meiryo, sans-serif !important;

}

#wrapAll {
    position: relative;
    font-size: 16px;
    padding-bottom: 50px;
    min-height: 100vh;
}

#wrapAll2 {
    padding-bottom: 0;
}

.hederImg img {
    width: 100%;
    display: inline-block;
}

.esc {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 1;
}

.attention {
    color: #E85F5F;
    position: relative;
    padding-left: 33px;
}

.attention::before {
    position: absolute;
    background: url("../images/icon-Info.png");
    background-repeat: no-repeat;
    content: "";
    background-size: contain;
    width: 25px;
    height: 25px;
    top: 3px;
    left: 0;
}

.txtRed {
    color: #E85F5F;
}

.text-center {
    text-align: center;
}


#contentsWrap {
    color: #645B52;
    max-width: 480px;
    margin: auto;
}

/* --- ボタン --- */
.btnB a {
    background-color: rgb(245, 150, 80);
    border-radius: 5px;
    padding: 18px;
    color: #fff;
    width: 85%;
    border: 0;
    font-size: 20px;
    margin: 20px auto 15px;
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.btnB a::after {
    background: url("../images/btn-aft.png");
    position: absolute;
    content: "";
    background-size: contain;
    width: 16px;
    height: 16px;
    top: 21px;
    right: 5px;
    background-repeat: no-repeat;
}

/*点滅  共通 */
.blinking {
    text-align: center;
    display: table;
    vertical-align: middle;
    margin: auto;
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.0s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking span {
    display: table-cell;
    vertical-align: middle;
}

.blinking span:first-child {
    text-align: right;
}

.blinking span img {
    margin-right: 5px;
    width: 25px;
    height: auto;
}

.blinking span:last-child {
    text-align: left;
    font-size: 18px;
}

footer {
    color: #fff;
    background-color: #645B52;
    height: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

footer a {
    color: #fff;
}

footer p a {
    color: #fff;
}

/* added */

.text-center {
    text-align: center;
}

.text-center-full {
    text-align: center;
}

.text-center-full img {
    width: 71%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.in-content h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 2px dashed rgb(90, 79, 67);
    border-bottom: none;
}

h4 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 20px auto;
}

p {
    margin-bottom: 15px;
}

.content>section {
    padding-bottom: 20px;
    border-bottom: 2px dashed rgb(90, 79, 67);
}

.content>section:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.ticket {
    max-width: 600px;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
    padding-right: 10px;
    background: #57A773;
    display: table;
    color: white;
}

.ticket .thumbnail {
    display: table-cell;
    vertical-align: middle;
    width: 29%;
    /* padding: 3%; */
}

.ticket .thumbnails {
    display: table-cell;
    vertical-align: middle;
    width: 29%;
    /* padding: 3%; */
}

.ticket .detail {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding: 10px 0;
    font-size: 14px;
}

.ticket .details {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding: 10px 0;
    font-size: 14px;
}


.ticket .row {

    width: 95%;
    display: table;
}

.row .item {
    display: table-cell;
    width: 90px;
    font-size: 12px;
    font-weight: bold;
}

.row .explation {
    font-size: 12px;
}

.row .itemtext {
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
}

.row p {
    display: block;
}

.ticket .thumbnail img {
    object-fit: cover;
    height: 159px;
    margin: 0 auto;
    float: left;
}

.ticket .thumbnails img {
    object-fit: cover;
    height: 159px;
    margin: 0 auto;
    float: left;
}

.text-center img {
    width: 100%;
    margin: 0;
}

.btn-group {
    margin: 30px 15px 0;
    padding: 0px 15px;
}

.btn-group:last-child {
    padding-top: 40px;
    border-top: 2px dashed rgb(90, 79, 67);
}

.btn.info {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    background: #F59650;
    color: #fff;
    border: 1px solid #F59650;
}

.btn {
    padding: 10px 0;
    max-width: 400px;
    color: #F59650;
    border: 1px solid #F59650;
    border-radius: 5px;
    background: #fff;
    width: 100%;
    display: block;
    position: relative;
}

.arrow1::after {
    background-image: url(../image/arrow.png);
    top: 16px;
}

.icon::after,
.arrow1::after,
.arrow2::after,
.arrow3::after,
.icon-news::after {
    position: absolute;
    content: "";
    background-size: contain;
    width: 16px;
    height: 16px;
    right: 5px;
    top: 16px;
    background-repeat: no-repeat;
}

.article-content {
    height: 68px;
    width: 100%;
    margin-bottom: 20px;
}

.article-content .thumbnail {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    padding-right: 5%;
}

.article-content .thumbnail img {
    object-fit: cover;
    width: 100%;
}

.article-content .title {
    display: inline-block;
    vertical-align: middle;
}

.indent {
    text-indent: -1.5em;
    padding-left: 2em;
}

.three-icon {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.three-icon .row {
    width: 32%;
    text-align: center;
    align-items: center;
    border: 1px solid #645B52;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
}


.three-icon .row img {
    width: 40%;
    margin-top: 20px;
}

.three-icon .row .graph {
    width: 36%;
}

.three-icon .row .beer {
    width: 30%;
}

.three-icon .row .spa {
    width: 36%;
}

.three-icon .row .hair {
    width: 24%;
}

.noborder {
    border-bottom: 0 !important;
}

.colorbox {
    width: 70%;
    margin: 0 auto;
}

.blackbox {
    display: inline-flex;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.blackbox .leftblock {
    background: #7c7c7c;
    color: white;
    padding: 22px 12px;
    flex: 30%;
    align-content: center;
    font-weight: bold;
    font-size: 14px;
}

.blackbox .rightblock {
    background: #d7d7d7;
    padding: 12px;
    flex: 50%;
    font-size: 14px;
}

.greenbox {
    display: inline-flex;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.greenbox .leftblock {
    background: #57A773;
    color: white;
    padding: 22px 12px;
    flex: 30%;
    align-content: center;
    font-weight: bold;
    font-size: 14px;
}

.greenbox .rightblock {
    background: #e1ebd7;
    padding: 12px;
    flex: 50%;
    font-size: 14px;
}

.boxcenter {
    padding: 22px 12px !important;
}

.boxcenter2 {
    padding: 33px 12px !important;
}

.boxcenter3 {
    padding: 32px 12px !important;
}

.boxcenter4 {
    padding: 22px 12px !important;
}

.buttongray {
    background: #808080;
    color: white;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px 0;
    border: none;
    margin: 0 auto;
    line-height: 23px;
}

.buttongray.arrow1::after {
    top: 29px !important;
}

.smalltext {
    font-size: 12px;
}

.pinktext {
    color: #e85f5f;
    font-size: 15px;
    font-weight: bold;
}

.lineheight37 {
    line-height: 37px;
}

.nowrap {
    white-space: nowrap;
}

/* plus */

.plus {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background:
        linear-gradient(#fff, #fff),
        linear-gradient(#fff, #fff),
        #7da654;
    background-position: center;
    background-size: 50% 6px, 6px 50%;
    /*thickness = 2px, length = 50% (25px)*/
    background-repeat: no-repeat;
}

.alt {
    background:
        linear-gradient(#7da654, #7da654),
        linear-gradient(#7da654, #7da654);
    background-position: center;
    background-size: 50% 6px, 6px 50%;
    /*thickness = 2px, length = 50% (25px)*/
    background-repeat: no-repeat;
    margin: 0 auto;

}

.mt20 {
    margin-top: 10px;
}

.pt40 {
    padding-top: 40px;
}

h2.stripe {
    position: relative;
    display: table;
    padding: 0 45px;
    border-bottom: 0 !important;
}

h2.stripe:before {
    content: '';
    position: absolute;
    top: 0;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

h2.stripe:after {
    content: '';
    position: absolute;
    bottom: 25%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

h2.stripe:before {
    left: 0;
}

h2.stripe:after {
    right: 0;
}

h5 {
    position: relative;
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
    margin-bottom: 30px;
    font-weight: bold;
}

h5:before {
    position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #645B52 transparent transparent transparent;
}

h5:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.h-style-speech-bubble3 {
    position: relative;
    border-bottom: 3px solid #645B52;
}

.bigtext {
    font-size: 25px;
    font-weight: bold;
}

.ticketyellow {
    background: #f6f3ea;
    padding: 20px;
}

.ticketyellow2 {
    background: #f6f3ea;
    padding: 20px;
    width: 70%;
    margin: 0 auto;
}

.ticketyellow p {
    clear: both;
}

.ticketbox {
    float: left;
    width: 45%;
    background: white;
    padding: 20px;
    margin-bottom: 20px;
}

.fullticketbox {
    width: 95%;
    background: white;
    padding: 20px;
    margin: 0 auto;
}

.arroworange {
    float: left;
    width: 40px;
    margin: 0 20px;
}

.ticketbox .arrow1:after {
    top: 28px !important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.halfimg {
    width: 50% !important;
}

/* added */
.percent {
    border: 2px solid #645B52;
    padding: 10px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    width: 50%;
    margin: 0 auto 10px;
}

.bigger {
    font-size: 32px;
}

.smaller {
    font-size: 12px;
    text-align: center;
    margin: 0 0 20px;
}

/* 0113 */

.ticketyellow {
    background: #fbeecf;
    color: black;
    padding: 30px 20px 20px 30px;
}

.ticketyellow .thumbnail img {
    height: 65px !important;
}

.ticketyellow .thumbnail {
    width: 8%;
}

.ticketyellow .row {
    margin-top: 14px;
}

/* 0204 */

.mt0,
.mt0 img {
    margin-top: 0 !important;
}

.newbtn {
    margin-top: 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #645B52;
    color: #301014;
    font-weight: bold;
    padding: 10px 8px;
    font-size: 14px;
    width: 30%;
    margin-right: 4.5%;
    display: inline-block;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.newbtn:last-child {
    margin-right: 0;
}

.newbtn:hover {
    background-color: #d9d7d2;
    color: #301014;
    border: 1px solid #645B52;
    padding: 10px 8px;
}

.slider-nav-thumbnails .slick-slide {
    opacity: 0.5;
    display: block;
}

.slider-nav-thumbnails .slick-slide.slick-active {
    opacity: 1;
    background: green;
}

.slick-prev,
.slick-next {
    display: none !important;
}

ul.use,
ul.about {
    padding: 0 30px;
    margin-bottom: 30px;
}

ul.use li,
ul.about li {
    margin-bottom: 20px;
}


ul.use li img,
ul.about li img {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 35px;
}

.listcircle {
    width: 500px;
    text-align: center;
    margin: 0 auto;
}

.row {
    display: block;
    justify-content: center;
}

.bold {
    font-weight: bold;
}

.anchoricon img {
    width: 20%;
    display: block;
    text-align: center;
    margin: 10px auto;
    justify-content: center;
}

.labelbrown {
    background: #E3DED8;
    padding: 20px;
    margin-bottom: 20px;
}

.perioddate p {
    font-size: 18px;
    font-weight: bold;
}

.labelbrown p {
    margin: 0;
}

.darkbrown h3 {
    background: #55422d !important;
    color: white !important;
}

.textbig {
    font-size: 24px;
}

.labellist {
    background: #E3DED8;
    padding: 10px;
    margin: 10px 0;
    font-weight: bold;
}

.dummybanner {
    padding: 50px;
    border: 1px solid #645B52;
    margin: 20px 0;
}

#slider {
    width: 100%;
    margin: 0 auto 30px;
}

.slide-item img {
    width: 100%;
}

.slide-item p {
    text-align: center;
    margin: 20px 0 0;
}

#thumbnail-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.thumbnail-item {
    /* flex: 0 1 20%; */
    display: inline-block;
    width: 25%;
    margin-bottom: 0px;
    box-sizing: border-box;
    position: relative;
}

.thumbnail-item:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
    opacity: 0;
}

.thumbnail-item img {
    width: 100%;
    margin: 0 auto;
}

.shoptitle {
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 20px 0;
}

.shopline {
    border-top: 0;
    border-bottom: 1px dashed gray;
    margin: 0 0 30px;
}

h4.introduce {
    width: 80%;
    line-height: 60px;
    position: relative;
    height: 60px;
    margin: 2em auto 1em;
    padding: 0;
    text-align: center;
    color: #fff;
    background: #fa4141;
    font-size: 120%;
    display: block;
}

h4.introduce:before,
h4.introduce:after {
    position: absolute;
    top: 0;
    display: block;
    height: 48px;
    content: '';
    border: 30px solid #fa4141;
}

h4.introduce:before {
    left: -40px;
    border-left-width: 15px;
    border-left-color: transparent;
}

h4.introduce:after {
    right: -40px;
    border-right-width: 15px;
    border-right-color: transparent;
}

h4.introduce span {
    position: relative;
    display: block;
}

.access {
    margin: 20px 0 40px;
    padding: 1rem 2rem 5px;
    color: #fff;
    background: #9e897d;
    -webkit-box-shadow: 5px 5px 0 #8a766b;
    box-shadow: 5px 5px 0 #8a766b;
}


.access dt {
    float: left;
    text-align: right;
    width: 80px;
}

.access dd {
    margin-left: 0px;
    display: flex;
}

.ddother {
    margin-left: 69px !important;
}

.access a {
    color: white !important;
    text-decoration: underline;
}

footer .text-center {
    line-height: 50px;
}

.mvtop {
    margin-top: -19px;
}

.ticketbackyellow {
    max-width: 600px;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
    padding-right: 10px;
    background: rgb(246, 244, 230);
    display: table;
}

.ticketbackyellow .thumbnail {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    padding: 3%;
}

.ticketbackyellow .detail {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding: 10px 0;
}

.ticketbackyellow .row {
    margin-left: 2%;
    width: 100%;
    display: table;
}

.ticketbackyellow .thumbnail img {
    object-fit: cover;
    width: 100%;
    margin: 0 auto;
}

.ticketbackyellow .explanation {
    font-size: 12px;
    font-weight: bold;
}

.ticketbackyellow .row .item {
    width: 64px;
}

@media screen and (min-width: 1025px) {

    .ticketbackyellow {
        margin: 40px auto;
    }

    .ticketbackyellow .detail {
        display: table-cell;
        vertical-align: middle;
        width: 60%;
    }

    .ticketbackyellow .explanation {
        font-size: 16px;
        font-weight: bold;
    }

    .ticketbackyellow .row .item {
        width: 100px;
    }

    #contentsWrap {
        color: #645B52;
        max-width: 1024px;
        margin: auto;
        padding: 45px 15px 0px;
        font-size: 15px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 45px;
        padding-bottom: 45px;
    }

    .content {
        margin: 45px auto 0;
        max-width: 1024px;
        padding: 0 15px;
    }

    .ticket {
        margin: 40px auto;
    }

    .ticket .detail {
        display: table-cell;
        vertical-align: middle;
        width: 70%;
    }

    .ticket .details {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        padding-left: 27px;
    }

    .article-content {
        height: 196px;
        margin-bottom: 25px;
    }

    .text-center img {
        width: 100%;
        max-width: 500px;
        margin: 35px 0;
    }

    .row .item {
        width: 120px;
        font-size: 16px;
    }

    .row .itemtext {
        font-size: 16px;
    }




}

@media screen and (max-width: 1024px) {

    .mvtop {
        margin-top: -14px;
    }


    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .row {
        display: block;
    }

    .ticketbox {
        float: none;

        width: 100%;
        background: white;
        padding: 20px;
        margin-bottom: 20px;
    }

    .arroworange {
        float: none;

        width: 100px;
        margin: 0 auto 15px;
    }

    .ticketbox .arrow1:after {
        top: 28px !important;
    }

    .blackbox .leftblock {
        padding: 32px 12px;
    }

    .boxcenter4 {
        padding: 32px 12px !important;
    }

    .three-icon .row .hair {
        width: 50%;
    }

    .ticket .details {
        display: table-cell;
        vertical-align: middle;
        padding-left: 13px;
    }

    .anchoricon img {
        width: 40%;
    }

    .newbtn {
        margin-right: 3.5%;
    }


}

@media screen and (max-width: 1000px) {
    .mvtop {
        margin-top: -13px;
    }

    .boxcenter3 {
        padding: 22px 12px !important;
    }

    .three-icon .row img {
        width: 70%;
        margin-top: 20px;
    }

    .three-icon .row .graph {
        width: 66%;
    }

    .three-icon .row .beer {
        width: 50%;
    }

    .three-icon .row .spa {
        width: 60%;
    }

    .ticket .row {
        margin-left: 3%;
        width: 95%;
        display: table;
    }

    .blackbox .leftblock {
        padding: 22px 12px;
    }

    .ticketyellow2 {
        width: 100%;
    }



}

@media screen and (max-width: 800px) {
    .three-icon .row .hair {
        width: 50%;
    }



}

@media screen and (max-width: 600px) {
    .mvtop {
        margin-top: -7px;
    }
}

@media screen and (max-width: 480px) {
    .content {
        padding: 0 15px 0 !important;
    }

    .contents {
        padding: 0 15px;
    }

    .in-content {
        margin: 0 0 30px !important;
    }

    .text-center img {
        padding: 0 15px;
        margin: 0 0 20px;
    }

    .text-center-full img {
        width: 100%;
    }

    .colorbox {
        width: 98%;
    }

    .mt20 {
        margin-top: 20px;
    }

    .ticket .row {
        margin-left: 5%;
        width: 95%;
        display: table;
    }


    /* .boxcenter{
      padding: 12px !important;
    } */

    .p21 {
        padding: 21px;
    }

    .bigtext {
        font-size: 20px;
    }

    .halfimg {
        width: 80% !important;
    }

    .ticket .details {
        display: block;
        vertical-align: middle;
        padding-bottom: 20px;
        width: auto;
        font-size: 16px;
    }

    .ticket .details .item {
        font-size: 16px;
    }

    .ticket .thumbnails {
        width: 98%;
        display: flex;
        margin: 30px auto 0;
        align-items: center;
        padding-left: 10px;
    }

    .ticket .thumbnails img {
        width: 90%;
        margin: 0 auto;
        height: auto;
    }

    .ticket .details {
        display: block;
    }

    /* 0113 */
    .ticketyellow .detail {
        padding: 0;
    }



    .listcircle {
        width: 100%;
    }

    h4.introduce {
        font-size: 100%;
    }




}

@media screen and (max-width: 350px) {

    /* 0113 */
    .ticketyellow .thumbnail {
        width: 38%;
    }

}

@media screen and (max-width: 320px) {
    .row .item {
        width: 65px;
    }

    .w320 {
        display: none;
    }

    .boxcenter {
        padding: 12px 12px !important;
    }


    .boxcenter2 {
        padding: 22px 12px !important;
    }

    .boxcenter3 {
        padding: 32px 12px !important;
    }

    .boxcenter4 {
        padding: 12px 12px !important;
    }

    .bigtext {
        font-size: 16px;
    }

    .newbtn {
        margin-right: 3%;
        font-size: 11px;
    }


}

footer p {
    margin-bottom: 0 !important;
}

.contents h2 {
    margin-top: 45px;
}

/* added */
a.underline {
    text-decoration: underline !important;
    margin: 30px 0 -10px;
    display: block;
}

.boxline {
    border: 1px solid black;
    padding: 20px;
}

.paddingnone {
    padding: 15px 0 0 !important;
    width: 100% !important;
    margin: 30px 0 0 !important;
}


@media screen and (max-width: 480px) {
    .paddingnone {
        padding: 15px 15px 0 !important;

    }
}

@media screen and (max-width: 700px) {
    .contents h1.pagetitle {
        margin: 30px 15px !important;
        padding-bottom: 30px !important;
        text-align: center !important;
        font-size: 20px !important;
        font-weight: bold !important;
        border-bottom: #645B52 dashed 2px;
    }
}


.contents h1.pagetitle {
    margin-bottom: 45px;
    padding-bottom: 45px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    border-bottom: #645B52 dashed 2px;
}