/* reset */
html {
    line-height: 1.5;
}

body {
    margin: 0;
    font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

body * {
    box-sizing: border-box;
}
/* reset ここまで */


.head_fix {
    position: fixed;
    width: 100%;
    z-index: 1;
}
.contentsDiv {
    width: 100%;
    max-width: 960px;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.pTxt {
    margin: 0;
    font-size: 13px;
}
.align-center {
    text-align: center;
}

.img-responsive {
	max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.youtube-responsive {
	max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}
.tSecTitle {
    margin: 0 0 20px;
    font-size: 24px;
    color: #420F12;
    font-weight: bold;
}
.tSecTitle2 {
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: bold;
    color: #007f80;
}
.tleadText {
    font-size: 28px;
    color: #333;
}
.tSecSubtxt {
}
.list_txt {
    margin-left: -1em;
}
.list_txt2 {
    list-style-type: none;
    line-height: 1.3;
    margin: 0 0 0.5em 0;
    text-indent: -1em;
    padding-left: 1em;
    margin-left: -2.5em;
}

.contentsShortWid {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.contentsFlexCenter {
    display: flex;
    justify-content: center;
}
.contentsFlexColumn {
    flex-direction: column;
}

.br--sp767,
.br--sp1024 {
	display: none;
}
@media screen and (max-width: 1024px) {
	.br--sp1024 {
		display: inline;
	}
}
@media screen and (max-width: 1023px) {
    .pTxt {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
	.br--sp767 {
		display: inline;
    }
    .pTxt {
        font-size: 12px;
    }
    .tSecTitle {
        margin: 0 0 10px;
        font-size: 16px;
    }
    .tSecTitle2 {
        margin: 0 0;
        font-size: 15px;
    }
    .tSecSubtxt {
        font-size: 12px;
    }
    .list_txt {
        margin-left: -2em;
    }
    .list_txt2 {
        margin-left: -3.5em;
    }
}
/* メインイメージ */
.featureAreaWrapper {
    background-color: #BBB;
    width: 100%;
    overflow: hidden;
}
.featureArea {
    /* background-image: url(../images/f_img_test.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
    text-align: center;
        width: 100%;
    max-width: 886px;
    margin: 0 auto;
    position: relative;
}
.fa__text {
    text-align: center;
    color: #FFF;
    font-size: 32px;
    padding: 130px 0 0;
}
.feature_slider {
    width: 100%;
    max-width: 886px;
    margin: 0 auto;
}
.featureImg {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.feature_slider > .scrlLink:not(:first-child) {
    display: none;
}
.feature_sliderItem {
    padding: 0 2px;
}
.slick-list {
    overflow: visible;
}

.fI__arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.fI__arrowL {
    left: 10px;
}
.fI__arrowR {
    right: 10px;
}
@media screen and (max-width: 767px) {
    .fI__arrow {
        width: 20px;
        height: 20px;
    }
}

/* メインイメージここまで */
.contentSec {
    padding-top: 30px;
    padding-bottom: 30px;
}
.secBg-gray {
    background-color: #eee;
}
.secBg-beige {
    background-color: #FFF7DC;
}

.term__list {
    list-style: none;
    padding-left: 1.3em;
    margin-top: 0.5em;
}
.term__list li {
    text-indent: -1.3em;
    margin-bottom: 0.35em;
}
.store_color {
    background-color: #04B1B3;
}

.cardList {
    display: flex;
    padding: 0;
    margin: 0;
    /* margin-bottom: 20px; */
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;   
}
.cardList2 {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
    /* margin-bottom: 20px; */
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;   
}
.cardListIconsWrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.cardList--icons {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.cardList--icons.animated {
    transform: translateY(0);
    opacity: 1;
}
.cardBox {
    margin: 0 5px;
    padding: 0;
    list-style: none;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
}
.cardBox2 {
    margin: 0 5px;
    padding: 0;
    list-style: none;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
}
.cardImgBox {
    text-align: center;
}
.cardImg--icon {
    width: 120px;
    height: auto;
}
.cardImg {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.cardTxtBox {
    /* background-color: #EEE; */
    padding: 15px 0;
    flex: 1 1 auto;
}
.cLeadText {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #420F12;
}
.cardBox--icons {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.cardBox--icons .cardImg--icon {
    width: 80px;
    height: auto;
}
.cardBox--icons .cLeadText {
    font-size: 25px;
    padding: 0px 0px 0px 0.5em;
    font-weight: bold;
    color: #007F80;
    text-align: left;
    line-height: 1.2;
}
.cardBox--icons .cardTxtBox {
	background-color: transparent;
}
.shopLeedText {
    color: #FFF;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
    width: 100%;
}
.cardList--iconsShop {
    max-width: 836px;
    margin-left: auto;
    margin-right: auto;
}
.cardList--iconsShop2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.cb--shop .cardTxtBox {
	background-color: transparent;
	padding: 0;
}
.cii--shop {
    width: 90px;
}
.clt--shop {
    font-size: 1.142rem;
    font-weight: bold;
    line-height: 1.2;
    color: #007F80;
}
@media screen and (max-width: 767px) {
    .shopLeedText {
		font-size: 12px;
		line-height: 1.4;
		padding: 0px 20px;
	}
	.clt--shop {
        font-size: 13px;
	}
    .cardList--iconsShop {
        max-width: 836px;
        flex-wrap: wrap;
    }
    .cii--shop {
        width: 60px;
    }
    .cb--shop {
        flex: 1 1 30%;
    }
}

.twrapp-full {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
}
.twrapp__cell {
    display: table-cell;
    vertical-align: top;
    padding: 5px;
}

.fwrap {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}
.fwrap--r {
    flex-direction: row-reverse;
}
.fwrap__cell {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 10px;
    box-sizing: border-box;

}
.fwrap__cell--img {
    width: 40%;
}
.fwrap__cell--txt {
    width: 40%;
}

.entry-news {
    list-style: none;
    margin-left: -3em;
}

.entry-time {
	padding-left: 5em;
	text-indent: -5em;
}

.aOpacity:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .twrapp-full, .twrapp {
        display: block;
    }
    .twrapp__cell {
        display: block;
    }
}
@media screen and (max-width: 767px) {

    .contentSec {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .cardBox--icons .cardImg--icon {
        width: 40px;
        height: auto;
    }
    .cardList--sp50 {
        flex-wrap: wrap;
        margin: 0;
    }
    .cardBox--sp50 {
        flex: 0 0 48%;
    	margin: 0 1% 10px;
    }
    .cardBox {
        margin: 0 5px 20px 0;
        padding: 0;
    }
    .cLeadText {
        font-size: 18px;
        padding: 8px;
    }
    .cardBox--icons .cLeadText {
    	font-size: 14px;
    }
    
    .cardTxtBox {
    	padding: 0;
        margin-bottom: 15px;
    }
    
}
@media screen and (max-width: 540px) {
    .fwrap {
        flex-direction: column;
    }
    .fwrap__cell {
        width: 100%;
    }
}
.p_cBox {
    padding: 24px;
    /* background: #FFF; */
    margin-bottom: 20px;
}
.prcTb {
    background-color: #cecece;
	border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid #420F12;
    width: 100%;
}
.prcTb_top {
    max-width: 700px;
}

.prcTb_th {
    text-align: center;
    padding: 5px 5px;
    width: 30%;
    background-color: #007F80;
    color: #FFF;
    border: 2px solid #420F12;
    line-height: 1.2;
    /* font-size: 18px; */
}
.prcTb_th_A {
    text-align: center;
    padding: 5px 5px;
    width: 30%;
    background-color: #04B1B3;
    color: #FFF;
    border: 2px solid #420F12;
    line-height: 1.2;
    /* font-size: 0.85rem; */
}
.prcTb_th_B {
    text-align: center;
    padding: 5px 5px;
    width: 30%;
    background-color: #058B8C;
    color: #FFF;
    border: 2px solid #420F12;
    line-height: 1.2;
    /* font-size: 0.85rem; */
}
.prcTb_th_M {
    text-align: center;
    padding: 5px 5px;
    background-color: #2F4B89;
    color: #FFF;
    border: 2px solid #420F12;
    line-height: 1.2;
    /* font-size: 0.85rem; */
}
.prcTb_td {
    text-align: center;
    padding: 10px;
    background: #FFF;
    color: #420F12;
    border: 2px solid #420F12;
    line-height: 1.2;
}

.prcTb_td-store .store_size {
    /* word-break: keep-all; */
    font-weight: bold;
}
.prcTb_th-jikan {
    color: #007F80;
    background-color: #FFF;
    width: 30%;
    padding: 10px 5px;
}
.prcTb_th-jikan_M {
    color: #420F12;
    background-color: #FFF;
    padding: 10px 5px;
}
.prcTb_th-kakaku {
    background-color: #A4A4A4;
    width: 70%;
    width: 35%;
    padding: 10px 5px;
}
.prcTb_th-kakaku_M {
    background-color: #007FFD;
    padding: 10px 5px;
}
.prcTb_th-member {
    background-color: #FF7800;
    width: 35%;
    padding: 10px 5px;
}
.price {
	font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
}
.member_price {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
    color: red;
}
.tax {
	font-weight: normal;
    font-size: 0.87rem;
}
.pTb {
    background-color: #cecece;
    /* border-collapse: collapse; */
    border-spacing: 1px;
    width: 100%;
}
.pTb_th {
    text-align: center;
    padding: 10px;
    width: 38%;
    background-color: #eee;
    font-weight: normal;
}
.pTb_td {
    text-align: center;
    padding: 10px;
    width: 62%;
    background: #FFF;
}
.rList {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.rItem {
    margin: 0 5px 10px;
    background-color: #007f80;
    border-radius: 4px;
    color: #FFF;
    list-style: none;
    padding: 10px 14px;
}
.prcTb_td .taxin {
    font-size: 18px;
}
.taxin {
    font-size: 12px;
}
.p_note {
    font-size: 0.8em;
}
.aboutImage {
    /* height: 300px;
    margin-bottom: 40px;
    background-image: url(../images/accea_cafe_about_img2.jpg);
    background-position: center 0;
    background-size: cover; */
    margin: 0 auto 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutImage__img {
    width: 100%;
    max-width: 2470px;
    min-width: 1000px;
    height: auto;
    vertical-align: bottom;
    text-align: center;
}
.spotappthlink {
    text-decoration: none;
    color: #FFF;
}
.store_size a {
    text-decoration-line: none;
    color : #420F12;
}
.store_size a:visited {
    text-decoration-line: none;
    color : #420F12;

}.store_size a:hover {
    text-decoration-line: underline;
    color : #66171d;
}
.store_size a:active{
    text-decoration-line: none;
    color : #cc632f;
}
@media screen and (max-width: 767px) {
    .prcTb_th {
        font-size: 0.85rem;
        /* padding: 10px 5px;
        font-size: 1em;
        line-height: 1.2em; */
    }
    .prcTb_th_A {
        font-size: 0.85rem;
    }
    .prcTb_th_B {
        font-size: 0.85rem;
    }
    .tax {
        font-size: 0.75rem;
        font-weight: normal;
    }
    .prcTb_td .taxin {
        font-size: 14px;
    }
    .taxin {
        font-size: 10px;
    }
    .pTb_th {
        font-size: 12px;
    }
    .prcTb_td-store .store_size {
        word-break: normal;
        font-size: 0.85rem;
    }
}
.acSList {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.acSList__item {
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    flex: 0 1 33.33%;
    margin-bottom: 10px;
}
.acSList__link {
    text-decoration-line: none;
    display: block;
    color: #333;
}
.acSList__link:hover {
    color: #007f80;
}
.acIcon--mmenu {
    font-size: 28px;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (max-width: 920px) {
    .acSList__item {
        flex: 0 1 50%;
    }
}
@media screen and (max-width: 640px) {
    .acSList__item {
        flex: 0 1 100%;
    }
}

.dBox__img {
    max-width: 554px;
    width: 80%;
    height: auto;
}

.flow_link {
    color: #04b1b3;
    text-decoration: none;
}
.flow_link:hover {
    text-decoration: underline;
}
.flowBtn {
    color: white;
    border: 1px solid #067F7F;
    background-color: #067F7F;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 6px;
    box-sizing: border-box;
}
.flowBtn:hover {
    color: #067F7F;
    border: 1px solid #067F7F;
    background-color: white;
}
.flowBtn2 {
    color: white;
    border: 1px solid #067F7F;
    background-color: #067F7F;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 6px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .flowBtn2 {
        display: flex;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .flowBtn2 {
        display: inline;
        margin-bottom: 0px;
    }
}
.flowStepList {
    padding: 0;
    margin: 0;
    display: flex;
    margin: 0 -10px 0;
}
.flowStepItem {
    list-style: none;
    text-align: center;
    flex: 1 1 33%;
    padding: 0 10px;
}
.fsInnerBox {

}
.fsImgBox {
    margin-bottom: 5px;
}
.fsTxtBox {
	margin-bottom: 10px;
}
.fsTitle {
    color: #420F12;
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}
.fst__step {
    background-color: #420F12;
    padding: 30px 10px;
    font-size: 18px;
    color: #FFF;
    border-radius: 50%;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.flowStepItem:nth-child(1).animated {
    animation: fsFadeIn 0.7s ease 0s both;
}
.flowStepItem:nth-child(2).animated {
    animation: fsFadeIn 0.7s ease 0.3s both;
}
.flowStepItem:nth-child(3).animated {
    animation: fsFadeIn 0.7s ease 0.6s both;
}

@keyframes fsFadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@media screen and (max-width: 1024px) {
    .fsTxtBox {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .flowStepList {
        flex-direction: column;
    }
    .flowStepItem {
        padding: 0;
        margin-bottom: 10px;
    }
    .fsInnerBox {
    }
    .fsTxtBox {
        text-align: left;
    }
    .fsTitle {
        text-align: center;
    }
    .fst__step {
        border-radius: 4px;
        padding: 5px 10px;
        font-size: 20px;
        font-weight: bold;
        margin: 5px 5px 5px 0;
    }
}




.checkinStepList {
    padding: 0;
    margin: 0;
    display: flex;
    margin: 0 0;
}
.checkinStepList_M {
    padding: 0;
    margin: 0;
    display: flex;
    margin: 0 0;
}
.checkinStepItem {
    list-style: none;
    flex: 1 1 33%;
    padding: 0 0.5em;
}
.csInnerBox {
    box-sizing: border-box;
}
.csImgBox {
    margin-bottom: 5px;
}
.flow .csImgBox img {
	border: 2px solid #007f80;
}
.flowCr .csImgBox img {
	border: 2px solid #171d30;
}
.csTxtBox {
}
.csTitle {
    color: #007f80;
    padding: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.csTitle_M {
    color: #007f80;
    padding: 0;
    font-weight: bold;
    align-items: center;
    margin: 25px auto 45px auto;
}
.cst__step {
    background-color: #007f80;
    padding: 25px 5px;
    font-size: 18px;
    color: #FFF;
    border-radius: 50%;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.flowCr .csTitle {
    color: #171d30;
    padding: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.flowCr .csTitle_M {
    color: #171d30;
    padding: 0;
    font-weight: bold;
    align-items: center;
    margin: 25px auto 45px auto;
}
.flowCr .cst__step {
    background-color: #171d30;
    padding: 25px 5px;
    font-size: 18px;
    color: #FFF;
    border-radius: 50%;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cst__step_num {
    font-size: 1.4em;
}

@media screen and (max-width: 1024px) {
    .csTxtBox {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    #telework p {
        font-size: 0.875rem;
    }

    .checkinStepList {
        /* flex-direction: column; */
        flex-wrap: wrap;
    }
    .checkinStepList_M {
        /* flex-direction: column; */
        display: block;
    }
    .checkinStepItem {
        box-sizing: border-box;
        margin-bottom: 20px;
        list-style: none;
        flex: 1 1 50%;
    }
    .csInnerBox {
    }
    .csTxtBox {
        text-align: left;
    }
    .csTitle {
        font-size: 0.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .cst__step {
        border-radius: 4px;
        padding: 5px 10px;
        font-size: 1rem;
        font-weight: bold;
        margin: 5px 5px 5px 0;
    }
}












@media screen and (min-width: 767px) {
    .display_none--pc {
        display: none;
    }
}

.cafeBtn--green {
	color: #FFF;
    line-height: 1.2;
    background-color: #007f80;
    padding: 5px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
.cafeBtn__arrow {
    margin-left: 5px;
    position: relative;
    top: 1px;
}

/* アクセス */
.acNavList--container {
    width: 100%;
    margin-bottom: 50px;
    position:sticky;
    top: 60px;
    left: 0;
    z-index: 10;
}
.acNavList {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    background: #FFF7DC;
    border-top: 1px solid #420F12;
    border-bottom: 1px solid #420F12;
    justify-content: center;
    list-style: none;
}
@media screen and (max-width: 1080px) {
    .acNavList--container {
        top: 60px;
    }
}
@media screen and (max-width: 911px) {
    .acNavList--container {
        top: 88px;
        font-size: 14px;
    }
}
@media screen and (max-width: 640px) {
    .acNavList--container {
        top: 60px;
        font-size: 12px;
    }
}
.acNavItem {
}
.acNavLink {
    border-left: 1px dotted #420F12;
    padding: 0 10px;
    text-decoration: none;
    color: #420f12;
}
.acNavList .acNavLink:last-child {
    border-right: 1px dotted #420F12;
}
.accessArea {
    margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
    .acNavList {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        flex-wrap: wrap;
    }
    .acNavItem {
        /* flex: 1 1 50%; */
        margin-bottom: 10px;
    }
    .acNavLink {
        display: block;
        text-align: center;
    }
}

.tSecTitle2--access {}

.tSecTitle2--cr {
    color: #171d30;
}

.shopsList {
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.shopsItem {
    list-style: none;
    padding: 0 10px;
    display: flex;
    margin-bottom: 20px;
    width: 33%;
    box-sizing: border-box;
    
}
.shopContent {
    text-decoration-line: none;
    border: 1px solid #bab2b2;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    color: #333;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.si__infoBox {
    padding: 20px 20px 50px;
    flex: 1 1 auto;
    position: relative;
}

.si__division {
    display: inline;
    font-size: 12px;
    color: #FFF;
    line-height: 1.2;
    background-color: #007f80;
    padding: 2px 20px;
    border-radius: 4px;
    font-weight: bold;
}
.si__opentime {
    display: inline;
    font-size: 12px;
    color: #FFF;
    line-height: 1.2;
    background-color: #d00;
    padding: 2px 20px;
    border-radius: 4px;
    font-weight: bold;
}
.si__openday {
    display: block;
    color: #F00;
    font-weight: bold;
    font-size: 0.92em;
    margin-top: 5px;
}
.si__shopName {
    font-size: 18px;
    font-weight: bold;
    color: #007f80;
    display: block;
    margin: 5px 0 0;
}
.si__serviceIcons {
    display: flex;
    flex-wrap: wrap;
}
.si__serviceIcon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.si__seatInfo {
    margin: 5px 0 5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.si__seat {
    list-style: none;
    font-size: 12px;
    margin: 0 8px 5px 0;
    background-color: #eee;
    border-radius: 4px;
    padding: 4px 10px;
    font-weight: bold;
}

.shopLinkBtnWrapper {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    width: calc(100% - 40px);
    bottom: 15px;
}
.shopLinkBtn {
    background-color: #007f80;
    background-image: url(../images/arrow_w_right.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center right 10px;
    color: #FFF;
    text-decoration-line: none;
    border-radius: 4px;
    padding: 5px 20px;
    display: block;
    width: 100%;
    text-align: center;
}
.shopContent:hover .shopLinkBtn {
    background-color: #25a8a8;
}
.shopContent:hover {
    opacity: 0.7;
}
.si__img {
    width: 100%;
    height: auto;
    display: block;
}
.si__shopInfo {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .si__seatInfo{
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 1023px) {
    .si__seatInfo{
        flex-direction: column;
        align-items: flex-start;
    }

    .shopsItem {
        margin-bottom: 20px;
        width: 50%;
    }

}
@media screen and (max-width: 767px) {
    .shopsItem {
        width: 100%;
    }
    .shopsList {
        margin: 0;
    }
    .shopLinkBtn {
        background-size: 16px 16px;
        font-size: 12px;
        font-weight: bold;
    }
    .si__shopName {
        font-size: 16px;
    }
    .si__seatInfo {
        flex-direction: row;
    }
    .si__seat {
        font-size: 10px;
    }
}
/* 店舗案内部分ここまで */


/* お知らせ部分 */

.infoBox {
    border: solid 2px #d00;
    /* border: solid 1px #d00; */
    color: #d00;
    padding: 20px 20px 5px;
    /* padding: 10px 20px; */
    margin: 20px auto;
    border-radius: 5px;
    width: 830px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    max-width: 91%;
}

.infoButton {
	color: white;
	background: #d00;
	padding: 10px 20px;
	margin: 20px auto;
	border-radius: 5px;
	max-width: 830px;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
}

.info_title {
    margin: 0 0 0;
    color: #d00;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infoBox--camp {
    display: flex;
    border: 1px solid #420F12;
    padding: 10px;
    max-width: 810px;
    margin: 0 auto;
    text-decoration: none;
    color: #420F12;
}
.infoBox__cImg {
    width: 330px;
}
.infoBox__cTxt {
    padding-left: 20px;
    text-decoration: none;
}
@media (max-width:767px) {
	.infoBox--camp {
		flex-direction: column;
	}
	.infoBox__cImg {
		width: 100%;
	    max-width: 330px;
	    margin: 0 auto;
	}
	.infoBox__cTxt {
	    padding: 10px 0;
	    text-align: center;
	}
}
.infoBox__link {
    text-decoration-line: none;
    color: #333;
}
.infoBox__link:hover {
    color: #007f80;
}
/* お知らせ部分ここまで */

/* アラート用テーブル */
.aleatTb {
	border: 2px solid red;
    color: red;
    border-collapse: collapse;
}
.aleatTb85 {
    width: 85%;
    margin: 0 auto;
}
.aleatTb td,
.aleatTb th {
	border: 1px solid red;
	padding: 3px 10px;
}
@media screen and (max-width: 767px) {
    .aleatTb * {
        font-size: 12px !important;
    }
}



/* ハンバーガーボタン関係 */

.header__nav {
	/* transition: all 0.5s ease; */
}
.subCtrlContainer {
    position: relative;
}

.menu-trigger {
    width: 24px;
    height: 18px;
}
.menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}


.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	width: 24px;
	height: 18px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #333;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.subMenuCtrlOpen span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(135deg);
	transform: translateY(7px) rotate(135deg);
}
.menu-trigger.subMenuCtrlOpen span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.subMenuCtrlOpen span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}

.subMenuCtrl {
    display: none;
    position: absolute;
    right: 22px;
    top: 23px;
}
@media screen and (max-width: 640px) {
    .header__nav {
        display: none;
    }
    .subMenuCtrl {
        display: block;
    }
}
/* ハンバーガーボタン関係ここまで */



/* タブ機能基本 */
.tabBox__item {
	display: none;
}
.tabBox__item.tab--active {
	display: block;
}
/* タブ機能基本ここまで */

.term__list {
      list-style: none;
      padding-left: 1.3em;
      margin-top: 0.5em;
    }

    .term__list li {
      text-indent: -1.3em;
      margin-bottom: 0.35em;
    }
