@charset "utf-8";
body #container {
	padding: 0 0 40px;
}

/* scroll */

.scroll {
	position: fixed;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	color: #fff;
	text-shadow: 0 0 6px #242424;
	font-size: 50px;
	opacity: 1;
	transition: all ease-in 0.2s;
	animation: vertical 1.4s ease-in-out infinite alternate;
}

.scroll a {
	color: #fff;
}

.scroll.hide {
	display: none;
}

@keyframes vertical {
	0% {
		-webkit-transform: translateY( -9px);
		-moz-transform: translateY( -9px);
		-ms-transform: translateY( -9px);
		-o-transform: translateY( -9px);
		transform: translateY( -9px);
	}
	25% {
		-webkit-transform: translateY( 7px);
		-moz-transform: translateY( 7px);
		-ms-transform: translateY( 7px);
		-o-transform: translateY( 7px);
		transform: translateY( 7px);
	}
	40% {
		-webkit-transform: translateY( 0px);
		-moz-transform: translateY( 0px);
		-ms-transform: translateY( 0px);
		-o-transform: translateY( 0px);
		transform: translateY( 0px);
	}
	100% {
		-webkit-transform: translateY( 0px);
		-moz-transform: translateY( 0px);
		-ms-transform: translateY( 0px);
		-o-transform: translateY( 0px);
		transform: translateY( 0px);
	}
}

/* mainVisual */

#mainVisual {
	position: relative;
}

#mainVisual .caption {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-shadow: 0 0 5px #333, 0 0 5px #333, 0 0 10px #333, 0 0 10px #333;
}

/* topInfo */

.topInfo {
	padding: 10px 10px 10px 15px;
	position: fixed;
	bottom: 0;
	right: -100px;
	width: 350px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	opacity: 0;
	transition: all ease-in-out 0.4s;
}

.topInfo.ACTIVE {
	right: 0px;
	opacity: 1;
	visibility: visible;
}

.topInfo.ACTIVE.hide {
	opacity: 0;
	visibility: hidden;
}

.topInfo .ttl {
	float: left;
	font-size: 11px;
	margin-top: 6px;
}

.topInfo .btn {
	float: right;
	font-size: 11px;
}

