.txt {
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #333;
}
.pTxt {
    margin: 0;
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #333;
}
.csTxtBox .pTxt {
    margin: 0;
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #333;
}
.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;
}

.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}
.align-left {
    text-align: left !important;
}

.img-responsive {
	width: 100%;
    height: auto;
    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 {
    
}

.sectionTitle {
    font-size: 32px;
    color: #462200;
    text-align: center;
}
#price .sectionTitle {
    margin-bottom: 20px;
}
.sectionTitle--ptxt {
    margin-top: 40px;
    font-size: 24px;
}
.sectionHeading {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.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;
    }
    .sectionHeading {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
	.br--sp767 {
		display: inline;
    }
    .txt {
        margin: 0 0 20px 0;
        line-height: 1.4;
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    .pTxt {
        font-size: 12px;
    }
    .csTxtBox .pTxt {
        font-size: 14px;
    }
    .list_txt {
        margin-left: -2em;
    }
    .list_txt2 {
        margin-left: -3em;
    }
    .tSecTitle {
        margin: 0 0 10px;
        font-size: 16px;
    }
    .tSecTitle2 {
        font-size: 16px;
    }
    .tSecSubtxt {
        font-size: 12px;
    }

    .sectionTitle {
        font-size: 20px;
        margin: 10px 0;
    }
    .ppSecTitle {
        padding: 20px 0px 0px 0px;
        font-size: 1rem;
    }
}



/* メインイメージ */
.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;
}
.mI__arrowL1 {
    left: 10px;
}
.mI__arrowR1 {
    right: 10px;
}
.mI__arrowL2 {
    left: 10px;
}
.mI__arrowR2 {
    right: 10px;
}
@media screen and (max-width: 767px) {
    .fI__arrow {
        width: 20px;
        height: 20px;
    }

}
/* メインイメージここまで */


.movieAreaWrapper {
    /* background-color: White; */
    width: 100%;
    overflow: hidden;
}
.movieArea {
    text-align: center;
        width: 100%;
    margin: 0 auto;
    position: relative;
}
.movie_slider1 {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}
.movie_slider2 {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}
.movieImg {
    width: 100%;
    max-width: 390px;
    height: auto;
    vertical-align: bottom;
    padding: 0 40px;
}


.cardList {
    display: flex;
    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;
}
.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: 13px;
    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;
}
@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;
    }
    
    .cLeadText {
        font-size: 11px;
        padding: 8px;
    }
    .cardBox--icons .cLeadText {
    	font-size: 14px;
    }
    
    .cardTxtBox {
    	padding: 0;
    }
}
.subscription_banner_pc {
    max-width: 100%;
    height: auto;
}
.subscription_banner_sp {
    display: none;
}
@media screen and (max-width: 428px) {
    .subscription_banner_sp {
        display: block;
    }
    .subscription_banner_pc {
        display: none;
    }
}

.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_top2 {
    max-width: 960px;
}
.prcTb_top3 {
    max-width: 1024px;
}

.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 > span {
    /* 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;
}

/* .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;
    }
    
    .cLeadText {
        font-size: 11px;
        padding: 8px;
    }
    .cardBox--icons .cLeadText {
    	font-size: 14px;
    }
    
    .cardTxtBox {
    	padding: 0;
    }
    
}
.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_th {
	text-align: center;
    padding: 20px 10px;
    width: 38%;
    background-color: #420F12;
    color: #FFF;
    font-size: 24px;
}
.prcTb_td {
	text-align: center;
    padding: 10px;
    width: 62%;
    background: #FFF;
    color: #420F12;
}
.price {
	font-weight: bold;
    font-size: 40px;
}
.prcTb2Title {
    background-color: #F7931E;
    color: #FFF;
    margin: 0;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
}
.prcTb2Wrapper {
    border: 15px solid #F7931E;
    border-top: none;
    padding: 20px;
    box-sizing: border-box;
}
.prcTb2 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    color: #420F12;
}
.prcTb2_th {
    border-bottom: 1px solid #aaa;
    padding: 10px 0 0 20px;
    text-align: left;
    font-size: 22px;
    font-weight: normal;
}
.prcTb2_td {
    text-align: right;
    border-bottom: 1px solid #aaa;
    padding: 10px 40px 5px;
}
.price2 {
	font-weight: bold;
    font-size: 30px;
}

.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 {
    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;
}
@media screen and (max-width: 767px) {
    .prcTb_th {
        padding: 10px;
        font-size: 0.85rem;
    }
    .prcTb_th_A {
        font-size: 0.85rem;
    }
    .prcTb_th_B {
        font-size: 0.85rem;
    }
    .tax {
        font-size: 0.75rem;
        font-weight: normal;
    }
    .taxin {
        font-size: 10px;
    }
    .prcTb_td .taxin {
        font-size: 14px;
    }
    .pTb_th {
        font-size: 12px;
    }
    .prcTb2_td {
        padding: 10px 20px 5px;
    }
    .prcTb2_th {
        padding: 10px 0 0 10px;
        font-size: 16px;
    }
    .prcTb2Wrapper {
        border: 10px solid #F7931E;
        padding: 10px;
    }
    .prcTb2Title {
        padding: 10px 0;
        font-size: 16px;
    }
    .price2 {
        font-size: 20px;
    }
    .prcTb_td-store > span {
        word-break: normal;
        font-size: 0.85rem;
    }
}
/* @media screen and (max-width: 767px) {

    .prcTb_th {
        padding: 10px;
    }
	.price {
		font-weight: bold;
	    font-size: 1.4rem;
    }
    .member_price {
		font-weight: bold;
	    font-size: 1.4rem;
        color: red;
    }
    .prcTb_td .taxin {
        font-size: 14px;
    }
    .taxin {
        font-size: 10px;
    }
    .pTb_th {
        font-size: 12px;
    }
    .prcTb2_td {
        padding: 10px 20px 5px;
    }
    .prcTb2_th {
        padding: 10px 0 0 10px;
        font-size: 16px;
    }
    .prcTb2Wrapper {
        border: 10px solid #F7931E;
        padding: 10px;
    }
    .prcTb2Title {
        padding: 10px 0;
        font-size: 16px;
    }
    .price2 {
        font-size: 20px;
    }

    .prcTb_td-store > span {
        word-break: normal;
    }
} */

.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;
}
.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;
    }
}

