@charset "utf-8";

html {
    -webkit-text-size-adjust: auto;
}

body {
	color: #333333;
	font-family: '游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif ;
	-o-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	margin: 0;
	padding: 0;
}

h1, h2, p, ul {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

ul {
	list-style: none;
}

#container {
	overflow: hidden;
	width: 100%;
}

.serifFont{
	font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo','serif' ;
	font-weight:bold;
}

.fontBold{
	font-weight: bold;
}

.moreButton {
	width: 400px;
	margin: 40px auto
}
.moreButton a {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 16px 0;
	background-color: #062762;
	display: block;
}

/*　header------------------------------------------------------------------*/


/*　contents------------------------------------------------------------------*/
#contents{
	width: 100%;
	margin: 0 auto;
	max-width: 1138px;
	background: #ead9ae;
}
#container .imgShhs{
	width: 100%;
}
.contents{
	width: 1040px;
	margin: 0 auto;
}
.contentsInner{
	position: relative;
}

/*会員規約*/
#agreement{
	padding: 0 0 80px;
	margin-bottom: 100px;
}
#agreement .whiteBox{
	width: 87%;
    margin: 0 auto;
    background: #fff;
    padding: 2.5%;
}
#agreement .sectionTitle{
	background: #401d01;
	color: #fff;
	line-height: 65px;
	text-align: center;
	font-size: 2.25rem;
}
.agreementText{
	height: 500px;
	overflow: auto;
	padding: 20px 0;
}
.agreementText p{
	font-weight: normal;
	color: #411c00;
	padding-right: 5px;
}
.agreementTable{
	border-collapse: collapse;
	width: 99%;
}
.agreementTable th{
	background: #ded9e5;
	font-size: 15px;
	border: 1px solid #aaa;
}
.agreementTable td{
	border: 1px solid #aaa;
	text-align: center;
	font-size: 14px;
}
.agreementTable td span{
	font-size: 12px;
}

.info{
	display: flex;
	flex-wrap: wrap;
}
.info p{
	margin-left: 25px;
	font-weight: normal;
	color: #fff;
	padding-top: 10px;
}

/*会員システム*/
.system{
	margin: -75px auto 75px;
}
.planDetail {
	position: absolute;
    bottom: 1.4%;
    left: 12%;
}
/* .planDetail .wrapper {
	width: 450px;
	margin: 0 auto;
} */
.popupCheck {
	display: none;
}
label {
	cursor: pointer;
}
label:hover{
	opacity: 0.8;
}
.button {
	text-align: right;
}
.button label {
	display: inline-block;
	padding: 20px 8px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #401d01;
	text-decoration: none;
	width: 450px;
	text-align: center;
	font-weight: bold;
}
.button-tenpo{
	position: absolute;
	bottom: 1.4%;
    right: 12%;
}
.button-tenpo a{
	display: inline-block;
	padding: 20px 8px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #E49A14;
	text-decoration: none;
	width: 300px;
	text-align: center;
	font-weight: bold;
	outline : 1px solid #FFF;
	outline-offset : -5px 
}
.button-tenpo a:hover{
	opacity: 0.8;
}
.Arrow-Right {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	display: inline-block;
	margin-left: 10px;
}

.popupWrap, .popupBg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 10;
}

.popupWrap {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
	transition: 0.3s cubic-bezier(1, 0, 0, 1);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	will-change: opacity;
}

.popupBg {
	cursor: pointer;
	opacity: 0.7;
	background-color: #000;
	z-index: 2;
}
.popupBg label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

.popupCon {
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 900px;
	margin: auto;
	z-index: 3;
	height: 90%;
}

.popupInner {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	height: 100%;
	padding: 30px 0 15px;
	cursor: default;
	border-radius: 5px;
	text-align: center;
	overflow: overlay;
}
.popupInner img{
	width: 100%;
	margin-top: 1%;
}
.popupButton_Close {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	border-radius: 5px;
}
.popupButton_Close label {
	display: inline-block;
	padding: 0 5px;
	color: #333;
	text-decoration: none;
	font-size: 20px;
}

.popupCheck:not(:checked) ~ .wrapper > *:not(.popupWrap) {
	-webkit-filter: blur(0px);
	filter: blur(0px);
}
.popupCheck:not(:checked) ~ .wrapper .popupWrap {
	opacity: 0;
	visibility: hidden;
}

.popupCheck:checked ~ .wrapper > *:not(.popupWrap) {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

#popup01:checked ~ .wrapper #popup01Con {
	opacity: 1;
	visibility: visible;
}
#popup02:checked ~ .wrapper #popup02Con {
	opacity: 1;
	visibility: visible;
}

#popup03:checked ~ .wrapper #popup03Con {
	opacity: 1;
	visibility: visible;
}

.popupText .popupCover {
	margin: 0 -1.5em 1em;
}
.popup02 .button{
	text-align: center;
}
.popup02 .button label{
	font-size: 14px;
	margin-bottom: 0;
}
#popup02Con .popupCon{
	max-width: 1000px;
}



/*--sp--------------------------------------------------------------------------- */
.forSp,.plusBr{
	display: none;
}
.forPc{
	display: block;
}
.forPc-inline{
	display: inline;
}

