/* カスタマイズ用CSS */
@font-face{
font-family:minchofamily;
src:url("ShipporiMinchoB1-Medium.ttf") format("truetype");
}

.ec-sliderRole{
    margin: 0;
}

.ec-topicRole{
    background: #fff;
    padding: 10px 0;
}

.ec-topicRole__list {
    margin: 10px 0;
}

.ec-role .ec-role__ticket{
    font-family: minchofamily;
    font-size: 14px;
}

.ec-headerNaviRole__left{
    display: flex;
    align-items: center;
}

h1,h2{
    text-align: center;
}
h2{
    font-family: minchofamily;
    color: #fff;
    background-color: #1eb7a9;
    padding: 12px 0;
    margin-bottom: 20px;
}

h3{
    font-family: minchofamily;    
}

.ticket_category {
    width: 230%;
    padding: 5px;
    margin-left: 10px;
    font-size: 12px;
}
.ec-headerNav .ec-headerNav__itemIcon {
    margin-left: 0;
}
.ec-cartNavi {
    padding: 10px 0 0 0;
}

.bold {
    font-weight: bold;
}

.ec-topicRole .ec-topicRole__listItemTitle {
    font-family: minchofamily;
    font-size: 14px;
}

.c-green{
    color: #1eb7a9;
}

.solid-left{
    border-left: 8px solid;
}

/*チケット一覧*/
.ec-role__ticket{
    padding: 0 20px;
    margin: 0 auto;
}
.ec-role__ticket img{
    width: 30%;
}

.flex_item a {
    display: flex;
    border: 5px solid #eee;
    align-items: center;
    padding: 10px;
}

.flex_item-data {
    display: block;
    margin-left: 20px;
}

/*ご利用の流れ*/
.step_img {
    text-align: center;
}
.step_img img {
    width: 50%;
}

/*ABOUT US*/
.ec-aboutus{
    width: 92%;
    margin-left: 4%;
    margin-bottom: 20px;
    text-align: center;
}

/*問い合わせボタン*/
.ec-contact{
    margin-top: 8%;
    padding: 32px 16px;
    background: #fff;
    border: #1eb7a9 4px solid;
    text-align: center;
}
.ec-contact_title{
    font-weight: bold;
}
.ec-contact_tel{
    font-size: 30px;
    font-weight: bold;
}

/*商品詳細ページ*/
.ec-headingTitle{
    background-color: #fff;
    color: #333;
    text-align: left;
}

/*フッター色変更*/
.ec-footerRole {
    background-color: #333;
}

/*商品詳細ページ*/
.ec-sliderItemRole {
    width: 90%;
    margin: 25px 20px;
}

/*=====モバイル版=====*/
@media screen and (min-width: 768px){

.ticket_category {
    width: 100%;
    padding: 5px 10px;
    margin-left: 25px;
    font-size: 20px;
}
.ec-headerNav .ec-headerNav__itemIcon {
    margin-left: 20px;
}
.ec-cartNavi {
    padding: 10px 0 0 20px;
}
.ec-cartNavi .ec-cartNavi__price {
    margin-right: 10px;
}

.step_img img {
    width: 100%;
}
.ec-topicRole{
    padding: 30px 0;
}
.ec-topicRole__list {
    margin: 30px 0;
}
.ec-role__ticket{
    padding: 30px 20px;
    margin: 0 auto;
}
.ec-role .ec-role__ticket{
    font-family: minchofamily;
    font-size: 20px;
}
.ec-topicRole .ec-topicRole__listItemTitle {
    font-family: minchofamily;
    font-size: 20px;
}
    .ec-aboutus{
    width: 92%;
    margin-left: 4%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
}
.ec-contact_tel{
    font-size: 56px;
    font-weight: bold;
}
}