@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;
}


/* ご利用方法 */


.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;
    border-radius: 1.42rem;
}
.csTxtBox {
}
.csTitle {
    color: #007f80;
    padding: 0;
    font-size: 16px;
    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;
}
.cst__step_num {
    font-size: 1.4em;
}
.cst__step_link {
    color: #007f80;
    font-size: 14px;
    text-decoration: none;
}
.cst__step_link:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .csTxtBox {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .checkinStepList {
        flex-direction: column;
    }
    .checkinStepItem {
        padding: 0;
    }
    .checkinStepItem:nth-child(n + 2):before {
        content: url(../images/triangle_007f80.svg);
        display: block;
        color: #007f80;
        width: 45px;
        margin: 20px auto 15px auto;
    }
    .checkinStepList_M {
        display: block;
    }
    .csInnerBox {
    }
    .csTxtBox {
        text-align: left;
    }
    .csTitle {
        font-size: 16px;
    }
    .cst__step {
        border-radius: 4px;
        padding: 8px;
        font-size: 12px;
        /* padding: 5px 10px;
        font-size: 20px; */
        font-weight: bold;
        margin: 5px 5px 5px 0;
    }
}


/* ご利用方法ここまで */



/* アクセス */
.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__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;
    color: #d00;
    padding: 20px 20px;
    margin: 20px auto;
    border-radius: 5px;
    max-width: 830px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}

.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;
	}
}
/* お知らせ部分ここまで */

/* アラート用テーブル */
.aleatTb {
	border: 2px solid red;
    color: red;
    border-collapse: collapse;
}
.aleatTb td,
.aleatTb th {
	border: 1px solid red;
	padding: 3px 10px;
}



/* タブ機能基本 */
.tabBox__item {
	display: none;
}
.tabBox__item.tab--active {
	display: block;
}
/* タブ機能基本ここまで */


/* 左右ボックス */
.con__row {
    display: flex;
}
.con__row--reverse {
    display: flex;
    flex-direction: row-reverse;
}
.con__cell {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.con__cell--5 {
    flex: 0 0 50%;
}
.con__cell--6 {
    flex: 0 0 60%;
}
.con__cell--4 {
    flex: 0 0 40%;
}
.con__cell--7 {
    flex: 0 0 70%;
}
.con__cell--3 {
    flex: 0 0 30%;
}
.con__cell--featureTx {
    position: relative;
    z-index: 10;
}
.con__cell--feature {
    position: relative;
}
@media screen and (max-width: 1023px) {
    .con__cell {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    
    .con__cell {
        padding-left: 0;
        padding-right: 0;
    }
    .con__row {
        flex-direction: column;
    }
    .con__row--reverse {
    }
}

/* 左右ボックス　ここまで */


.secContentsBody {
    border-top: 2px solid #D3401D;
    padding-top: 10px;
    margin-top: 5px;
}



.txt__list {
    list-style: none;
    margin: 0 0 20px;
    padding-left: 1em;
}
.ptxtTable {
    font-size: 14px;
}
.ptxtTable th {
    vertical-align: top;
    text-align: left;
}
.tTxtTable {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #DDD;
}
.tTxtTable th {
    vertical-align: top;
    text-align: left;
    width: 30%;
    border-top: 1px solid #DDD;
    padding: 15px 25px;
    color: #462200;
}
.tTxtTable td {
    border-top: 1px solid #DDD;
    width: 70%;
    padding: 15px 25px;
    color: #462200;
}
@media screen and (max-width: 767px) {
    .tTxtTable th {
        padding: 15px 10px;
    }
    .tTxtTable td {
        padding: 15px 10px;
    }
}
.pList--kakko,
.pList--maru,
.pList--kana,
.pList--num {
    padding-left: 0;
}

.pList--kakko > li {
    text-indent: -2.9em;
    padding-left: 2.9em;
}
.pList--maru > li {
    text-indent: -1.6em;
    padding-left: 1.6em;
}
.pList--kana > li {
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.pList--num > li {
    text-indent: -1.15em;
    padding-left: 1.15em;
}


.youtubePlayer {
    width: 468px;
    height: 342px;
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 1080px) {
	.youtubePlayer {
        height: 263px;
	}
}