@charset "UTF-8";

#Contents {
	background: linear-gradient(#192d47 0%, #05090e 100%);
}

.nightTourPage.contactPage #Contents {
    padding-top: 115px;
}

#Contents img {
	width: 100%;
}

.nightTourPage p.text,.nightTourPage li {
	color:#fff;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	font-family: "Noto Serif JP", serif;
}

.nightTourPage p.textGold {
	color:#DCC38B;
}

section h2 span {
	font-family: "Zen Antique", serif;
	font-size: 14px;
	color:#67768A;
	display: block;
}

section h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	color:#DCC38B;
}

.flexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

/*mainVisual__wrap*/
.mainVisual__wrap{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; 
	background-image:url("../images/nighttour/main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#mainVisual{
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.mv_date {
	position: absolute;
	bottom: 12.9%; 
	right: 19%;
	color: #fff;
	letter-spacing: -2px;
	font-size: 1.2vw;
	font-weight: bold;
	text-align: right;
	width: 20%;
	}
.mv_date_big {
	font-size: 2.2vw; 
	letter-spacing: 0;
	line-height: 1;
}




#sec01 {
	background: url("../images/nighttour/sec01_bg.jpg") no-repeat 50% 100%;
	background-size: cover;
	padding: 140px 0 90px;
}

#sec01 .borderArea {
	position: relative;
	border-top:3px solid #DCC38B;
	border-bottom:3px solid #DCC38B;
	width:90%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 50px 0;
}

#sec01 .borderArea:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 1px;
	top:4px;
	background: #DCC38B;
}

#sec01 .borderArea:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom:4px;
	background: #DCC38B;
}

#sec01 .photoBox {
	width: 42%;
	margin-right: 8%;
}

#sec01 .textBox {
	width: 50%;
}

#sec01 .textBox .text {
	font-size: 16px;
	margin-bottom: 30px;
}

#sec01 .textBox .textGold {
	font-size: 22px;
	margin-bottom: 45px;
}

#sec01 .textBox .textGold span {
    padding-left: 1em;
}

#sec01 .textBox .borderBox {
	border:1px solid #fff;
	font-size: 13px;
	padding: 20px 30px;
}

#sec02 {
	position: relative;
}

#sec02:before,#sec02:after {
	content:"";
	width: 100%;
	height: 16px;
	background: linear-gradient(90deg, #918059 0%,#dbc085 49%,#dbc085 50%, #918059 100%);
	position: absolute;
}

#sec02:before {
	top:0;
}

#sec02:after {
	bottom:0;
}

#sec02 .flexBox {
    justify-content: flex-start;
}

#sec02 .photoBox {
	width: 60%;
	margin-right: 6.7%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

#sec02 .photoBox img {
	width: auto;
	height: 100%;
}

#sec02 h2 {
    margin-bottom: 50px;
}

#sec02 ul {
    margin-bottom: 70px;
}

#sec02 li {
    margin-bottom: 30px;
	position: relative;
	padding-left: 38px;
}

#sec02 li span {
	border-bottom: 1px solid #fff;
}

#sec02 li:before {
	position: absolute;
	content:"";
	background: url("../images/nighttour/sec02_icon.svg") no-repeat 0 0;
	background-size: 24px;
	width: 24px;
	height: 26px;
	top:0;
	left:0;
}

#sec02 .photo {
    width: 90%;
    margin: 0 auto;
}

#sec02 .photo img {
	box-shadow: 20px 20px 20px #06162A;
	margin-bottom: 15px;
}

#sec02 .textBox {
    width: 32%;
}

#sec03 {
	padding: 110px 0 150px;
}

#sec03 h2,#sec04 h2 {
	text-align: center;
	margin-bottom: 100px;
	font-size: 40px;
}

#sec03 h2 span,#sec04 h2 span {
	font-size: 14px;
}

#sec03 .flexBox {
	width: 92%;
	max-width: 1180px;
	margin: 0 auto;
	justify-content: flex-start;
	align-items: start;
}

#sec03 .flexBox li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 90px;
}