.topInfo .btn a {
	display: block;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

.topInfo .btn a:hover {
	color: #F1D99D;
	border: 1px solid rgba(241, 217, 157, 0.5);
}

.topInfo dl {
	font-size: 12px;
	font-size: 1.1rem;
}

.topInfo dl dt {
	margin-bottom: 5px;
}

.topInfo dl dd a {
	color: #fff;
}

.topInfo dl dd a:hover {
	text-decoration: none;
}

/* mainttl */

.mainttl {
	position: absolute;
	top: 100px;
	right: 30px;
	font-size: 40px;
	z-index: 1000;
	color: #242424;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.mainttl span {
	display: none;
}

/* section.num01 */

/* infoBox */

.section.num01 .infoBox {
	text-align: center;
	padding: 60px 0;
	background-color: #f7f7f7;
}

.section.num01 .infoBox .titleA {
	color: #72652e;
	font-size: 12px;
	margin-bottom: 0;
}

.section.num01 .infoBox .titleB {
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 22px;
}

.section.num01 .infoBox .titleB.title-movie {
	margin-top: 65px;
}

.section.num01 .infoBox .titleB.title-big {
	font-size: 26px;
}

.section.num01 .infoBox .titleC {
	font-size: 18px;
}

.notice {
	color: #ee0000;
	font-size: 28px;
}

.section.num01 .infoBox .titleA.event {
	margin-top: 55px;
}

.section.num01 .infoBox .sp {
	display: none;
}

.section.num01 .infoBox .txt {
	font-size: 18px;
}

.section.num01 .infoBox .text-l {
	font-size: 22px;
}
.section.num01 .infoBox .text-s {
	font-size: 16px;
}

.section.num01 .infoBox .n1 {
	font-size: 24px;
}

.section.num01 .infoBox .n2 {
	font-size: 33px;
	background: -webkit-linear-gradient(-90deg, #cea544, #DA8E00, #EDAC06, #8e7029);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none) {
	/* IE10,11用 */
	.section.num01 .infoBox .n2 {
		font-size: 30px;
		background: none;
		color: #cea544;
	}
}

@media only screen and (max-width:599px) {
	.section.num01 .infoBox .sp {
		display: block;
	}
}

/* uspBox */

.section.num01 .uspBox {
	padding: 80px 0;
}

.section.num01 .uspBox .large {
	font-size: 1.4em;
}

.section.num01 .uspBox .titleA {
	font-size: 32px;
	text-align: center;
	margin-bottom: 60px;
}

.section.num01 .uspBox .usp li {
	float: left;
	width: 33.3333333333%;
	text-align: center;
	padding: 0 20px;
	border-left: 1px solid #c5c5c5;
	box-sizing: border-box;
}

.section.num01 .uspBox .usp li:first-child {
	border-left: none;
}

.section.num01 .uspBox .usp li h4 {
	font-size: 32px;
	line-height: 60px;
}

.section.num01 .uspBox .usp li h4 strong {
	font-size: 60px;
	color: #72652e;
	letter-spacing: -0.01em;
}

.section.num01 .uspBox .usp li h4:last-child {
	position: relative;
	/* padding-top: 25px; */
}

/* .section.num01 .uspBox .usp li h4:last-child:before{
		content: '';
		background: url(../imgs/icon-uso.gif) no-repeat center top;
		width:29px;
		height: 30px;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		margin:auto;
	} */

/* conceptBox */

.section.num01 .conceptBox {
	margin-bottom: 60px;
}

/* linkBox */

.section.num01 .linkBox {}

.section.num01 .linkBox ul li {
	float: left;
	width: 33.3333333333%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
}

.section.num01 .linkBox ul li.location {
	background-image: url(../imgs/img-01.jpg);
}

.section.num01 .linkBox ul li.design {
	background-image: url(../imgs/img-02.jpg);
}

.section.num01 .linkBox ul li.plan {
	background-image: url(../imgs/img-03.jpg);
}

.section.num01 .linkBox ul li>div {
	padding: 200px 20px;
}

.section.num01 .linkBox ul li h4 {
	margin-bottom: 20px;
}

.section.num01 .linkBox ul li h4 strong {
	font-size: 32px;
}

.section.num01 .linkBox ul li h4 br {
	display: block!important;
}

.section.num01 .linkBox ul li .btn {
	margin-top: 60px;
}

.section.num01 .linkBox ul li .btn a {
	display: inline-block;
	color: #000;
	padding: 10px 65px;
	border: 1px solid #6e6d64;
	transition: 0.4s;
}

.section.num01 .linkBox ul li .btn a:hover {
	border: 1px solid #fff;
	background-color: #fff;
}

/* summaryBox */

.section.num01 .summaryBox {
	padding: 60px 0;
	text-align: center;
	background-color: #f7f7f7;
}

.section.num01 .summaryBox .titleA {
	color: #72652e;
	font-size: 12px;
	margin-bottom: 20px;
}

#playerBox {
	display: none;
}

/*--------------------------------------
　@media 1200 START
---------------------------------------*/

@media only screen and (max-width:1200px) {}

/*--------------------------------------
　@media 1200 END
---------------------------------------*/

/*--------------------------------------
　@media 599 START
---------------------------------------*/

@media only screen and (max-width:599px) {
	.scroll {
		display: none;
	}
	.topInfo {
		display: none;
	}
	.mainttl {
		position: absolute;
		top: 30px;
		right: 10px;
		font-size: 13px;
		color: #242424;
	}
	.mainttl img {
		display: none;
	}
	.mainttl span {
		display: block;
		text-align: right;
	}
	body .mainttl span br {
		display: block;
	}
	.section.num01 .infoBox .titleB {
		font-size: 18px;
		margin-top: 18px;
	}
	.section.num01 .infoBox .titleB.title-movie {
		margin-top: 45px;
	}
	.section.num01 .infoBox .titleB.title-big {
		font-size: 20px;
	}
	.section.num01 .infoBox .text-l {
		font-size: 18px;
	}
	.section.num01 .infoBox .text-s {
		font-size: 13px;
	}

	.section.num01 .infoBox .titleA.event {
		margin-top: 40px;
	}
	/*.notice-red {
	 font-size: 14px;
	}*/
	.section.num01 .infoBox .titleC {
		font-size: 14px;
	}
	.infoBox br {
		display: block;
	}
	/*uspBox*/
	.section.num01 .uspBox {
		padding: 40px 0;
	}
	.section.num01 .uspBox .usp li {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.section.num01 .uspBox .usp li:last-child {
		margin-top: 46px;
		margin-bottom: 20px;
	}
	.section.num01 .uspBox .usp li:first-child {
		margin-top: 0;
	}
	.section.num01 .uspBox .titleA {
		font-size: 24px;
	}
	.section.num01 .uspBox .usp li h4 {
		font-size: 24px;
	}
	.section.num01 .uspBox .usp li h4 strong {
		font-size: 42px;
	}
	.section.num01 .linkBox ul li h4 strong {
		font-size: 24px;
	}
	.section.num01 .linkBox ul li {
		float: none;
		width: 100%;
	}
	.section.num01 .linkBox ul li>div {
		padding: 60px 20px;
	}
	.section.num01 .linkBox ul li .btn {
		margin-top: 40px;
	}
}

.holiday {
	font-size: 18px;
}

@media only screen and (max-width:599px) {
	.holiday {
		font-size: 14px;
	}
}

/*--------------------------------------
　@media 599 END
---------------------------------------*/

/*--------------------------------------
　Section obi
---------------------------------------*/

.section.obi {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #a08a6d;
	color: #fff;
	text-align: center;
}

.section.obi ul {
	font-size: 0;
	letter-spacing: -.4em;
	line-height: 0;
}

.section.obi ul li {
	position: relative;
	display: inline-block;
	margin-right: 130px;
	font-size: 24px;
	letter-spacing: .1em;
	line-height: 1.2;
}

.section.obi ul li:last-child {
	margin-right: 0;
	line-height: 1.55;
}

.section.obi ul li:after {
	content: "";
	position: absolute;
	top: 0;
	right: -80px;
	width: 46px;
	height: 100%;
	background: url(../imgs/img-batsu.png) no-repeat center right;
}

.section.obi ul li:last-child:after {
	display: none;
}

.section.obi ul li span {
	font-size: 40px;
}

.section.obi ul li small {
	font-size: 16px;
}

.section.obi ul li sup {
	font-size: 14px;
}

.section.obi ul li:nth-child(2) sup {
	vertical-align: top;
}

@media only screen and (max-width:599px) {
	.section.obi{
		padding: 0;
	}
	.section.obi .wrapper{
		padding: 0;
	}
	.section.obi ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
	}
	.section.obi ul::after{
		position: absolute;
		content: '';
		background-image: url(../imgs/img-line_long.png);
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 1px;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.section.obi ul li {
		display: block;
		margin-right: 0;
		font-size: 14px;
		width: 48%;
	}
	.section.obi ul li:nth-child(1){
		padding-top: 10px;
	}

	.section.obi ul li:nth-child(4){
		padding-top: 10px;
	}
	.section.obi ul li:nth-child(1),.section.obi ul li:nth-child(2){
		margin-bottom: 40px;
	}
	.section.obi ul li:after{
		display: none;
	}
	.section.obi ul li:nth-child(odd):after {
		content: "";
		position: absolute;
		display: block;
		width: 1px;
		height: 50px;
		background: url(../imgs/img-line.png) no-repeat center bottom;
		background-size: cover;
		top: 0;
		right: -10%;
	}

	.section.obi ul li:nth-child(3):after{
		top: 5px;
	}
	.section.obi ul li:last-child:after {
		display: none;
	}
	.section.obi ul li span {
		font-size: 24px;
	}
	.section.obi ul li small {
		font-size: 16px;
	}
	.section.obi ul li sup {
		font-size: 10px;
	}
	.section.obi ul li br {
		display: block;
	}
	.section.obi ul li br.pc {
		display: none;
	}
}

.section.num01 .infoBox p.holiday {
	font-size: 1em;
	color: #ff0001;
}

#covidInfo {
	width: 60%;
	border: solid 1px #000;
	padding: 20px;
	margin: 20px auto 50px;
	box-sizing: border-box;
}

.covidInfo--txt {
	font-size: 12px;
	text-align: center;
}

.mb10 {
	margin-bottom: 10px;
}

@media only screen and (max-width:599px) {
	#covidInfo {
		width: 90%;
		margin: 30px auto;
	}
	.covidInfo--txt {
		font-size: 11px;
	}
}

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media only screen and (max-width:599px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/* entryFlow */

#flowArea {
	padding-top: 30px;
	margin-top: -30px;
}

