@charset "utf-8";
body {
    font-weight: 500;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.serif {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#childMain {
    padding-top: 0;
}
.price {
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";    
}
.mainVuial {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}
.mainVuial > div {
    width: 100%;
}
.mainVuial img {
    width: 100%;
}
.mainVuial .subInner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.mainVuial .txtBox {
    padding-top: 22px;
    width: 465px;
    text-align: center;
    color: white;
}
.mainVuial .mainBox {
    width: 960px;
}
.mainVuial p {
    margin-bottom: 16px;
    font-size: 2.9rem;
    letter-spacing: 0.14em;
    font-weight: bold;
    line-height: 1.54;
}
.mainVuial .txt {
    margin-bottom: 35px;
    font-size: 6rem;
    letter-spacing: 0.12em;
    line-height: 1.33;
}
.mainVuial .txt02 {
    margin: 0 auto;
    width: 154px;
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.3);
}
.mainVuial .txt02 p {
    margin: -10px 0 0;
    font-weight: 400;
    font-size: 2.6rem;
    letter-spacing: 0.06em;
}
.mainVuial .txt02 p span {
    line-height: 1;
    display: block;
    font-size: 4.6rem;
}
.comTopBox {
    margin-bottom: 130px;
    text-align: center;
}
.comTopBox h2 {
    font-size: 4.3rem;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
    line-height: 1;
    font-style: italic;
}
.comTopBox p {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    line-height: 2.36;
}