#sec03 .flexBox li:nth-child(3n) {
	margin-right: 0;
}

#sec03 .flexBox li .photo {
	margin-bottom: 35px;
}

#sec03 .flexBox li h3 {
    text-align: center;
    font-size: 18px;
    min-height: 87px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.6;
	margin-bottom: 30px;
}

#sec03 .flexBox li address {
    font-size: 14px;
	font-style: normal;
}

#sec04 {
	border-bottom: 1px solid #fff;
}

#sec04 .form {
	padding-bottom: 150px;
	margin-bottom: 0;
}

#sec04 .formText {
	width: 92%;
	max-width: 750px;
	margin: 0 auto 70px;
}

#sec04 .formText .text {
	font-size: 14px;
}

#sec04 .formText .text a {
	font-size: 14px;
	border-bottom: 1px solid #fff;
    padding-bottom: 5px;
	color: #fff;
}

#sec04 .form table {
	background: #fff;
}

#sec04 .submit_btn {
    background: url("../images/nighttour/sec04_submit.jpg") left top no-repeat;
}

#sec04 p.submit {
    margin: 112px auto 0!important;
}

#sec04 p.caption {
    color: #fff;
}

.fadein {
    opacity: 0;
    transform: translate(0,30px);
    transition: all 1.5s;
}

.fadeinActive{
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}



@media screen and (min-width:320px) and ( max-width:768px) {


	/*mainVisual__wrap*/
	.mainVisual__wrap{
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 109.87%;
		background-image:url("../images/nighttour/main_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	#mainVisual{
	}
	.mv_date {
		width: auto;
        bottom: 10.5%;
        right: 31%;
		font-size: 3vw;
		}
	.mv_date_big {
		font-size: 5vw;
		margin-right: -4px;
	}
	.mv_date_spacer{
		margin-left: -5px;
	}



	.nightTourPage.contactPage #Contents {
		padding-top: 57px;
	}	
	
	.nightTourPage p.text,.nightTourPage li {
		font-size: 12px;
	}
	
	section h2 {
		font-size: 22px;
	}
	
	section h2 span {
		font-size: 12px;
	}
	
	#sec01 {
		padding: 60px 0 40px;
	}	
	
	#sec01 .borderArea {
		width: 86%;
		max-width: unset;
		padding: 40px 0;
	}

	#sec01 .photoBox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	
	#sec01 .textBox {
		width: 100%;
	}
	
	#sec01 .textBox .textGold {
		font-size: 16px;
		margin-bottom: 20px;
	}	
	
	#sec01 .textBox .text {
		font-size: 12px;
		margin-bottom: 20px;
	}
	
	#sec01 .textBox .borderBox {
		font-size: 11px;
		padding: 15px 20px;
		margin-bottom: 0;
	}
	
	#sec02 h2 {
		margin-bottom: 30px;
	}	
	
	#sec02 .photoBox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	
	#sec02 .photoBox img {
		width: 100%;
		height: auto;
	}

	#sec02 .textBox {
        width: 86%;
        margin: 0 auto 50px;
    }
	
	#sec02 ul {
		margin-bottom: 40px;
	}
	
	#sec02 li {
		padding-left: 32px;
		margin-bottom: 20px;
	}
	
	#sec02 li:before {
		background-size: 22px;
		width: 22px;
		height: 24px;
	}	
	
	#sec03 {
		padding: 40px 0;
	}
	
	#sec03 h2, #sec04 h2 {
		margin-bottom: 40px;
		font-size: 22px;
	}
	
	#sec03 h2 span, #sec04 h2 span {
		font-size: 12px;
	}
	
	#sec03 .flexBox {
		width: 86%;
	}	
	
	#sec03 .flexBox li {
		width: 100%;
		margin: 0 auto 40px;
	}
	
	#sec03 .flexBox li:nth-child(3n) {
		margin-right: auto;
	}	
	
	#sec03 .flexBox li h3 {
		font-size: 16px;
	}	
	
	#sec03 .flexBox li address {
		font-size: 12px;
	}	
	
    .contactPage #sec04 .form {
        margin: 0 auto 0;
		width: 86%;
		padding-bottom: 40px;
	}
	
	#sec04 .form table {
		width: 100%;
		margin: 0 auto 10px;
	}	
	
	#sec04 p.submit {
		margin: 40px auto 0 !important;
	}	
	
	#sec04 .submit_btn {
        border: 0px;
        width: 100% !important;
        background-size: contain;
    }
	
	#sec04 .formText .text {
		font-size: 12px;
	}
	
    .contactPage .form {
        margin: 0 20px 50px;
    }
	
	.fixBtn {
		display: none;
	}	

	.fixBtn02 {
		margin: 0 auto;
		width: 100%;
		position: fixed;
		top: unset;
		bottom: 0;
		left: 0;
		right: 0;
		background: #ebedec;
		padding: 5px 2%;
		z-index: 9;
	}

	.fixBtn02 li {
		text-align: center;
		font-size: 18px;
		height: 50px;
		color: #fff;
		background-color: #4C5870;
	}

	.fixBtn02 li a {
		color: #fff;
		display: block;
		position: relative;
		font-size: 18px;
		line-height: 47px;
	}

	.fixBtn02 li a:before {
		content: "";
		position: absolute;
		background: url(../images/common/icon01.svg) no-repeat 50% 50%;
		width: 40px;
		height: 47px;
		left: 52px;
		top: 1px;
		background-size: 40px;
	}

	.fixBtn02 li a:after {
		content: "";
		position: absolute;
		background: url(../images/common/arrow02.svg) no-repeat 50% 50%;
		width: 85px;
		height: 40px;
		right: 25px;
		top: 1px;
		background-size: 30px;
	}	
	
	
	
}