@media screen and (max-width: 1280px) {
	#contents{
		width: 95%;
		margin: 54px auto 0;
	}
	.bgDeco01,.bgDeco02{
		display: none;
	}
	.contents{
		width: 95%;
        margin: 54px auto 0;
	}
}
@media screen and (max-width: 1024px) {
	.serviceBoxInner,.catchBox,#openInfo,.whiteBox{
		width: 95%;
	}
	.leftImage img{
		width: 100%;
	}
	.box01 .rightImage img{
		width: 100%;
	}

	.benefits01Title th{
		font-size: 20px;
	}
	.benefits01Image img{
		width: 51%;
	}
	#clubOffAndApp{
		width: 100%;
	}
	.clubOffBox,.appBox{
		width: 49%;
	}
	.clubOffBox img,.appBox img{
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.forSp{
		display: block;
	}
	.forPc{
		display: none;
	}
	.forPc-inline{
		display: none;
	}
	header{
		left: 0;
    transform: initial;
	}
	header img{
		width: 75px;
	}
	#contents{
		margin: 2.5% auto 0;
	}
	.contents{
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.mainImage{
		width: 100%;
    float: none;
	}
	.mainTitle{
		float: none;
    position: absolute;
    top: 0;
    width: 45%;
    left: 50%;
    transform: translateX(-50%);
	}
	.mainTitle img{
		transform: translateX(-50%);
		top: 75px;
	}
	.catchBox{
		padding: 25px;
	}
	.sectionTitle{
		font-size: 24px;
	}
	.plusBr{
		display: block;
	}
	
	#agreement{
		padding: 2.5%;
	}
	#agreement .whiteBox{
		width: 90%;
	}
	#agreement .sectionTitle{
		line-height: 30px;
        padding: 10px;
        font-size: 18px;
	}

	/*会員システム*/
	.system{
		margin: 10px auto 25px;
	}
	.planDetail {
		left: 10%;
	}
	.planDetail .wrapper {
		width: 100%;
	}
	.button label {
		font-size: 12px;
		width: 140px;
		padding: 4px;
		font-weight: normal;
	}
	.button{
		text-align: center;
	}
	.popupCon{
		top: 5%;
		width: 95%;
	}
	.button-tenpo{
		right: 10%;
	}
	.button-tenpo a{
		font-size: 12px;
		font-weight: normal;
		padding: 4px 0;
		width: 120px;
		outline-offset : -2px 
	}
	.Arrow-Right {
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		width: 4px;
		height: 4px;
		transform: rotate(45deg);
		display: inline-block;
		margin-left: 5px;
		margin-bottom: 2px;
	}
}

@media screen and (max-width: 414px) {/*iphone plus*/
	.iconList li img{
		width: 90%;
	}
	#service{
		margin-top: 300px;
	}
	.serviceTitle{
		font-size: 22px;
		padding: 0 0 0 50px;
		margin: 0 0 15px;
	}
	.box01 .serviceTitle{
		background: url(../img/service_01.png) no-repeat left top/35px;
	}
	.box02 .serviceTitle{
		background: url(../img/service_02.png) no-repeat left top/35px;
	}
	.box03 .serviceTitle{
		background: url(../img/service_03.png) no-repeat left top/35px;
	}
	.box04 .serviceTitle{
		background: url(../img/service_04.png) no-repeat left top/35px;
	}
	.box05 .serviceTitle{
		background: url(../img/service_05.png) no-repeat left top/35px;
	}
	.box06 .serviceTitle{
		background: url(../img/service_06.png) no-repeat left top/35px;
		background-color: #062762;
	}
	.rightImage, .leftImage{
		margin:0 0 15px 0;
	}
	.serviceBox{
		margin-bottom: 25px;
	}
	.serviceBox .subTitle{
		font-size: 20px;
	}

	.openInfoBox li{
		padding: 15px 2.5% 35px;
	}

	#clubOffAndApp{
		margin: 50px auto;
	}
	.clubOffTitle{
		font-size: 24px;
	}
	.clubOffBox .serifFont span{
		font-size: 15px;
	}
	.appBtn li img{
		height: 50px;
		width: auto;
	}

	#agreement{
		margin: 0 auto;
	}
	#agreement .sectionTitle{
		line-height: 20px;
    padding: 5px;
    font-size: 16px;
  }
  .agreementText{
    padding: 5px;
    height: 350px;
  }
  .agreementText p{
    font-size: 14px;
  }
  .#agreement .whiteBox{
    margin: 0 auto 30px;
  }
	.agreementTable{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}


	.info{
		display: block;
	}
	.info img{
		width: 50px;
	}
	.info p{
		font-size: 14px;
		margin-left: 0;
		padding-top: 0;
	}
	.moreButton {
		width: 90%;
		margin: 16px auto 40px;
	}
}


@media screen and (max-width: 375px) {/*iphone x*/
	.benefits01 td{
		vertical-align: text-bottom;
	}
	.benefits01 th{
		font-size: 18px;
		color: #062762;
	}
	.clubOffBox .serifFont{
		font-size: 26px;
	}
	#openInfo .sectionTitle{
		margin-bottom: 0;
	}
	#recruitment{
		margin-top: 50px;
	}
}
@media screen and (max-width: 320px) {/*iphone se*/
	
}



/* IE対応----------------------------------------------------------------------------- */
@media all and (-ms-high-contrast: none){
	.mainImage{
		position: relative;
    display: inline-block;
    overflow: hidden;
	}
	.mainImage img{
		height: auto;
		position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	}
	@supports ( object-fit: cover ) {
    .media img {
        position: static;
        height: 100%;
        width: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}
	#service .box06 .leftImage img{
		box-shadow: 5px 10px 20px rgba(0,0,0,0);
	}
	.box06 .serviceTitle{
		font-size: 24px;
		padding: 7px 0 0 60px;
	}
	.openInfoBox li .open,.openInfoBox li .shop a{
		padding: 5px 15px 0;
	}
	.more a{
		padding: 10px 50px 5px;
	}
	.clubOffTitle,.appTitle{
		padding: 10px 10px 0;
		line-height: normal;
	}
	.clubOffLink a{
		padding: 10px 50px 5px;
	}
	#agreement .sectionTitle{
		padding: 10px 10px 0;
		line-height: normal;
	}
}