.price .pBox {
    margin-bottom: 150px;
    text-align: center;
}
.price .pBox h3 {
    margin-bottom: 15px;
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 0.14em;
}
.price .pBox p {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.95;
}
.price .pBox p a {
    text-decoration: underline;
}
.priceBox {
    margin: 0 17px 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.priceBox .lBox {
    width: 298px;
}
.priceBox .rBox {
    flex: 1;
    margin-top: -13px;
    padding-left: 82px;
}
.priceBox .rBox p {
    margin-bottom: 12px;
    font-size: 1.45rem;
    letter-spacing: 0.04em;
    line-height: 1.78;
}
.priceBox .rBox p a {
    text-decoration: underline;
}
.priceBox .rBox .ttl {
    margin-bottom: 8px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.72;
}
.priceBox .rBox .priceTxt {
    margin-bottom: 27px;
    font-size: 1.63rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.priceBox05 .rBox .ttl {
    color: #7DB7C0;
}
.priceBox05 .rBox .priceTxt {
    color: #7DB7C0;
}
.priceBox .rBox .priceTxt .num {
    font-size: 2.4rem;
    font-style: italic;
    font-weight: bold;
    margin: 0 5px;
}
.priceBox .rBox .inner p {
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: 1.72;
}
.priceBox .rBox .inner .comTable {
    margin-bottom: 20px;
}
.comTable {
    width: 100%;
    border-collapse: collapse;
}
.comTable th {
    padding: 12px 10px 12px 15px;
    width: 32%;
    text-align: left;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.474;
    background-color: #EFEFEF;
    border-bottom: 1px solid #231716;
}
.comTable td {
    padding: 12px 0 12px;
    text-align: right;
    vertical-align: middle;
    font-size: 1.26rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    background-color: #fff;
    border-bottom: 1px solid #231716;
}
.comTable tr:first-child td,
.comTable tr:first-child th {
    border-top: 1px solid #231716;
}
/*
.comTable .wid01 {
    width: 29%;
}
.comTable .wid02 {
    width: 22%;
}
.comTable .wid03 {
    width: 17%;
}
.comTable td .txtSpan {
    min-width: 87px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}
.comTable .wid03 .txtSpan {
    padding-left: 10px;
}
*/
.tableUl {
    margin-right: -20px;
    display: flex;
    justify-content: flex-end;
}
.tableUl li {
    width: 31.33%;
    text-align: center;
}
.tableUl li span {
    display: block;
}
.priceBox02 .rBox .ttl {
    color: #06487A;
}
.priceBox02 .rBox .priceTxt {
    color: #06487A;
}
.priceBox03 .rBox .ttl {
    color: #8F928F;
}
.priceBox03 .rBox .priceTxt {
    color: #8F928F;
}
.priceBox04 .rBox .ttl {
    color: #8C7300;
}
.priceBox04 .rBox .priceTxt {
    color: #8C7300;
}
.ticket {
    padding-top: 10px;
    margin: 0 15px 150px;
}
.ticket h2 {
    margin-bottom: 23px;
    padding: 21px 10px 20px;
    border: 1px solid #231815;
    text-align: center;
    font-style: italic;
    font-size: 2.23rem;
    letter-spacing: 0.1em;
}
.ticket .txt {
    margin-bottom: 74px;
    font-weight: 500;
    text-align: center;
    font-size: 1.65rem;
    letter-spacing: 0.14em;
    line-height: 1.95;
}
.ticket .subBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ticket .subBox .sub {
    width: 47%;
}
.ticket .subBox .ttl img {
    margin: 0 0 5px 20px;
}
.ticket .subBox p {
    margin-bottom: 30px;
    font-size: 1.35rem;
    line-height: 1.85;
}
.ticket .subBox .ttl {
    margin-bottom: 6px;
    font-size: 1.55rem;
    font-weight: bold;
    min-height: 40px;
    display: flex;
    align-items: flex-end;
}
.ticket .comTable {
    margin-bottom: 55px;
}
.ticket .comTable th {
    width: 41%;
    padding: 15px 5px 14px 14px;
    font-size: 1.03rem;
    line-height: 1.8;
}
.ticket .comTable td {
    padding: 15px 0 14px;
    font-size: 1.08rem;
    line-height: 1.8;
}
.ticket .tableUl {
}
.ticket .tableUl li {
    width: 20%;
}
.ticket .priceTxt02 {
    font-size: 1.3rem;
    line-height: 1.72;
}
.ticket .priceTxt02 a {
    text-decoration: underline;
}
/*
.ticket .comTable .wid01 {
    width: 40%;
}
.ticket .comTable .wid02 {
    width: 14%;
}
.ticket .comTable .wid03 {
    width: 12%;
}
.ticket .comTable .wid03 .txtSpan {
    padding-left: 25px;
}
*/
.ticket p {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.42;
    margin-bottom: 20px;
}

@media all and (max-width: 896px) {
	.price .comTopBox {
		margin-bottom: 80px;
	}
	.price .pBox {
		margin: 0 15px 53px;
	}
	.price .pBox h3 {
		margin-bottom: 24px;
		font-size: 2.25rem;
		line-height: 1.42;
	}
	.price .pBox p {
        margin: 0 -5px 70px;
		font-size: 1.3rem;
		line-height: 1.76;
	}
	.priceBox {
		margin: 0 23px 45px;
		display: block;
	}
	.priceBox .lBox {
		width: 100%;
        text-align: center;
	}
	.priceBox .rBox {
		margin-top: 39px;
		padding-left: 0;
	}
	.priceBox h3 {
		margin-bottom: 12px;
		font-size: 2.2rem;
		font-family: 'Noto Serif JP', serif;
		font-weight: normal;
		line-height: 1.3;
		text-align: center;
	}
	.priceBox02 h3 {
		color: #06487A;
	}
	.priceBox03 h3 {
		color: #8F928F;
	}
	.priceBox04 h3 {
		color: #8C7300;
	}
	.priceBox .rBox .priceTxt {
		margin: 0 30px 28px;
		text-align: center;
		font-size: 2.183rem;
		position: relative;
	}
	.priceBox .rBox .priceTxt .num {
		font-size: 2.982rem;
        vertical-align: -1px;
	}
	.priceBox .rBox .priceTxt:before,
	.priceBox .rBox .priceTxt:after {
		position: absolute;
		right: -30px;
		top: 50%;
		width: 22px;
		height: 1px;
		background-color: #231815;
		transition: all .3s ease;
		content: "";
	}
	.priceBox .rBox .priceTxt:after {
		transform: rotate(90deg);
	}
	.priceBox .rBox .priceTxt.on:before {
		transform: rotate(45deg);
	}
	.priceBox .rBox .priceTxt.on:after {
		transform: rotate(135deg);
	}
	.priceBox .inner {
		padding-bottom: 22px;
		display: none;
	}
	.priceBox .textBox {
		margin-top: 0;
	}
	.priceBox .rBox .inner .ttl {
        margin: 0 -10px 10px 0;
		font-size: 1.7rem;
		line-height: 1.74;
	}
    .priceBox .rBox .inner p {
        font-size: 1.45rem;
        line-height: 1.78;
        margin-bottom: 34px;
    }
	.comTable th {
		padding: 19px 13px;
		width: 144px;
		line-height: 1.61;
	}
	.comTable td {
		padding: 19px 0;
	}
    .priceBox .comTable th {
        width: 126px;
		padding: 12px 5px 12px 15px;
    }
    .priceBox .comTable td {
		padding: 12px 0;
    }
    .priceBox .rBox .inner .spTxt {
        font-size: 1.355rem;
        line-height: 1.72;
        margin-top: -5px;
    }
	.tableUl {
		margin: 0 0 0 30px;
		display: block;
	}
	.tableUl li {
		margin-bottom: 7px;
		display: flex;
		justify-content: space-between;
		width: auto !important; 
	}
	.tableUl li:last-child {
		margin-bottom: 0;
	}
	.tableUl li span {
		width: 50%;
		text-align: left;
	}
	.tableUl li .num {
		text-align: right;
	}
    .ticket {
        padding-top: 0;
        width: auto;
        margin: 0 23px;
    }
    .ticket h2 {
        margin-bottom: 28px;
        font-size: 1.6rem;
        padding: 15px 10px 13px;
    }
    .ticket .txt {
        margin-bottom: 38px;
        font-size: 1.65rem;
        letter-spacing: 0.14em;
        line-height: 1.81;
    }
    .ticket .subBox {
        display: block;
    }
    .ticket .subBox .sub {
        width: auto;
    }
    .ticket .subBox p {
        margin-bottom: 15px;
    }
    .ticket .comTable th {
        width: 39%;
        padding: 11px 10px 11px 10px;
        line-height: 1.8;
    }
    .ticket .comTable td {
        padding: 11px 0 11px 0;
        line-height: 1.8;
    }
    .ticket .tableUl {
        padding: 7px 0;
    }
    .ticket .comTable {
        margin-bottom: 53px;
    }
    .ticket p {
        margin-bottom: 35px;
    }
    .ticket .priceTxt02 {
        font-size: 1.4rem;
        line-height: 1.42;
        margin-bottom: 20px;
    }



}


@media all and (max-width: 896px) {
    .mainVuial {
        margin-bottom: 20px;
    }
    .mainVuial .txtBox {
        width: auto;
        padding: 0 10px;
    }
    .mainVuial p {
        margin-bottom: 7px;
        font-size: 2.1rem;
    }
    .mainVuial .txt {
        font-size: 4.35rem;
    }
    .mainVuial .txt02 {
        width: 133px;
        height: 133px;
        position: absolute;
        bottom: -9px;
        left: 10px;
    }
    .mainVuial .txt02 p {
        font-size: 2.2rem;
    }
    .mainVuial .txt02 p span {
        font-size: 3.95rem;
    }
    .mainVuial .subInner {
        display: block;
        padding-top: 74px;
        height: calc(100% - 74px);
    }
    .comTopBox h2 {
        margin-bottom: 10px;
        font-size: 3rem;
    }
    .comTopBox p {
        letter-spacing: 0.1em;
    }
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.about {
    margin-top: 0;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";    
}
.about .mainBox {
    width: 875px;
}
.aboutBox {
    padding-top: 0;
}
.about .mainBox2 {
    width: 1006px;
}
.about .imgBoxL {
    padding: 50px 0 103px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about .imgBoxL .textBox {
    flex: 1;
    order: 2;
}
.about .imgBoxL .photoBox {
    width: 50.8%;
    margin-right: 67px;
}
.about .imgBoxL .photoBox img {
    width: 100%;
}
.about .imgBoxL .textBox h3 {
    margin-bottom: 30px;
    font-size: 2.5rem;
    letter-spacing: 0.14em;
    line-height: 1.62;
}
.about .imgBoxL .textBox p {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.95;
}
.aboutInner {
    padding: 100px 0 117px;
    background-color: #F7F8F8;
}
.aboutInner .mainBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.aboutInner h2 {
    margin: -50px 50px 0 0;
    order: 2;
    width: 399px;
    text-align: center;
}
.aboutDl {
    margin: 0 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutDl dt {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    line-height: 1.76;
    color: #595757;
    width: 114px;
}
.aboutDl dd {
    padding: 0 0 21px 25px;
    box-sizing: border-box;
    width: calc(100% - 114px);
    font-size: 1.3rem;
    color: #595757;
    letter-spacing: 0.06em;
    line-height: 1.76;
    border-left: 1px solid #595757;
}
.aboutDl dd:last-of-type {
    padding-bottom: 0;
}
.aboutDl dd a {
    color: #595757;
}
.aboutDl dd a:hover {
    opacity: 0.7;
}
.aboutInner .lBox {
    flex: 1;
}
.groupBox {
    padding: 158px 0 90px;
}
.groupBox .txt {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 2.028;
    margin-bottom: 67px;
}

@media all and (max-width: 896px) {
    .about .mainVuial {
        margin-bottom: 37px;
    }
    .comTopBox {
        margin-bottom: 50px;
    }
    .about .imgBoxL {
        padding: 26px 0 126px;
        display: block;
    }
    .about .imgBoxL .photoBox {
        width: auto;
        margin: 0;
    }
    .about .imgBoxL .textBox h3 {
        margin-bottom: 34px;
        font-size: 2.3rem;
        text-align: center;
    }
    .about .imgBoxL .textBox {
        margin: 0 15px 37px;
    }
    .about .imgBoxL .textBox p {
        font-size: 1.3rem;
        letter-spacing: 0.06em;
        line-height: 2.03;
    }
    .aboutInner {
        padding: 85px 0 87px;
    }
    .aboutInner .mainBox {
        display: block;
    }
    .aboutInner h2 {
        margin: 0 0 57px;
        width: auto;
        text-align: center;
    }
    .aboutInner .lBox {
        margin: 0 -5px;
    }
    .aboutDl {
        margin-right: -10px;
    }
    .aboutDl dt {
        width: 105px;
    }
    .aboutDl dd {
        width: calc(100% - 105px);
        border-left: none;
        padding-left: 0;
    }
    .aboutInner h2 img {
        width: 220px;
    }
    .groupBox {
        padding: 75px 0 50px;
    }
    .groupBox .txt {
        margin-bottom: 40px;
        font-size: 1.75rem;
        line-height: 2.11;
    }
    .aboutBox .list {
        max-width: 304px;
    }
    .aboutBox .list li {
        margin-bottom: 23px;
        width: 151px;
    }
}

/*------------------------------------------------------------
	partner-store
------------------------------------------------------------*/
.partner-store {
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";    
}
.products {
    padding: 55px 0 66px;
}
.products h2 {
    margin-bottom: 44px;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    font-weight: 500;
    text-align: center;
}
.products h2 span {
    display: block;
    margin-bottom: 3px;
}
.storePhoto {
    margin-bottom: 128px;
    text-align: center;
}
.partner-store .mainBox02 {
    width: 970px;
}
.storeBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.storeBox .textBox {
    width: 460px;
}
.storeBox .rBox {
    margin: -3px 4px 0 0;
    width: 396px;
}
.storeBox p {
    margin-bottom: 35px;
    font-size: 1.45rem;
    letter-spacing: 0.14em;
    line-height: 1.84;
    text-align: justify;
    text-justify: inter-ideograph;
}
.storeBox .ttl {
    margin-bottom: 16px;
    font-size: 2.085rem;
    letter-spacing: 0.14em;
    font-weight: bold;
}
.storeBox h3 {
    padding: 14px 0 12px;
    margin-bottom: 25px;
    font-size: 2.485rem;
    color: #AB972F;
    letter-spacing: 0.14em;
    border-top: 1px solid #AB972F;
    border-bottom: 1px solid #AB972F;
}
.storeBox .rBox .link01 {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}
.storeBox .rBox .link01 a {
    width: 240px;
    display: block;
    background-color: #AB972F;
    border-radius: 60px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    color: white;
    box-sizing: border-box;
    padding: 9px 5px;
}
.storeBox .rBox .link01 a:hover {
    opacity: 0.7;
}
.storeBox .rBox .photo {
    margin-bottom: 20px;
}
.storeBox .rBox .photo img {
    width: 100%;
}
.storeBox .rBox .link02 {
    justify-content: flex-start;
}
.storeBox .rBox .link02 a {
    background-color: #231815;
}
.partnerBox {
    color: white;
    padding: 60px 0 70px;
    background-color: #231815;
}
.partnerBox .inner {
    margin: 0 30px 76px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partnerBox .inner .img {
    margin-bottom: 27px;
}
.partnerBox .inner h3 {
    margin-bottom: 11px;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 0.14em;
}
.partnerBox .inner p {
    font-size: 1.45rem;
    letter-spacing: 0.04em;
    line-height: 1.94;
}
.partnerBox .inner .movie {
    height: 245px;
    width: 366px;
    margin: 5px -10px 0 0;
}
.partnerBox .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px 0 28px;
}
.partnerBox .list li {
    width: 242px;
    margin-bottom: 20px;
}
.partnerBox .list li a {
    display: block;
    color: white;
}
.partnerBox .list li a:hover {
    opacity: 0.7;
}
.partnerBox .list li:nth-child(3n-1) {
    margin-left: 47px;
    margin-right: 47px;
}
.partnerBox .list li p {
    margin-top: 7px;
    padding: 10px 0 2px 30px;
    font-size: 1.45rem;
    letter-spacing: 0.08em;
    background: url("img/common/img01.png") no-repeat left bottom 4px;
    background-size: 14px auto;
}
.introduce {
    padding: 220px 0 79px;
}
.introduce .mainBox {
    width: 1000px;
}
.introduce h2 {
    margin: 0 auto 29px;
    width: 639px;
    box-sizing: border-box;
    padding: 22px 10px;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 0.14em;
    background-color: #F2F2F3;
}
.introduce .txt {
    margin-bottom: 41px;
    text-align: center;
    font-size: 1.45rem;
    letter-spacing: 0.14em;
    line-height: 1.84;
}
.introduce .infoUl {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.introduce .infoUl li {
    width: 314px;
    margin-bottom: 20px;
}
.introduce .infoUl li:nth-child(3n-1) {
    margin-left: 28px;
    margin-right: 28px;
}
.introduce .infoUl li a {
    display: block;
    position: relative;
}
.introduce .infoUl li a:hover {
    opacity: 0.7;
}
.introduce .infoUl li p {
    font-size: 1.15rem;
    width: 84px;
    height: 84px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    left: 12px;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.2;
}
.introduce .infoUl li p small {
    font-size: 0.9rem;
}
.introduce .linkUl {
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.introduce .linkUl li {
    margin: 0 13px 10px;
}
.introduce .linkUl img {
    vertical-align: middle;
}
.introduce .linkUl a:hover img {
    opacity: 0.7;
}
.introUl {
    margin-bottom: 117px;
    display: flex;
    flex-wrap: wrap;
}
.introUl li {
    width: 312px;
    margin-bottom: 21px;
}
.introUl li:nth-child(3n-1) {
    margin-left: 32px;
    margin-right: 32px;
}
.introUl li a {
    display: block;
}
.introUl li a:hover {
    opacity: 0.7;
}
.introUl li span {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    margin-top: 17px;
}
.partner-store .flowBox {
    margin: 0 auto;
    padding-top: 18px;
    width: 619px;
}
.partner-store .flowBox dl {
    padding-bottom: 10px;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #211815;
}
.partner-store .flowBox dl:last-child {
    border: none;
}
.partner-store .flowBox dt {
    margin-top: 10px;
    width: 38px;
    height: 38px;
    border: 1px solid #211815;
    box-sizing: border-box;
    border-radius: 100%;
    font-size: 2rem;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-store .flowBox dd {
    padding: 0 0 20px 82px;
    flex: 1;
    font-size: 1.54rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
}
.partner-store .flowBox dd span {
    margin-bottom: 4px;
    display: block;
    font-size: 1.75rem;
    font-weight: bold;
}

@media all and (max-width: 896px) {
    .products {
        padding: 39px 23px 40px;
    }
    .products h2 span {
        margin-bottom: 0;
    }
    .products h2 {
        margin-bottom: 26px;
    }
    .storePhoto {
        margin-bottom: 52px;
    }
    .storeBox {
        display: block;
    }
    .storeBox .textBox {
        width: auto;
    }
    .storeBox h3 {
        margin-bottom: 26px;
        text-align: center;
    }
    .storeBox p {
        margin: 0 20px 20px;
    }
    .storeBox p .txtSpan {
        display: block;
        margin-top: 25px;
    }
    .storeBox .rBox {
        margin: 0 17px;
        width: auto;
        position: relative;
    }
    .storeBox .rBox .link01 {
        display: block;
        position: absolute;
        bottom: 12px;
        right: -20px;
        margin: 0;
    }
    .storeBox .rBox .link02 {
        right: auto;
        left: -20px;
    }
    .storeBox .rBox .link01 a {
        width: 110px;
        font-size: 1.35rem;
        padding: 3px 5px;
    }
    .storeBox .ttl {
        margin: 0 0 8px;
        text-align: center;
    }
    .partnerBox {
        padding: 50px 0 30px;
    }
    .partnerBox .inner {
        margin-bottom: 35px;
        display: block;
    }
    .partnerBox .inner .textBox {
        margin-bottom: 40px;
    }
    .partnerBox .inner .img {
        margin-bottom: 29px;
        text-align: center;
    }
    .partnerBox .inner .img img {
        width: 27px;
    }
    .partnerBox .inner h3 {
        margin-bottom: 14px;
        text-align: center;
        font-size: 1.93rem;
    }
    .partnerBox .inner p {
        text-align: center;
        margin: 0 -10px;
    }
    .partnerBox .inner .movie {
        width: auto;
        margin: 0 -8px;
        height: 59.2vw;
    }
    .partnerBox .inner .movie img {
        width: 100%;
    }
    .partnerBox .list {
        margin: 0 0 0 22px;
        display: block;
    }
    .partnerBox .list .slick-slide > div {
        width: 207px;
        margin-right: 20px;
    }
    .partnerBox .list li p {
        font-size: 1.24rem;
        margin-top: 6px;
        padding: 17px 0 12px 27px;
        background-size: 12px auto;
    }
    .introduce {
        padding: 95px 23px 62px;
    }
    .introduce h2 {
        width: auto;
        font-size: 1.8rem;
        padding: 16px 10px;
    }
    .introduce .txt {
        margin-bottom: 34px;
    }
    .introduce .infoUl {
        margin-bottom: 32px;
        display: block;
    }
    .introduce .infoUl li {
        width: auto;
        margin: 0 0 15px !important;
    }
    .introduce .infoUl li img {
        width: 100%;
    }
    .introduce .infoUl li p {
        font-size: 1.2rem;
        width: 88px;
        height: 88px;
        left: 15px;
        bottom: 17px;
    }
    .introduce .linkUl li {
        margin: 0 10px 25px;
    }
    .introduce .linkUl li img {
        max-height: 35px;
        width: auto;
    }
    .introduce .linkUl {
        margin-bottom: 13px;
    }
    .introUl {
        margin: 0 -23px 100px;
        display: block;
    }
    .introUl li {
        width: auto;
        margin: 0 !important;
    }
    .introUl li span {
        line-height: 1;
    }
    .introUl .slick-slide > div {
        width: 377px;
    }
    .partner-store .flowBox {
        width: auto;
        padding-top: 0;
        margin: 0 15px;
    }
    .partner-store .flowBox dl {
        margin-bottom: 19px;
    }
    .partner-store .flowBox dt {
        box-sizing: border-box;
    }
    .partner-store .flowBox dd {
        padding: 8px 0 10px 20px;
    }
}


/*------------------------------------------------------------
	service
------------------------------------------------------------*/
.serviePage {
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";    
}
.serviePage .comTopBox {
    margin-bottom: 120px;
}
.serviePage .comTopBox p {
    line-height: 2.64;
}
.serviePage .topBox {
    margin-bottom: 75px;
    text-align: center;
}
.serviePage .topBox h3 {
    margin-bottom: 20px;
    font-size: 2.5rem;
    letter-spacing: 0.14em;
    line-height: 1.622;
}
.serviePage .topBox p {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.933;
}
.serviePage .innerBox .imgBox {
    padding: 112px 0 80px;
    background-color: #F4F5F5;
}
.serviePage .innerBox .imgBox:nth-of-type(2n) {
    background-color: white;
}
.serviePage .innerBox .mainBox {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.serviePage .innerBox .imgBox .photoBox {
    margin-left: 20px;
    width: 59.7%;
    order: 2;
}
.serviePage .innerBox .imgBox .textBox {
    padding-top: 1px;
    width: 330px;
}
.serviePage .innerBox .imgBox p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 2.06;
    text-align: justify;
    text-justify: inter-ideograph;
}
.serviePage .innerBox .imgBox p:last-child {
    margin-bottom: 0;
}
.serviePage .innerBox .imgBox h3 {
    margin: 0 -30px 24px 0;
    font-size: 2.5rem;
    letter-spacing: 0.02em;
    color: #897300;
    font-weight: 500;
}
.serviePage .innerBox .imgBox .ttl {
    margin: 0 -10px 17px 0;
    font-size: 1.6rem;
    letter-spacing: 0.14em;
    line-height: 1.91;
}
.serviePage .innerBox .imgBox .num {
    margin-bottom: 15px;
    width: 37px;
}
.serviePage .innerBox .imgBox .num span {
    display: block;
    line-height: 1;
    margin-top: -2px;
}
.serviePage .innerBox .link {
    margin-right: 4px;
    display: flex;
    justify-content: flex-end;
}
.serviePage .innerBox .link a {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.14em;
    display: inline-block;
    padding: 0 0 2px 5px;
    border-bottom: 1px solid #231815;
}
.serviePage .innerBox .noneLink {
    pointer-events: none;
	color: #BBB;
    /*border-bottom-color: #CCC;*/
}
.serviePage .innerBox {
    padding-bottom: 25px;
}

@media all and (max-width: 896px) {
    .serviePage .comTopBox p {
        line-height: 2.29;
    }
    .serviePage .topBox h3 {
        margin-bottom: 17px;
        font-size: 2.25rem;
        line-height: 1.42;
    }
    .serviePage .topBox p {
        font-size: 1.3rem;
        line-height: 1.76;
    }
    .serviePage .comTopBox {
        margin-bottom: 82px;
    }
    .serviePage .topBox {
        margin-bottom: 99px;
    }
    .serviePage .innerBox .imgBox {
        padding: 0;
    }
    .serviePage .innerBox .mainBox {
        display: block;
    }
    .serviePage .innerBox .imgBox .photoBox {
        margin: 0;
        width: auto;
    }
    .serviePage .innerBox .imgBox .photoBox img {
        width: 100%;
    }
    .serviePage .innerBox .imgBox .textBox {
        padding: 29px 20px 50px;
        width: auto;
    }
    .serviePage .innerBox .imgBox p {
        font-size: 1.45rem;
        line-height: 2.07;
    }
    .serviePage .innerBox .imgBox .num {
        margin-bottom: 10px;
    }
    .serviePage .innerBox .imgBox h3 {
        margin: 0 -30px 13px 0;
    }
    .serviePage .innerBox .imgBox .ttl{
        font-size: 1.55rem;
    }
    .serviePage .innerBox .jsBox02 {
        display: none;
        background-color: white;
        padding: 45px 24px 57px;
        margin: 23px 3px 0;
    }
    .serviePage .innerBox .spBox {
        position: relative;
    }
    .serviePage .innerBox .detailLink {
        position: absolute;
        bottom: 8px;
        right: 0;
        display: flex;
        justify-content: flex-end;
    }
    .serviePage .innerBox .detailLink a {
        width: 79px;
        font-size: 1.2rem;
        letter-spacing: 0.14em;
        text-align: center;
        border: 1px solid #231815;
        border-radius: 60px;
    }
    .serviePage .innerBox .detailLink .close02 {
        display: none;
    }
    .serviePage .innerBox .spBox.on .detailLink .close02 {
        display: block;
    }
    .serviePage .innerBox .spBox.on .detailLink .open {
        display: none;
    }
    .serviePage .innerBox {
        padding-bottom: 0;
    }
    .slick-slide {
        line-height: 0;
    }
    
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.index {
    margin-top: 0;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";    
}
.indexVisual {
    position: relative;
}
.indexVisual p {
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    color: white;
    line-height: 1.94;
    z-index: 1;
    position: absolute;
    top: 213px;
    right: 460px;
    -webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.indexVisual .fooUl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.indexVisual .fooUl div {
    height: 100%;
}
.indexVisual .fooUl li {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.indexVisual .fooUl li video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.indexVisual .fooUl .li01 {
    background-image: url("img/index/main_img.jpg");
}
.indexVisual .fooUl .li02 {
    background-image: url("img/index/main_img.jpg");
}
.indexVisual .fooUl .li03 {
    background-image: url("img/index/main_img.jpg");
}
.subVisual {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.indexBox {
    margin-bottom: -120px;
    position: relative;
    z-index: 1;
    background-color: white;
}
.index .topimg{
    margin-bottom: 40px;
}
.index .topimg img{
    display: block;
    margin: 0 auto;
}
.index .topBox {
    padding: 40px 0;
}
.index .topBox .topLink {
    margin-bottom: 140px;
    text-align: center;
}
.index .topBox .topLink a:hover img {
    opacity: 0.7;
}
.index .topBox .mainBox {
    width: 1010px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.index .topBox .lBox {
    width: 40%;
}
.index .topBox .lBox p {
    font-size: 0.88rem;
    letter-spacing: 0.14em;
    font-style: italic;
    line-height: 2.4;
    font-weight: 500;
}
.index .topBox h2 {
    margin-bottom: 32px;
}
.index .topBox .rBox {
    width: 38%;
}
.index .topBox .rBox p {
    font-size: 3.06rem;
    letter-spacing: 0.14em;
    line-height: 1.86;
    font-weight: 400;
}
.membership {
    padding: 170px 0 163px;
}
.membership h2 {
    margin-bottom: 69px;
    text-align: center;
    font-size: 1.45rem;
    font-weight: 400;
    letter-spacing: 0.2em;
}
.membership h2 span {
    margin-top: 2px;
    display: block;
}
.membership .inner {
    color: white;
    padding: 125px 0 148px;
    background-color: #0B821C;
}
.membership .mainBox {
    width: 995px;
}
.membership .inner h3 {
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 400;
}
.membership .inner .movie {
    width: 498px;
    height: 334px;
}
.membership .inner .sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.membership .inner .sub .textBox {
    margin-top: -12px;
    width: 442px;
    order: 2;
}
.membership .inner .textBox p {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 33px;
    font-weight: 600;
}
.fw600{
    font-weight: 600!important;
}
.world h3 {
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 70px;
}
.world .mainBox {
    width: 1000px;
}
.worldUl {
    margin-bottom: 69px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.worldUl > li {
    width: 100%;
}
.worldUl > li ul li {
    margin-bottom: -1px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.worldUl > li ul li .photoBox {
    width: 49.8%;
}
.worldUl > li ul li .textBox {
    flex: 1;
    text-align: center;
    padding: 0 10px 0;
}
.worldUl > li ul li .textBox p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.64;
}
.worldUl > li ul li .textBox .ttl {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 18px;
    min-height: inherit;
}
.worldUl > li ul li .textBox .ttl02 {
    margin-bottom: 10px;
    min-height: inherit;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.45;
}
.worldUl > li ul li:nth-child(2n) .textBox {
    order: 2;    
}
.worldUl > li ul li:nth-child(2n) .photoBox {
    width: 50.3%;
}
.comLink03 {
    width: 327px;
}
.comLink03 a {
    padding: 16px 18px 15px;
    letter-spacing: 0.18em;
    font-size: 1.53rem;
    color: #231815;
    border: 1px solid #231815;
    background: url("img/common/icon14.png") no-repeat right 10px center;
    background-color: transparent;
    background-size: 15px auto;
}
.world {
    margin-bottom: 180px;
}
.index .bigPhoto{
    padding-bottom: 56.25%;
    /* The image used */
  background-image: url("img/6.jpg");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.topPage .index .bigPhoto{
    padding-bottom: 56.25%;
  background-image: url("img//index/6.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
/*.index .bigPhoto img {
    width: 100%;
}*/
.planBox {
    padding: 175px 0 300px;
    background-color: #F7F8F8;
}
.planBox .mainBox {
    width: 1000px;
}
.planBox h2 {
    margin-bottom: 52px;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.14em;
    font-style: italic;
}
.planBox h3 {
    margin-bottom: 25px;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1.45;
}
.planBox p {
    margin-bottom: 47px;
    text-align: center;
    font-size: 1.65rem;
    letter-spacing: 0.08em;
    line-height: 1.91;
}
.planBox .textList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px 100px;
}
.planBox .textList li {
    width: 18.489%;
    margin: 0 18px 10px 0;
}
.planBox .textList li a:hover img {
    opacity: 0.7;
}
.planBox .textList li:nth-child(5n) {
    margin-right: 0;
}
.index .comReserve {
    margin-top: -200px;
}

@media all and (max-width: 896px) {
    .indexVisual {
        height: 618px;
    }
    .indexVisual .fooUl .li01 {
        background-image: url("img/index/sp_main_img.jpg");
    }
    .indexVisual p {
        top: 139px;
        right: 35px;
        font-size: 1.93rem;
        letter-spacing: 0.15em;
    }
    .indexBox {
        padding-bottom: 0;126
		
    }
	.index .topBox .topLink {
        margin: 0 10px 50px;
    }
    .index .topBox .topLink img {
        width: 100%;
    }
    .index .topBox{
        padding: 40px 10px;
    }
    .index .topBox .rBox {
        width: 100%;margin: 0 auto;
    }
    .index .topBox .rBox p {
        font-size: 2.22rem;
        line-height: 1.84;
        letter-spacing: 0;
    }
    .index .topBox h2 img {
        width: 85px;
    }
    .index .topBox h2 {
        margin-bottom: 17px;
    }
    .index .topBox .mainBox {
        align-items: flex-start;
    }
    .index .topBox .lBox p {
        font-size: 0.4rem;
    }
    .index .topBox .lBox{
        margin-top: 14px;
    }
    .membership {
        padding: 0px 0 30px;
    }
    .membership h2{
        margin-bottom: 90px;
    }
    .membership .inner {
        padding: 70px 0 0px;
    }
    .membership .inner h3 {
        margin-bottom: 52px;
        font-size: 2.4rem;
        padding: 0px 10px;
    }
    .membership .inner .sub {
        display: block;
    }
    .membership .inner .sub .textBox {
        margin: 0;
        width: auto;
    }
    .membership .inner .textBox p {
        font-size: 1.4rem;
        margin: 0 0 0 20px;
        line-height: 2.5;
    }
    .membership .inner .movie{
        width: 100%;
        height: auto;
    margin-top: 20px;
    }
    .membership .inner .movie img {
        width: 100%;
    }
    .world h3 {
        margin-bottom: 36px;
        font-size: 3rem;
    }
    .worldUl {
        margin-bottom: 41px;
        display: block;
    }
    .worldUl > li {
        width: auto;
    }
    .worldUl > li ul li .textBox{
        padding: 5px 4px;
    }
    .worldUl > li ul li .textBox .ttl02 {
            font-size: 16px;
    padding: 0px 10px;
    }
    .worldUl > li ul li .textBox p {
        font-size: 1.2rem;
        min-height: inherit;
    }
    .worldUl > li ul li .photoBox{
        height: 60.8vw;
        position: relative;
    }
    .worldUl > li ul li .photoBox img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .comLink03 {
        width: auto;
        max-width: 327px;
    }
    .comLink03 a {
        background-position: right 5px center;
    }
    .world {
        margin-bottom: 45px;
    }
    .planBox{
        padding: 40px 0 160px;
    }
    .planBox h2 {
        margin-bottom: 30px;
    }
    .planBox h3 {
        font-size: 3rem;    
    }
    .planBox p {
        margin-bottom: 36px;
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .planBox .textList {
        display: block;
        margin: 0 10px 37px;
    }
    .planBox .textList li {
        margin: 0 0 10px;
        width: auto;
    }
    .planBox .textList li img {
        width: 100%;
    }
    .planBox .textList .slick-slide > div {
        width: 270px;
        margin: 0 27px 0 0;
    }
}


@media all and (min-width: 897px) {
    .serviePage .innerBox .link a:hover {
        opacity: 0.7;
    }
    .price .pBox p a:hover {
        text-decoration: none;
    }
    .ticket .priceTxt02 a:hover {
        text-decoration: none;
    }
    .priceBox .rBox p a:hover {
        text-decoration: none;
    }
}

@media all and (max-width: 374px) {
    .mainVuial p {
        font-size: 1.8rem;
    }
    .mainVuial .txt {
        font-size: 3.6rem;
    }
    .contactBox .inner .rBox h3 {
        font-size: 2.5rem;
    }
    .index .topBox .rBox p {
        font-size: 1.9rem;
    }
    .membership .inner .textBox p {
        margin-right: 20px;
    }
    .worldUl > li ul li .textBox .ttl02 {
        font-size: 1.4rem;
    }
    .worldUl > li ul li .textBox p {
        font-size: 1.1rem;
    }
    .comLink03 {
        max-width: 300px;
    }
    .freeSec .lBox .textBox .txt {
        font-size: 2rem;
    }
    .freeSec .lBox .ttl {
        width: 80px;
        height: 80px;
    }
    .about .imgBoxL .textBox h3 {
        font-size: 2.1rem;
    }
    .groupBox .txt {
        font-size: 18px;
    }
    .serviePage .innerBox .imgBox h3 {
        margin-right: 0;
        font-size: 1.9rem;
    }
    .serviePage .innerBox .spBox {
        padding-bottom: 20px;
    }
    .comTable th {
        padding: 19px 6px;
        width: 109px;
        font-size: 1.15rem;
    }
    .comTable td {
        font-size: 1.2rem;
    }
    .tableUl {
        margin-left: 10px;
    }
    .priceBox h3 {
        font-size: 2rem;
    }
    .ticket .comTable th {
        width: 113px;
        padding-left: 6px;
        padding-right: 0;
    }
    .planBox p {
        font-size: 1.3rem;
    }
    .ticket .txt {
        font-size: 18px;
    }
    .planBox h3 {
        font-size: 2.5rem;
    }
}

@media all and (-ms-high-contrast:none){
    body {
        font-family: 'Noto Sans JP', sans-serif;
    }
    .serif {
        font-family: 'Noto Serif JP', serif;
    }
}

.indexBox{
    margin-bottom: 0;
}
.index .comReserve {
    padding-bottom: 0;
}
.container{
	max-width:995px;margin:0 auto;width:100%;
}
#map {
  background: #fff;
  padding: 70px 0;
}
.site-footer {
  background: #f0f0f0;
  color: #eee;font-size: 16px;
}
.has-text-align-center{
    color: #000;
}
@media screen and (min-width: 48em){
	.site-footer .footer-widgets {
	  -js-display: flex;
	  display: flex;
	  flex-wrap: wrap;
	  flex-direction: row;
	}
}
.site-footer .footer-widgets {
  padding-top: 30px;
}
@media screen and (min-width: 48em){
	.site-footer .widget-column:last-child {
	  padding-right: 0;
	}

	.site-footer .widget-columns-1 .widget-column {
	  flex: 0 0 calc(100% / 1);
	}

	.site-footer .widget-column {
	  padding-right: 2.5em;
	}
}

.widget, .widget_block {
  margin-bottom: 40px;
}
.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget ul, .widget_block ul {
  clear: both;
  margin: 0;
  padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;text-align: center;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0;text-align: center;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;fill: #f00075;
}
#block-13 a{color:#fff;font-size:16px;}
.site-footer .footer-widgets .widget_block > h2 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.has-text-align-center {
  text-align: center;
}
.site-footer-separator {
  background: rgba(255,255,255,.1);
  height: 1px;
  width: 100%;
  border: none;
  margin-bottom: 0;
}
.site-info {
  font-size: 14px;
  font-size: .875rem;
  padding: 1.875em 0;
  margin: 0;
}
.site-info a {
  color: #fff;
}
.site-info .copyright {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.index .topBox .mainBox .mulimage{
    position: relative;
    width: 55%;
    padding-bottom: 180px;
}
.index .topBox .mainBox .mulimage img:first-child{
    width: 80%;
}
.index .topBox .mainBox .mulimage img:nth-child(2){
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 70%;
}
@media (max-width: 896px){
    .index .topBox .mainBox .mulimage{
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px){
.pcbr { display:block; }
.spbr { display:none; }
}
@media screen and (max-width: 767px){
.pcbr { display:none; }
.spbr { display:block; }
.index .bigPhoto {padding-bottom: 0;height: 200px;display:none !important;}
}