@media screen and (min-width:769px) and ( max-width:1024px) {
	
	#sec01 {
		padding: 80px 0 60px;
	}	
	
	#sec01 .photoBox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}	
	
	#sec01 .textBox {
		width: 100%;
	}	
	
	#sec02 .photoBox {
		width: 100%;
		margin-right: 0;
	}
	
	#sec02 .photoBox .pc {
		display: none;
	}
	
	#sec02 .photoBox .sp {
		display: block;
	}
	
	#sec02 .photoBox img {
		width: 100%;
		height: auto;
	}
	
	#sec02 .textBox {
		width: 92%;
		margin: 80px auto 80px;
	}	
	
	#sec03 {
		padding: 80px 0 100px;
	}	
	
	#sec03 h2, #sec04 h2 {
		margin-bottom: 50px;
		font-size: 36px;
	}
	
	#sec03 .flexBox li {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 50px;
	}
	
	#sec03 .flexBox li:nth-child(3n) {
		margin-right: 2%;
	}	
	
	#sec03 .flexBox li:nth-child(2n) {
		margin-right: 0;
	}	

	#sec04 .form table {
		width: 92%;
	}
	
	#sec04 .form table th,#sec04 .form table td {
		width: 100%;
		display: block;
	}
	
	#sec04 p.submit {
		margin: 50px auto 0!important;
	}	
	
	
}


@media screen and (min-width:1025px) and ( max-width:1250px) {
	
	#sec02 .photoBox {
		width: 56%;
		margin-right: 4%;
		overflow: hidden;
        display: flex;
        justify-content: center;
	}
	
	#sec02 .photoBox img {
		width: auto;
		height: 100%;
	}
	
	#sec02 .textBox {
		width: 36%;
	}
	
	#sec02 ul {
		margin-bottom: 40px;
	}	
	
	
}


@media screen and (min-width:1600px)  {
	
	#sec02 .photoBox img {
		width: 100%;
		height: auto;
	}
}

/*NEWアイコンの位置調整*/
.newMark:before{
	left: 2em;
	top: 47%;
}
@media all and (max-width: 768px) {
	.newMark:before {
		left: 14em;
		font-size: 14px;
	}
}
@media all and (max-width: 440px) {
	.newMark:before {
		left: 3em;
	}
}