@media only screen and (max-width:599px) {
	#flowArea {
		padding-top: 0px;
		margin-top: 0px;
	}
	
}

.entryFlow {
	background-color: #ededed;
	width: 100%;
	max-width: 1200px;
	margin: 60px auto;
	padding: 37px 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.entryFlow__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.entryFlow__ttl{
    margin-right: auto;
}

.entryFlow__ttl {
	color: #72652e;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
}

.entryFlow__ttl--sanko {
	margin-top: 40px;
}

.entryFlow__ttl--sub {
	margin-left: 50px;
	line-height: 3em;
}

.entryFlow__link {
	display: block;
	color: #fff;
	background-color: #a39661;
	width: 100%;
	max-width: 270px;
	text-align: center;
	padding: 10px 0;
	/* margin-left: auto; */
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.entryFlow__link.tell{
	background-color: #a08a6d;
	margin-left: 35px;
}

.entryFlow__link:hover {
	opacity: .7;
}

.entryFlow__link:hover {
	color: #fff;
}

.entryFlow__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 28px;
}

.flowItem {
	position: relative;
	background-color: #fff;
	width: 250px;
	padding: 0px 0px 31px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.entryFlow__bottom.clm3 .flowItem {
	width: 350px;
}

.entryFlow__bottom.clm1 .flowItem {
	width: 1200px;
	padding: 20px;
}

.entryFlow__bottom.clm1 .flowItem .flowItem__txt{
	margin-top: 0px;
}

.flowItem.gray {
	background-color: #f7f7f7;
}

.flowItem::before {
	content: "▶︎";
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	display: block;
	right: -30px;
	top: 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flowItem:nth-child(3)::before {
	display: none;
}

.entryFlow__bottom.sec .flowItem::before {
	display: none;
}

.flowItem__nth {
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #ce9287;
	text-align: center;
	padding: 5px 50px;
	font-family: "FOT-マティス Pro M", MatissePro-M, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.flowItem__ttl {
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0px;
	border-bottom: 1px solid #b2afa3;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	letter-spacing: 0.05em;
}

/*.entryFlow__bottom:nth-child(2) .flowItem:nth-child(4) .flowItem__ttl {

	padding-top: 40px;
	border-bottom: none;
	font-size:18px;
}*/

.flowItem__ttl.mid {
	font-size: 18px;
}

.flowItem__txt {
	font-size: 14px;
	margin-top: 12px;
	padding: 0 14px;
	text-align: left;
}

.flowItem__txt span.red {
	color: #973433;
}

.flowItem__txt span.bold {
	font-family: "FOT-マティス Pro B", MatissePro-B, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.flowItem__txt span.caption {
	font-size: 12px;
}

.flowItem__ttl span {
	font-size: 18px;
}

.flowItem__box {
	height: 100px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flowItem__box .raizyouBtn {
	width: 80%;
	background-color: #C0504D;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	margin-top: 20px;

	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
					align-items: center;
}
@media only screen and (max-width: 599px) {
	.flowItem__box .raizyouBtn {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 599px) {
	.entryFlow {
		margin: 50px 10px;
		width: calc(100% - 20px);
		padding: 30px 10px;
	}
	.entryFlow__top {
		display: block;
	}
	.entryFlow__ttl {
		font-size: 18px;
		font-weight: 600;
		line-height: 1.5;
	}
	.entryFlow__link {
		margin: auto;
		margin-top: 15px;
	}
	.entryFlow__bottom {
		display: block;
	}
	.entryFlow__ttl--sanko {
		margin-top: 40px;
	}
	.entryFlow__ttl--sub {
		margin: 20px auto;
		line-height: 1.5em;
	}
	.flowItem {
		width: 100%;
		padding: 0px 0px 40px;
		margin-bottom: 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.flowItem:nth-child(4) {
		margin-bottom: 0px;
	}
	.flowItem::before {
		content: "▼";
		color: rgba(0, 0, 0, 0.2);
		position: absolute;
		display: block;
		right: 50%;
		top: 102%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.entryFlow__bottom.clm3 .flowItem {
		width: 100%;
	}
	
	.entryFlow__bottom.clm1 .flowItem {
		width: 100%;
		padding: 20px 0px 20px;
	}
	.entryFlow__link.tell{
		margin-left: auto;
	}
}

#contactArea{
	margin-top:-118px;
	padding-top:118px;
}

.infoBox .summerAttention {
	margin-top: 40px;
	color: #C0504D;
	font-size: 22px;
	line-height: 1.3;
}
@media only screen and (max-width: 599px) {
	.infoBox .summerAttention {
		font-size: 18px;
	}
}

.infoBox .link-bnr {
	margin-bottom: 0;
}



/*--------------------------------------
　完売対応
---------------------------------------*/
#contactArea,
#fNav,
#ftrCV,
#pNav,
#hNav {
	display: none!important;
}
body .page {
	padding-top: 0;
}
#gNav {
	margin-top: 20px;
}


  /*完売対応*/

  body #gHeader #gNav ul li.navBlock {
	pointer-events: none;
}

.inner .wrapper{
	height: 78px;
}

body #gHeader.fixed #hdrLogoArea {
  padding: 25px 0 0 40px;
}

body #gFooter{
  padding: 60px 0;
  background-color: #fff;
}

.kanbaiTxt{
  font-size: 34px;
}

.kanbaiTxt span.red{
  color: #910b0b;
}

.kanbaiTxt span.small{
  font-size: 60%;
  display: inline-block;
  margin-top: 40px;
}

.kanbaiLink{
  width: 100%;
  margin: 30px auto 0;
  display: block;
  max-width: 230px;
  transition: .4s;
}

.kanbaiLink:hover{
  opacity: .7;
}

@media only screen and (max-width: 599px){
  body #gHeader #hNav{
	  display: none;
  }
  
  body .page {
	  padding-top: 0px;
  }
  body #gFooter{
	  padding: 0px;
  }
  
  .kanbaiTxt{
	  font-size: 6vw;
  }
  .kanbaiTxt span.small{
	  margin-top: 20px;
  }
}








